BackupGateway#
Client#
- class BackupGateway.Client#
- A low-level client representing AWS 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 . - import boto3 client = boto3.client('backup-gateway') 
These are the available methods:
- associate_gateway_to_server
- can_paginate
- close
- create_gateway
- delete_gateway
- delete_hypervisor
- disassociate_gateway_from_server
- get_bandwidth_rate_limit_schedule
- get_gateway
- get_hypervisor
- get_hypervisor_property_mappings
- get_paginator
- get_virtual_machine
- get_waiter
- import_hypervisor_configuration
- list_gateways
- list_hypervisors
- list_tags_for_resource
- list_virtual_machines
- put_bandwidth_rate_limit_schedule
- put_hypervisor_property_mappings
- put_maintenance_start_time
- start_virtual_machines_metadata_sync
- tag_resource
- test_hypervisor_configuration
- untag_resource
- update_gateway_information
- update_gateway_software_now
- update_hypervisor
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: