public interface InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdminEnabled()
Whether the Interconnect is enabled.
|
InterconnectDiagnostics |
getDiagnostics()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
|
InterconnectDiagnosticsOrBuilder |
getDiagnosticsOrBuilder()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
|
String |
getInterconnect()
The URL of the Interconnect being described.
|
com.google.protobuf.ByteString |
getInterconnectBytes()
The URL of the Interconnect being described.
|
String |
getIsActive()
Whether this interconnect is participating in the redundant configuration.
|
com.google.protobuf.ByteString |
getIsActiveBytes()
Whether this interconnect is participating in the redundant configuration.
|
boolean |
hasAdminEnabled()
Whether the Interconnect is enabled.
|
boolean |
hasDiagnostics()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
|
boolean |
hasInterconnect()
The URL of the Interconnect being described.
|
boolean |
hasIsActive()
Whether this interconnect is participating in the redundant configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAdminEnabled()
Whether the Interconnect is enabled.
optional bool admin_enabled = 445675089;boolean getAdminEnabled()
Whether the Interconnect is enabled.
optional bool admin_enabled = 445675089;boolean hasDiagnostics()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
optional .google.cloud.compute.v1.InterconnectDiagnostics diagnostics = 333355436;InterconnectDiagnostics getDiagnostics()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
optional .google.cloud.compute.v1.InterconnectDiagnostics diagnostics = 333355436;InterconnectDiagnosticsOrBuilder getDiagnosticsOrBuilder()
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
optional .google.cloud.compute.v1.InterconnectDiagnostics diagnostics = 333355436;boolean hasInterconnect()
The URL of the Interconnect being described.
optional string interconnect = 224601230;String getInterconnect()
The URL of the Interconnect being described.
optional string interconnect = 224601230;com.google.protobuf.ByteString getInterconnectBytes()
The URL of the Interconnect being described.
optional string interconnect = 224601230;boolean hasIsActive()
Whether this interconnect is participating in the redundant configuration. Check the IsActive enum for the list of possible values.
optional string is_active = 114830267;String getIsActive()
Whether this interconnect is participating in the redundant configuration. Check the IsActive enum for the list of possible values.
optional string is_active = 114830267;com.google.protobuf.ByteString getIsActiveBytes()
Whether this interconnect is participating in the redundant configuration. Check the IsActive enum for the list of possible values.
optional string is_active = 114830267;Copyright © 2025 Google LLC. All rights reserved.