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. |
DiskId
Required
DiskId interface{}
- Type: interface{}
InstanceId
Required
InstanceId interface{}
- Type: interface{}
DeleteAutoSnapshot
Optional
DeleteAutoSnapshot interface{}
- Type: interface{}
DeleteWithInstance
Optional
DeleteWithInstance interface{}
- Type: interface{}
Device
Optional
Device interface{}
- Type: interface{}