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{},
Bootable: interface{},
DeleteAutoSnapshot: interface{},
DeleteWithInstance: interface{},
Device: interface{},
Force: interface{},
InstanceType: interface{},
KeyPairName: interface{},
Password: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DiskId | interface{} | No description. |
InstanceId | interface{} | No description. |
Bootable | interface{} | No description. |
DeleteAutoSnapshot | interface{} | No description. |
DeleteWithInstance | interface{} | No description. |
Device | interface{} | No description. |
Force | interface{} | No description. |
InstanceType | interface{} | No description. |
KeyPairName | interface{} | No description. |
Password | interface{} | No description. |
DiskIdRequired
DiskId interface{}
- Type: interface{}
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
BootableOptional
Bootable interface{}
- Type: interface{}
DeleteAutoSnapshotOptional
DeleteAutoSnapshot interface{}
- Type: interface{}
DeleteWithInstanceOptional
DeleteWithInstance interface{}
- Type: interface{}
DeviceOptional
Device interface{}
- Type: interface{}
ForceOptional
Force interface{}
- Type: interface{}
InstanceTypeOptional
InstanceType interface{}
- Type: interface{}
KeyPairNameOptional
KeyPairName interface{}
- Type: interface{}
PasswordOptional
Password interface{}
- Type: interface{}