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.
Implements
IMessageVpnGatewayStatusHighAvailabilityRequirementState, IEquatableVpnGatewayStatusHighAvailabilityRequirementState, IDeepCloneableVpnGatewayStatusHighAvailabilityRequirementState, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
VpnGatewayStatusHighAvailabilityRequirementState()
public VpnGatewayStatusHighAvailabilityRequirementState()
VpnGatewayStatusHighAvailabilityRequirementState(VpnGatewayStatusHighAvailabilityRequirementState)
public VpnGatewayStatusHighAvailabilityRequirementState(VpnGatewayStatusHighAvailabilityRequirementState other)
Parameter | |
---|---|
Name | Description |
other |
VpnGatewayStatusHighAvailabilityRequirementState |
Properties
HasState
public bool HasState { get; }
Gets whether the "state" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasUnsatisfiedReason
public bool HasUnsatisfiedReason { get; }
Gets whether the "unsatisfied_reason" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |