Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func AssociateRouterURL(c *gophercloud.ServiceClient, zoneId string) string + func CreateURL(c *gophercloud.ServiceClient) string + func DeleteURL(c *gophercloud.ServiceClient, zoneId string) string + func DisassociateRouterURL(c *gophercloud.ServiceClient, zoneId string) string + func GetURL(c *gophercloud.ServiceClient, zoneId string) string + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + func ListNameServersURL(c *gophercloud.ServiceClient, zoneId string) string + func ListURL(c *gophercloud.ServiceClient) string + func UpdateURL(c *gophercloud.ServiceClient, zoneId string) string + type AssociateRouterOpts struct + Router Router + func (opts AssociateRouterOpts) ToZonesAssociateRouterMap() (map[string]interface{}, error) + type AssociateRouterOptsBuilder interface + ToZonesAssociateRouterMap func() (map[string]interface{}, error) + type AssociateRouterResponse struct + RouterId string + RouterRegion string + Status string + type AssociateRouterResult struct + func AssociateRouter(client *gophercloud.ServiceClient, zoneId string, ...) (r AssociateRouterResult) + func (r AssociateRouterResult) Extract() (*AssociateRouterResponse, error) + type CreateOpts struct + Description string + Email string + Name string + Router RouterCreateOpts + TTL int + ZoneType string + func (opts CreateOpts) ToZonesCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToZonesCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*ZoneCreateResponse, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, zoneId string) (r DeleteResult) + func (r DeleteResult) Extract() (*Zone, error) + type DisassociateRouterOpts struct + Router Router + func (opts DisassociateRouterOpts) ToZonesDisassociateRouterMap() (map[string]interface{}, error) + type DisassociateRouterOptsBuilder interface + ToZonesDisassociateRouterMap func() (map[string]interface{}, error) + type DisassociateRouterResponse struct + RouterId string + RouterRegion string + Status string + type DisassociateRouterResult struct + func DisassociateRouter(client *gophercloud.ServiceClient, zoneId string, ...) (r DisassociateRouterResult) + func (r DisassociateRouterResult) Extract() (*DisassociateRouterResponse, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, zoneId string) (r GetResult) + func (r GetResult) Extract() (*Zone, error) + type Link struct + Href string + Next string + Rel string + Self string + type ListNameServersResponse struct + Nameservers []NameServer + type ListNameServersResult struct + func ListNameServers(client *gophercloud.ServiceClient, zoneId string) (r ListNameServersResult) + func (r ListNameServersResult) Extract() (*ListNameServersResponse, error) + type ListOpts struct + Limit int + Marker string + Type string + func (opts ListOpts) ToListQuery() (string, error) + type ListOptsBuilder interface + ToListQuery func() (string, error) + type ListZoneResponse struct + Links Link + Metadata Metadata + Zones []Zone + func ExtractZones(r pagination.Page) (*ListZoneResponse, error) + type Metadata struct + TotalCount int + type NameServer struct + Address string + Priority int + type Router struct + RouterId string + RouterRegion string + type RouterCreateOpts struct + RouterId string + RouterRegion string + type UpdateOpts struct + Description string + Email string + TTL int + func (opts UpdateOpts) ToZonesUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToZonesUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, opts UpdateOptsBuilder, ZoneID string) (r UpdateResult) + func (r UpdateResult) Extract() (*Zone, error) + type Zone struct + CreatedAt string + Description string + Email string + ID string + Links Link + Masters []string + Name string + PoolId string + ProjectId string + RecordNum int + Routers []AssociateRouterResponse + Serial int + Status string + TTL int + UpdatedAt string + ZoneType string + type ZoneCreateResponse struct + CreatedAt string + Description string + Email string + ID string + Links Link + Masters []string + Name string + PoolId string + ProjectId string + RecordNum int + Router AssociateRouterResponse + Serial int + Status string + TTL int + UpdatedAt string + ZoneType string + type ZonePage struct + func (r ZonePage) IsEmpty() (bool, error)