Description
Clones an Elastic Compute Service (ECS) instance by using an incremental snapshot.
Syntax
Action: ACS::ECS::CloneInstanceWithIncrementSnapshot
Properties:
regionId: String
instanceId: String
imageName: String
targetVSwitchId: String
targetSecurityGroupIds: List
targetInstanceType: String
targetInstanceChargeType: String
targetPassword: String
targetPeriodUnit: String
targetPeriod: Number
targetSystemDiskCategory: String
targetDataDiskCategory: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The ID of the region in which the source ECS instance resides. | String | No | {{ACS::RegionId}} | |
instanceId | The ID of the source ECS instance. | String | Yes | ||
imageName | The image name of the source ECS instance. | String | Yes | ||
targetVSwitchId | The vSwitch ID of the cloned ECS instance. | String | Yes | ||
targetSecurityGroupIds | The security group ID of the cloned ECS instance. | List | Yes | ||
targetInstanceType | The instance type of the cloned ECS instance. | String | Yes | ||
targetInstanceChargeType | The billing method of the cloned ECS instance. | String | Yes | ||
targetPassword | The password of the cloned ECS instance. | String | Yes | ||
targetPeriodUnit | The unit of the subscription duration. | String | Yes | ||
targetPeriod | The subscription duration. | Number | Yes | ||
targetSystemDiskCategory | The category of the system disk. | String | Yes | ||
targetDataDiskCategory | The category of the data disk. | String | Yes |
Output
Output item | Description | Type |
instanceId | String |
References
For more information, see ACS::ECS::CloneInstanceWithIncrementSnapshot.yml at GitHub.