Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.
The status of one Attachment in the group. List order is arbitrary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#admin_enabled
def admin_enabled() -> ::Boolean
Returns
- (::Boolean) — Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
#admin_enabled=
def admin_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
Returns
- (::Boolean) — Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
#attachment
def attachment() -> ::String
Returns
- (::String) — The URL of the Attachment being described.
#attachment=
def attachment=(value) -> ::String
Parameter
- value (::String) — The URL of the Attachment being described.
Returns
- (::String) — The URL of the Attachment being described.
#is_active
def is_active() -> ::String
Returns
- (::String) — 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.
#is_active=
def is_active=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#status
def status() -> ::String
Returns
- (::String) — 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.
#status=
def status=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.