public interface InterconnectGroupsCreateMembersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIntentMismatchBehavior()
How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.
|
com.google.protobuf.ByteString |
getIntentMismatchBehaviorBytes()
How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.
|
InterconnectGroupsCreateMembersInterconnectInput |
getInterconnects(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
|
int |
getInterconnectsCount()
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
|
List<InterconnectGroupsCreateMembersInterconnectInput> |
getInterconnectsList()
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
|
InterconnectGroupsCreateMembersInterconnectInputOrBuilder |
getInterconnectsOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
|
List<? extends InterconnectGroupsCreateMembersInterconnectInputOrBuilder> |
getInterconnectsOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
|
InterconnectGroupsCreateMembersInterconnectInput |
getTemplateInterconnect()
Parameters for the Interconnects to create.
|
InterconnectGroupsCreateMembersInterconnectInputOrBuilder |
getTemplateInterconnectOrBuilder()
Parameters for the Interconnects to create.
|
boolean |
hasIntentMismatchBehavior()
How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call.
|
boolean |
hasTemplateInterconnect()
Parameters for the Interconnects to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIntentMismatchBehavior()
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.
optional string intent_mismatch_behavior = 164408000;String getIntentMismatchBehavior()
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.
optional string intent_mismatch_behavior = 164408000;com.google.protobuf.ByteString getIntentMismatchBehaviorBytes()
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.
optional string intent_mismatch_behavior = 164408000;List<InterconnectGroupsCreateMembersInterconnectInput> getInterconnectsList()
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
InterconnectGroupsCreateMembersInterconnectInput getInterconnects(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
int getInterconnectsCount()
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
List<? extends InterconnectGroupsCreateMembersInterconnectInputOrBuilder> getInterconnectsOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
InterconnectGroupsCreateMembersInterconnectInputOrBuilder getInterconnectsOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;
boolean hasTemplateInterconnect()
Parameters for the Interconnects to create.
optional .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput template_interconnect = 224745523;
InterconnectGroupsCreateMembersInterconnectInput getTemplateInterconnect()
Parameters for the Interconnects to create.
optional .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput template_interconnect = 224745523;
InterconnectGroupsCreateMembersInterconnectInputOrBuilder getTemplateInterconnectOrBuilder()
Parameters for the Interconnects to create.
optional .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput template_interconnect = 224745523;
Copyright © 2025 Google LLC. All rights reserved.