public sealed class GetStatusResponse : IMessage<GetStatusResponse>, IEquatable<GetStatusResponse>, IDeepCloneable<GetStatusResponse>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1beta API class GetStatusResponse.
Message for the response to getting a Transport's operational status.
Implements
IMessageGetStatusResponse, IEquatableGetStatusResponse, IDeepCloneableGetStatusResponse, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
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 |
|