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.
27637 27638 27639 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27637 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
27625 27626 27627 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27625 def intent_mismatch_behavior @intent_mismatch_behavior end |
#interconnects ⇒ Array<Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property interconnects
27630 27631 27632 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27630 def interconnects @interconnects end |
#template_interconnect ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput
LINT.IfChange
Corresponds to the JSON property templateInterconnect
27635 27636 27637 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27635 def template_interconnect @template_interconnect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27642 27643 27644 27645 27646 |
# File 'lib/google/apis/compute_v1/classes.rb', line 27642 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 |