1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
#[cfg(feature = "BatchAddAvailableZones")]
pub mod BatchAddAvailableZones;
#[cfg(feature = "BatchCreateListenerTags")]
pub mod BatchCreateListenerTags;
#[cfg(feature = "BatchCreateLoadbalancerTags")]
pub mod BatchCreateLoadbalancerTags;
#[cfg(feature = "BatchCreateMembers")]
pub mod BatchCreateMembers;
#[cfg(feature = "BatchDeleteIpList")]
pub mod BatchDeleteIpList;
#[cfg(feature = "BatchDeleteListenerTags")]
pub mod BatchDeleteListenerTags;
#[cfg(feature = "BatchDeleteLoadbalancerTags")]
pub mod BatchDeleteLoadbalancerTags;
#[cfg(feature = "BatchDeleteMembers")]
pub mod BatchDeleteMembers;
#[cfg(feature = "BatchRemoveAvailableZones")]
pub mod BatchRemoveAvailableZones;
#[cfg(feature = "BatchUpdateMembers")]
pub mod BatchUpdateMembers;
#[cfg(feature = "BatchUpdatePoliciesPriority")]
pub mod BatchUpdatePoliciesPriority;
#[cfg(feature = "ChangeLoadbalancerChargeMode")]
pub mod ChangeLoadbalancerChargeMode;
#[cfg(feature = "CountPreoccupyIpNum")]
pub mod CountPreoccupyIpNum;
#[cfg(feature = "CreateCertificate")]
pub mod CreateCertificate;
#[cfg(feature = "CreateHealthmonitor")]
pub mod CreateHealthmonitor;
#[cfg(feature = "CreateIpGroup")]
pub mod CreateIpGroup;
#[cfg(feature = "CreateL7policy")]
pub mod CreateL7policy;
#[cfg(feature = "CreateL7Rule")]
pub mod CreateL7Rule;
#[cfg(feature = "CreateListener")]
pub mod CreateListener;
#[cfg(feature = "CreateListenerTags")]
pub mod CreateListenerTags;
#[cfg(feature = "CreateLoadbalancer")]
pub mod CreateLoadbalancer;
#[cfg(feature = "CreateLoadbalancerTags")]
pub mod CreateLoadbalancerTags;
#[cfg(feature = "CreateLogtank")]
pub mod CreateLogtank;
#[cfg(feature = "CreateMasterSlavePool")]
pub mod CreateMasterSlavePool;
#[cfg(feature = "CreateMember")]
pub mod CreateMember;
#[cfg(feature = "CreatePool")]
pub mod CreatePool;
#[cfg(feature = "CreateSecurityPolicy")]
pub mod CreateSecurityPolicy;
#[cfg(feature = "CreateWhitelist")]
pub mod CreateWhitelist;
#[cfg(feature = "DeleteCertificate")]
pub mod DeleteCertificate;
#[cfg(feature = "DeleteHealthMonitor")]
pub mod DeleteHealthMonitor;
#[cfg(feature = "DeleteIpGroup")]
pub mod DeleteIpGroup;
#[cfg(feature = "DeleteL7Policy")]
pub mod DeleteL7Policy;
#[cfg(feature = "DeleteL7Rule")]
pub mod DeleteL7Rule;
#[cfg(feature = "DeleteListener")]
pub mod DeleteListener;
#[cfg(feature = "DeleteListenerForce")]
pub mod DeleteListenerForce;
#[cfg(feature = "DeleteListenerTags")]
pub mod DeleteListenerTags;
#[cfg(feature = "DeleteLoadBalancer")]
pub mod DeleteLoadBalancer;
#[cfg(feature = "DeleteLoadBalancerForce")]
pub mod DeleteLoadBalancerForce;
#[cfg(feature = "DeleteLoadbalancerTags")]
pub mod DeleteLoadbalancerTags;
#[cfg(feature = "DeleteLogtank")]
pub mod DeleteLogtank;
#[cfg(feature = "DeleteMasterSlavePool")]
pub mod DeleteMasterSlavePool;
#[cfg(feature = "DeleteMember")]
pub mod DeleteMember;
#[cfg(feature = "DeletePool")]
pub mod DeletePool;
#[cfg(feature = "DeleteSecurityPolicy")]
pub mod DeleteSecurityPolicy;
#[cfg(feature = "DeleteWhitelist")]
pub mod DeleteWhitelist;
#[cfg(feature = "ListAllMembers")]
pub mod ListAllMembers;
#[cfg(feature = "ListApiVersions")]
pub mod ListApiVersions;
#[cfg(feature = "ListAvailabilityZones")]
pub mod ListAvailabilityZones;
#[cfg(feature = "ListCertificates")]
pub mod ListCertificates;
#[cfg(feature = "ListFlavors")]
pub mod ListFlavors;
#[cfg(feature = "ListHealthmonitors")]
pub mod ListHealthmonitors;
#[cfg(feature = "ListIpGroups")]
pub mod ListIpGroups;
#[cfg(feature = "ListL7Policies")]
pub mod ListL7Policies;
#[cfg(feature = "ListL7Rules")]
pub mod ListL7Rules;
#[cfg(feature = "ListListeners")]
pub mod ListListeners;
#[cfg(feature = "ListListenersByTags")]
pub mod ListListenersByTags;
#[cfg(feature = "ListListenerTags")]
pub mod ListListenerTags;
#[cfg(feature = "ListLoadBalancers")]
pub mod ListLoadBalancers;
#[cfg(feature = "ListLoadbalancersByTags")]
pub mod ListLoadbalancersByTags;
#[cfg(feature = "ListLoadbalancerTags")]
pub mod ListLoadbalancerTags;
#[cfg(feature = "ListLogtanks")]
pub mod ListLogtanks;
#[cfg(feature = "ListMasterSlavePools")]
pub mod ListMasterSlavePools;
#[cfg(feature = "ListMembers")]
pub mod ListMembers;
#[cfg(feature = "ListPools")]
pub mod ListPools;
#[cfg(feature = "ListQuotaDetails")]
pub mod ListQuotaDetails;
#[cfg(feature = "ListSecurityPolicies")]
pub mod ListSecurityPolicies;
#[cfg(feature = "ListSystemSecurityPolicies")]
pub mod ListSystemSecurityPolicies;
#[cfg(feature = "ListWhitelists")]
pub mod ListWhitelists;
#[cfg(feature = "ShowCertificate")]
pub mod ShowCertificate;
#[cfg(feature = "ShowFlavor")]
pub mod ShowFlavor;
#[cfg(feature = "ShowHealthMonitor")]
pub mod ShowHealthMonitor;
#[cfg(feature = "ShowHealthmonitors")]
pub mod ShowHealthmonitors;
#[cfg(feature = "ShowIpGroup")]
pub mod ShowIpGroup;
#[cfg(feature = "ShowL7policy")]
pub mod ShowL7policy;
#[cfg(feature = "ShowL7rule")]
pub mod ShowL7rule;
#[cfg(feature = "ShowListener")]
pub mod ShowListener;
#[cfg(feature = "ShowListenerTags")]
pub mod ShowListenerTags;
#[cfg(feature = "ShowLoadBalancer")]
pub mod ShowLoadBalancer;
#[cfg(feature = "ShowLoadbalancersStatus")]
pub mod ShowLoadbalancersStatus;
#[cfg(feature = "ShowLoadBalancerStatus")]
pub mod ShowLoadBalancerStatus;
#[cfg(feature = "ShowLoadbalancerTags")]
pub mod ShowLoadbalancerTags;
#[cfg(feature = "ShowLogtank")]
pub mod ShowLogtank;
#[cfg(feature = "ShowMasterSlavePool")]
pub mod ShowMasterSlavePool;
#[cfg(feature = "ShowMember")]
pub mod ShowMember;
#[cfg(feature = "ShowPool")]
pub mod ShowPool;
#[cfg(feature = "ShowQuota")]
pub mod ShowQuota;
#[cfg(feature = "ShowSecurityPolicy")]
pub mod ShowSecurityPolicy;
#[cfg(feature = "ShowWhitelist")]
pub mod ShowWhitelist;
#[cfg(feature = "UpdateCertificate")]
pub mod UpdateCertificate;
#[cfg(feature = "UpdateHealthmonitor")]
pub mod UpdateHealthmonitor;
#[cfg(feature = "UpdateIpGroup")]
pub mod UpdateIpGroup;
#[cfg(feature = "UpdateIpList")]
pub mod UpdateIpList;
#[cfg(feature = "UpdateL7policies")]
pub mod UpdateL7policies;
#[cfg(feature = "UpdateL7Policy")]
pub mod UpdateL7Policy;
#[cfg(feature = "UpdateL7rule")]
pub mod UpdateL7rule;
#[cfg(feature = "UpdateListener")]
pub mod UpdateListener;
#[cfg(feature = "UpdateLoadBalancer")]
pub mod UpdateLoadBalancer;
#[cfg(feature = "UpdateLogtank")]
pub mod UpdateLogtank;
#[cfg(feature = "UpdateMember")]
pub mod UpdateMember;
#[cfg(feature = "UpdatePool")]
pub mod UpdatePool;