# Packages
No description provided by the author
# Functions
AddPortsToShareVIP accepts a unique ID, PortsToShareVIPOpts and add ports to share vip using the value provided.
Create accepts a CreateOpts struct and creates a new reserved fixed ip using the values provided.
Delete accepts a unique ID and deletes the reserved fixed ip associated with it.
No description provided by the author
ExtractDevices accepts a Page struct, specifically a DevicePage struct, and extracts the elements into a slice of Device structs.
No description provided by the author
No description provided by the author
ExtractReservedFixedIPs accepts a Page struct, specifically a ReservedFixedIPPage struct, and extracts the elements into a slice of ReservedFixedIP structs.
Get retrieves a specific reserved fixed ip based on its unique ID.
List retrieves list of reserved fixed ips.
ListAll returns all reserved fixed ips.
ListAllAvailableDevice returns all available device.
ListAllConnectedDevice returns all connected device.
ListAvailableDevice accepts a unique ID and retrieves list of available devices associated with it.
ListConnectedDevice accepts a unique ID and retrieves list of connected devices associated with it.
ReplacePortsToShareVIP accepts a unique ID, PortsToShareVIPOpts and replace ports to share vip using the value provided.
SwitchVIP accepts a SwitchVIPOpts struct and switch vip status using the values provided.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AllowedAddressPairs represents the information of an allowed address pairs for any particular ReservedFixedIP.
CreateOpts represents options used to create a reserved fixed ip.
Device represents a Device structure.
DevicePage is the page returned by a pager when traversing over a collection of ReservedFixedIPs.
GetResult represents the result of a get operation.
IPAssignment represents a IPAssignment structure.
IPReservation represents the information of an ip reservation.
ListOpts allows the filtering and sorting List API response.
PortsToShareVIPOpts represents options used to add ports to share vip.
ReservedFixedIP represents a ReservedFixedIP structure.
ReservedFixedIPPage is the page returned by a pager when traversing over a collection of ReservedFixedIPs.
No description provided by the author
No description provided by the author
SwitchVIPOpts represents options used to switch vip status.
# Interfaces
ToReservedFixedIPCreateMap allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
ToPortsToShareVIPOptsMap allows extensions to add additional parameters to the AddPortsToShareVIP request.
ToReservedFixedIPSwitchVIPMap allows extensions to add additional parameters to the SwitchVIP request.
# Type aliases
No description provided by the author
No description provided by the author