public static enum UpdateBackupDestinationDetails.NfsMountType extends Enum<UpdateBackupDestinationDetails.NfsMountType> implements BmcEnum
NFS Mount type for backup destination.
Enum Constant and Description |
---|
AutomatedMount |
SelfMount |
Modifier and Type | Method and Description |
---|---|
static UpdateBackupDestinationDetails.NfsMountType |
create(String key) |
String |
getValue() |
static UpdateBackupDestinationDetails.NfsMountType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateBackupDestinationDetails.NfsMountType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateBackupDestinationDetails.NfsMountType SelfMount
public static final UpdateBackupDestinationDetails.NfsMountType AutomatedMount
public static UpdateBackupDestinationDetails.NfsMountType[] values()
for (UpdateBackupDestinationDetails.NfsMountType c : UpdateBackupDestinationDetails.NfsMountType.values()) System.out.println(c);
public static UpdateBackupDestinationDetails.NfsMountType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateBackupDestinationDetails.NfsMountType create(String key)
Copyright © 2016–2023. All rights reserved.