Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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