Skip to content

RosDiskProps

Properties for defining a RosDisk.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-disk

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDiskProps {
    object AutoSnapshotPolicyId = null,
    object BurstingEnabled = null,
    object DeleteAutoSnapshot = null,
    object Description = null,
    object DiskCategory = null,
    object DiskName = null,
    object Encrypted = null,
    object InstanceId = null,
    object KmsKeyId = null,
    object MultiAttach = null,
    object PerformanceLevel = null,
    object ProvisionedIops = null,
    object ResourceGroupId = null,
    object Size = null,
    object SnapshotId = null,
    object StorageSetId = null,
    object StorageSetPartitionNumber = null,
    TagsProperty[] Tags = null,
    object ZoneId = null
};

Properties

Name Type Description
AutoSnapshotPolicyId object No description.
BurstingEnabled object No description.
DeleteAutoSnapshot object No description.
Description object No description.
DiskCategory object No description.
DiskName object No description.
Encrypted object No description.
InstanceId object No description.
KmsKeyId object No description.
MultiAttach object No description.
PerformanceLevel object No description.
ProvisionedIops object No description.
ResourceGroupId object No description.
Size object No description.
SnapshotId object No description.
StorageSetId object No description.
StorageSetPartitionNumber object No description.
Tags TagsProperty[] No description.
ZoneId object No description.

AutoSnapshotPolicyIdOptional

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

BurstingEnabledOptional

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

DeleteAutoSnapshotOptional

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

DescriptionOptional

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

DiskCategoryOptional

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

DiskNameOptional

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

EncryptedOptional

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

InstanceIdOptional

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

KmsKeyIdOptional

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

MultiAttachOptional

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

PerformanceLevelOptional

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

ProvisionedIopsOptional

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

ResourceGroupIdOptional

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

SizeOptional

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

SnapshotIdOptional

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

StorageSetIdOptional

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

StorageSetPartitionNumberOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

ZoneIdOptional

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