DataDiskProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new DataDiskProperty {
object Category = null,
object DeleteWithInstance = null,
object Description = null,
object DiskName = null,
object Encrypted = null,
object InternetChargeType = null,
object KmsKeyId = null,
object PerformanceLevel = null,
object Size = null,
object SnapshotId = null
};
Properties
CategoryOptional
public object Category { get; set; }
DeleteWithInstanceOptional
public object DeleteWithInstance { get; set; }
DescriptionOptional
public object Description { get; set; }
DiskNameOptional
public object DiskName { get; set; }
EncryptedOptional
public object Encrypted { get; set; }
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
KmsKeyIdOptional
public object KmsKeyId { get; set; }
public object PerformanceLevel { get; set; }
SizeOptional
public object Size { get; set; }
SnapshotIdOptional
public object SnapshotId { get; set; }