StorageTargetType Class

public final class StorageTargetType
extends ExpandableStringEnum<StorageTargetType>

Type of the Storage Target.

Field Summary

Modifier and Type Field and Description
static final StorageTargetType BLOB_NFS

Static value blobNfs for StorageTargetType.

static final StorageTargetType CLFS

Static value clfs for StorageTargetType.

static final StorageTargetType NFS3

Static value nfs3 for StorageTargetType.

static final StorageTargetType UNKNOWN

Static value unknown for StorageTargetType.

Constructor Summary

Constructor Description
StorageTargetType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageTargetType value.

Method Summary

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

Creates or finds a StorageTargetType from its string representation.

static Collection<StorageTargetType> values()

Gets known StorageTargetType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BLOB_NFS

public static final StorageTargetType BLOB_NFS

Static value blobNfs for StorageTargetType.

CLFS

public static final StorageTargetType CLFS

Static value clfs for StorageTargetType.

NFS3

public static final StorageTargetType NFS3

Static value nfs3 for StorageTargetType.

UNKNOWN

public static final StorageTargetType UNKNOWN

Static value unknown for StorageTargetType.

Constructor Details

StorageTargetType

@Deprecated
public StorageTargetType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageTargetType value.

Method Details

fromString

public static StorageTargetType fromString(String name)

Creates or finds a StorageTargetType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StorageTargetType.

values

public static Collection values()

Gets known StorageTargetType values.

Returns:

known StorageTargetType values.

Applies to