Enum InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive (1.74.0)

public enum InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive extends Enum<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive> implements ProtocolMessageEnum

Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA.

Protobuf enum google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus.IsActive

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

ACTIVE = 314733318;

ACTIVE_VALUE

ACTIVE = 314733318;

INACTIVE

INACTIVE = 270421099;

INACTIVE_VALUE

INACTIVE = 270421099;

UNDEFINED_IS_ACTIVE

A value indicating that the enum field is not set.

UNDEFINED_IS_ACTIVE = 0;

UNDEFINED_IS_ACTIVE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IS_ACTIVE = 0;

UNRECOGNIZED
UNSPECIFIED

UNSPECIFIED = 526786327;

UNSPECIFIED_VALUE

UNSPECIFIED = 526786327;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()