AvsDataStore Class

public final class AvsDataStore
extends ExpandableStringEnum<AvsDataStore>

avsDataStore Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.

Field Summary

Modifier and Type Field and Description
static final AvsDataStore DISABLED

Static value Disabled for AvsDataStore.

static final AvsDataStore ENABLED

Static value Enabled for AvsDataStore.

Constructor Summary

Constructor Description
AvsDataStore()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AvsDataStore value.

Method Summary

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

Creates or finds a AvsDataStore from its string representation.

static Collection<AvsDataStore> values()

Gets known AvsDataStore values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final AvsDataStore DISABLED

Static value Disabled for AvsDataStore.

ENABLED

public static final AvsDataStore ENABLED

Static value Enabled for AvsDataStore.

Constructor Details

AvsDataStore

@Deprecated
public AvsDataStore()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AvsDataStore value.

Method Details

fromString

public static AvsDataStore fromString(String name)

Creates or finds a AvsDataStore from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AvsDataStore.

values

public static Collection values()

Gets known AvsDataStore values.

Returns:

known AvsDataStore values.

Applies to