RosDisksProps
Properties for defining a RosDisks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-disks
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDisksProps {
object AdditionalAttributes = null,
object AutoSnapshotPolicyId = null,
object Category = null,
object DeleteAutoSnapshot = null,
object DeleteWithInstance = null,
object DiskChargeType = null,
object DiskIds = null,
object DiskName = null,
object DiskType = null,
object EnableAutomatedSnapshotPolicy = null,
object EnableAutoSnapshot = null,
object EnableShared = null,
object Encrypted = null,
object Filters = null,
object InstanceId = null,
object KmsKeyId = null,
object MultiAttach = null,
object Portable = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SnapshotId = null,
object Status = null,
TagsProperty[] Tags = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
AdditionalAttributes | object | No description. |
AutoSnapshotPolicyId | object | No description. |
Category | object | No description. |
DeleteAutoSnapshot | object | No description. |
DeleteWithInstance | object | No description. |
DiskChargeType | object | No description. |
DiskIds | object | No description. |
DiskName | object | No description. |
DiskType | object | No description. |
EnableAutomatedSnapshotPolicy | object | No description. |
EnableAutoSnapshot | object | No description. |
EnableShared | object | No description. |
Encrypted | object | No description. |
Filters | object | No description. |
InstanceId | object | No description. |
KmsKeyId | object | No description. |
MultiAttach | object | No description. |
Portable | object | No description. |
RefreshOptions | object | No description. |
ResourceGroupId | object | No description. |
SnapshotId | object | No description. |
Status | object | No description. |
Tags | AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosDisks.TagsProperty[] | No description. |
ZoneId | object | No description. |
AdditionalAttributesOptional
public object AdditionalAttributes { get; set; }
- Type: object
AutoSnapshotPolicyIdOptional
public object AutoSnapshotPolicyId { get; set; }
- Type: object
CategoryOptional
public object Category { get; set; }
- Type: object
DeleteAutoSnapshotOptional
public object DeleteAutoSnapshot { get; set; }
- Type: object
DeleteWithInstanceOptional
public object DeleteWithInstance { get; set; }
- Type: object
DiskChargeTypeOptional
public object DiskChargeType { get; set; }
- Type: object
DiskIdsOptional
public object DiskIds { get; set; }
- Type: object
DiskNameOptional
public object DiskName { get; set; }
- Type: object
DiskTypeOptional
public object DiskType { get; set; }
- Type: object
EnableAutomatedSnapshotPolicyOptional
public object EnableAutomatedSnapshotPolicy { get; set; }
- Type: object
EnableAutoSnapshotOptional
public object EnableAutoSnapshot { get; set; }
- Type: object
EnableSharedOptional
public object EnableShared { get; set; }
- Type: object
EncryptedOptional
public object Encrypted { get; set; }
- Type: object
FiltersOptional
public object Filters { get; set; }
- Type: object
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
KmsKeyIdOptional
public object KmsKeyId { get; set; }
- Type: object
MultiAttachOptional
public object MultiAttach { get; set; }
- Type: object
PortableOptional
public object Portable { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SnapshotIdOptional
public object SnapshotId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosDisks.TagsProperty[]
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object