GlobalAccelerator.Paginator.
ListByoipCidrs
¶paginator = client.get_paginator('list_byoip_cidrs')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from GlobalAccelerator.Client.list_byoip_cidrs()
.
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.
{
'ByoipCidrs': [
{
'Cidr': 'string',
'State': 'PENDING_PROVISIONING'|'READY'|'PENDING_ADVERTISING'|'ADVERTISING'|'PENDING_WITHDRAWING'|'PENDING_DEPROVISIONING'|'DEPROVISIONED'|'FAILED_PROVISION'|'FAILED_ADVERTISING'|'FAILED_WITHDRAW'|'FAILED_DEPROVISION',
'Events': [
{
'Message': 'string',
'Timestamp': datetime(2015, 1, 1)
},
]
},
],
}
Response Structure
Information about your address ranges.
Information about an IP address range that is provisioned for use with your Amazon Web Services resources through bring your own IP address (BYOIP).
The following describes each BYOIP State
that your IP address range can be in.
The address range, in CIDR notation.
The state of the address pool.
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
A complex type that contains a Message
and a Timestamp
value for changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
A string that contains an Event
message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).