public sealed class InterconnectGroupsOperationalStatus : IMessage<InterconnectGroupsOperationalStatus>, IEquatable<InterconnectGroupsOperationalStatus>, IDeepCloneable<InterconnectGroupsOperationalStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InterconnectGroupsOperationalStatus.
Request to get the status of the interconnect group with extra detail.
Implements
IMessageInterconnectGroupsOperationalStatus, IEquatableInterconnectGroupsOperationalStatus, IDeepCloneableInterconnectGroupsOperationalStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectGroupsOperationalStatus()
public InterconnectGroupsOperationalStatus()
InterconnectGroupsOperationalStatus(InterconnectGroupsOperationalStatus)
public InterconnectGroupsOperationalStatus(InterconnectGroupsOperationalStatus other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectGroupsOperationalStatus |
Properties
Configured
public InterconnectGroupConfigured Configured { get; set; }
The configuration analysis, as returned by Get.
Property Value | |
---|---|
Type | Description |
InterconnectGroupConfigured |
GroupStatus
public string GroupStatus { get; set; }
Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
HasGroupStatus
public bool HasGroupStatus { get; }
Gets whether the "group_status" field is set
Property Value | |
---|---|
Type | Description |
bool |
Intent
public InterconnectGroupIntent Intent { get; set; }
The intent of the resource, as returned by Get.
Property Value | |
---|---|
Type | Description |
InterconnectGroupIntent |
InterconnectStatuses
public RepeatedField<InterconnectGroupsOperationalStatusInterconnectStatus> InterconnectStatuses { get; }
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterconnectGroupsOperationalStatusInterconnectStatus |
Operational
public InterconnectGroupConfigured Operational { get; set; }
The operational state of the group, including only active Interconnects.
Property Value | |
---|---|
Type | Description |
InterconnectGroupConfigured |