Show / Hide Table of Contents

Class GetZonesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetZonesArgs
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.AliCloud.PolarDB
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZonesArgs : InvokeArgs

Constructors

View Source

GetZonesArgs()

Declaration
public GetZonesArgs()

Properties

View Source

Multi

Indicate whether the zones can be used in a multi AZ configuration. Default to false. Multi AZ is usually used to launch PolarDB instances.

Declaration
public bool? Multi { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

OutputFile

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