nameservers

package
v0.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetResult

type GetResult struct {
	// contains filtered or unexported fields
}

func List

func List(client *golangsdk.ServiceClient, zoneID string) (r GetResult)

func (GetResult) Extract

func (r GetResult) Extract() ([]Nameserver, error)

Extract is a function that accepts a result and extracts a nameserver.

type ListNameserversRequest

type ListNameserversRequest struct {
	Name string `json:"name,omitempty"`
}

type Nameserver

type Nameserver struct {
	Hostname string `json:"hostname"`
	Priority int    `json:"priority"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL