public static enum DatabaseSoftwareImage.ImageType extends Enum<DatabaseSoftwareImage.ImageType> implements BmcEnum
The type of software image. Can be grid or database.
Enum Constant and Description |
---|
DatabaseImage |
GridImage |
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 DatabaseSoftwareImage.ImageType |
create(String key) |
String |
getValue() |
static DatabaseSoftwareImage.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseSoftwareImage.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseSoftwareImage.ImageType GridImage
public static final DatabaseSoftwareImage.ImageType DatabaseImage
public static final DatabaseSoftwareImage.ImageType UnknownEnumValue
public static DatabaseSoftwareImage.ImageType[] values()
for (DatabaseSoftwareImage.ImageType c : DatabaseSoftwareImage.ImageType.values()) System.out.println(c);
public static DatabaseSoftwareImage.ImageType 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 DatabaseSoftwareImage.ImageType create(String key)
Copyright © 2016–2025. All rights reserved.