@@ -46,26 +46,11 @@ def get_SourcePortRange(self): # String
4646
4747 def set_SourcePortRange (self , SourcePortRange ): # String
4848 self .add_query_param ('SourcePortRange' , SourcePortRange )
49- def get_ClientToken (self ): # String
50- return self .get_query_params ().get ('ClientToken' )
51-
52- def set_ClientToken (self , ClientToken ): # String
53- self .add_query_param ('ClientToken' , ClientToken )
5449 def get_DestPrefixListId (self ): # String
5550 return self .get_query_params ().get ('DestPrefixListId' )
5651
5752 def set_DestPrefixListId (self , DestPrefixListId ): # String
5853 self .add_query_param ('DestPrefixListId' , DestPrefixListId )
59- def get_SecurityGroupId (self ): # String
60- return self .get_query_params ().get ('SecurityGroupId' )
61-
62- def set_SecurityGroupId (self , SecurityGroupId ): # String
63- self .add_query_param ('SecurityGroupId' , SecurityGroupId )
64- def get_Description (self ): # String
65- return self .get_query_params ().get ('Description' )
66-
67- def set_Description (self , Description ): # String
68- self .add_query_param ('Description' , Description )
6954 def get_Permissions (self ): # Array
7055 return self .get_query_params ().get ('Permissions' )
7156
@@ -101,51 +86,28 @@ def set_Permissions(self, Permissions): # Array
10186 self .add_query_param ('Permissions.' + str (index1 + 1 ) + '.NicType' , value1 .get ('NicType' ))
10287 if value1 .get ('Description' ) is not None :
10388 self .add_query_param ('Permissions.' + str (index1 + 1 ) + '.Description' , value1 .get ('Description' ))
104- def get_Policy (self ): # String
105- return self .get_query_params ().get ('Policy' )
106-
107- def set_Policy (self , Policy ): # String
108- self .add_query_param ('Policy' , Policy )
89+ if value1 .get ('PortRangeListId' ) is not None :
90+ self .add_query_param ('Permissions.' + str (index1 + 1 ) + '.PortRangeListId' , value1 .get ('PortRangeListId' ))
10991 def get_Ipv6DestCidrIp (self ): # String
11092 return self .get_query_params ().get ('Ipv6DestCidrIp' )
11193
11294 def set_Ipv6DestCidrIp (self , Ipv6DestCidrIp ): # String
11395 self .add_query_param ('Ipv6DestCidrIp' , Ipv6DestCidrIp )
114- def get_Ipv6SourceCidrIp (self ): # String
115- return self .get_query_params ().get ('Ipv6SourceCidrIp' )
116-
117- def set_Ipv6SourceCidrIp (self , Ipv6SourceCidrIp ): # String
118- self .add_query_param ('Ipv6SourceCidrIp' , Ipv6SourceCidrIp )
11996 def get_PortRange (self ): # String
12097 return self .get_query_params ().get ('PortRange' )
12198
12299 def set_PortRange (self , PortRange ): # String
123100 self .add_query_param ('PortRange' , PortRange )
124- def get_ResourceOwnerAccount (self ): # String
125- return self .get_query_params ().get ('ResourceOwnerAccount' )
126-
127- def set_ResourceOwnerAccount (self , ResourceOwnerAccount ): # String
128- self .add_query_param ('ResourceOwnerAccount' , ResourceOwnerAccount )
129101 def get_IpProtocol (self ): # String
130102 return self .get_query_params ().get ('IpProtocol' )
131103
132104 def set_IpProtocol (self , IpProtocol ): # String
133105 self .add_query_param ('IpProtocol' , IpProtocol )
134- def get_OwnerAccount (self ): # String
135- return self .get_query_params ().get ('OwnerAccount' )
136-
137- def set_OwnerAccount (self , OwnerAccount ): # String
138- self .add_query_param ('OwnerAccount' , OwnerAccount )
139106 def get_SourceCidrIp (self ): # String
140107 return self .get_query_params ().get ('SourceCidrIp' )
141108
142109 def set_SourceCidrIp (self , SourceCidrIp ): # String
143110 self .add_query_param ('SourceCidrIp' , SourceCidrIp )
144- def get_DestGroupId (self ): # String
145- return self .get_query_params ().get ('DestGroupId' )
146-
147- def set_DestGroupId (self , DestGroupId ): # String
148- self .add_query_param ('DestGroupId' , DestGroupId )
149111 def get_OwnerId (self ): # Long
150112 return self .get_query_params ().get ('OwnerId' )
151113
@@ -156,16 +118,56 @@ def get_Priority(self): # String
156118
157119 def set_Priority (self , Priority ): # String
158120 self .add_query_param ('Priority' , Priority )
159- def get_DestGroupOwnerAccount (self ): # String
160- return self .get_query_params ().get ('DestGroupOwnerAccount' )
161-
162- def set_DestGroupOwnerAccount (self , DestGroupOwnerAccount ): # String
163- self .add_query_param ('DestGroupOwnerAccount' , DestGroupOwnerAccount )
164121 def get_DestCidrIp (self ): # String
165122 return self .get_query_params ().get ('DestCidrIp' )
166123
167124 def set_DestCidrIp (self , DestCidrIp ): # String
168125 self .add_query_param ('DestCidrIp' , DestCidrIp )
126+ def get_ClientToken (self ): # String
127+ return self .get_query_params ().get ('ClientToken' )
128+
129+ def set_ClientToken (self , ClientToken ): # String
130+ self .add_query_param ('ClientToken' , ClientToken )
131+ def get_SecurityGroupId (self ): # String
132+ return self .get_query_params ().get ('SecurityGroupId' )
133+
134+ def set_SecurityGroupId (self , SecurityGroupId ): # String
135+ self .add_query_param ('SecurityGroupId' , SecurityGroupId )
136+ def get_Description (self ): # String
137+ return self .get_query_params ().get ('Description' )
138+
139+ def set_Description (self , Description ): # String
140+ self .add_query_param ('Description' , Description )
141+ def get_Policy (self ): # String
142+ return self .get_query_params ().get ('Policy' )
143+
144+ def set_Policy (self , Policy ): # String
145+ self .add_query_param ('Policy' , Policy )
146+ def get_Ipv6SourceCidrIp (self ): # String
147+ return self .get_query_params ().get ('Ipv6SourceCidrIp' )
148+
149+ def set_Ipv6SourceCidrIp (self , Ipv6SourceCidrIp ): # String
150+ self .add_query_param ('Ipv6SourceCidrIp' , Ipv6SourceCidrIp )
151+ def get_ResourceOwnerAccount (self ): # String
152+ return self .get_query_params ().get ('ResourceOwnerAccount' )
153+
154+ def set_ResourceOwnerAccount (self , ResourceOwnerAccount ): # String
155+ self .add_query_param ('ResourceOwnerAccount' , ResourceOwnerAccount )
156+ def get_OwnerAccount (self ): # String
157+ return self .get_query_params ().get ('OwnerAccount' )
158+
159+ def set_OwnerAccount (self , OwnerAccount ): # String
160+ self .add_query_param ('OwnerAccount' , OwnerAccount )
161+ def get_DestGroupId (self ): # String
162+ return self .get_query_params ().get ('DestGroupId' )
163+
164+ def set_DestGroupId (self , DestGroupId ): # String
165+ self .add_query_param ('DestGroupId' , DestGroupId )
166+ def get_DestGroupOwnerAccount (self ): # String
167+ return self .get_query_params ().get ('DestGroupOwnerAccount' )
168+
169+ def set_DestGroupOwnerAccount (self , DestGroupOwnerAccount ): # String
170+ self .add_query_param ('DestGroupOwnerAccount' , DestGroupOwnerAccount )
169171 def get_DestGroupOwnerId (self ): # Long
170172 return self .get_query_params ().get ('DestGroupOwnerId' )
171173
0 commit comments