public sealed class VpnGatewayStatusHighAvailabilityRequirementState : IMessage<VpnGatewayStatusHighAvailabilityRequirementState>, IEquatable<VpnGatewayStatusHighAvailabilityRequirementState>, IDeepCloneable<VpnGatewayStatusHighAvailabilityRequirementState>, IBufferMessage, IMessage
Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.
Implements
IMessage<VpnGatewayStatusHighAvailabilityRequirementState>, IEquatable<VpnGatewayStatusHighAvailabilityRequirementState>, IDeepCloneable<VpnGatewayStatusHighAvailabilityRequirementState>, 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 |
Boolean |
HasUnsatisfiedReason
public bool HasUnsatisfiedReason { get; }
Gets whether the "unsatisfied_reason" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 |