Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectGroupsCreateMembers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intent_mismatch_behavior
def intent_mismatch_behavior() -> ::String
Returns
- (::String) — How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.
#intent_mismatch_behavior=
def intent_mismatch_behavior=(value) -> ::String
Parameter
- value (::String) — How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.
Returns
- (::String) — How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.
#interconnects
def interconnects() -> ::Array<::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput>
#interconnects=
def interconnects=(value) -> ::Array<::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput>
Parameter
#template_interconnect
def template_interconnect() -> ::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput
Returns
- (::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput) — Parameters for the Interconnects to create.
#template_interconnect=
def template_interconnect=(value) -> ::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput
Parameter
- value (::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput) — Parameters for the Interconnects to create.
Returns
- (::Google::Cloud::Compute::V1::InterconnectGroupsCreateMembersInterconnectInput) — Parameters for the Interconnects to create.