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
AutoSnapshotPolicyIdOptional
public object AutoSnapshotPolicyId { get; set; }
BurstingEnabledOptional
public object BurstingEnabled { get; set; }
CategoriesOptional
public object Categories { get; set; }
CategoryOptional
public object Category { get; set; }
DeleteWithInstanceOptional
public object DeleteWithInstance { get; set; }
DescriptionOptional
public object Description { get; set; }
DeviceOptional
public object Device { get; set; }
DiskNameOptional
public object DiskName { get; set; }
EncryptedOptional
public object Encrypted { get; set; }
KmsKeyIdOptional
public object KmsKeyId { get; set; }
public object PerformanceLevel { get; set; }
ProvisionedIopsOptional
public object ProvisionedIops { get; set; }
SizeOptional
public object Size { get; set; }
SnapshotIdOptional
public object SnapshotId { get; set; }