Enum GetStatusResponse.MacSecStatus (1.87.0)

public enum GetStatusResponse.MacSecStatus extends Enum<GetStatusResponse.MacSecStatus> implements ProtocolMessageEnum

Current status of MACSec on the underlying network connectivity between GC and the partner.

Protobuf enum google.cloud.networkconnectivity.v1beta.GetStatusResponse.MacSecStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
MAC_SEC_STATUS_ACTIVE_FAIL_CLOSED

MACSec is protecting the links and configured in fail closed.

MAC_SEC_STATUS_ACTIVE_FAIL_CLOSED = 1;

MAC_SEC_STATUS_ACTIVE_FAIL_CLOSED_VALUE

MACSec is protecting the links and configured in fail closed.

MAC_SEC_STATUS_ACTIVE_FAIL_CLOSED = 1;

MAC_SEC_STATUS_ACTIVE_FAIL_OPEN

MACSec is protecting the links and configured to fail open on at least one of the redundant links.

MAC_SEC_STATUS_ACTIVE_FAIL_OPEN = 2;

MAC_SEC_STATUS_ACTIVE_FAIL_OPEN_VALUE

MACSec is protecting the links and configured to fail open on at least one of the redundant links.

MAC_SEC_STATUS_ACTIVE_FAIL_OPEN = 2;

MAC_SEC_STATUS_NOT_CONFIGURED

MACSec is not configured on at least one of the underlying links.

MAC_SEC_STATUS_NOT_CONFIGURED = 3;

MAC_SEC_STATUS_NOT_CONFIGURED_VALUE

MACSec is not configured on at least one of the underlying links.

MAC_SEC_STATUS_NOT_CONFIGURED = 3;

MAC_SEC_STATUS_UNSPECIFIED

Unspecified status.

MAC_SEC_STATUS_UNSPECIFIED = 0;

MAC_SEC_STATUS_UNSPECIFIED_VALUE

Unspecified status.

MAC_SEC_STATUS_UNSPECIFIED = 0;

UNRECOGNIZED

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()