public static enum DbSystemOptions.StorageManagement extends Enum<DbSystemOptions.StorageManagement> implements BmcEnum
The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
Enum Constant and Description |
---|
Asm |
Lvm |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DbSystemOptions.StorageManagement |
create(String key) |
String |
getValue() |
static DbSystemOptions.StorageManagement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemOptions.StorageManagement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbSystemOptions.StorageManagement Asm
public static final DbSystemOptions.StorageManagement Lvm
public static final DbSystemOptions.StorageManagement UnknownEnumValue
public static DbSystemOptions.StorageManagement[] values()
for (DbSystemOptions.StorageManagement c : DbSystemOptions.StorageManagement.values()) System.out.println(c);
public static DbSystemOptions.StorageManagement 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 DbSystemOptions.StorageManagement create(String key)
Copyright © 2016–2024. All rights reserved.