|
20 | 20 | /** |
21 | 21 | * Client used to interact with ag. |
22 | 22 | * |
| 23 | + * @method \Jdcloud\Result describeScalingActivities(array $args = []) |
| 24 | + * @method \GuzzleHttp\Promise\Promise describeScalingActivitiesAsync(array $args = []) |
| 25 | + * @method \Jdcloud\Result describeAsAlarms(array $args = []) |
| 26 | + * @method \GuzzleHttp\Promise\Promise describeAsAlarmsAsync(array $args = []) |
| 27 | + * @method \Jdcloud\Result createAsAlarm(array $args = []) |
| 28 | + * @method \GuzzleHttp\Promise\Promise createAsAlarmAsync(array $args = []) |
| 29 | + * @method \Jdcloud\Result updateAsAlarm(array $args = []) |
| 30 | + * @method \GuzzleHttp\Promise\Promise updateAsAlarmAsync(array $args = []) |
| 31 | + * @method \Jdcloud\Result deleteAsAlarm(array $args = []) |
| 32 | + * @method \GuzzleHttp\Promise\Promise deleteAsAlarmAsync(array $args = []) |
| 33 | + * @method \Jdcloud\Result disableAsAlarm(array $args = []) |
| 34 | + * @method \GuzzleHttp\Promise\Promise disableAsAlarmAsync(array $args = []) |
| 35 | + * @method \Jdcloud\Result enableAsAlarm(array $args = []) |
| 36 | + * @method \GuzzleHttp\Promise\Promise enableAsAlarmAsync(array $args = []) |
| 37 | + * @method \Jdcloud\Result describeAsCrons(array $args = []) |
| 38 | + * @method \GuzzleHttp\Promise\Promise describeAsCronsAsync(array $args = []) |
| 39 | + * @method \Jdcloud\Result createAsCron(array $args = []) |
| 40 | + * @method \GuzzleHttp\Promise\Promise createAsCronAsync(array $args = []) |
| 41 | + * @method \Jdcloud\Result updateAsCron(array $args = []) |
| 42 | + * @method \GuzzleHttp\Promise\Promise updateAsCronAsync(array $args = []) |
| 43 | + * @method \Jdcloud\Result deleteAsCron(array $args = []) |
| 44 | + * @method \GuzzleHttp\Promise\Promise deleteAsCronAsync(array $args = []) |
| 45 | + * @method \Jdcloud\Result disableAsCron(array $args = []) |
| 46 | + * @method \GuzzleHttp\Promise\Promise disableAsCronAsync(array $args = []) |
| 47 | + * @method \Jdcloud\Result enableAsCron(array $args = []) |
| 48 | + * @method \GuzzleHttp\Promise\Promise enableAsCronAsync(array $args = []) |
| 49 | + * @method \Jdcloud\Result enableAutoScaling(array $args = []) |
| 50 | + * @method \GuzzleHttp\Promise\Promise enableAutoScalingAsync(array $args = []) |
| 51 | + * @method \Jdcloud\Result disableAutoScaling(array $args = []) |
| 52 | + * @method \GuzzleHttp\Promise\Promise disableAutoScalingAsync(array $args = []) |
| 53 | + * @method \Jdcloud\Result updateAutoScaling(array $args = []) |
| 54 | + * @method \GuzzleHttp\Promise\Promise updateAutoScalingAsync(array $args = []) |
| 55 | + * @method \Jdcloud\Result describeAsRules(array $args = []) |
| 56 | + * @method \GuzzleHttp\Promise\Promise describeAsRulesAsync(array $args = []) |
| 57 | + * @method \Jdcloud\Result createAsRule(array $args = []) |
| 58 | + * @method \GuzzleHttp\Promise\Promise createAsRuleAsync(array $args = []) |
| 59 | + * @method \Jdcloud\Result updateAsRule(array $args = []) |
| 60 | + * @method \GuzzleHttp\Promise\Promise updateAsRuleAsync(array $args = []) |
| 61 | + * @method \Jdcloud\Result deleteAsRule(array $args = []) |
| 62 | + * @method \GuzzleHttp\Promise\Promise deleteAsRuleAsync(array $args = []) |
| 63 | + * @method \Jdcloud\Result executeAsRule(array $args = []) |
| 64 | + * @method \GuzzleHttp\Promise\Promise executeAsRuleAsync(array $args = []) |
23 | 65 | * @method \Jdcloud\Result describeAgs(array $args = []) |
24 | 66 | * @method \GuzzleHttp\Promise\Promise describeAgsAsync(array $args = []) |
25 | 67 | * @method \Jdcloud\Result createAg(array $args = []) |
|
0 commit comments