Skip to content

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

Name Type Description
Category object No description.
DeleteWithInstance object No description.
Description object No description.
DiskName object No description.
Encrypted object No description.
PerformanceLevel object No description.
Size object No description.
SnapshotId object No description.

CategoryOptional

public object Category { get; set; }
  • Type: object

DeleteWithInstanceOptional

public object DeleteWithInstance { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

DiskNameOptional

public object DiskName { get; set; }
  • Type: object

EncryptedOptional

public object Encrypted { get; set; }
  • Type: object

PerformanceLevelOptional

public object PerformanceLevel { get; set; }
  • Type: object

SizeOptional

public object Size { get; set; }
  • Type: object

SnapshotIdOptional

public object SnapshotId { get; set; }
  • Type: object