RosDiskProps
Properties for defining a RosDisk
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-disk
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosDiskProps {
AutoSnapshotPolicyId: interface{},
BurstingEnabled: interface{},
DeleteAutoSnapshot: interface{},
Description: interface{},
DiskCategory: interface{},
DiskName: interface{},
Encrypted: interface{},
InstanceId: interface{},
KmsKeyId: interface{},
MultiAttach: interface{},
PerformanceLevel: interface{},
ProvisionedIops: interface{},
ResourceGroupId: interface{},
Size: interface{},
SnapshotId: interface{},
StorageSetId: interface{},
StorageSetPartitionNumber: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosDisk.TagsProperty,
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AutoSnapshotPolicyId |
interface{} |
No description. |
BurstingEnabled |
interface{} |
No description. |
DeleteAutoSnapshot |
interface{} |
No description. |
Description |
interface{} |
No description. |
DiskCategory |
interface{} |
No description. |
DiskName |
interface{} |
No description. |
Encrypted |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
KmsKeyId |
interface{} |
No description. |
MultiAttach |
interface{} |
No description. |
PerformanceLevel |
interface{} |
No description. |
ProvisionedIops |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Size |
interface{} |
No description. |
SnapshotId |
interface{} |
No description. |
StorageSetId |
interface{} |
No description. |
StorageSetPartitionNumber |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
ZoneId |
interface{} |
No description. |
AutoSnapshotPolicyId
Optional
AutoSnapshotPolicyId interface{}
- Type: interface{}
BurstingEnabled
Optional
BurstingEnabled interface{}
- Type: interface{}
DeleteAutoSnapshot
Optional
DeleteAutoSnapshot interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DiskCategory
Optional
DiskCategory interface{}
- Type: interface{}
DiskName
Optional
DiskName interface{}
- Type: interface{}
Encrypted
Optional
Encrypted interface{}
- Type: interface{}
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
KmsKeyId
Optional
KmsKeyId interface{}
- Type: interface{}
MultiAttach
Optional
MultiAttach interface{}
- Type: interface{}
PerformanceLevel
Optional
PerformanceLevel interface{}
- Type: interface{}
ProvisionedIops
Optional
ProvisionedIops interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Size
Optional
Size interface{}
- Type: interface{}
SnapshotId
Optional
SnapshotId interface{}
- Type: interface{}
StorageSetId
Optional
StorageSetId interface{}
- Type: interface{}
StorageSetPartitionNumber
Optional
StorageSetPartitionNumber interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
ZoneId
Optional
ZoneId interface{}
- Type: interface{}