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 SourceAvailable
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 |
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> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The display name of the region.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |