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
Description: "The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.",
34
34
Elem: &schema.Schema{
35
35
Type: schema.TypeString,
36
36
},
37
37
},
38
38
"l4_proxy_ids": {
39
39
Type: schema.TypeSet,
40
-
Optional: true,
40
+
Computed: true,
41
41
Description: "The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.",
42
42
Elem: &schema.Schema{
43
43
Type: schema.TypeString,
44
44
},
45
45
},
46
46
"current_origin_acl": {
47
47
Type: schema.TypeList,
48
-
Optional: true,
49
-
MaxItems: 1,
48
+
Computed: true,
50
49
Description: "Currently effective origin ACLs. This field is empty when origin protection is not enabled.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
51
50
Elem: &schema.Resource{
52
51
Schema: map[string]*schema.Schema{
53
52
"entire_addresses": {
54
53
Type: schema.TypeList,
55
-
Optional: true,
56
-
MaxItems: 1,
54
+
Computed: true,
57
55
Description: "IP range details.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
Description: "Version number.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
83
81
},
84
82
"active_time": {
85
83
Type: schema.TypeString,
86
-
Optional: true,
84
+
Computed: true,
87
85
Description: "Version effective time in UTC+8, following the date and time format of the ISO 8601 standard.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
88
86
},
89
87
"is_planed": {
90
88
Type: schema.TypeString,
91
-
Optional: true,
89
+
Computed: true,
92
90
Description: "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:.\n- true: specifies that the version is effective and the update to the latest version is confirmed.\n- 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.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
93
91
},
94
92
},
95
93
},
96
94
},
97
95
"next_origin_acl": {
98
96
Type: schema.TypeList,
99
-
Optional: true,
100
-
MaxItems: 1,
97
+
Computed: true,
101
98
Description: "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.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
102
99
Elem: &schema.Resource{
103
100
Schema: map[string]*schema.Schema{
104
101
"version": {
105
102
Type: schema.TypeString,
106
-
Optional: true,
103
+
Computed: true,
107
104
Description: "Version number.",
108
105
},
109
106
"planned_active_time": {
110
107
Type: schema.TypeString,
111
-
Optional: true,
108
+
Computed: true,
112
109
Description: "Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.",
Copy file name to clipboardExpand all lines: website/docs/d/teo_origin_acl.html.markdown
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,41 @@ The following arguments are supported:
33
33
In addition to all arguments above, the following attributes are exported:
34
34
35
35
*`origin_acl_info` - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
36
+
*`current_origin_acl` - Currently effective origin ACLs. This field is empty when origin protection is not enabled.
37
+
Note: This field may return null, which indicates a failure to obtain a valid value.
38
+
* `active_time` - Version effective time in UTC+8, following the date and time format of the ISO 8601 standard.
39
+
Note: This field may return null, which indicates a failure to obtain a valid value.
40
+
* `entire_addresses` - IP range details.
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.
44
+
* `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
+
- true: specifies that the version is effective and the update to the latest version is confirmed.
46
+
- 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.
47
+
Note: This field may return null, which indicates a failure to obtain a valid value.
48
+
* `version` - Version number.
49
+
Note: This field may return null, which indicates a failure to obtain a valid value.
50
+
*`l4_proxy_ids` - The list of L4 proxy instances that enable the origin ACLs. This field is empty when origin protection is not enabled.
51
+
*`l7_hosts` - The list of L7 accelerated domains that enable the origin ACLs. This field is empty when origin protection is not enabled.
52
+
*`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
+
Note: This field may return null, which indicates a failure to obtain a valid value.
54
+
* `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
+
* `entire_addresses` - IP range details.
58
+
* `i_pv4` - IPv4 subnet.
59
+
* `i_pv6` - IPv6 subnet.
60
+
* `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.
63
+
* `planned_active_time` - Version effective time, which adopts UTC+8 and follows the date and time format of the ISO 8601 standard.
64
+
* `removed_addresses` - The latest origin IP range deleted compared with the origin IP range in CurrentOrginACL.
0 commit comments