Class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus
The status of one Attachment in the group. List order is arbitrary.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus : IDirectResponseSchema
Properties
AdminEnabled
Output only. 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
Output only. 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
Output only. 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
Output only. Whether this Attachment is active, and if so, whether BGP is up.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |