public static enum MountTypeDetails.MountType extends Enum<MountTypeDetails.MountType> implements BmcEnum
Mount type for backup destination.
Enum Constant and Description |
---|
AutomatedMount |
SelfMount |
Modifier and Type | Method and Description |
---|---|
static MountTypeDetails.MountType |
create(String key) |
String |
getValue() |
static MountTypeDetails.MountType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountTypeDetails.MountType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MountTypeDetails.MountType SelfMount
public static final MountTypeDetails.MountType AutomatedMount
public static MountTypeDetails.MountType[] values()
for (MountTypeDetails.MountType c : MountTypeDetails.MountType.values()) System.out.println(c);
public static MountTypeDetails.MountType 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 MountTypeDetails.MountType create(String key)
Copyright © 2016–2023. All rights reserved.