backupgateway_list_virtual_machines {paws.networking} | R Documentation |
Lists your virtual machines
Description
Lists your virtual machines.
See https://www.paws-r-sdk.com/docs/backupgateway_list_virtual_machines/ for full documentation.
Usage
backupgateway_list_virtual_machines(
HypervisorArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
HypervisorArn |
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine. |
MaxResults |
The maximum number of virtual machines to list. |
NextToken |
The next item following a partial list of returned resources. For
example, if a request is made to return |
[Package paws.networking version 0.9.0 Index]