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