BackupGateway
import { BackupGateway } from "https://aws-api.deno.dev/v0.4/services/backupgateway.ts?docs=full";
§Constructors
§Methods
Associates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.
Creates a backup gateway.
After you create a gateway, you can associate it with a server using the AssociateGatewayToServer
operation.
Deletes a backup gateway.
Deletes a hypervisor.
Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.
Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.
This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
Connect to a hypervisor by importing its configuration.
Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).
Lists your hypervisors.
Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).
Lists your virtual machines.
This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
Set the maintenance start time for a gateway.
This action sends a request to sync metadata across the specified virtual machines.
Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.
Removes tags from the resource.
Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.
Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.
Note:
When you make this request, you get a 200 OK
success response immediately.
However, it might take some time for the update to complete.
Updates a hypervisor metadata, including its host, username, and password. Specify which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your request.