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
* * This is an asynchronous operation. The ID of the asynchronous task is returned after the call. Query the asynchronous task result to determine whether the execution is complete.
26504
+
* * To modify the PtpStatus parameter, you must specify the parameter. The instance types that are supported. You can query the instance type list ([DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) ).
return $dara.cast<$_model.ModifyInstanceClockOptionsResponse>(await this.callApi(params, req, runtime), new $_model.ModifyInstanceClockOptionsResponse({}));
26564
+
}
26565
+
26566
+
/**
26567
+
* Modifies the instance clock options.
26568
+
*
26569
+
* @remarks
26570
+
* When you call this operation, note that:
26571
+
* * This is an asynchronous operation. The ID of the asynchronous task is returned after the call. Query the asynchronous task result to determine whether the execution is complete.
26572
+
* * To modify the PtpStatus parameter, you must specify the parameter. The instance types that are supported. You can query the instance type list ([DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) ).
* Changes the deployment set of an Elastic Compute Service (ECS) instance or migrates an ECS instance to a dedicated host. You can change the instance type of an ECS instance when you migrate the instance.
* When you call this operation, take note of the following item:
26865
+
* * This is an asynchronous operation. The ID of the asynchronous task is returned after the call. Query the asynchronous task result to determine whether the execution is complete.
26866
+
* * You can modify only one attribute at a time. If you modify multiple attributes, call this operation multiple times.
26867
+
* * To modify the BandwidthWeighting, you must specify the specifications of the instance. The instance types that are supported. You can query the instance type list (DescribeInstanceTypes).
* When you call this operation, take note of the following item:
26918
+
* * This is an asynchronous operation. The ID of the asynchronous task is returned after the call. Query the asynchronous task result to determine whether the execution is complete.
26919
+
* * You can modify only one attribute at a time. If you modify multiple attributes, call this operation multiple times.
26920
+
* * To modify the BandwidthWeighting, you must specify the specifications of the instance. The instance types that are supported. You can query the instance type list (DescribeInstanceTypes).
* Changes the type of a snapshot. You can call this operation to convert a standard snapshot into an archive snapshot.
29095
29199
*
29096
29200
* @remarks
29097
-
* Archive snapshots cannot be restored to standard snapshots.
29201
+
* Archived snapshots cannot be restored to standard snapshots.
29098
29202
* * You can archive only standard snapshots that have been retained for at least 14 days.
29099
-
* * You cannot archive encrypted snapshots.
29100
29203
* * You cannot archive snapshots that are shared to you, snapshots managed by Cloud Backup, or snapshots in cloud boxes.
29101
-
* * The archive snapshot feature is available only in the China (Hohhot), Malaysia (Kuala Lumpur), South Korea (Seoul), Philippines (Manila), Thailand (Bangkok), and Mexico regions. The availability of the feature in other regions is subject to notice.
29102
29204
*
29103
29205
* @param request - ModifySnapshotCategoryRequest
29104
29206
* @param runtime - runtime options for this request RuntimeOptions
* Changes the type of a snapshot. You can call this operation to convert a standard snapshot into an archive snapshot.
29157
29259
*
29158
29260
* @remarks
29159
-
* Archive snapshots cannot be restored to standard snapshots.
29261
+
* Archived snapshots cannot be restored to standard snapshots.
29160
29262
* * You can archive only standard snapshots that have been retained for at least 14 days.
29161
-
* * You cannot archive encrypted snapshots.
29162
29263
* * You cannot archive snapshots that are shared to you, snapshots managed by Cloud Backup, or snapshots in cloud boxes.
29163
-
* * The archive snapshot feature is available only in the China (Hohhot), Malaysia (Kuala Lumpur), South Korea (Seoul), Philippines (Manila), Thailand (Bangkok), and Mexico regions. The availability of the feature in other regions is subject to notice.
* The CIDR block in entry N. Valid values of N: 0 to 200. Take note of the following items:
8
+
* The CIDR block in entry N. Valid values of N: 0 to 200. Notes:
9
9
*
10
10
* * The total number of entries cannot exceed the `MaxEntries` value.
11
11
* * CIDR block types are determined by the IP address family. You cannot combine IPv4 and IPv6 CIDR blocks in a single prefix list.
12
12
* * CIDR blocks must be unique across all entries in a prefix list. For example, you cannot specify 192.168.1.0/24 twice in the entries of the prefix list.
13
-
* * IP addresses are supported. The system converts IP addresses into CIDR blocks. For example, if you specify 192.168.1.100, the system converts it into the 192.168.1.100/32 CIDR block.
14
-
* * If an IPv6 CIDR block is used, the system converts it into the zero compression format and changes uppercase letters into lowercase ones. For example, if you specify 2001:0DB8:0000:0000:0000:0000:0000:0000/32, the system converts it into 2001:db8::/32.
13
+
* * You can set a single IP address. The system automatically converts the IP address to a CIDR block. For example, if you set 192.168.1.100, the system automatically converts it to 192.168.1.100/32.
14
+
* * If you use an IPv6 CIDR block, the system automatically converts the CIDR block to zero and the letters to lowercase. For example, if you specify 2001:0DB8:0000:0000:0000:0000:0000:0000/32, the system converts it to 2001:db8::/32.
15
15
*
16
-
* For more information about CIDR blocks, see the [What is CIDR?](https://help.aliyun.com/document_detail/40637.html#title-gu4-uzk-12r) section in the "Network FAQ" topic.
16
+
* For more information about CIDR blocks, see [What is CIDR?](https://help.aliyun.com/document_detail/185311.html#598efe6ef1v00)
0 commit comments