Compute Engine v1 API - Class VpnGatewayStatusHighAvailabilityRequirementState (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class VpnGatewayStatusHighAvailabilityRequirementState.

Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.

Inheritance

object > VpnGatewayStatusHighAvailabilityRequirementState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

VpnGatewayStatusHighAvailabilityRequirementState()

public VpnGatewayStatusHighAvailabilityRequirementState()

VpnGatewayStatusHighAvailabilityRequirementState(VpnGatewayStatusHighAvailabilityRequirementState)

public VpnGatewayStatusHighAvailabilityRequirementState(VpnGatewayStatusHighAvailabilityRequirementState other)
Parameter
NameDescription
otherVpnGatewayStatusHighAvailabilityRequirementState

Properties

HasState

public bool HasState { get; }

Gets whether the "state" field is set

Property Value
TypeDescription
bool

HasUnsatisfiedReason

public bool HasUnsatisfiedReason { get; }

Gets whether the "unsatisfied_reason" field is set

Property Value
TypeDescription
bool

State

public string State { get; set; }

Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET. Check the State enum for the list of possible values.

Property Value
TypeDescription
string

UnsatisfiedReason

public string UnsatisfiedReason { get; set; }

Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE. Check the UnsatisfiedReason enum for the list of possible values.

Property Value
TypeDescription
string