IpAllocationListResult Class

Response for the ListIpAllocations API service call.

Inheritance
IpAllocationListResult

Constructor

IpAllocationListResult(*, value: typing.Union[typing.List[_ForwardRef('IpAllocation')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[IpAllocation]

A list of IpAllocation resources.

next_link
str

The URL to get the next set of results.