BcdrSecurityLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dataprotection. models. BcdrSecurityLevel
- com.
- com.
public final class BcdrSecurityLevel
extends ExpandableStringEnum<BcdrSecurityLevel>
Security Level of Backup Vault.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Bcdr |
EXCELLENT
Static value Excellent for Bcdr |
|
static final
Bcdr |
FAIR
Static value Fair for Bcdr |
|
static final
Bcdr |
GOOD
Static value Good for Bcdr |
|
static final
Bcdr |
NOT_SUPPORTED
Static value Not |
|
static final
Bcdr |
POOR
Static value Poor for Bcdr |
Constructor Summary
| Constructor | Description |
|---|---|
| BcdrSecurityLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Bcdr |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Bcdr |
fromString(String name)
Creates or finds a Bcdr |
|
static
Collection<Bcdr |
values()
Gets known Bcdr |
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
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:
Returns:
values
public static Collection<BcdrSecurityLevel> values()
Gets known BcdrSecurityLevel values.
Returns: