Class DiskAttachmentArgs
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.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DiskAttachmentArgs : ResourceArgs
Constructors
View SourceDiskAttachmentArgs()
Declaration
public DiskAttachmentArgs()
Properties
View SourceDeviceName
The device name has been deprecated, and when attaching disk, it will be allocated automatically by system according to default order from /dev/xvdb to /dev/xvdz.
Declaration
public Input<string> DeviceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiskId
ID of the Disk to be attached.
Declaration
public Input<string> DiskId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
ID of the Instance to attach to.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |