Class InterconnectGroupsOperationalStatusInterconnectStatus
The status of one Interconnect in the group. The order is arbitrary.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectGroupsOperationalStatusInterconnectStatus : IDirectResponseSchema
Properties
AdminEnabled
Whether the Interconnect is enabled.
Declaration
[JsonProperty("adminEnabled")]
public virtual bool? AdminEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Diagnostics
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method.
Declaration
[JsonProperty("diagnostics")]
public virtual InterconnectDiagnostics Diagnostics { get; set; }
Property Value
Type | Description |
---|---|
InterconnectDiagnostics |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Interconnect
The URL of the Interconnect being described.
Declaration
[JsonProperty("interconnect")]
public virtual string Interconnect { get; set; }
Property Value
Type | Description |
---|---|
string |
IsActive
Whether this interconnect is participating in the redundant configuration.
Declaration
[JsonProperty("isActive")]
public virtual string IsActive { get; set; }
Property Value
Type | Description |
---|---|
string |