Versions in this module Expand all Collapse all v4 v4.0.0 Jun 4, 2024 Changes in this version + func ExtractCommonFunctionGatewaysInto(r pagination.Page, v interface{}) error + func IDFromName(client *eclcloud.ServiceClient, name string) (string, error) + func List(c *eclcloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CommonFunctionGateway struct + CommonFunctionPoolID string + Description string + ID string + Name string + NetworkID string + Status string + SubnetID string + TenantID string + func ExtractCommonFunctionGateways(r pagination.Page) ([]CommonFunctionGateway, error) + type CommonFunctionGatewayPage struct + func (r CommonFunctionGatewayPage) IsEmpty() (bool, error) + func (r CommonFunctionGatewayPage) NextPageURL() (string, error) + type CreateOpts struct + CommonFunctionPoolID string + Description string + Name string + TenantID string + func (opts CreateOpts) ToCommonFunctionGatewayCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToCommonFunctionGatewayCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *eclcloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*CommonFunctionGateway, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(c *eclcloud.ServiceClient, commonFunctionGatewayID string) (r DeleteResult) + type GetResult struct + func Get(c *eclcloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*CommonFunctionGateway, error) + func (r GetResult) ExtractInto(v interface{}) error + type ListOpts struct + CommonFunctionPoolID string + Description string + ID string + Name string + NetworkID string + Status string + SubnetID string + TenantID string + func (opts ListOpts) ToCommonFunctionGatewayListQuery() (string, error) + type ListOptsBuilder interface + ToCommonFunctionGatewayListQuery func() (string, error) + type UpdateOpts struct + Description *string + Name *string + func (opts UpdateOpts) ToCommonFunctionGatewayUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToCommonFunctionGatewayUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *eclcloud.ServiceClient, commonFunctionGatewayID string, ...) (r UpdateResult) + func (r UpdateResult) Extract() (*CommonFunctionGateway, error) + func (r UpdateResult) ExtractInto(v interface{}) error Other modules containing this package github.com/nttcom/eclcloud github.com/nttcom/eclcloud/v2 github.com/nttcom/eclcloud/v3