list_byoip_cidrs
(**kwargs)¶Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.
See also: AWS API Documentation
Request Syntax
response = client.list_byoip_cidrs(
MaxResults=123,
NextToken='string'
)
nextToken
value.dict
Response Syntax
{
'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)
},
]
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
ByoipCidrs (list) --
Information about your address ranges.
(dict) --
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.
Cidr (string) --
The address range, in CIDR notation.
State (string) --
The state of the address pool.
Events (list) --
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
(dict) --
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).
Message (string) --
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).
Timestamp (datetime) --
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).
NextToken (string) --
The token for the next page of results.
Exceptions
GlobalAccelerator.Client.exceptions.InternalServiceErrorException
GlobalAccelerator.Client.exceptions.InvalidArgumentException
GlobalAccelerator.Client.exceptions.AccessDeniedException
GlobalAccelerator.Client.exceptions.InvalidNextTokenException