Skip to content

BundleProps

Properties for defining a Bundle.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecd-bundle

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecd;
new BundleProps {
    object DesktopType,
    object ImageId,
    object RootDiskSizeGib,
    object UserDiskSizeGib,
    object BundleName = null,
    object Description = null,
    object Language = null,
    object RootDiskPerformanceLevel = null,
    object UserDiskPerformanceLevel = null
};

Properties

Name Type Description
DesktopType object Property desktopType: Desktop specifications.You can call Describundles to query the desktop bundle and get the currently supported desktop specification from the returned desktopType. Explain that ordinary mirrors cannot choose the GPU specifications, and the GPU type mirror can only choose the GPU specification.
ImageId object Property imageId: The ID of the image.
RootDiskSizeGib object Property rootDiskSizeGib: The root disk size gib.
UserDiskSizeGib object Property userDiskSizeGib: The size of the data disk.
BundleName object Property bundleName: The name of the bundle.
Description object Property description: The description of the bundle.
Language object Property language: The language.
RootDiskPerformanceLevel object Property rootDiskPerformanceLevel: The root disk performance level.
UserDiskPerformanceLevel object Property userDiskPerformanceLevel: The user disk performance level.Valid values: PL0 PL1 PL2 PL3.

DesktopTypeRequired

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

Property desktopType: Desktop specifications.You can call Describundles to query the desktop bundle and get the currently supported desktop specification from the returned desktopType. Explain that ordinary mirrors cannot choose the GPU specifications, and the GPU type mirror can only choose the GPU specification.


ImageIdRequired

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

Property imageId: The ID of the image.


RootDiskSizeGibRequired

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

Property rootDiskSizeGib: The root disk size gib.


UserDiskSizeGibRequired

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

Property userDiskSizeGib: The size of the data disk.

Currently, only one data disk can be set. Unit: GiB.

  • The size of the data disk that supports the setting corresponds to the specification.
  • The data disk size (user_disk_size_gib) set in the template must be greater than the data disk size (data_disk_size) in the mirror.

BundleNameOptional

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

Property bundleName: The name of the bundle.


DescriptionOptional

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

Property description: The description of the bundle.


LanguageOptional

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

Property language: The language.

Valid values: zh-CN: Simplified Chinese zh-HK: Traditional Chinese (Hong Kong) en-US: English ja-JP: Japanese


RootDiskPerformanceLevelOptional

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

Property rootDiskPerformanceLevel: The root disk performance level.

Valid values: PL0 PL1 PL2 PL3


UserDiskPerformanceLevelOptional

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

Property userDiskPerformanceLevel: The user disk performance level.Valid values: PL0 PL1 PL2 PL3.