Class: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembers
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectGroupsCreateMembers
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#intent_mismatch_behavior ⇒ String
How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.
-
#interconnects ⇒ Array<Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property
interconnects. -
#template_interconnect ⇒ Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput
Parameters for the Interconnects to create.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectGroupsCreateMembers
constructor
A new instance of InterconnectGroupsCreateMembers.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectGroupsCreateMembers
Returns a new instance of InterconnectGroupsCreateMembers.
33426 33427 33428 |
# File 'lib/google/apis/compute_beta/classes.rb', line 33426 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intent_mismatch_behavior ⇒ String
How to behave when configured.topologyCapability.supportedSLA would not
equal intent.topologyCapability after this call.
Corresponds to the JSON property intentMismatchBehavior
33414 33415 33416 |
# File 'lib/google/apis/compute_beta/classes.rb', line 33414 def intent_mismatch_behavior @intent_mismatch_behavior end |
#interconnects ⇒ Array<Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property interconnects
33419 33420 33421 |
# File 'lib/google/apis/compute_beta/classes.rb', line 33419 def interconnects @interconnects end |
#template_interconnect ⇒ Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput
Parameters for the Interconnects to create.
Corresponds to the JSON property templateInterconnect
33424 33425 33426 |
# File 'lib/google/apis/compute_beta/classes.rb', line 33424 def template_interconnect @template_interconnect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33431 33432 33433 33434 33435 |
# File 'lib/google/apis/compute_beta/classes.rb', line 33431 def update!(**args) @intent_mismatch_behavior = args[:intent_mismatch_behavior] if args.key?(:intent_mismatch_behavior) @interconnects = args[:interconnects] if args.key?(:interconnects) @template_interconnect = args[:template_interconnect] if args.key?(:template_interconnect) end |