|
62 | 62 | * @method DeleteBucketLifecycle deleteBucketLifecycle(array $options = [])
|
63 | 63 | * @method DeleteDeviceInternetPort deleteDeviceInternetPort(array $options = [])
|
64 | 64 | * @method DeleteDisk deleteDisk(array $options = [])
|
| 65 | + * @method DeleteEip deleteEip(array $options = []) |
65 | 66 | * @method DeleteEnsRouteEntry deleteEnsRouteEntry(array $options = [])
|
66 | 67 | * @method DeleteEnsSaleConditionControl deleteEnsSaleConditionControl(array $options = [])
|
67 | 68 | * @method DeleteEnsSaleControl deleteEnsSaleControl(array $options = [])
|
|
224 | 225 | * @method ModifyPrepayInstanceSpec modifyPrepayInstanceSpec(array $options = [])
|
225 | 226 | * @method ModifySecurityGroupAttribute modifySecurityGroupAttribute(array $options = [])
|
226 | 227 | * @method ModifySnapshotAttribute modifySnapshotAttribute(array $options = [])
|
| 228 | + * @method ModifySnatEntry modifySnatEntry(array $options = []) |
227 | 229 | * @method ModifyVSwitchAttribute modifyVSwitchAttribute(array $options = [])
|
228 | 230 | * @method MountInstanceSDG mountInstanceSDG(array $options = [])
|
229 | 231 | * @method PreloadRegionSDG preloadRegionSDG(array $options = [])
|
@@ -1318,6 +1320,8 @@ class CreateSnapshot extends Rpc
|
1318 | 1320 | * @method $this withIdleTimeout($value)
|
1319 | 1321 | * @method string getSnatEntryName()
|
1320 | 1322 | * @method $this withSnatEntryName($value)
|
| 1323 | + * @method string getIspAffinity() |
| 1324 | + * @method $this withIspAffinity($value) |
1321 | 1325 | */
|
1322 | 1326 | class CreateSnatEntry extends Rpc
|
1323 | 1327 | {
|
@@ -1445,6 +1449,14 @@ class DeleteDisk extends Rpc
|
1445 | 1449 | {
|
1446 | 1450 | }
|
1447 | 1451 |
|
| 1452 | +/** |
| 1453 | + * @method string getInstanceId() |
| 1454 | + * @method $this withInstanceId($value) |
| 1455 | + */ |
| 1456 | +class DeleteEip extends Rpc |
| 1457 | +{ |
| 1458 | +} |
| 1459 | + |
1448 | 1460 | /**
|
1449 | 1461 | * @method string getRouteEntryId()
|
1450 | 1462 | * @method $this withRouteEntryId($value)
|
@@ -2449,6 +2461,8 @@ class DescribeInstanceMonitorData extends Rpc
|
2449 | 2461 | }
|
2450 | 2462 |
|
2451 | 2463 | /**
|
| 2464 | + * @method string getServiceStatus() |
| 2465 | + * @method $this withServiceStatus($value) |
2452 | 2466 | * @method string getOrderByParams()
|
2453 | 2467 | * @method $this withOrderByParams($value)
|
2454 | 2468 | * @method string getEnsRegionId()
|
@@ -3748,6 +3762,18 @@ class ModifySnapshotAttribute extends Rpc
|
3748 | 3762 | {
|
3749 | 3763 | }
|
3750 | 3764 |
|
| 3765 | +/** |
| 3766 | + * @method string getSnatEntryId() |
| 3767 | + * @method $this withSnatEntryId($value) |
| 3768 | + * @method string getSnatEntryName() |
| 3769 | + * @method $this withSnatEntryName($value) |
| 3770 | + * @method string getIspAffinity() |
| 3771 | + * @method $this withIspAffinity($value) |
| 3772 | + */ |
| 3773 | +class ModifySnatEntry extends Rpc |
| 3774 | +{ |
| 3775 | +} |
| 3776 | + |
3751 | 3777 | /**
|
3752 | 3778 | * @method string getDescription()
|
3753 | 3779 | * @method $this withDescription($value)
|
|
0 commit comments