BackupGatewayClient.php 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. namespace Aws\BackupGateway;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Backup Gateway** service.
  6. * @method \Aws\Result associateGatewayToServer(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateGatewayToServerAsync(array $args = [])
  8. * @method \Aws\Result createGateway(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createGatewayAsync(array $args = [])
  10. * @method \Aws\Result deleteGateway(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
  12. * @method \Aws\Result deleteHypervisor(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteHypervisorAsync(array $args = [])
  14. * @method \Aws\Result disassociateGatewayFromServer(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise disassociateGatewayFromServerAsync(array $args = [])
  16. * @method \Aws\Result getBandwidthRateLimitSchedule(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getBandwidthRateLimitScheduleAsync(array $args = [])
  18. * @method \Aws\Result getGateway(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getGatewayAsync(array $args = [])
  20. * @method \Aws\Result getHypervisor(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getHypervisorAsync(array $args = [])
  22. * @method \Aws\Result getHypervisorPropertyMappings(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getHypervisorPropertyMappingsAsync(array $args = [])
  24. * @method \Aws\Result getVirtualMachine(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getVirtualMachineAsync(array $args = [])
  26. * @method \Aws\Result importHypervisorConfiguration(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise importHypervisorConfigurationAsync(array $args = [])
  28. * @method \Aws\Result listGateways(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
  30. * @method \Aws\Result listHypervisors(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listHypervisorsAsync(array $args = [])
  32. * @method \Aws\Result listTagsForResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  34. * @method \Aws\Result listVirtualMachines(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listVirtualMachinesAsync(array $args = [])
  36. * @method \Aws\Result putBandwidthRateLimitSchedule(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise putBandwidthRateLimitScheduleAsync(array $args = [])
  38. * @method \Aws\Result putHypervisorPropertyMappings(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise putHypervisorPropertyMappingsAsync(array $args = [])
  40. * @method \Aws\Result putMaintenanceStartTime(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise putMaintenanceStartTimeAsync(array $args = [])
  42. * @method \Aws\Result startVirtualMachinesMetadataSync(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise startVirtualMachinesMetadataSyncAsync(array $args = [])
  44. * @method \Aws\Result tagResource(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  46. * @method \Aws\Result testHypervisorConfiguration(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise testHypervisorConfigurationAsync(array $args = [])
  48. * @method \Aws\Result untagResource(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  50. * @method \Aws\Result updateGatewayInformation(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise updateGatewayInformationAsync(array $args = [])
  52. * @method \Aws\Result updateGatewaySoftwareNow(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise updateGatewaySoftwareNowAsync(array $args = [])
  54. * @method \Aws\Result updateHypervisor(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise updateHypervisorAsync(array $args = [])
  56. */
  57. class BackupGatewayClient extends AwsClient {}