Reference documentation and code samples for the Google Cloud Edge Network V1 Client class MacsecStatus.
Denotes the status of MACsec sessions for the links of a zone.
Protobuf type google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus
Namespace
Google \ Cloud \ EdgeNetwork \ V1 \ DiagnoseNetworkResponse \ NetworkStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MACSEC_STATUS_UNSPECIFIED
Value: 0
MACsec status not specified, likely due to missing metrics.
Generated from protobuf enum MACSEC_STATUS_UNSPECIFIED = 0;
SECURE
Value: 1
All relevant links have at least one MACsec session up.
Generated from protobuf enum SECURE = 1;
UNSECURE
Value: 2
At least one relevant link does not have any MACsec sessions up.
Generated from protobuf enum UNSECURE = 2;