BackupGatewayClient

Backup gateway

Backup gateway connects Backup to your hypervisor, so you can create, store, and restore backups of your virtual machines (VMs) anywhere, whether on-premises or in the VMware Cloud (VMC) on Amazon Web Services.

Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.

Use Backup to assign virtual or on-premises resources to a backup plan, or run on-demand backups. Once you have backed up your resources, you can view them and restore them like any resource supported by Backup.

To download the Amazon Web Services software to get started, navigate to the Backup console, choose Gateways, then choose Create gateway.

Properties

Link copied to clipboard
abstract override val config: BackupGatewayClient.Config

BackupGatewayClient's configuration

Functions

Link copied to clipboard

Associates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.

Link copied to clipboard

Creates a backup gateway. After you create a gateway, you can associate it with a server using the AssociateGatewayToServer operation.

Link copied to clipboard

Deletes a backup gateway.

Link copied to clipboard

Deletes a hypervisor.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
abstract suspend fun getGateway(input: GetGatewayRequest): GetGatewayResponse

By providing the ARN (Amazon Resource Name), this API returns the gateway.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

By providing the ARN (Amazon Resource Name), this API returns the virtual machine.

Link copied to clipboard

Connect to a hypervisor by importing its configuration.

Link copied to clipboard
abstract suspend fun listGateways(input: ListGatewaysRequest = ListGatewaysRequest { }): ListGatewaysResponse

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).

Link copied to clipboard
abstract suspend fun listHypervisors(input: ListHypervisorsRequest = ListHypervisorsRequest { }): ListHypervisorsResponse

Lists your hypervisors.

Link copied to clipboard

Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).

Link copied to clipboard
abstract suspend fun listVirtualMachines(input: ListVirtualMachinesRequest = ListVirtualMachinesRequest { }): ListVirtualMachinesResponse

Lists your virtual machines.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Set the maintenance start time for a gateway.

Link copied to clipboard

This action sends a request to sync metadata across the specified virtual machines.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Tag the resource.

Link copied to clipboard

Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.

Link copied to clipboard

Removes tags from the resource.

Link copied to clipboard

Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.

Link copied to clipboard

Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.

Link copied to clipboard

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.

Inherited functions

Link copied to clipboard

Associates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a backup gateway. After you create a gateway, you can associate it with a server using the AssociateGatewayToServer operation.

Link copied to clipboard

Deletes a backup gateway.

Link copied to clipboard

Deletes a hypervisor.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

By providing the ARN (Amazon Resource Name), this API returns the gateway.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

By providing the ARN (Amazon Resource Name), this API returns the virtual machine.

Link copied to clipboard

Connect to a hypervisor by importing its configuration.

Link copied to clipboard

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).

Link copied to clipboard

Lists your hypervisors.

Link copied to clipboard

Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).

Link copied to clipboard

Lists your virtual machines.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Set the maintenance start time for a gateway.

Link copied to clipboard

This action sends a request to sync metadata across the specified virtual machines.

Link copied to clipboard

Tag the resource.

Link copied to clipboard

Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.

Link copied to clipboard

Removes tags from the resource.

Link copied to clipboard

Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.

Link copied to clipboard

Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.

Link copied to clipboard

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.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.