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. |
AdditionalAttributes
Optional
public object AdditionalAttributes { get; set; }
- Type: object
AutoSnapshotPolicyId
Optional
public object AutoSnapshotPolicyId { get; set; }
- Type: object
Category
Optional
public object Category { get; set; }
- Type: object
DeleteAutoSnapshot
Optional
public object DeleteAutoSnapshot { get; set; }
- Type: object
DeleteWithInstance
Optional
public object DeleteWithInstance { get; set; }
- Type: object
DiskChargeType
Optional
public object DiskChargeType { get; set; }
- Type: object
DiskIds
Optional
public object DiskIds { get; set; }
- Type: object
DiskName
Optional
public object DiskName { get; set; }
- Type: object
DiskType
Optional
public object DiskType { get; set; }
- Type: object
EnableAutomatedSnapshotPolicy
Optional
public object EnableAutomatedSnapshotPolicy { get; set; }
- Type: object
EnableAutoSnapshot
Optional
public object EnableAutoSnapshot { get; set; }
- Type: object
EnableShared
Optional
public object EnableShared { get; set; }
- Type: object
Encrypted
Optional
public object Encrypted { get; set; }
- Type: object
Filters
Optional
public object Filters { 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
Portable
Optional
public object Portable { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SnapshotId
Optional
public object SnapshotId { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosDisks.TagsProperty[]
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object