Documentation ¶
Index ¶
- Constants
- func CreateDnsedictnoaryconvert(option CreateDns, CreateDnsjsonmap map[string]interface{})
- type CreateDns
- type Googledns
- func (googledns *Googledns) CreateDns(request interface{}) (resp interface{}, err error)
- func (googledns *Googledns) DeleteDns(request interface{}) (resp interface{}, err error)
- func (googledns *Googledns) ListDns(request interface{}) (resp interface{}, err error)
- func (googledns *Googledns) ListResourceDnsRecordSets(request interface{}) (resp interface{}, err error)
Constants ¶
View Source
const ( UnixDate = "Mon Jan _2 15:04:05 MST 2006" RFC3339 = "2006-01-02T15:04:05Z07:00" )
Variables ¶
This section is empty.
Functions ¶
func CreateDnsedictnoaryconvert ¶
CreateDnsedictnoaryconvert convert CreateDns parameters to CreateDns dictnoary.
Types ¶
type CreateDns ¶
type CreateDns struct { CreationTime string `json:"creationTime"` Description string `json:"description"` DNSName string `json:"dnsName"` ID string `json:"id"` Kind string `json:"kind"` Name string `json:"name"` NameServerSet string `json:"nameServerSet"` NameServers []string `json:"nameServers"` }
CreateDns struct represents CreateDns attribute.
type Googledns ¶
type Googledns struct { }
Googledns struct represents Googledns attribute and methods associates with it.
func (*Googledns) ListResourceDnsRecordSets ¶
func (googledns *Googledns) ListResourceDnsRecordSets(request interface{}) (resp interface{}, err error)
ListResourceDnsRecordSets list ListResourceDnsRecordSets.
Click to show internal directories.
Click to hide internal directories.