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.
26894 26895 26896 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26894 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
26882 26883 26884 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26882 def intent_mismatch_behavior @intent_mismatch_behavior end |
#interconnects ⇒ Array<Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput>
Corresponds to the JSON property interconnects
26887 26888 26889 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26887 def interconnects @interconnects end |
#template_interconnect ⇒ Google::Apis::ComputeV1::InterconnectGroupsCreateMembersInterconnectInput
LINT.IfChange
Corresponds to the JSON property templateInterconnect
26892 26893 26894 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26892 def template_interconnect @template_interconnect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26899 26900 26901 26902 26903 |
# File 'lib/google/apis/compute_v1/classes.rb', line 26899 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 |