Show / Hide Table of Contents

Class GetScalingConfigurationsConfigurationDataDiskResult

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

Fields

View Source

Category

Category of data disk.

Declaration
public readonly string Category
Field Value
Type Description
System.String
View Source

DeleteWithInstance

Delete_with_instance attribute of data disk.

Declaration
public readonly bool? DeleteWithInstance
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Device

Device attribute of data disk.

Declaration
public readonly string Device
Field Value
Type Description
System.String
View Source

Size

Size of data disk.

Declaration
public readonly int? Size
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SnapshotId

Size of data disk.

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