DiskMappingsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new DiskMappingsProperty {
object Category = null,
object DeleteWithInstance = null,
object Description = null,
object DiskName = null,
object Encrypted = 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; }
public object PerformanceLevel { get; set; }
SizeOptional
public object Size { get; set; }
SnapshotIdOptional
public object SnapshotId { get; set; }