Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + Metadata map[string]interface{} + Name string + Spec Spec + func (opts CreateOpts) ToProfileCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToProfileCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Profile, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Profile, error) + type ListOpts struct + GlobalProject *bool + Limit int + Marker string + Name string + Sort string + Type string + func (opts ListOpts) ToProfileListQuery() (string, error) + type ListOptsBuilder interface + ToProfileListQuery func() (string, error) + type Profile struct + CreatedAt time.Time + Domain string + ID string + Metadata map[string]interface{} + Name string + Project string + Spec Spec + Type string + UpdatedAt time.Time + User string + func ExtractProfiles(r pagination.Page) ([]Profile, error) + func (r *Profile) UnmarshalJSON(b []byte) error + type ProfilePage struct + func (page ProfilePage) IsEmpty() (bool, error) + type Spec struct + Properties map[string]interface{} + Type string + Version string + func (r *Spec) UnmarshalJSON(b []byte) error + func (r Spec) MarshalJSON() ([]byte, error) + type UpdateOpts struct + Metadata map[string]interface{} + Name string + func (opts UpdateOpts) ToProfileUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToProfileUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Profile, error) + type ValidateOpts struct + Spec Spec + func (opts ValidateOpts) ToProfileValidateMap() (map[string]interface{}, error) + type ValidateOptsBuilder interface + ToProfileValidateMap func() (map[string]interface{}, error) + type ValidateResult struct + func Validate(client *gophercloud.ServiceClient, opts ValidateOpts) (r ValidateResult) + func (r ValidateResult) Extract() (*Profile, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2