DiskMappingsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new DiskMappingsProperty {
object AutoSnapshotPolicyId = null,
object BurstingEnabled = null,
object Categories = null,
object Category = null,
object DeleteWithInstance = null,
object Description = null,
object Device = null,
object DiskName = null,
object Encrypted = null,
object KmsKeyId = null,
object PerformanceLevel = null,
object ProvisionedIops = null,
object Size = null,
object SnapshotId = null
};
Properties
AutoSnapshotPolicyId
Optional
public object AutoSnapshotPolicyId { get; set; }
BurstingEnabled
Optional
public object BurstingEnabled { get; set; }
Categories
Optional
public object Categories { get; set; }
Category
Optional
public object Category { get; set; }
DeleteWithInstance
Optional
public object DeleteWithInstance { get; set; }
Description
Optional
public object Description { get; set; }
Device
Optional
public object Device { get; set; }
DiskName
Optional
public object DiskName { get; set; }
Encrypted
Optional
public object Encrypted { get; set; }
KmsKeyId
Optional
public object KmsKeyId { get; set; }
public object PerformanceLevel { get; set; }
ProvisionedIops
Optional
public object ProvisionedIops { get; set; }
Size
Optional
public object Size { get; set; }
SnapshotId
Optional
public object SnapshotId { get; set; }