Show / Hide Table of Contents

Class GetNodeClassesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetNodeClassesArgs
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 GetNodeClassesArgs : InvokeArgs

Constructors

View Source

GetNodeClassesArgs()

Declaration
public GetNodeClassesArgs()

Properties

View Source

DbNodeClass

The PolarDB node class type by the user.

Declaration
public string DbNodeClass { get; set; }
Property Value
Type Description
System.String
View Source

DbType

Database type. Options are MySQL, PostgreSQL, Oracle. If db_type is set, db_version also needs to be set.

Declaration
public string DbType { get; set; }
Property Value
Type Description
System.String
View Source

DbVersion

Database version required by the user. Value options can refer to the latest docs detail info DBVersion. If db_version is set, db_type also needs to be set.

Declaration
public string DbVersion { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

PayType

Filter the results by charge type. Valid values: PrePaid and PostPaid.

Declaration
public string PayType { get; set; }
Property Value
Type Description
System.String
View Source

RegionId

The Region to launch the PolarDB cluster.

Declaration
public string RegionId { get; set; }
Property Value
Type Description
System.String
View Source

ZoneId

The Zone to launch the PolarDB cluster.

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