public static enum CreateFileSystemDetails.CloneAttachStatus extends Enum<CreateFileSystemDetails.CloneAttachStatus> implements BmcEnum
Specifies whether the clone file system is attached to its parent file system. If the value is set to ‘DETACH’, then the file system will be created, which is deep copied from the snapshot specified by sourceSnapshotId, else will remain attached to its parent.
Modifier and Type | Method and Description |
---|---|
static CreateFileSystemDetails.CloneAttachStatus |
create(String key) |
String |
getValue() |
static CreateFileSystemDetails.CloneAttachStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateFileSystemDetails.CloneAttachStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateFileSystemDetails.CloneAttachStatus Detach
public static final CreateFileSystemDetails.CloneAttachStatus Attach
public static CreateFileSystemDetails.CloneAttachStatus[] values()
for (CreateFileSystemDetails.CloneAttachStatus c : CreateFileSystemDetails.CloneAttachStatus.values()) System.out.println(c);
public static CreateFileSystemDetails.CloneAttachStatus 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 CreateFileSystemDetails.CloneAttachStatus create(String key)
Copyright © 2016–2024. All rights reserved.