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
Copy file name to clipboardExpand all lines: website/docs/d/teo_origin_acl.html.markdown
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,10 @@ Note: This field may return null, which indicates a failure to obtain a valid va
39
39
Note: This field may return null, which indicates a failure to obtain a valid value.
40
40
* `entire_addresses` - IP range details.
41
41
Note: This field may return null, which indicates a failure to obtain a valid value.
42
-
* `i_pv4` - IPv4 subnet.
43
-
* `i_pv6` - IPv6 subnet.
42
+
* `i_pv4` - (**Deprecated**) Field `i_pv4` has been deprecated from version 1.82.27. Use new field `ipv4` instead. IPv4 subnet.
43
+
* `i_pv6` - (**Deprecated**) Field `i_pv6` has been deprecated from version 1.82.27. Use new field `ipv6` instead. IPv6 subnet.
44
+
* `ipv4` - IPv4 subnet.
45
+
* `ipv6` - IPv6 subnet.
44
46
* `is_planed` - This parameter is used to record whether "I've upgraded to the lastest version" is completed before the origin ACLs version is effective. valid values:.
45
47
- true: specifies that the version is effective and the update to the latest version is confirmed.
46
48
- false: when the version takes effect, the confirmation of updating to the latest origin ACLs are not completed. The IP range is forcibly updated to the latest version in the backend. When this parameter returns false, please confirm in time whether your origin server firewall configuration has been updated to the latest version to avoid origin-pull failure.
@@ -52,18 +54,26 @@ Note: This field may return null, which indicates a failure to obtain a valid va
52
54
*`next_origin_acl` - When the origin ACLs are updated, this field will be returned with the next version's origin IP range to take effect, including a comparison with the current origin IP range. This field is empty if not updated or origin protection is not enabled.
53
55
Note: This field may return null, which indicates a failure to obtain a valid value.
54
56
* `added_addresses` - The latest origin IP range newly-added compared with the origin IP range in CurrentOrginACL.
55
-
* `i_pv4` - IPv4 subnet.
56
-
* `i_pv6` - IPv6 subnet.
57
+
* `i_pv4` - (**Deprecated**) Field `i_pv4` has been deprecated from version 1.82.27. Use new field `ipv4` instead. IPv4 subnet.
58
+
* `i_pv6` - (**Deprecated**) Field `i_pv6` has been deprecated from version 1.82.27. Use new field `ipv6` instead. IPv6 subnet.
59
+
* `ipv4` - IPv4 subnet.
60
+
* `ipv6` - IPv6 subnet.
57
61
* `entire_addresses` - IP range details.
58
-
* `i_pv4` - IPv4 subnet.
59
-
* `i_pv6` - IPv6 subnet.
62
+
* `i_pv4` - (**Deprecated**) Field `i_pv4` has been deprecated from version 1.82.27. Use new field `ipv4` instead. IPv4 subnet.
63
+
* `i_pv6` - (**Deprecated**) Field `i_pv6` has been deprecated from version 1.82.27. Use new field `ipv6` instead. IPv6 subnet.
64
+
* `ipv4` - IPv4 subnet.
65
+
* `ipv6` - IPv6 subnet.
60
66
* `no_change_addresses` - The latest origin IP range is unchanged compared with the origin IP range in CurrentOrginACL.
61
-
* `i_pv4` - IPv4 subnet.
62
-
* `i_pv6` - IPv6 subnet.
67
+
* `i_pv4` - (**Deprecated**) Field `i_pv4` has been deprecated from version 1.82.27. Use new field `ipv4` instead. IPv4 subnet.
68
+
* `i_pv6` - (**Deprecated**) Field `i_pv6` has been deprecated from version 1.82.27. Use new field `ipv6` instead. IPv6 subnet.
69
+
* `ipv4` - IPv4 subnet.
70
+
* `ipv6` - IPv6 subnet.
63
71
* `planned_active_time` - Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
64
72
* `removed_addresses` - The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
65
-
* `i_pv4` - IPv4 subnet.
66
-
* `i_pv6` - IPv6 subnet.
73
+
* `i_pv4` - (**Deprecated**) Field `i_pv4` has been deprecated from version 1.82.27. Use new field `ipv4` instead. IPv4 subnet.
74
+
* `i_pv6` - (**Deprecated**) Field `i_pv6` has been deprecated from version 1.82.27. Use new field `ipv6` instead. IPv6 subnet.
0 commit comments