Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static OrchestrationVariableTypeEnum |
OrchestrationVariableTypeEnum.create(String key) |
OrchestrationVariableTypeEnum |
OrchestrationVariable.getDataType()
The data type of the variable.
|
static OrchestrationVariableTypeEnum |
OrchestrationVariableTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrchestrationVariableTypeEnum[] |
OrchestrationVariableTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrchestrationVariable.Builder |
OrchestrationVariable.Builder.dataType(OrchestrationVariableTypeEnum dataType)
The data type of the variable.
|
Constructor and Description |
---|
OrchestrationVariable(String name,
String defaultValue,
String description,
OrchestrationVariableTypeEnum dataType,
Boolean isMandatory,
String hintMessage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.