Skip to content

Commit c2b4952

Browse files
committed
Generated 2017-11-10 for Ens.
1 parent e91485d commit c2b4952

File tree

3 files changed

+167
-5
lines changed

3 files changed

+167
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2224 - 2024-11-27
4+
- Generated 2017-11-10 for `Ens`.
5+
6+
37
## 1.8.2223 - 2024-11-26
48
- Add SmartqQueryAbility api.
59

src/Ens/V20171110/EnsApiResolver.php

+162-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @method AssociateHaVip associateHaVip(array $options = [])
1616
* @method AttachDisk attachDisk(array $options = [])
1717
* @method AttachEnsInstances attachEnsInstances(array $options = [])
18+
* @method AttachInstanceSDG attachInstanceSDG(array $options = [])
1819
* @method AttachNetworkInterface attachNetworkInterface(array $options = [])
1920
* @method AuthorizeSecurityGroup authorizeSecurityGroup(array $options = [])
2021
* @method AuthorizeSecurityGroupEgress authorizeSecurityGroupEgress(array $options = [])
@@ -33,6 +34,7 @@
3334
* @method CreateEpnInstance createEpnInstance(array $options = [])
3435
* @method CreateFileSystem createFileSystem(array $options = [])
3536
* @method CreateForwardEntry createForwardEntry(array $options = [])
37+
* @method CreateHaVip createHaVip(array $options = [])
3638
* @method CreateImage createImage(array $options = [])
3739
* @method CreateInstance createInstance(array $options = [])
3840
* @method CreateInstanceActiveOpsTask createInstanceActiveOpsTask(array $options = [])
@@ -47,6 +49,7 @@
4749
* @method CreateNetwork createNetwork(array $options = [])
4850
* @method CreateNetworkAcl createNetworkAcl(array $options = [])
4951
* @method CreateNetworkAclEntry createNetworkAclEntry(array $options = [])
52+
* @method CreateNetworkInterface createNetworkInterface(array $options = [])
5053
* @method CreateSDG createSDG(array $options = [])
5154
* @method CreateSecurityGroup createSecurityGroup(array $options = [])
5255
* @method CreateSnapshot createSnapshot(array $options = [])
@@ -65,6 +68,7 @@
6568
* @method DeleteEpnInstance deleteEpnInstance(array $options = [])
6669
* @method DeleteFileSystem deleteFileSystem(array $options = [])
6770
* @method DeleteForwardEntry deleteForwardEntry(array $options = [])
71+
* @method DeleteHaVips deleteHaVips(array $options = [])
6872
* @method DeleteImage deleteImage(array $options = [])
6973
* @method DeleteKeyPairs deleteKeyPairs(array $options = [])
7074
* @method DeleteLoadBalancerListener deleteLoadBalancerListener(array $options = [])
@@ -73,6 +77,7 @@
7377
* @method DeleteNetwork deleteNetwork(array $options = [])
7478
* @method DeleteNetworkAcl deleteNetworkAcl(array $options = [])
7579
* @method DeleteNetworkAclEntry deleteNetworkAclEntry(array $options = [])
80+
* @method DeleteNetworkInterfaces deleteNetworkInterfaces(array $options = [])
7681
* @method DeleteObject deleteObject(array $options = [])
7782
* @method DeleteSDG deleteSDG(array $options = [])
7883
* @method DeleteSecurityGroup deleteSecurityGroup(array $options = [])
@@ -114,6 +119,7 @@
114119
* @method DescribeEnsRegions describeEnsRegions(array $options = [])
115120
* @method DescribeEnsResourceUsage describeEnsResourceUsage(array $options = [])
116121
* @method DescribeEnsRouteEntryList describeEnsRouteEntryList(array $options = [])
122+
* @method DescribeEnsRouteTables describeEnsRouteTables(array $options = [])
117123
* @method DescribeEnsSaleControl describeEnsSaleControl(array $options = [])
118124
* @method DescribeEnsSaleControlAvailableResource describeEnsSaleControlAvailableResource(array $options = [])
119125
* @method DescribeEnsSaleControlStock describeEnsSaleControlStock(array $options = [])
@@ -134,6 +140,7 @@
134140
* @method DescribeInstanceBandwidthDetail describeInstanceBandwidthDetail(array $options = [])
135141
* @method DescribeInstanceMonitorData describeInstanceMonitorData(array $options = [])
136142
* @method DescribeInstances describeInstances(array $options = [])
143+
* @method DescribeInstanceSDGStatus describeInstanceSDGStatus(array $options = [])
137144
* @method DescribeInstanceSpec describeInstanceSpec(array $options = [])
138145
* @method DescribeInstanceTypes describeInstanceTypes(array $options = [])
139146
* @method DescribeInstanceVncUrl describeInstanceVncUrl(array $options = [])
@@ -179,6 +186,7 @@
179186
* @method DescribeUserBandWidthData describeUserBandWidthData(array $options = [])
180187
* @method DescribeVSwitches describeVSwitches(array $options = [])
181188
* @method DetachDisk detachDisk(array $options = [])
189+
* @method DetachInstanceSDG detachInstanceSDG(array $options = [])
182190
* @method DetachNetworkInterface detachNetworkInterface(array $options = [])
183191
* @method DistApplicationData distApplicationData(array $options = [])
184192
* @method ExportBillDetailData exportBillDetailData(array $options = [])
@@ -217,6 +225,7 @@
217225
* @method ModifySecurityGroupAttribute modifySecurityGroupAttribute(array $options = [])
218226
* @method ModifySnapshotAttribute modifySnapshotAttribute(array $options = [])
219227
* @method ModifyVSwitchAttribute modifyVSwitchAttribute(array $options = [])
228+
* @method MountInstanceSDG mountInstanceSDG(array $options = [])
220229
* @method PreloadRegionSDG preloadRegionSDG(array $options = [])
221230
* @method PrepareUpload prepareUpload(array $options = [])
222231
* @method PushApplicationData pushApplicationData(array $options = [])
@@ -278,6 +287,7 @@
278287
* @method UnassociateHaVip unassociateHaVip(array $options = [])
279288
* @method UnassociateNetworkAcl unassociateNetworkAcl(array $options = [])
280289
* @method UnloadRegionSDG unloadRegionSDG(array $options = [])
290+
* @method UnmountInstanceSDG unmountInstanceSDG(array $options = [])
281291
* @method UntagResources untagResources(array $options = [])
282292
* @method UpdateEnsSaleControl updateEnsSaleControl(array $options = [])
283293
* @method UpgradeAICInstanceImage upgradeAICInstanceImage(array $options = [])
@@ -421,6 +431,19 @@ class AttachEnsInstances extends Rpc
421431
{
422432
}
423433

