Class ScalingConfigurationDataDiskGetArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ScalingConfigurationDataDiskGetArgs : ResourceArgs
Constructors
View SourceScalingConfigurationDataDiskGetArgs()
Declaration
public ScalingConfigurationDataDiskGetArgs()
Properties
View SourceCategory
Declaration
public Input<string> Category { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeleteWithInstance
Declaration
public Input<bool> DeleteWithInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Device
Declaration
public Input<string> Device { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SnapshotId
Declaration
public Input<string> SnapshotId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |