Skip to content

Commit 395be5b

Browse files
author
admin
committed
Generated 2014-08-15, 2013-05-28, 2012-06-15 for Rds
1 parent 876b86e commit 395be5b

File tree

376 files changed

+38013
-4020
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+38013
-4020
lines changed

aliyun-php-sdk-rds/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-05-17 Version: 1.90.1
2+
- Generated 2014-08-15, 2013-05-28, 2012-06-15 for `Rds`
3+
14
2019-04-25 Version: 2.3.4
25
1, upgrade sdk version.
36

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?php
2+
3+
namespace Rds\Request\V20120615;
4+
5+
/**
6+
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
7+
*
8+
* Request of DescribeDBInstanceClassList
9+
*
10+
* @method string getResourceOwnerId()
11+
* @method string getResourceOwnerAccount()
12+
* @method string getOwnerAccount()
13+
* @method string getOwnerId()
14+
*/
15+
class DescribeDBInstanceClassListRequest extends \RpcAcsRequest
16+
{
17+
18+
/**
19+
* @var string
20+
*/
21+
protected $method = 'POST';
22+
23+
/**
24+
* Class constructor.
25+
*/
26+
public function __construct()
27+
{
28+
parent::__construct(
29+
'Rds',
30+
'2012-06-15',
31+
'DescribeDBInstanceClassList'
32+
);
33+
}
34+
35+
/**
36+
* @param string $resourceOwnerId
37+
*
38+
* @return $this
39+
*/
40+
public function setResourceOwnerId($resourceOwnerId)
41+
{
42+
$this->requestParameters['ResourceOwnerId'] = $resourceOwnerId;
43+
$this->queryParameters['ResourceOwnerId'] = $resourceOwnerId;
44+
45+
return $this;
46+
}
47+
48+
/**
49+
* @param string $resourceOwnerAccount
50+
*
51+
* @return $this
52+
*/
53+
public function setResourceOwnerAccount($resourceOwnerAccount)
54+
{
55+
$this->requestParameters['ResourceOwnerAccount'] = $resourceOwnerAccount;
56+
$this->queryParameters['ResourceOwnerAccount'] = $resourceOwnerAccount;
57+
58+
return $this;
59+
}
60+
61+
/**
62+
* @param string $ownerAccount
63+
*
64+
* @return $this
65+
*/
66+
public function setOwnerAccount($ownerAccount)
67+
{
68+
$this->requestParameters['OwnerAccount'] = $ownerAccount;
69+
$this->queryParameters['OwnerAccount'] = $ownerAccount;
70+
71+
return $this;
72+
}
73+
74+
/**
75+
* @param string $ownerId
76+
*
77+
* @return $this
78+
*/
79+
public function setOwnerId($ownerId)
80+
{
81+
$this->requestParameters['OwnerId'] = $ownerId;
82+
$this->queryParameters['OwnerId'] = $ownerId;
83+
84+
return $this;
85+
}
86+
}
Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
<?php
2+
3+
namespace Rds\Request\V20130528;
4+
5+
/**
6+
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
7+
*
8+
* Request of CreateAccount
9+
*
10+
* @method string getResourceOwnerId()
11+
* @method string getAccountDescription()
12+
* @method string getAccountPrivilege()
13+
* @method string getAccountName()
14+
* @method string getDBInstanceId()
15+
* @method string getResourceOwnerAccount()
16+
* @method string getOwnerAccount()
17+
* @method string getOwnerId()
18+
* @method string getAccountPassword()
19+
* @method string getDBName()
20+
*/
21+
class CreateAccountRequest extends \RpcAcsRequest
22+
{
23+
24+
/**
25+
* @var string
26+
*/
27+
protected $method = 'POST';
28+
29+
/**
30+
* Class constructor.
31+
*/
32+
public function __construct()
33+
{
34+
parent::__construct(
35+
'Rds',
36+
'2013-05-28',
37+
'CreateAccount'
38+
);
39+
}
40+
41+
/**
42+
* @param string $resourceOwnerId
43+
*
44+
* @return $this
45+
*/
46+
public function setResourceOwnerId($resourceOwnerId)
47+
{
48+
$this->requestParameters['ResourceOwnerId'] = $resourceOwnerId;
49+
$this->queryParameters['ResourceOwnerId'] = $resourceOwnerId;
50+
51+
return $this;
52+
}
53+
54+
/**
55+
* @param string $accountDescription
56+
*
57+
* @return $this
58+
*/
59+
public function setAccountDescription($accountDescription)
60+
{
61+
$this->requestParameters['AccountDescription'] = $accountDescription;
62+
$this->queryParameters['AccountDescription'] = $accountDescription;
63+
64+
return $this;
65+
}
66+
67+
/**
68+
* @param string $accountPrivilege
69+
*
70+
* @return $this
71+
*/
72+
public function setAccountPrivilege($accountPrivilege)
73+
{
74+
$this->requestParameters['AccountPrivilege'] = $accountPrivilege;
75+
$this->queryParameters['AccountPrivilege'] = $accountPrivilege;
76+
77+
return $this;
78+
}
79+
80+
/**
81+
* @param string $accountName
82+
*
83+
* @return $this
84+
*/
85+
public function setAccountName($accountName)
86+
{
87+
$this->requestParameters['AccountName'] = $accountName;
88+
$this->queryParameters['AccountName'] = $accountName;
89+
90+
return $this;
91+
}
92+
93+
/**
94+
* @param string $dBInstanceId
95+
*
96+
* @return $this
97+
*/
98+
public function setDBInstanceId($dBInstanceId)
99+
{
100+
$this->requestParameters['DBInstanceId'] = $dBInstanceId;
101+
$this->queryParameters['DBInstanceId'] = $dBInstanceId;
102+
103+
return $this;
104+
}
105+
106+
/**
107+
* @param string $resourceOwnerAccount
108+
*
109+
* @return $this
110+
*/
111+
public function setResourceOwnerAccount($resourceOwnerAccount)
112+
{
113+
$this->requestParameters['ResourceOwnerAccount'] = $resourceOwnerAccount;
114+
$this->queryParameters['ResourceOwnerAccount'] = $resourceOwnerAccount;
115+
116+
return $this;
117+
}
118+
119+
/**
120+
* @param string $ownerAccount
121+
*
122+
* @return $this
123+
*/
124+
public function setOwnerAccount($ownerAccount)
125+
{
126+
$this->requestParameters['OwnerAccount'] = $ownerAccount;
127+
$this->queryParameters['OwnerAccount'] = $ownerAccount;
128+
129+
return $this;
130+
}
131+
132+
/**
133+
* @param string $ownerId
134+
*
135+
* @return $this
136+
*/
137+
public function setOwnerId($ownerId)
138+
{
139+
$this->requestParameters['OwnerId'] = $ownerId;
140+
$this->queryParameters['OwnerId'] = $ownerId;
141+
142+
return $this;
143+
}
144+
145+
/**
146+
* @param string $accountPassword
147+
*
148+
* @return $this
149+
*/
150+
public function setAccountPassword($accountPassword)
151+
{
152+
$this->requestParameters['AccountPassword'] = $accountPassword;
153+
$this->queryParameters['AccountPassword'] = $accountPassword;
154+
155+
return $this;
156+
}
157+
158+
/**
159+
* @param string $dBName
160+
*
161+
* @return $this
162+
*/
163+
public function setDBName($dBName)
164+
{
165+
$this->requestParameters['DBName'] = $dBName;
166+
$this->queryParameters['DBName'] = $dBName;
167+
168+
return $this;
169+
}
170+
}
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<?php
2+
3+
namespace Rds\Request\V20130528;
4+
5+
/**
6+
* @deprecated Please use https://github.com/aliyun/openapi-sdk-php
7+
*
8+
* Request of CreateBackup
9+
*
10+
* @method string getResourceOwnerId()
11+
* @method string getResourceOwnerAccount()
12+
* @method string getOwnerAccount()
13+
* @method string getOwnerId()
14+
* @method string getDBInstanceId()
15+
*/
16+
class CreateBackupRequest extends \RpcAcsRequest
17+
{
18+
19+
/**
20+
* @var string
21+
*/
22+
protected $method = 'POST';
23+
24+
/**
25+
* Class constructor.
26+
*/
27+
public function __construct()
28+
{
29+
parent::__construct(
30+
'Rds',
31+
'2013-05-28',
32+
'CreateBackup'
33+
);
34+
}
35+
36+
/**
37+
* @param string $resourceOwnerId
38+
*
39+
* @return $this
40+
*/
41+
public function setResourceOwnerId($resourceOwnerId)
42+
{
43+
$this->requestParameters['ResourceOwnerId'] = $resourceOwnerId;
44+
$this->queryParameters['ResourceOwnerId'] = $resourceOwnerId;
45+
46+
return $this;
47+
}
48+
49+
/**
50+
* @param string $resourceOwnerAccount
51+
*
52+
* @return $this
53+
*/
54+
public function setResourceOwnerAccount($resourceOwnerAccount)
55+
{
56+
$this->requestParameters['ResourceOwnerAccount'] = $resourceOwnerAccount;
57+
$this->queryParameters['ResourceOwnerAccount'] = $resourceOwnerAccount;
58+
59+
return $this;
60+
}
61+
62+
/**
63+
* @param string $ownerAccount
64+
*
65+
* @return $this
66+
*/
67+
public function setOwnerAccount($ownerAccount)
68+
{
69+
$this->requestParameters['OwnerAccount'] = $ownerAccount;
70+
$this->queryParameters['OwnerAccount'] = $ownerAccount;
71+
72+
return $this;
73+
}
74+
75+
/**
76+
* @param string $ownerId
77+
*
78+
* @return $this
79+
*/
80+
public function setOwnerId($ownerId)
81+
{
82+
$this->requestParameters['OwnerId'] = $ownerId;
83+
$this->queryParameters['OwnerId'] = $ownerId;
84+
85+
return $this;
86+
}
87+
88+
/**
89+
* @param string $dBInstanceId
90+
*
91+
* @return $this
92+
*/
93+
public function setDBInstanceId($dBInstanceId)
94+
{
95+
$this->requestParameters['DBInstanceId'] = $dBInstanceId;
96+
$this->queryParameters['DBInstanceId'] = $dBInstanceId;
97+
98+
return $this;
99+
}
100+
}

0 commit comments

Comments
 (0)