Compute Engine v1 API - Class ComputeEnumConstants.NetworkProfileNetworkFeatures.AllowVpn (3.2.0)

public static class ComputeEnumConstants.NetworkProfileNetworkFeatures.AllowVpn

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.NetworkProfileNetworkFeatures.AllowVpn.

Constants for wire representations of the NetworkProfileNetworkFeatures.Types.AllowVpn enum.

Inheritance

object > ComputeEnumConstants.NetworkProfileNetworkFeatures.AllowVpn

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

UndefinedAllowVpn

public const string UndefinedAllowVpn = "UNDEFINED_ALLOW_VPN"

Wire representation of UndefinedAllowVpn.

Field Value
Type Description
string

VpnAllowed

public const string VpnAllowed = "VPN_ALLOWED"

Wire representation of VpnAllowed.

Field Value
Type Description
string

VpnBlocked

public const string VpnBlocked = "VPN_BLOCKED"

Wire representation of VpnBlocked.

Field Value
Type Description
string