Enum DiagnoseNetworkResponse.NetworkStatus.MacsecStatus (0.11.0)

public enum DiagnoseNetworkResponse.NetworkStatus.MacsecStatus extends Enum<DiagnoseNetworkResponse.NetworkStatus.MacsecStatus> implements ProtocolMessageEnum

Denotes the status of MACsec sessions for the links of a zone.

Protobuf enum google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
MACSEC_STATUS_UNSPECIFIED

MACsec status not specified, likely due to missing metrics.

MACSEC_STATUS_UNSPECIFIED = 0;

MACSEC_STATUS_UNSPECIFIED_VALUE

MACsec status not specified, likely due to missing metrics.

MACSEC_STATUS_UNSPECIFIED = 0;

SECURE

All relevant links have at least one MACsec session up.

SECURE = 1;

SECURE_VALUE

All relevant links have at least one MACsec session up.

SECURE = 1;

UNRECOGNIZED
UNSECURE

At least one relevant link does not have any MACsec sessions up.

UNSECURE = 2;

UNSECURE_VALUE

At least one relevant link does not have any MACsec sessions up.

UNSECURE = 2;

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