AzureConnectionType Class

public final class AzureConnectionType
extends ExpandableStringEnum<AzureConnectionType>

How to connect to the azure services needed for running the cluster.

Field Summary

Modifier and Type Field and Description
static final AzureConnectionType NONE

Static value None for AzureConnectionType.

static final AzureConnectionType VPN

Static value VPN for AzureConnectionType.

Constructor Summary

Constructor Description
AzureConnectionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureConnectionType value.

Method Summary

Modifier and Type Method and Description
static AzureConnectionType fromString(String name)

Creates or finds a AzureConnectionType from its string representation.

static Collection<AzureConnectionType> values()

Gets known AzureConnectionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final AzureConnectionType NONE

Static value None for AzureConnectionType.

VPN

public static final AzureConnectionType VPN

Static value VPN for AzureConnectionType.

Constructor Details

AzureConnectionType

@Deprecated
public AzureConnectionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AzureConnectionType value.

Method Details

fromString

public static AzureConnectionType fromString(String name)

Creates or finds a AzureConnectionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AzureConnectionType.

values

public static Collection values()

Gets known AzureConnectionType values.

Returns:

known AzureConnectionType values.

Applies to