Skip to content

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

Name Type Description
Category object No description.
DeleteWithInstance object No description.
Description object No description.
DiskName object No description.
Encrypted object No description.
InternetChargeType object No description.
KmsKeyId 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

InternetChargeTypeOptional

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

KmsKeyIdOptional

public object KmsKeyId { 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