Show / Hide Table of Contents

Class InterconnectGroupsOperationalStatus

Request to get the status of the interconnect group with extra detail.

Inheritance
object
InterconnectGroupsOperationalStatus
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 InterconnectGroupsOperationalStatus : IDirectResponseSchema

Properties

Configured

The configuration analysis, as returned by Get.

Declaration
[JsonProperty("configured")]
public virtual InterconnectGroupConfigured Configured { get; set; }
Property Value
Type Description
InterconnectGroupConfigured

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroupStatus

Summarizes the status of the group.

Declaration
[JsonProperty("groupStatus")]
public virtual string GroupStatus { get; set; }
Property Value
Type Description
string

Intent

The intent of the resource, as returned by Get.

Declaration
[JsonProperty("intent")]
public virtual InterconnectGroupIntent Intent { get; set; }
Property Value
Type Description
InterconnectGroupIntent

InterconnectStatuses

Declaration
[JsonProperty("interconnectStatuses")]
public virtual IList<InterconnectGroupsOperationalStatusInterconnectStatus> InterconnectStatuses { get; set; }
Property Value
Type Description
IList<InterconnectGroupsOperationalStatusInterconnectStatus>

Operational

The operational state of the group, including only active Interconnects.

Declaration
[JsonProperty("operational")]
public virtual InterconnectGroupConfigured Operational { get; set; }
Property Value
Type Description
InterconnectGroupConfigured

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX