List Hypervisors
| backupgateway_list_hypervisors | R Documentation |
Lists your hypervisors¶
Description¶
Lists your hypervisors.
Usage¶
Arguments¶
MaxResultsThe maximum number of hypervisors to list.
NextTokenThe next item following a partial list of returned resources. For example, if a request is made to return
maxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
Value¶
A list with the following syntax:
list(
Hypervisors = list(
list(
Host = "string",
HypervisorArn = "string",
KmsKeyArn = "string",
Name = "string",
State = "PENDING"|"ONLINE"|"OFFLINE"|"ERROR"
)
),
NextToken = "string"
)