Versions in this module Expand all Collapse all v2 v2.9.0 Nov 17, 2025 v2.8.0 Aug 18, 2025 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type AddAddressesResult struct + func AddAddresses(ctx context.Context, c *gophercloud.ServiceClient, id string, ...) (r AddAddressesResult) + func (r AddAddressesResult) Extract() (*AddressGroup, error) + type AddressGroup struct + Addresses []string + Description string + ID string + Name string + ProjectID string + func ExtractGroups(r pagination.Page) ([]AddressGroup, error) + type AddressGroupPage struct + func (r AddressGroupPage) IsEmpty() (bool, error) + func (r AddressGroupPage) NextPageURL() (string, error) + type CreateOpts struct + Addresses []string + Description string + ID string + Name string + ProjectID string + func (opts CreateOpts) ToAddressGroupCreateMap() (map[string]any, error) + func (opts CreateOpts) ToAddressesCreateMap() (map[string]any, error) + type CreateOptsBuilder interface + ToAddressGroupCreateMap func() (map[string]any, error) + type CreateResult struct + func Create(ctx context.Context, c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*AddressGroup, error) + type DeleteResult struct + func Delete(ctx context.Context, c *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(ctx context.Context, c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*AddressGroup, error) + type ListOpts struct + Addresses []string + Description string + ID string + Limit int + Marker string + Name string + ProjectID string + SortDir string + SortKey string + func (opts ListOpts) ToAddressGroupListQuery() (string, error) + type ListOptsBuilder interface + ToAddressGroupListQuery func() (string, error) + type RemoveAddressesResult struct + func RemoveAddresses(ctx context.Context, c *gophercloud.ServiceClient, id string, ...) (r RemoveAddressesResult) + func (r RemoveAddressesResult) Extract() (*AddressGroup, error) + type UpdateAddressesBuilder interface + ToUpdateAddressesMap func() (map[string]any, error) + type UpdateAddressesOpts struct + Addresses []string + func (opts UpdateAddressesOpts) ToUpdateAddressesMap() (map[string]any, error) + type UpdateOpts struct + Description *string + Name *string + func (opts UpdateOpts) ToAddressGroupUpdateMap() (map[string]any, error) + type UpdateOptsBuilder interface + ToAddressGroupUpdateMap func() (map[string]any, error) + type UpdateResult struct + func Update(ctx context.Context, c *gophercloud.ServiceClient, id string, ...) (r UpdateResult) + func (r UpdateResult) Extract() (*AddressGroup, error)