SecureScoreLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dataprotection. models. SecureScoreLevel
- com.
- com.
public final class SecureScoreLevel
extends ExpandableStringEnum<SecureScoreLevel>
Secure Score of Backup Vault.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Secure |
ADEQUATE
Static value Adequate for Secure |
|
static final
Secure |
MAXIMUM
Static value Maximum for Secure |
|
static final
Secure |
MINIMUM
Static value Minimum for Secure |
|
static final
Secure |
NONE
Static value None for Secure |
|
static final
Secure |
NOT_SUPPORTED
Static value Not |
Constructor Summary
| Constructor | Description |
|---|---|
| SecureScoreLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Secure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Secure |
fromString(String name)
Creates or finds a Secure |
|
static
Collection<Secure |
values()
Gets known Secure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADEQUATE
public static final SecureScoreLevel ADEQUATE
Static value Adequate for SecureScoreLevel.
MAXIMUM
public static final SecureScoreLevel MAXIMUM
Static value Maximum for SecureScoreLevel.
MINIMUM
public static final SecureScoreLevel MINIMUM
Static value Minimum for SecureScoreLevel.
NONE
public static final SecureScoreLevel NONE
Static value None for SecureScoreLevel.
NOT_SUPPORTED
public static final SecureScoreLevel NOT_SUPPORTED
Static value NotSupported for SecureScoreLevel.
Constructor Details
SecureScoreLevel
@Deprecated
public SecureScoreLevel()
Deprecated
Creates a new instance of SecureScoreLevel value.
Method Details
fromString
public static SecureScoreLevel fromString(String name)
Creates or finds a SecureScoreLevel from its string representation.
Parameters:
Returns:
values
public static Collection<SecureScoreLevel> values()
Gets known SecureScoreLevel values.
Returns: