Type Definition digitalocean::request::DropletRequest []

type DropletRequest<M, V> = Request<M, V>;

A type alias with Request<_, Droplet> specific functions.

Methods

impl DropletRequest<Get, Droplet>

impl DropletRequest<Create, Droplet>
[src]

An array containing the IDs or fingerprints of the SSH keys that you wish to embed in the Droplet's root account upon creation.

Digital Ocean Documentation.

A boolean indicating whether automated backups should be enabled for the Droplet. Automated backups can only be enabled when the Droplet is created.

Digital Ocean Documentation.

A boolean indicating whether IPv6 is enabled on the Droplet.

Digital Ocean Documentation.

A boolean indicating whether private networking is enabled for the Droplet. Private networking is currently only available in certain regions.

Digital Ocean Documentation.

A string containing 'user data' which may be used to configure the Droplet on first boot, often a 'cloud-config' file or Bash script. It must be plain text and may not exceed 64 KiB in size.

Digital Ocean Documentation.

A boolean indicating whether to install the DigitalOcean agent for monitoring.

Digital Ocean Documentation.

A flat array including the unique string identifier for each Block Storage volume to be attached to the Droplet. At the moment a volume can only be attached to a single Droplet.

Digital Ocean Documentation.

A flat array of tag names as strings to apply to the Droplet after it is created. Tag names can either be existing or new tags.

Digital Ocean Documentation.

impl DropletRequest<Create, Vec<Droplet>>
[src]

An array containing the IDs or fingerprints of the SSH keys that you wish to embed in the Droplet's root account upon creation.

Digital Ocean Documentation.

A boolean indicating whether automated backups should be enabled for the Droplet. Automated backups can only be enabled when the Droplet is created.

Digital Ocean Documentation.

A boolean indicating whether IPv6 is enabled on the Droplet.

Digital Ocean Documentation.

A boolean indicating whether private networking is enabled for the Droplet. Private networking is currently only available in certain regions.

Digital Ocean Documentation.

A string containing 'user data' which may be used to configure the Droplet on first boot, often a 'cloud-config' file or Bash script. It must be plain text and may not exceed 64 KiB in size.

Digital Ocean Documentation.

A boolean indicating whether to install the DigitalOcean agent for monitoring.

Digital Ocean Documentation.

A flat array including the unique string identifier for each Block Storage volume to be attached to the Droplet. At the moment a volume can only be attached to a single Droplet.

Digital Ocean Documentation.

A flat array of tag names as strings to apply to the Droplet after it is created. Tag names can either be existing or new tags.

Digital Ocean Documentation.

impl DropletRequest<Get, Droplet>
[src]