Show / Hide Table of Contents

Class GetRegionResult

Inheritance
System.Object
GetRegionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetRegionResult

Fields

View Source

Available

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

Declaration
public readonly bool Available
Field Value
Type Description
System.Boolean
View Source

Features

A set of features available in this region.

Declaration
public readonly ImmutableArray<string> Features
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The display name of the region.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Sizes

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

Declaration
public readonly ImmutableArray<string> Sizes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Slug

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

Declaration
public readonly string Slug
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.