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
Category
Optional
public object Category { get; set; }
DeleteWithInstance
Optional
public object DeleteWithInstance { get; set; }
Description
Optional
public object Description { get; set; }
DiskName
Optional
public object DiskName { get; set; }
Encrypted
Optional
public object Encrypted { get; set; }
public object PerformanceLevel { get; set; }
Size
Optional
public object Size { get; set; }
SnapshotId
Optional
public object SnapshotId { get; set; }