RosDiskAttachmentProps
Properties for defining a RosDiskAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-diskattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDiskAttachmentProps {
object DiskId,
object InstanceId,
object DeleteAutoSnapshot = null,
object DeleteWithInstance = null,
object Device = null
};
Properties
Name | Type | Description |
---|---|---|
DiskId |
object |
No description. |
InstanceId |
object |
No description. |
DeleteAutoSnapshot |
object |
No description. |
DeleteWithInstance |
object |
No description. |
Device |
object |
No description. |
DiskId
Required
public object DiskId { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
DeleteAutoSnapshot
Optional
public object DeleteAutoSnapshot { get; set; }
- Type: object
DeleteWithInstance
Optional
public object DeleteWithInstance { get; set; }
- Type: object
Device
Optional
public object Device { get; set; }
- Type: object