Module: Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus::MacsecStatus

Defined in:
proto_docs/google/cloud/edgenetwork/v1/service.rb

Overview

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

Constant Summary collapse

MACSEC_STATUS_UNSPECIFIED =

MACsec status not specified, likely due to missing metrics.

0
SECURE =

All relevant links have at least one MACsec session up.

1
UNSECURE =

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

2