GetRegionResult

data class GetRegionResult(val available: Boolean, val features: List<String>, val id: String, val name: String, val sizes: List<String>, val slug: String)

A collection of values returned by getRegion.

Constructors

Link copied to clipboard
constructor(available: Boolean, features: List<String>, id: String, name: String, sizes: List<String>, slug: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A boolean value that represents whether new Droplets can be created in this region.

Link copied to clipboard

A set of features available in this region.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The display name of the region.

Link copied to clipboard

A set of identifying slugs for the Droplet sizes available in this region.

Link copied to clipboard

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