Class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus
The status of one Attachment in the group. List order is arbitrary.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus : IDirectResponseSchema
Properties
AdminEnabled
Whether this Attachment is enabled. This becomes false when the customer drains their Attachment.
Declaration
[JsonProperty("adminEnabled")]
public virtual bool? AdminEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Attachment
The URL of the Attachment being described.
Declaration
[JsonProperty("attachment")]
public virtual string Attachment { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsActive
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.
Declaration
[JsonProperty("isActive")]
public virtual string IsActive { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
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
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |