Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/StorageGateway/StorageGatewayClient.php
Строк: 171
<?php
namespace AwsStorageGateway;

use 
AwsAwsClient;

/**
 * AWS Storage Gateway client.
 *
 * @method AwsResult activateGateway(array $args = [])
 * @method GuzzleHttpPromisePromise activateGatewayAsync(array $args = [])
 * @method AwsResult addCache(array $args = [])
 * @method GuzzleHttpPromisePromise addCacheAsync(array $args = [])
 * @method AwsResult addTagsToResource(array $args = [])
 * @method GuzzleHttpPromisePromise addTagsToResourceAsync(array $args = [])
 * @method AwsResult addUploadBuffer(array $args = [])
 * @method GuzzleHttpPromisePromise addUploadBufferAsync(array $args = [])
 * @method AwsResult addWorkingStorage(array $args = [])
 * @method GuzzleHttpPromisePromise addWorkingStorageAsync(array $args = [])
 * @method AwsResult assignTapePool(array $args = [])
 * @method GuzzleHttpPromisePromise assignTapePoolAsync(array $args = [])
 * @method AwsResult attachVolume(array $args = [])
 * @method GuzzleHttpPromisePromise attachVolumeAsync(array $args = [])
 * @method AwsResult cancelArchival(array $args = [])
 * @method GuzzleHttpPromisePromise cancelArchivalAsync(array $args = [])
 * @method AwsResult cancelRetrieval(array $args = [])
 * @method GuzzleHttpPromisePromise cancelRetrievalAsync(array $args = [])
 * @method AwsResult createCachediSCSIVolume(array $args = [])
 * @method GuzzleHttpPromisePromise createCachediSCSIVolumeAsync(array $args = [])
 * @method AwsResult createNFSFileShare(array $args = [])
 * @method GuzzleHttpPromisePromise createNFSFileShareAsync(array $args = [])
 * @method AwsResult createSMBFileShare(array $args = [])
 * @method GuzzleHttpPromisePromise createSMBFileShareAsync(array $args = [])
 * @method AwsResult createSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createSnapshotAsync(array $args = [])
 * @method AwsResult createSnapshotFromVolumeRecoveryPoint(array $args = [])
 * @method GuzzleHttpPromisePromise createSnapshotFromVolumeRecoveryPointAsync(array $args = [])
 * @method AwsResult createStorediSCSIVolume(array $args = [])
 * @method GuzzleHttpPromisePromise createStorediSCSIVolumeAsync(array $args = [])
 * @method AwsResult createTapeWithBarcode(array $args = [])
 * @method GuzzleHttpPromisePromise createTapeWithBarcodeAsync(array $args = [])
 * @method AwsResult createTapes(array $args = [])
 * @method GuzzleHttpPromisePromise createTapesAsync(array $args = [])
 * @method AwsResult deleteAutomaticTapeCreationPolicy(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAutomaticTapeCreationPolicyAsync(array $args = [])
 * @method AwsResult deleteBandwidthRateLimit(array $args = [])
 * @method GuzzleHttpPromisePromise deleteBandwidthRateLimitAsync(array $args = [])
 * @method AwsResult deleteChapCredentials(array $args = [])
 * @method GuzzleHttpPromisePromise deleteChapCredentialsAsync(array $args = [])
 * @method AwsResult deleteFileShare(array $args = [])
 * @method GuzzleHttpPromisePromise deleteFileShareAsync(array $args = [])
 * @method AwsResult deleteGateway(array $args = [])
 * @method GuzzleHttpPromisePromise deleteGatewayAsync(array $args = [])
 * @method AwsResult deleteSnapshotSchedule(array $args = [])
 * @method GuzzleHttpPromisePromise deleteSnapshotScheduleAsync(array $args = [])
 * @method AwsResult deleteTape(array $args = [])
 * @method GuzzleHttpPromisePromise deleteTapeAsync(array $args = [])
 * @method AwsResult deleteTapeArchive(array $args = [])
 * @method GuzzleHttpPromisePromise deleteTapeArchiveAsync(array $args = [])
 * @method AwsResult deleteVolume(array $args = [])
 * @method GuzzleHttpPromisePromise deleteVolumeAsync(array $args = [])
 * @method AwsResult describeAvailabilityMonitorTest(array $args = [])
 * @method GuzzleHttpPromisePromise describeAvailabilityMonitorTestAsync(array $args = [])
 * @method AwsResult describeBandwidthRateLimit(array $args = [])
 * @method GuzzleHttpPromisePromise describeBandwidthRateLimitAsync(array $args = [])
 * @method AwsResult describeCache(array $args = [])
 * @method GuzzleHttpPromisePromise describeCacheAsync(array $args = [])
 * @method AwsResult describeCachediSCSIVolumes(array $args = [])
 * @method GuzzleHttpPromisePromise describeCachediSCSIVolumesAsync(array $args = [])
 * @method AwsResult describeChapCredentials(array $args = [])
 * @method GuzzleHttpPromisePromise describeChapCredentialsAsync(array $args = [])
 * @method AwsResult describeGatewayInformation(array $args = [])
 * @method GuzzleHttpPromisePromise describeGatewayInformationAsync(array $args = [])
 * @method AwsResult describeMaintenanceStartTime(array $args = [])
 * @method GuzzleHttpPromisePromise describeMaintenanceStartTimeAsync(array $args = [])
 * @method AwsResult describeNFSFileShares(array $args = [])
 * @method GuzzleHttpPromisePromise describeNFSFileSharesAsync(array $args = [])
 * @method AwsResult describeSMBFileShares(array $args = [])
 * @method GuzzleHttpPromisePromise describeSMBFileSharesAsync(array $args = [])
 * @method AwsResult describeSMBSettings(array $args = [])
 * @method GuzzleHttpPromisePromise describeSMBSettingsAsync(array $args = [])
 * @method AwsResult describeSnapshotSchedule(array $args = [])
 * @method GuzzleHttpPromisePromise describeSnapshotScheduleAsync(array $args = [])
 * @method AwsResult describeStorediSCSIVolumes(array $args = [])
 * @method GuzzleHttpPromisePromise describeStorediSCSIVolumesAsync(array $args = [])
 * @method AwsResult describeTapeArchives(array $args = [])
 * @method GuzzleHttpPromisePromise describeTapeArchivesAsync(array $args = [])
 * @method AwsResult describeTapeRecoveryPoints(array $args = [])
 * @method GuzzleHttpPromisePromise describeTapeRecoveryPointsAsync(array $args = [])
 * @method AwsResult describeTapes(array $args = [])
 * @method GuzzleHttpPromisePromise describeTapesAsync(array $args = [])
 * @method AwsResult describeUploadBuffer(array $args = [])
 * @method GuzzleHttpPromisePromise describeUploadBufferAsync(array $args = [])
 * @method AwsResult describeVTLDevices(array $args = [])
 * @method GuzzleHttpPromisePromise describeVTLDevicesAsync(array $args = [])
 * @method AwsResult describeWorkingStorage(array $args = [])
 * @method GuzzleHttpPromisePromise describeWorkingStorageAsync(array $args = [])
 * @method AwsResult detachVolume(array $args = [])
 * @method GuzzleHttpPromisePromise detachVolumeAsync(array $args = [])
 * @method AwsResult disableGateway(array $args = [])
 * @method GuzzleHttpPromisePromise disableGatewayAsync(array $args = [])
 * @method AwsResult joinDomain(array $args = [])
 * @method GuzzleHttpPromisePromise joinDomainAsync(array $args = [])
 * @method AwsResult listAutomaticTapeCreationPolicies(array $args = [])
 * @method GuzzleHttpPromisePromise listAutomaticTapeCreationPoliciesAsync(array $args = [])
 * @method AwsResult listFileShares(array $args = [])
 * @method GuzzleHttpPromisePromise listFileSharesAsync(array $args = [])
 * @method AwsResult listGateways(array $args = [])
 * @method GuzzleHttpPromisePromise listGatewaysAsync(array $args = [])
 * @method AwsResult listLocalDisks(array $args = [])
 * @method GuzzleHttpPromisePromise listLocalDisksAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult listTapes(array $args = [])
 * @method GuzzleHttpPromisePromise listTapesAsync(array $args = [])
 * @method AwsResult listVolumeInitiators(array $args = [])
 * @method GuzzleHttpPromisePromise listVolumeInitiatorsAsync(array $args = [])
 * @method AwsResult listVolumeRecoveryPoints(array $args = [])
 * @method GuzzleHttpPromisePromise listVolumeRecoveryPointsAsync(array $args = [])
 * @method AwsResult listVolumes(array $args = [])
 * @method GuzzleHttpPromisePromise listVolumesAsync(array $args = [])
 * @method AwsResult notifyWhenUploaded(array $args = [])
 * @method GuzzleHttpPromisePromise notifyWhenUploadedAsync(array $args = [])
 * @method AwsResult refreshCache(array $args = [])
 * @method GuzzleHttpPromisePromise refreshCacheAsync(array $args = [])
 * @method AwsResult removeTagsFromResource(array $args = [])
 * @method GuzzleHttpPromisePromise removeTagsFromResourceAsync(array $args = [])
 * @method AwsResult resetCache(array $args = [])
 * @method GuzzleHttpPromisePromise resetCacheAsync(array $args = [])
 * @method AwsResult retrieveTapeArchive(array $args = [])
 * @method GuzzleHttpPromisePromise retrieveTapeArchiveAsync(array $args = [])
 * @method AwsResult retrieveTapeRecoveryPoint(array $args = [])
 * @method GuzzleHttpPromisePromise retrieveTapeRecoveryPointAsync(array $args = [])
 * @method AwsResult setLocalConsolePassword(array $args = [])
 * @method GuzzleHttpPromisePromise setLocalConsolePasswordAsync(array $args = [])
 * @method AwsResult setSMBGuestPassword(array $args = [])
 * @method GuzzleHttpPromisePromise setSMBGuestPasswordAsync(array $args = [])
 * @method AwsResult shutdownGateway(array $args = [])
 * @method GuzzleHttpPromisePromise shutdownGatewayAsync(array $args = [])
 * @method AwsResult startAvailabilityMonitorTest(array $args = [])
 * @method GuzzleHttpPromisePromise startAvailabilityMonitorTestAsync(array $args = [])
 * @method AwsResult startGateway(array $args = [])
 * @method GuzzleHttpPromisePromise startGatewayAsync(array $args = [])
 * @method AwsResult updateAutomaticTapeCreationPolicy(array $args = [])
 * @method GuzzleHttpPromisePromise updateAutomaticTapeCreationPolicyAsync(array $args = [])
 * @method AwsResult updateBandwidthRateLimit(array $args = [])
 * @method GuzzleHttpPromisePromise updateBandwidthRateLimitAsync(array $args = [])
 * @method AwsResult updateChapCredentials(array $args = [])
 * @method GuzzleHttpPromisePromise updateChapCredentialsAsync(array $args = [])
 * @method AwsResult updateGatewayInformation(array $args = [])
 * @method GuzzleHttpPromisePromise updateGatewayInformationAsync(array $args = [])
 * @method AwsResult updateGatewaySoftwareNow(array $args = [])
 * @method GuzzleHttpPromisePromise updateGatewaySoftwareNowAsync(array $args = [])
 * @method AwsResult updateMaintenanceStartTime(array $args = [])
 * @method GuzzleHttpPromisePromise updateMaintenanceStartTimeAsync(array $args = [])
 * @method AwsResult updateNFSFileShare(array $args = [])
 * @method GuzzleHttpPromisePromise updateNFSFileShareAsync(array $args = [])
 * @method AwsResult updateSMBFileShare(array $args = [])
 * @method GuzzleHttpPromisePromise updateSMBFileShareAsync(array $args = [])
 * @method AwsResult updateSMBSecurityStrategy(array $args = [])
 * @method GuzzleHttpPromisePromise updateSMBSecurityStrategyAsync(array $args = [])
 * @method AwsResult updateSnapshotSchedule(array $args = [])
 * @method GuzzleHttpPromisePromise updateSnapshotScheduleAsync(array $args = [])
 * @method AwsResult updateVTLDeviceType(array $args = [])
 * @method GuzzleHttpPromisePromise updateVTLDeviceTypeAsync(array $args = [])
 */
class StorageGatewayClient extends AwsClient {}
Онлайн: 0
Реклама