434+
/**
435+
* @method string getSDGId()
436+
* @method $this withSDGId($value)
437+
* @method string getInstanceIds()
438+
* @method $this withInstanceIds($value)
439+
*/
440+
class AttachInstanceSDG extends Rpc
441+
{
442+
443+
/** @var string */
444+
public $scheme = 'https';
445+
}
446+
424447
/**
425448
* @method string getInstanceId()
426449
* @method $this withInstanceId($value)
@@ -550,6 +573,8 @@ class CreateApplication extends Rpc
550573
* @method $this withInstanceType($value)
551574
* @method string getAmount()
552575
* @method $this withAmount($value)
576+
* @method string getEnvironmentVar()
577+
* @method $this withEnvironmentVar($value)
553578
* @method string getNameSpace()
554579
* @method $this withNameSpace($value)
555580
* @method string getServerName()
@@ -764,6 +789,25 @@ class CreateForwardEntry extends Rpc
764789
{
765790
}
766791

792+
/**
793+
* @method string getIpAddress()
794+
* @method $this withIpAddress($value)
795+
* @method string getDescription()
796+
* @method $this withDescription($value)
797+
* @method string getAmount()
798+
* @method $this withAmount($value)
799+
* @method string getVSwitchId()
800+
* @method $this withVSwitchId($value)
801+
* @method string getName()
802+
* @method $this withName($value)
803+
*/
804+
class CreateHaVip extends Rpc
805+
{
806+
807+
/** @var string */
808+
public $scheme = 'https';
809+
}
810+
767811
/**
768812
* @method string getSnapshotId()
769813
* @method $this withSnapshotId($value)
@@ -1198,6 +1242,20 @@ class CreateNetworkAclEntry extends Rpc
11981242
{
11991243
}
12001244

1245+
/**
1246+
* @method string getDescription()
1247+
* @method $this withDescription($value)
1248+
* @method string getSecurityGroupIds()
1249+
* @method $this withSecurityGroupIds($value)
1250+
* @method string getVSwitchId()
1251+
* @method $this withVSwitchId($value)
1252+
* @method string getName()
1253+
* @method $this withName($value)
1254+
*/
1255+
class CreateNetworkInterface extends Rpc
1256+
{
1257+
}
1258+
12011259
/**
12021260
* @method string getFromSDGId()
12031261
* @method $this withFromSDGId($value)
@@ -1452,6 +1510,17 @@ class DeleteForwardEntry extends Rpc
14521510
{
14531511
}
14541512

1513+
/**
1514+
* @method string getHaVipIds()
1515+
* @method $this withHaVipIds($value)
1516+
*/
1517+
class DeleteHaVips extends Rpc
1518+
{
1519+
1520+
/** @var string */
1521+
public $scheme = 'https';
1522+
}
1523+
14551524
/**
14561525
* @method string getImageId()
14571526
* @method $this withImageId($value)
@@ -1526,6 +1595,14 @@ class DeleteNetworkAclEntry extends Rpc
15261595
{
15271596
}
15281597

1598+
/**
1599+
* @method string getNetworkInterfaceIds()
1600+
* @method $this withNetworkInterfaceIds($value)
1601+
*/
1602+
class DeleteNetworkInterfaces extends Rpc
1603+
{
1604+
}
1605+
15291606
/**
15301607
* @method string getBucketName()
15311608
* @method $this withBucketName($value)
@@ -2058,6 +2135,22 @@ class DescribeEnsRouteEntryList extends Rpc
20582135
{
20592136
}
20602137

2138+
/**
2139+
* @method string getPageNumber()
2140+
* @method $this withPageNumber($value)
2141+
* @method string getPageSize()
2142+
* @method $this withPageSize($value)
2143+
* @method string getEnsRegionId()
2144+
* @method $this withEnsRegionId($value)
2145+
* @method string getRouteTableId()
2146+
* @method $this withRouteTableId($value)
2147+
* @method string getNetworkId()
2148+
* @method $this withNetworkId($value)
2149+
*/
2150+
class DescribeEnsRouteTables extends Rpc
2151+
{
2152+
}
2153+
20612154
/**
20622155
* @method string getCustomAccount()
20632156
* @method $this withCustomAccount($value)
@@ -2399,6 +2492,28 @@ class DescribeInstances extends Rpc
23992492
{
24002493
}
24012494

2495+
/**
2496+
* @method string getPageNumber()
2497+
* @method $this withPageNumber($value)
2498+
* @method string getPageSize()
2499+
* @method $this withPageSize($value)
2500+
* @method string getSDGIds()
2501+
* @method $this withSDGIds($value)
2502+
* @method string getInstanceId()
2503+
* @method $this withInstanceId($value)
2504+
* @method string getStatus()
2505+
* @method $this withStatus($value)
2506+
*/
2507+
class DescribeInstanceSDGStatus extends Rpc
2508+
{
2509+
2510+
/** @var string */
2511+
public $scheme = 'https';
2512+
2513+
/** @var string */
2514+
public $method = 'GET';
2515+
}
2516+
24022517
class DescribeInstanceSpec extends Rpc
24032518
{
24042519
}
@@ -2963,18 +3078,22 @@ class DescribeServerLoadBalancerMonitor extends Rpc
29633078
}
29643079

