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. |
AutoSnapshotPolicyIdOptional
AutoSnapshotPolicyId interface{}
- Type: interface{}
BurstingEnabledOptional
BurstingEnabled interface{}
- Type: interface{}
DeleteAutoSnapshotOptional
DeleteAutoSnapshot interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
DiskCategoryOptional
DiskCategory interface{}
- Type: interface{}
DiskNameOptional
DiskName interface{}
- Type: interface{}
EncryptedOptional
Encrypted interface{}
- Type: interface{}
InstanceIdOptional
InstanceId interface{}
- Type: interface{}
KmsKeyIdOptional
KmsKeyId interface{}
- Type: interface{}
MultiAttachOptional
MultiAttach interface{}
- Type: interface{}
PerformanceLevelOptional
PerformanceLevel interface{}
- Type: interface{}
ProvisionedIopsOptional
ProvisionedIops interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
SizeOptional
Size interface{}
- Type: interface{}
SnapshotIdOptional
SnapshotId interface{}
- Type: interface{}
StorageSetIdOptional
StorageSetId interface{}
- Type: interface{}
StorageSetPartitionNumberOptional
StorageSetPartitionNumber interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
ZoneIdOptional
ZoneId interface{}
- Type: interface{}