Skip to content

RosDiskAttachmentProps

Properties for defining a RosDiskAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-diskattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosDiskAttachmentProps {
    DiskId: interface{},
    InstanceId: interface{},
    DeleteAutoSnapshot: interface{},
    DeleteWithInstance: interface{},
    Device: interface{},
}

Properties

Name Type Description
DiskId interface{} No description.
InstanceId interface{} No description.
DeleteAutoSnapshot interface{} No description.
DeleteWithInstance interface{} No description.
Device interface{} No description.

DiskIdRequired

DiskId interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

DeleteAutoSnapshotOptional

DeleteAutoSnapshot interface{}
  • Type: interface{}

DeleteWithInstanceOptional

DeleteWithInstance interface{}
  • Type: interface{}

DeviceOptional

Device interface{}
  • Type: interface{}