Skip to content

DataDisksProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new DataDisksProperty {
    object AutoSnapshotPolicyId = null,
    object Category = null,
    object Encrypted = null,
    object PerformanceLevel = null,
    object Size = null
};

Properties

Name Type Description
AutoSnapshotPolicyId object No description.
Category object No description.
Encrypted object No description.
PerformanceLevel object No description.
Size object No description.

AutoSnapshotPolicyIdOptional

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

CategoryOptional

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