Description
Enables the auto-renewal feature for a cloud desktop.
Syntax
Action: ACS::ECD::SetRenewal
Properties:
regionId: String
desktopId: String
renewalPeriodUnit: String
renewalPeriod: Number
renewalStatus: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
desktopId | The ID of the cloud desktop. | String | Yes | ||
renewalPeriodUnit | The unit of the renewal duration for the subscription instance. | String | Yes | ||
renewalPeriod | The renewal duration of the subscription instance. Valid values: 1, 2, 3, 6, and 12. | Number | Yes | ||
renewalStatus | The auto-renewal status of the instance. Valid values: AutoRenewal: Auto-renewal is enabled for the instance. Normal: Auto-renewal is disabled for the instance. NotRenewal: The instance is not renewed. | String | Yes |
Output
None
References
For more information, see ACS::ECD::SetRenewal at GitHub.