public interface InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdminEnabled()
Whether this Attachment is enabled.
|
String |
getAttachment()
The URL of the Attachment being described.
|
com.google.protobuf.ByteString |
getAttachmentBytes()
The URL of the Attachment being described.
|
String |
getIsActive()
Whether this Attachment is participating in the redundant configuration.
|
com.google.protobuf.ByteString |
getIsActiveBytes()
Whether this Attachment is participating in the redundant configuration.
|
String |
getStatus()
Whether this Attachment is active, and if so, whether BGP is up.
|
com.google.protobuf.ByteString |
getStatusBytes()
Whether this Attachment is active, and if so, whether BGP is up.
|
boolean |
hasAdminEnabled()
Whether this Attachment is enabled.
|
boolean |
hasAttachment()
The URL of the Attachment being described.
|
boolean |
hasIsActive()
Whether this Attachment is participating in the redundant configuration.
|
boolean |
hasStatus()
Whether this Attachment is active, and if so, whether BGP is up.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAdminEnabled()
Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
optional bool admin_enabled = 445675089;boolean getAdminEnabled()
Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
optional bool admin_enabled = 445675089;boolean hasAttachment()
The URL of the Attachment being described.
optional string attachment = 183982371;String getAttachment()
The URL of the Attachment being described.
optional string attachment = 183982371;com.google.protobuf.ByteString getAttachmentBytes()
The URL of the Attachment being described.
optional string attachment = 183982371;boolean hasIsActive()
Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values.
optional string is_active = 114830267;String getIsActive()
Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values.
optional string is_active = 114830267;com.google.protobuf.ByteString getIsActiveBytes()
Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values.
optional string is_active = 114830267;boolean hasStatus()
Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto Check the Status enum for the list of possible values.
optional string status = 181260274;Copyright © 2025 Google LLC. All rights reserved.