Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + AdminStateUp *bool + Description string + EgressFirewallPolicyID string + ID string + IngressFirewallPolicyID string + Name string + Ports []string + ProjectID string + Shared *bool + TenantID string + func (opts CreateOpts) ToFirewallGroupCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToFirewallGroupCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Group, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Group, error) + type Group struct + AdminStateUp bool + Description string + EgressFirewallPolicyID string + ID string + IngressFirewallPolicyID string + Name string + Ports []string + ProjectID string + Shared bool + Status string + TenantID string + func ExtractGroups(r pagination.Page) ([]Group, error) + type GroupPage struct + func (r GroupPage) IsEmpty() (bool, error) + func (r GroupPage) NextPageURL() (string, error) + type ListOpts struct + AdminStateUp *bool + Description string + EgressFirewallPolicyID string + ID string + IngressFirewallPolicyID string + Limit int + Marker string + Name string + Ports *[]string + ProjectID string + Shared *bool + SortDir string + SortKey string + Status string + TenantID string + func (opts ListOpts) ToGroupListQuery() (string, error) + type ListOptsBuilder interface + ToGroupListQuery func() (string, error) + type UpdateOpts struct + AdminStateUp *bool + Description *string + EgressFirewallPolicyID *string + IngressFirewallPolicyID *string + Name *string + Ports *[]string + Shared *bool + func (opts UpdateOpts) ToFirewallGroupUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToFirewallGroupUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Group, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3