Class NetworkStatus (0.1.6)

NetworkStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

NetworkStatus has a list of status for the subnets under the current network.

Attributes

NameDescription
subnet_status MutableSequence[google.cloud.edgenetwork_v1.types.SubnetStatus]
A list of status for the subnets under the current network.
macsec_status_internal_links google.cloud.edgenetwork_v1.types.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus
The MACsec status of internal links.

Classes

MacsecStatus

MacsecStatus(value)

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

Values: MACSEC_STATUS_UNSPECIFIED (0): MACsec status not specified, likely due to missing metrics. SECURE (1): All relevant links have at least one MACsec session up. UNSECURE (2): At least one relevant link does not have any MACsec sessions up.