Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 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]any, error) + type CreateOptsBuilder interface + ToAttachInterfacesCreateMap func() (map[string]any, error) + type CreateResult struct + func Create(ctx context.Context, client *gophercloud.ServiceClient, serverID string, ...) (r CreateResult) + func (r CreateResult) Extract() (*Interface, error) + type DeleteResult struct + func Delete(ctx context.Context, client *gophercloud.ServiceClient, ...) (r DeleteResult) + type FixedIP struct + IPAddress string + SubnetID string + type GetResult struct + func Get(ctx context.Context, client *gophercloud.ServiceClient, ...) (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)