VpnType Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VpnType

public class VpnType

Defines values for VpnType.

Field Summary

Modifier and Type Field and Description
final VpnType POLICY_BASED

Static value PolicyBased for VpnType.

final VpnType ROUTE_BASED

Static value RouteBased for VpnType.

Constructor Summary

Constructor Description
VpnType(String value)

Creates a custom value for VpnType.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

POLICY_BASED

public static final VpnType POLICY_BASED= new VpnType("PolicyBased")

Static value PolicyBased for VpnType.

ROUTE_BASED

public static final VpnType ROUTE_BASED= new VpnType("RouteBased")

Static value RouteBased for VpnType.

Constructor Details

VpnType

public VpnType(String value)

Creates a custom value for VpnType.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to