Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func List(client *gophercloud.ServiceClient, serverID string) pagination.Pager + type CreateOpts struct + FixedIPs []FixedIP + NetworkID string + PortID string + func (opts CreateOpts) ToAttachInterfacesCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToAttachInterfacesCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, serverID string, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Interface, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, serverID, portID string) (r DeleteResult) + type FixedIP struct + IPAddress string + SubnetID string + type GetResult struct + func Get(client *gophercloud.ServiceClient, serverID, portID string) (r GetResult) + func (r GetResult) Extract() (*Interface, error) + type Interface struct + FixedIPs []FixedIP + MACAddr string + NetID string + PortID string + PortState string + func ExtractInterfaces(r pagination.Page) ([]Interface, error) + type InterfacePage struct + func (r InterfacePage) IsEmpty() (bool, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3