Show / Hide Table of Contents

Class GetNodeClassesClassResult

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

Fields

View Source

SupportedEngines

A list of PolarDB node classes in the zone.

Declaration
public readonly ImmutableArray<GetNodeClassesClassSupportedEngineResult> SupportedEngines
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetNodeClassesClassSupportedEngineResult>
View Source

ZoneId

The Zone to launch the PolarDB cluster.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.