Class GetRegionsResult
Inheritance
System.Object
GetRegionsResult
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 GetRegionsResult
Fields
View SourceFilters
Declaration
public readonly ImmutableArray<GetRegionsFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRegionsFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Regions
A set of regions satisfying any filter and sort criteria. Each region has the following attributes:
slug- A human-readable string that is used as a unique identifier for each region.name- The display name of the region.available- A boolean value that represents whether new Droplets can be created in this region.sizes- A set of identifying slugs for the Droplet sizes available in this region.features- A set of features available in this region.
Declaration
public readonly ImmutableArray<GetRegionsRegionResult> Regions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRegionsRegionResult> |
Sorts
Declaration
public readonly ImmutableArray<GetRegionsSortResult> Sorts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRegionsSortResult> |