Show / Hide Table of Contents

Class GetAvailabilityZonesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAvailabilityZonesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetAvailabilityZonesArgs()

Declaration
public GetAvailabilityZonesArgs()

Properties

View Source

Region

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

State

The state of the availability zones to match, default ("available").

Declaration
public string State { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.