Class: Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembers
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembers
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property
interconnects. -
#template_interconnect ⇒ Google::Apis::ComputeAlpha::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.
36524 36525 36526 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36524 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
36512 36513 36514 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36512 def intent_mismatch_behavior @intent_mismatch_behavior end |
#interconnects ⇒ Array<Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property interconnects
36517 36518 36519 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36517 def interconnects @interconnects end |
#template_interconnect ⇒ Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput
Parameters for the Interconnects to create.
Corresponds to the JSON property templateInterconnect
36522 36523 36524 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36522 def template_interconnect @template_interconnect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36529 36530 36531 36532 36533 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 36529 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 |