Class GetRegionsArgs
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 GetRegionsArgs : InvokeArgs
Constructors
View SourceGetRegionsArgs()
Declaration
public GetRegionsArgs()
Properties
View SourceFilters
Filter the results.
The filter block is documented below.
Declaration
public List<GetRegionsFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetRegionsFilterArgs> |
Sorts
Sort the results.
The sort block is documented below.
Declaration
public List<GetRegionsSortArgs> Sorts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetRegionsSortArgs> |