Network Connectivity v1beta API - Class GetStatusResponse (1.0.0-beta01)

public sealed class GetStatusResponse : IMessage<GetStatusResponse>, IEquatable<GetStatusResponse>, IDeepCloneable<GetStatusResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1beta API class GetStatusResponse.

Message for the response to getting a Transport's operational status.

Inheritance

object > GetStatusResponse

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

Google.Cloud.NetworkConnectivity.V1Beta.dll

Constructors

GetStatusResponse()

public GetStatusResponse()

GetStatusResponse(GetStatusResponse)

public GetStatusResponse(GetStatusResponse other)
Parameter
Name Description
other GetStatusResponse

Properties

ConnectivityStatus

public GetStatusResponse.Types.ConnectivityStatus ConnectivityStatus { get; set; }

Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.

Property Value
Type Description
GetStatusResponseTypesConnectivityStatus

MacSecStatus

public GetStatusResponse.Types.MacSecStatus MacSecStatus { get; set; }

Current status of MACSec on the underlying network connectivity between GC and the partner.

Property Value
Type Description
GetStatusResponseTypesMacSecStatus

OperationalStatus

public GetStatusResponse.Types.OperationalStatus OperationalStatus { get; set; }

The operational status of the underlying networking components.

Property Value
Type Description
GetStatusResponseTypesOperationalStatus

OverallStatus

public GetStatusResponse.Types.OverallStatus OverallStatus { get; set; }

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.

Property Value
Type Description
GetStatusResponseTypesOverallStatus