Compute Engine v1 API - Class InterconnectAttachmentGroupsOperationalStatus (3.10.0)

public sealed class InterconnectAttachmentGroupsOperationalStatus : IMessage<InterconnectAttachmentGroupsOperationalStatus>, IEquatable<InterconnectAttachmentGroupsOperationalStatus>, IDeepCloneable<InterconnectAttachmentGroupsOperationalStatus>, IBufferMessage, IMessage

Inheritance

object > InterconnectAttachmentGroupsOperationalStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InterconnectAttachmentGroupsOperationalStatus()

public InterconnectAttachmentGroupsOperationalStatus()

InterconnectAttachmentGroupsOperationalStatus(InterconnectAttachmentGroupsOperationalStatus)

public InterconnectAttachmentGroupsOperationalStatus(InterconnectAttachmentGroupsOperationalStatus other)
Parameter
Name Description
other InterconnectAttachmentGroupsOperationalStatus

Properties

AttachmentStatuses

public RepeatedField<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus> AttachmentStatuses { get; }
Property Value
Type Description
RepeatedFieldInterconnectAttachmentGroupsOperationalStatusAttachmentStatus

Configured

public InterconnectAttachmentGroupConfigured Configured { get; set; }
Property Value
Type Description
InterconnectAttachmentGroupConfigured

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 InterconnectAttachmentGroupIntent Intent { get; set; }
Property Value
Type Description
InterconnectAttachmentGroupIntent

Operational

public InterconnectAttachmentGroupConfigured Operational { get; set; }

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

Property Value
Type Description
InterconnectAttachmentGroupConfigured