Show / Hide Table of Contents

Class ScalingConfigurationDataDiskGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScalingConfigurationDataDiskGetArgs
Inherited Members
ResourceArgs.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.Ess.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ScalingConfigurationDataDiskGetArgs : ResourceArgs

Constructors

View Source

ScalingConfigurationDataDiskGetArgs()

Declaration
public ScalingConfigurationDataDiskGetArgs()

Properties

View Source

Category

Declaration
public Input<string> Category { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DeleteWithInstance

Declaration
public Input<bool> DeleteWithInstance { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Device

Declaration
public Input<string> Device { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Size

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SnapshotId

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