Show / Hide Table of Contents

Class InterconnectGroupsOperationalStatusInterconnectStatus

The status of one Interconnect in the group. The order is arbitrary.

Inheritance
object
InterconnectGroupsOperationalStatusInterconnectStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX