RosDiskInstanceAttachmentProps
Properties for defining a RosDiskInstanceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-diskinstanceattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens"
&alicloudroscdkens.RosDiskInstanceAttachmentProps {
DiskId: interface{},
InstanceId: interface{},
DeleteWithInstance: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DiskId |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
DeleteWithInstance |
interface{} |
No description. |
DiskId
Required
DiskId interface{}
- Type: interface{}
InstanceId
Required
InstanceId interface{}
- Type: interface{}
DeleteWithInstance
Optional
DeleteWithInstance interface{}
- Type: interface{}