Deployment.DefinitionStages.WithCreate Interface

Definition

A deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.

public static interface Deployment.DefinitionStages.WithCreate extends Creatable<Deployment>
Implements

Methods

beginCreate()

Begin executing the create request.

beginCreate(Context context)

Begin executing the create request.

beginCreateAsync()

Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.

beginCreateAsync(Context context)

Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.

create(Context context)

Execute the create request.

createAsync(Context context)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

Applies to