mgn.Paginator.
DescribeVcenterClients
¶paginator = client.get_paginator('describe_vcenter_clients')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from mgn.Client.describe_vcenter_clients()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
{
'items': [
{
'arn': 'string',
'datacenterName': 'string',
'hostname': 'string',
'lastSeenDatetime': 'string',
'sourceServerTags': {
'string': 'string'
},
'tags': {
'string': 'string'
},
'vcenterClientID': 'string',
'vcenterUUID': 'string'
},
],
'NextToken': 'string'
}
Response Structure
List of items returned by DescribeVcenterClients.
vCenter client.
Arn of vCenter client.
Datacenter name of vCenter client.
Hostname of vCenter client .
Last seen time of vCenter client.
Tags for Source Server of vCenter client.
Tags for vCenter client.
ID of vCenter client.
Vcenter UUID of vCenter client.
A token to resume pagination.