Versions in this module Expand all Collapse all v4 v4.0.0 Jun 4, 2024 Changes in this version + func ExtractInternetServicesInto(r pagination.Page, v interface{}) error + func List(c *eclcloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type GetResult struct + func Get(c *eclcloud.ServiceClient, internetServiceID string) (r GetResult) + func (r GetResult) Extract() (*InternetService, error) + func (r GetResult) ExtractInto(v interface{}) error + type InternetService struct + Description string + ID string + MinimalSubmaskLength int + Name string + Zone string + func ExtractInternetServices(r pagination.Page) ([]InternetService, error) + type InternetServicePage struct + func (r InternetServicePage) IsEmpty() (bool, error) + func (r InternetServicePage) NextPageURL() (string, error) + type ListOpts struct + Description string + ID string + MinimalSubmaskLength int + Name string + Zone string + func (opts ListOpts) ToInternetServiceListQuery() (string, error) + type ListOptsBuilder interface + ToInternetServiceListQuery func() (string, error) Other modules containing this package github.com/nttcom/eclcloud github.com/nttcom/eclcloud/v2 github.com/nttcom/eclcloud/v3