Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func ExtractFirewallsInto(r pagination.Page, v interface{}) error + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + AdminStateUp *bool + Description string + Name string + PolicyID string + ProjectID string + Shared *bool + TenantID string + func (opts CreateOpts) ToFirewallCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToFirewallCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Firewall, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) (r DeleteResult) + type Firewall struct + AdminStateUp bool + Description string + ID string + Name string + PolicyID string + ProjectID string + Status string + TenantID string + func ExtractFirewalls(r pagination.Page) ([]Firewall, error) + type FirewallPage struct + func (r FirewallPage) IsEmpty() (bool, error) + func (r FirewallPage) NextPageURL() (string, error) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Firewall, error) + func (r GetResult) ExtractInto(v interface{}) error + type ListOpts struct + AdminStateUp bool + Description string + ID string + Limit int + Marker string + Name string + PolicyID string + ProjectID string + Shared bool + SortDir string + SortKey string + TenantID string + func (opts ListOpts) ToFirewallListQuery() (string, error) + type ListOptsBuilder interface + ToFirewallListQuery func() (string, error) + type UpdateOpts struct + AdminStateUp *bool + Description *string + Name *string + PolicyID string + Shared *bool + func (opts UpdateOpts) ToFirewallUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToFirewallUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Firewall, error) + func (r UpdateResult) ExtractInto(v interface{}) error Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2