@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public enum DeploymentType extends Enum<DeploymentType> implements BmcEnum
The deployment type.
Enum Constant and Description |
---|
Bigdata |
DatabaseDb2Zos |
DatabaseMicrosoftSqlserver |
DatabaseMysql |
DatabaseOracle |
DatabasePostgresql |
DataTransforms |
Ggsa |
Ogg |
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 DeploymentType |
create(String key) |
String |
getValue() |
static DeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentType Ogg
public static final DeploymentType DatabaseOracle
public static final DeploymentType Bigdata
public static final DeploymentType DatabaseMicrosoftSqlserver
public static final DeploymentType DatabaseMysql
public static final DeploymentType DatabasePostgresql
public static final DeploymentType DatabaseDb2Zos
public static final DeploymentType Ggsa
public static final DeploymentType DataTransforms
public static final DeploymentType UnknownEnumValue
public static DeploymentType[] values()
for (DeploymentType c : DeploymentType.values()) System.out.println(c);
public static DeploymentType 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 DeploymentType create(String key)
Copyright © 2016–2024. All rights reserved.