1+ # Licensed to the Apache Software Foundation (ASF) under one
2+ # or more contributor license agreements. See the NOTICE file
3+ # distributed with this work for additional information
4+ # regarding copyright ownership. The ASF licenses this file
5+ # to you under the Apache License, Version 2.0 (the
6+ # "License"); you may not use this file except in compliance
7+ # with the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ #
12+ #
13+ # Unless required by applicable law or agreed to in writing,
14+ # software distributed under the License is distributed on an
15+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+ # KIND, either express or implied. See the License for the
17+ # specific language governing permissions and limitations
18+ # under the License.
19+
20+ from aliyunsdkcore .request import RpcRequest
21+ class AppendReplicaInstanceRequest (RpcRequest ):
22+
23+ def __init__ (self ):
24+ RpcRequest .__init__ (self , 'R-kvstore' , '2015-01-01' , 'AppendReplicaInstance' ,'kvstore' )
25+
26+ def get_ResourceOwnerId (self ):
27+ return self .get_query_params ().get ('ResourceOwnerId' )
28+
29+ def set_ResourceOwnerId (self ,ResourceOwnerId ):
30+ self .add_query_param ('ResourceOwnerId' ,ResourceOwnerId )
31+
32+ def get_ClientToken (self ):
33+ return self .get_query_params ().get ('ClientToken' )
34+
35+ def set_ClientToken (self ,ClientToken ):
36+ self .add_query_param ('ClientToken' ,ClientToken )
37+
38+ def get_NetworkType (self ):
39+ return self .get_query_params ().get ('NetworkType' )
40+
41+ def set_NetworkType (self ,NetworkType ):
42+ self .add_query_param ('NetworkType' ,NetworkType )
43+
44+ def get_SecurityToken (self ):
45+ return self .get_query_params ().get ('SecurityToken' )
46+
47+ def set_SecurityToken (self ,SecurityToken ):
48+ self .add_query_param ('SecurityToken' ,SecurityToken )
49+
50+ def get_ReplicaId (self ):
51+ return self .get_query_params ().get ('ReplicaId' )
52+
53+ def set_ReplicaId (self ,ReplicaId ):
54+ self .add_query_param ('ReplicaId' ,ReplicaId )
55+
56+ def get_Period (self ):
57+ return self .get_query_params ().get ('Period' )
58+
59+ def set_Period (self ,Period ):
60+ self .add_query_param ('Period' ,Period )
61+
62+ def get_ResourceOwnerAccount (self ):
63+ return self .get_query_params ().get ('ResourceOwnerAccount' )
64+
65+ def set_ResourceOwnerAccount (self ,ResourceOwnerAccount ):
66+ self .add_query_param ('ResourceOwnerAccount' ,ResourceOwnerAccount )
67+
68+ def get_OwnerAccount (self ):
69+ return self .get_query_params ().get ('OwnerAccount' )
70+
71+ def set_OwnerAccount (self ,OwnerAccount ):
72+ self .add_query_param ('OwnerAccount' ,OwnerAccount )
73+
74+ def get_OwnerId (self ):
75+ return self .get_query_params ().get ('OwnerId' )
76+
77+ def set_OwnerId (self ,OwnerId ):
78+ self .add_query_param ('OwnerId' ,OwnerId )
79+
80+ def get_VSwitchId (self ):
81+ return self .get_query_params ().get ('VSwitchId' )
82+
83+ def set_VSwitchId (self ,VSwitchId ):
84+ self .add_query_param ('VSwitchId' ,VSwitchId )
85+
86+ def get_InstanceName (self ):
87+ return self .get_query_params ().get ('InstanceName' )
88+
89+ def set_InstanceName (self ,InstanceName ):
90+ self .add_query_param ('InstanceName' ,InstanceName )
91+
92+ def get_VpcId (self ):
93+ return self .get_query_params ().get ('VpcId' )
94+
95+ def set_VpcId (self ,VpcId ):
96+ self .add_query_param ('VpcId' ,VpcId )
97+
98+ def get_ZoneId (self ):
99+ return self .get_query_params ().get ('ZoneId' )
100+
101+ def set_ZoneId (self ,ZoneId ):
102+ self .add_query_param ('ZoneId' ,ZoneId )
103+
104+ def get_ChargeType (self ):
105+ return self .get_query_params ().get ('ChargeType' )
106+
107+ def set_ChargeType (self ,ChargeType ):
108+ self .add_query_param ('ChargeType' ,ChargeType )
0 commit comments