Builder

class Builder

Properties

Link copied to clipboard

An array of objects representing the add-ons to enable for the new instance.

Link copied to clipboard

An object containing information about one or more disk mappings.

Link copied to clipboard

The Availability Zone where you want to create your instances. Use the following formatting: us-east-2a (case sensitive). You can get a list of Availability Zones by using the get regions operation. Be sure to add the include Availability Zones parameter to your request.

Link copied to clipboard

The bundle of specification information for your virtual private server (or instance), including the pricing plan (micro_x_x).

Link copied to clipboard

The names for your new instances.

Link copied to clipboard

The name of the instance snapshot on which you are basing your new instances. Use the get instance snapshots operation to return information about your existing snapshots.

Link copied to clipboard

The IP address type for the instance.

Link copied to clipboard

The name for your key pair.

Link copied to clipboard

The date of the automatic snapshot to use for the new instance. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.

Link copied to clipboard

The name of the source instance from which the source automatic snapshot was created.

Link copied to clipboard
var tags: List<Tag>?

The tag keys and optional values to add to the resource during create.

Link copied to clipboard

A Boolean value to indicate whether to use the latest available automatic snapshot.

Link copied to clipboard

You can create a launch script that configures a server with additional user data. For example, apt-get -y update.