BcdrSecurityLevel Class

public final class BcdrSecurityLevel
extends ExpandableStringEnum<BcdrSecurityLevel>

Security Level of Backup Vault.

Field Summary

Modifier and Type Field and Description
static final BcdrSecurityLevel EXCELLENT

Static value Excellent for BcdrSecurityLevel.

static final BcdrSecurityLevel FAIR

Static value Fair for BcdrSecurityLevel.

static final BcdrSecurityLevel GOOD

Static value Good for BcdrSecurityLevel.

static final BcdrSecurityLevel NOT_SUPPORTED

Static value NotSupported for BcdrSecurityLevel.

static final BcdrSecurityLevel POOR

Static value Poor for BcdrSecurityLevel.

Constructor Summary

Constructor Description
BcdrSecurityLevel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BcdrSecurityLevel value.

Method Summary

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

Creates or finds a BcdrSecurityLevel from its string representation.

static Collection<BcdrSecurityLevel> values()

Gets known BcdrSecurityLevel values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EXCELLENT

public static final BcdrSecurityLevel EXCELLENT

Static value Excellent for BcdrSecurityLevel.

FAIR

public static final BcdrSecurityLevel FAIR

Static value Fair for BcdrSecurityLevel.

GOOD

public static final BcdrSecurityLevel GOOD

Static value Good for BcdrSecurityLevel.

NOT_SUPPORTED

public static final BcdrSecurityLevel NOT_SUPPORTED

Static value NotSupported for BcdrSecurityLevel.

POOR

public static final BcdrSecurityLevel POOR

Static value Poor for BcdrSecurityLevel.

Constructor Details

BcdrSecurityLevel

@Deprecated
public BcdrSecurityLevel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BcdrSecurityLevel value.

Method Details

fromString

public static BcdrSecurityLevel fromString(String name)

Creates or finds a BcdrSecurityLevel from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BcdrSecurityLevel.

values

public static Collection<BcdrSecurityLevel> values()

Gets known BcdrSecurityLevel values.

Returns:

known BcdrSecurityLevel values.

Applies to