Class: Google::Apis::ComputeV1::InterconnectGroupsCreateMembers
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectGroupsCreateMembers
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property
interconnects. -
#template_interconnect ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput
LINT.IfChange Corresponds to the JSON property
templateInterconnect.
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.
30462 30463 30464 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30462 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
30450 30451 30452 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30450 def intent_mismatch_behavior @intent_mismatch_behavior end |
#interconnects ⇒ Array<Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property interconnects
30455 30456 30457 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30455 def interconnects @interconnects end |
#template_interconnect ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput
LINT.IfChange
Corresponds to the JSON property templateInterconnect
30460 30461 30462 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30460 def template_interconnect @template_interconnect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30467 30468 30469 30470 30471 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30467 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 |