Reference documentation and code samples for the Network Connectivity V1BETA API class Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse.
Message for the response to getting a Transport's operational status.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connectivity_status
def connectivity_status() -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::ConnectivityStatus
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::ConnectivityStatus) — Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.
#connectivity_status=
def connectivity_status=(value) -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::ConnectivityStatus
Parameter
- value (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::ConnectivityStatus) — Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::ConnectivityStatus) — Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.
#mac_sec_status
def mac_sec_status() -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::MacSecStatus
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::MacSecStatus) — Current status of MACSec on the underlying network connectivity between GC and the partner.
#mac_sec_status=
def mac_sec_status=(value) -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::MacSecStatus
Parameter
- value (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::MacSecStatus) — Current status of MACSec on the underlying network connectivity between GC and the partner.
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::MacSecStatus) — Current status of MACSec on the underlying network connectivity between GC and the partner.
#operational_status
def operational_status() -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OperationalStatus
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OperationalStatus) — The operational status of the underlying networking components.
#operational_status=
def operational_status=(value) -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OperationalStatus
Parameter
- value (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OperationalStatus) — The operational status of the underlying networking components.
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OperationalStatus) — The operational status of the underlying networking components.
#overall_status
def overall_status() -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OverallStatus
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OverallStatus) — The overall status of the Transport. This field will always output the most critical status of the Transport. For example, if the connectivity is DISCONNECTED, and the underlying networking components are DOWN, then the overall status will be DOWN.
#overall_status=
def overall_status=(value) -> ::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OverallStatus
Parameter
- value (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OverallStatus) — The overall status of the Transport. This field will always output the most critical status of the Transport. For example, if the connectivity is DISCONNECTED, and the underlying networking components are DOWN, then the overall status will be DOWN.
Returns
- (::Google::Cloud::NetworkConnectivity::V1beta::GetStatusResponse::OverallStatus) — The overall status of the Transport. This field will always output the most critical status of the Transport. For example, if the connectivity is DISCONNECTED, and the underlying networking components are DOWN, then the overall status will be DOWN.