Struct digitalocean::api::Region []

pub struct Region { /* fields omitted */ }

A region in DigitalOcean represents a datacenter where Droplets can be deployed and images can be transferred.

Each region represents a specific datacenter in a geographic location. Some geographical locations may have multiple "regions" available. This means that there are multiple datacenters available within that area.

Digital Ocean Documentation.

Methods

impl Region

A human-readable string that is used as a unique identifier for each region.

The display name of the region. This will be a full name that is used in the control panel and other interfaces.

This attribute is set to an array which contains the identifying slugs for the sizes available in this region.

This is a boolean value that represents whether new Droplets can be created in this region.

This attribute is set to an array which contains features available in this region

impl Region
[src]

Trait Implementations

impl Debug for Region
[src]

Formats the value using the given formatter.

impl Clone for Region
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more