@CompileStatic @org.kordamp.jipsy.annotations.TypeProviderFor(OCITask) class CreateInternetGatewayTask 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() |
|
static com.oracle.bmc.core.model.InternetGateway |
doMaybeCreateInternetGateway(OCITask owner, com.oracle.bmc.core.VirtualNetworkClient client, String compartmentId, String vcnId, String internetGatewayName, boolean waitForCompletion, boolean verbose) |
|
Property<String> |
getCreatedInternetGatewayId() |
|
static void |
maybeAddInternetGatewayToVcn(OCITask owner, com.oracle.bmc.core.VirtualNetworkClient client, String vcnId, com.oracle.bmc.core.model.InternetGateway internetGateway) |
|
static com.oracle.bmc.core.model.InternetGateway |
maybeCreateInternetGateway(OCITask owner, com.oracle.bmc.core.VirtualNetworkClient client, String compartmentId, String vcnId, String internetGatewayName, boolean waitForCompletion, boolean verbose) |