Skip to content

DiskMappingsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new DiskMappingsProperty {
    object AutoSnapshotPolicyId = null,
    object BurstingEnabled = null,
    object Categories = null,
    object Category = null,
    object DeleteWithInstance = null,
    object Description = null,
    object Device = null,
    object DiskName = null,
    object Encrypted = null,
    object KmsKeyId = null,
    object PerformanceLevel = null,
    object ProvisionedIops = null,
    object Size = null,
    object SnapshotId = null
};

Properties

Name Type Description
AutoSnapshotPolicyId object No description.
BurstingEnabled object No description.
Categories object No description.
Category object No description.
DeleteWithInstance object No description.
Description object No description.
Device object No description.
DiskName object No description.
Encrypted object No description.
KmsKeyId object No description.
PerformanceLevel object No description.
ProvisionedIops object No description.
Size object No description.
SnapshotId object No description.

AutoSnapshotPolicyIdOptional

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

BurstingEnabledOptional

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

CategoriesOptional

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

CategoryOptional

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

DeleteWithInstanceOptional

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

DescriptionOptional

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

DeviceOptional

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

DiskNameOptional

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

EncryptedOptional

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

KmsKeyIdOptional

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

PerformanceLevelOptional

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

ProvisionedIopsOptional

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

SizeOptional

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

SnapshotIdOptional

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