Show / Hide Table of Contents

Class GetDiskTypesTypeResult

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

Fields

View Source

Max

The maximum value of the data disk to supported the specific instance type

Declaration
public readonly int Max
Field Value
Type Description
System.Int32
View Source

Min

The mininum value of the data disk to supported the specific instance type

Declaration
public readonly int Min
Field Value
Type Description
System.Int32
View Source

Value

The value of the data disk or system disk

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