29653080
/**
3081+
* @method string getEnsRegionId()
3082+
* @method $this withEnsRegionId($value)
3083+
* @method string getInstanceId()
3084+
* @method $this withInstanceId($value)
29663085
* @method string getSnapshotId()
29673086
* @method $this withSnapshotId($value)
3087+
* @method string getSnapshotName()
3088+
* @method $this withSnapshotName($value)
29683089
* @method string getPageNumber()
29693090
* @method $this withPageNumber($value)
2970-
* @method string getEnsRegionId()
2971-
* @method $this withEnsRegionId($value)
29723091
* @method string getPageSize()
29733092
* @method $this withPageSize($value)
29743093
* @method string getDiskId()
29753094
* @method $this withDiskId($value)
2976-
* @method string getInstanceId()
2977-
* @method $this withInstanceId($value)
3095+
* @method string getEnsRegionIds()
3096+
* @method $this withEnsRegionIds($value)
29783097
*/
29793098
class DescribeSnapshots extends Rpc
29803099
{
@@ -3099,6 +3218,19 @@ class DetachDisk extends Rpc
30993218
{
31003219
}
31013220

3221+
/**
3222+
* @method string getSDGId()
3223+
* @method $this withSDGId($value)
3224+
* @method string getInstanceIds()
3225+
* @method $this withInstanceIds($value)
3226+
*/
3227+
class DetachInstanceSDG extends Rpc
3228+
{
3229+
3230+
/** @var string */
3231+
public $scheme = 'https';
3232+
}
3233+
31023234
/**
31033235
* @method string getNetworkInterfaceId()
31043236
* @method $this withNetworkInterfaceId($value)
@@ -3628,6 +3760,19 @@ class ModifyVSwitchAttribute extends Rpc
36283760
{
36293761
}
36303762

3763+
/**
3764+
* @method string getSDGId()
3765+
* @method $this withSDGId($value)
3766+
* @method string getInstanceIds()
3767+
* @method $this withInstanceIds($value)
3768+
*/
3769+
class MountInstanceSDG extends Rpc
3770+
{
3771+
3772+
/** @var string */
3773+
public $scheme = 'https';
3774+
}
3775+
36313776
/**
36323777
* @method string getDestinationRegionIds()
36333778
* @method $this withDestinationRegionIds($value)
@@ -4855,6 +5000,19 @@ class UnloadRegionSDG extends Rpc
48555000
public $scheme = 'https';
48565001
}
48575002

5003+
/**
5004+
* @method string getSDGId()
5005+
* @method $this withSDGId($value)
5006+
* @method string getInstanceIds()
5007+
* @method $this withInstanceIds($value)
5008+
*/
5009+
class UnmountInstanceSDG extends Rpc
5010+
{
5011+
5012+
/** @var string */
5013+
public $scheme = 'https';
5014+
}
5015+
48585016
/**
48595017
* @method string getAll()
48605018
* @method $this withAll($value)

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2223';
19+
const VERSION = '1.8.2224';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)