Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func CreateURL(c *gophercloud.ServiceClient) string + func DeleteURL(c *gophercloud.ServiceClient, privateipId string) string + func GetURL(c *gophercloud.ServiceClient, privateipId string) string + func List(client *gophercloud.ServiceClient, subnetId string, opts ListOptsBuilder) pagination.Pager + func ListURL(c *gophercloud.ServiceClient, subnetId string) string + type CreateOpts struct + Privateips []PrivateIpCreate + func (opts CreateOpts) ToPrivateipsCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToPrivateipsCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*[]PrivateIp, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, privateipId string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, privateipId string) (r GetResult) + func (r GetResult) Extract() (*PrivateIp, error) + type ListOpts struct + Limit int + Marker string + func (opts ListOpts) ToListQuery() (string, error) + type ListOptsBuilder interface + ToListQuery func() (string, error) + type ListResult struct + func (r ListResult) Extract() (*[]PrivateIp, error) + type PrivateIp struct + DeviceOwner string + ID string + IpAddress string + Status string + SubnetId string + TenantId string + func ExtractPrivateIps(r pagination.Page) ([]PrivateIp, error) + type PrivateIpCreate struct + IpAddress string + SubnetId string + type PrivateIpPage struct + func (r PrivateIpPage) IsEmpty() (bool, error) + func (r PrivateIpPage) NextPageURL() (string, error)