@CompileStatic @org.kordamp.jipsy.annotations.TypeProviderFor(OCITask) class CreateInstanceTask extends AbstractOCITask
Fields inherited from class | Fields |
---|---|
class AbstractOCITask |
CONFIG_LOCATION, TIMESTAMP_FORMAT, closeables, ociConfig |
Type | Name and description |
---|---|
static String |
TASK_DESCRIPTION |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
doExecuteTask() |
|
Property<String> |
getCreatedInstanceId() |
|
static com.oracle.bmc.core.model.Instance |
maybeCreateInstance(OCITask owner, com.oracle.bmc.core.ComputeClient computeClient, com.oracle.bmc.core.VirtualNetworkClient vcnClient, com.oracle.bmc.core.BlockstorageClient blockstorageClient, com.oracle.bmc.identity.IdentityClient identityClient, String compartmentId, String instanceName, com.oracle.bmc.core.model.Image image, com.oracle.bmc.core.model.Shape shape, com.oracle.bmc.identity.model.AvailabilityDomain availabilityDomain, com.oracle.bmc.core.model.Subnet subnet, File publicKeyFile, File userDataFile, String kmsKeyId, boolean verbose) |