You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`cam_role_name` - (Optional, String) CAM role name.
219
+
*`cam_role_name` - (Optional, String) CAM role name authorized to access.
220
220
*`client_token` - (Optional, String) A string used to ensure the idempotence of the request. This string is generated by the customer and must be unique across different requests, with a maximum length of 64 ASCII characters. If this parameter is not specified, the idempotence of the request cannot be guaranteed. Example value: system-f3827db9-c58a-49cc-bf10-33fc1923a34a.
221
221
*`data_disks` - (Optional, List) Workspace data disk information.
222
222
*`disaster_recover_group_id` - (Optional, String) Placement Group ID.
*`host_name` - (Optional, String) The hostname of the instance. Windows instance: The name should be a combination of 2 to 15 characters comprised of letters (case insensitive), numbers, and hyphens (-). Period (.) is not supported, and the name cannot be a string of pure numbers. Other types (such as Linux) of instances: The name should be a combination of 2 to 60 characters, supporting multiple periods (.). The piece between two periods is composed of letters (case insensitive), numbers, and hyphens (-). Modifying will cause the instance reset.
*`internet_accessible` - (Optional, List) Public network bandwidth settings.
@@ -268,7 +268,7 @@ The `internet_accessible` object supports the following:
268
268
269
269
The `login_settings` object supports the following:
270
270
271
-
*`key_ids` - (Optional, Set) The key pair to use for the instance.
271
+
*`key_ids` - (Optional, Set) The key pair to use for the instance, it looks like `skey-16jig7tx`. Modifying will cause the instance reset.
272
272
*`password` - (Optional, String) Password for the instance. In order for the new password to take effect, the instance will be restarted after the password change. Modifying will cause the instance reset.
273
273
274
274
The `monitor_service` object of `enhanced_service` supports the following:
@@ -292,7 +292,7 @@ The `space_charge_prepaid` object supports the following:
292
292
The `system_disk` object supports the following:
293
293
294
294
*`disk_size` - (Optional, Int) Size of the system disk. unit is GB, Default is 50GB.
295
-
*`disk_type` - (Optional, String) System disk type.
295
+
*`disk_type` - (Optional, String) System disk type. For more information on limits of system disk types, see [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952). Valid values: `LOCAL_BASIC`: local disk, `LOCAL_SSD`: local SSD disk, `CLOUD_BASIC`: cloud disk, `CLOUD_SSD`: cloud SSD disk, `CLOUD_PREMIUM`: Premium Cloud Storage, `CLOUD_BSSD`: Basic SSD, `CLOUD_HSSD`: Enhanced SSD, `CLOUD_TSSD`: Tremendous SSD. NOTE: If modified, the instance may force stop.
296
296
297
297
The `tag_specification` object supports the following:
0 commit comments