Skip to content

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.

DiskIdRequired

public object DiskId { get; set; }
  • Type: object

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

DeleteAutoSnapshotOptional

public object DeleteAutoSnapshot { get; set; }
  • Type: object

DeleteWithInstanceOptional

public object DeleteWithInstance { get; set; }
  • Type: object

DeviceOptional

public object Device { get; set; }
  • Type: object