Reference documentation and code samples for the Distributed Cloud Edge Network V1 API class Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus.
NetworkStatus has a list of status for the subnets under the current network.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#macsec_status_internal_links
def macsec_status_internal_links() -> ::Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus::MacsecStatus
Returns
- (::Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus::MacsecStatus) — The MACsec status of internal links.
#macsec_status_internal_links=
def macsec_status_internal_links=(value) -> ::Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus::MacsecStatus
Parameter
- value (::Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus::MacsecStatus) — The MACsec status of internal links.
Returns
- (::Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkResponse::NetworkStatus::MacsecStatus) — The MACsec status of internal links.
#subnet_status
def subnet_status() -> ::Array<::Google::Cloud::EdgeNetwork::V1::SubnetStatus>
Returns
- (::Array<::Google::Cloud::EdgeNetwork::V1::SubnetStatus>) — A list of status for the subnets under the current network.
#subnet_status=
def subnet_status=(value) -> ::Array<::Google::Cloud::EdgeNetwork::V1::SubnetStatus>
Parameter
- value (::Array<::Google::Cloud::EdgeNetwork::V1::SubnetStatus>) — A list of status for the subnets under the current network.
Returns
- (::Array<::Google::Cloud::EdgeNetwork::V1::SubnetStatus>) — A list of status for the subnets under the current network.