package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Packages

networkipavailabilities unit tests.

# Functions

ExtractNetworkIPAvailabilities interprets the results of a single page from a List() API call, producing a slice of NetworkIPAvailabilities structures.
Get retrieves a specific NetworkIPAvailability based on its ID.
List returns a Pager which allows you to iterate over a collection of networkipavailabilities.

# Structs

GetResult represents the result of a Get operation.
ListOpts allows the filtering and sorting of paginated collections through the Neutron API.
NetworkIPAvailability represents availability details for a single network.
NetworkIPAvailabilityPage stores a single page of NetworkIPAvailabilities from the List call.
SubnetIPAvailability represents availability details for a single subnet.

# Interfaces

ListOptsBuilder allows extensions to add additional parameters to the List request.