ALIYUN::ECD::Bundle is used to create a custom desktop template.
Syntax
{
"Type": "ALIYUN::ECD::Bundle",
"Properties": {
"Description": String,
"RootDiskSizeGib": Integer,
"Language": String,
"RootDiskPerformanceLevel": String,
"DesktopType": String,
"BundleName": String,
"ImageId": String,
"UserDiskPerformanceLevel": String,
"UserDiskSizeGib": List
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Description | String | No | Yes | The description of the template. | None. |
RootDiskSizeGib | Integer | Yes | No | The size of the system disk. | Unit: GiB. The value of this property must be consistent with the system disk size supported by the cloud desktop type. For more information, see Cloud desktop types. |
Language | String | No | Yes | The language of the OS. | This property is available only for system images. Valid values:
|
RootDiskPerformanceLevel | String | No | No | The performance level (PL) of the system disk. | You can specify this property when the cloud desktop type is Graphics or High Frequency. Valid values:
For more information about the differences between disks of different PLs, see ESSDs. |
DesktopType | String | Yes | No | The cloud desktop type. | You can call the DescribeBundles operation to query desktop templates and obtain the supported desktop type from the value of DesktopType. Note You can select GPU-accelerated desktop types only when you use GPU-accelerated images. |
BundleName | String | No | Yes | The name of the desktop template. | None. |
ImageId | String | Yes | Yes | The image ID. | None. |
UserDiskPerformanceLevel | String | No | No | The PL of the data disk. | You can specify this property when the cloud desktop type is Graphics or High Frequency. Valid values:
For more information about the differences between disks of different PLs, see ESSDs. |
UserDiskSizeGib | List | Yes | No | The size of the data disk. | You can configure only one data disk. Unit: GiB. The value of this property must be consistent with the data disk size supported by the cloud desktop type. For more information, see Cloud desktop types. Note The data disk size that you specify in the template must be greater than the data disk size that is contained in the image. |
Return values
Fn::GetAtt
BundleId: the ID of the desktop template.