RosDiskProps
Properties for defining a RosDisk
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-disk
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDiskProps {
object AutoSnapshotPolicyId = null,
object BurstingEnabled = null,
object DeleteAutoSnapshot = null,
object Description = null,
object DiskCategory = null,
object DiskName = null,
object Encrypted = null,
object InstanceId = null,
object KmsKeyId = null,
object MultiAttach = null,
object PerformanceLevel = null,
object ProvisionedIops = null,
object ResourceGroupId = null,
object Size = null,
object SnapshotId = null,
object StorageSetId = null,
object StorageSetPartitionNumber = null,
TagsProperty[] Tags = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
AutoSnapshotPolicyId |
object |
No description. |
BurstingEnabled |
object |
No description. |
DeleteAutoSnapshot |
object |
No description. |
Description |
object |
No description. |
DiskCategory |
object |
No description. |
DiskName |
object |
No description. |
Encrypted |
object |
No description. |
InstanceId |
object |
No description. |
KmsKeyId |
object |
No description. |
MultiAttach |
object |
No description. |
PerformanceLevel |
object |
No description. |
ProvisionedIops |
object |
No description. |
ResourceGroupId |
object |
No description. |
Size |
object |
No description. |
SnapshotId |
object |
No description. |
StorageSetId |
object |
No description. |
StorageSetPartitionNumber |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ZoneId |
object |
No description. |
AutoSnapshotPolicyId
Optional
public object AutoSnapshotPolicyId { get; set; }
- Type: object
BurstingEnabled
Optional
public object BurstingEnabled { get; set; }
- Type: object
DeleteAutoSnapshot
Optional
public object DeleteAutoSnapshot { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DiskCategory
Optional
public object DiskCategory { get; set; }
- Type: object
DiskName
Optional
public object DiskName { get; set; }
- Type: object
Encrypted
Optional
public object Encrypted { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
KmsKeyId
Optional
public object KmsKeyId { get; set; }
- Type: object
MultiAttach
Optional
public object MultiAttach { get; set; }
- Type: object
PerformanceLevel
Optional
public object PerformanceLevel { get; set; }
- Type: object
ProvisionedIops
Optional
public object ProvisionedIops { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Size
Optional
public object Size { get; set; }
- Type: object
SnapshotId
Optional
public object SnapshotId { get; set; }
- Type: object
StorageSetId
Optional
public object StorageSetId { get; set; }
- Type: object
StorageSetPartitionNumber
Optional
public object StorageSetPartitionNumber { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object