Show / Hide Table of Contents

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 Source

Filters

Declaration
public readonly ImmutableArray<GetRegionsFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetRegionsFilterResult>
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

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>
View Source

Sorts

Declaration
public readonly ImmutableArray<GetRegionsSortResult> Sorts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetRegionsSortResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.