Class GetAvailabilityZonesArgs
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.OpenStack.Compute
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetAvailabilityZonesArgs : InvokeArgs
Constructors
View SourceGetAvailabilityZonesArgs()
Declaration
public GetAvailabilityZonesArgs()
Properties
View SourceRegion
The region to fetch availability zones from, defaults to the provider's region
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
The state of the availability zones to match, default ("available").
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |