public static enum LaunchDbSystemFromDatabaseDetails.DiskRedundancy extends Enum<LaunchDbSystemFromDatabaseDetails.DiskRedundancy> implements BmcEnum
The type of redundancy configured for the DB system. NORMAL 2-way redundancy, recommended for test and development systems. HIGH is 3-way redundancy, recommended for production systems.
Modifier and Type | Method and Description |
---|---|
static LaunchDbSystemFromDatabaseDetails.DiskRedundancy |
create(String key) |
String |
getValue() |
static LaunchDbSystemFromDatabaseDetails.DiskRedundancy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchDbSystemFromDatabaseDetails.DiskRedundancy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaunchDbSystemFromDatabaseDetails.DiskRedundancy High
public static final LaunchDbSystemFromDatabaseDetails.DiskRedundancy Normal
public static LaunchDbSystemFromDatabaseDetails.DiskRedundancy[] values()
for (LaunchDbSystemFromDatabaseDetails.DiskRedundancy c : LaunchDbSystemFromDatabaseDetails.DiskRedundancy.values()) System.out.println(c);
public static LaunchDbSystemFromDatabaseDetails.DiskRedundancy 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 LaunchDbSystemFromDatabaseDetails.DiskRedundancy create(String key)
Copyright © 2016–2024. All rights reserved.