Documentation
¶
Index ¶
Constants ¶
View Source
const Schema = "http://schemas.ultradns.com/SBPool.jsonschema"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct { Context string `json:"@context,omitempty"` Description string `json:"description"` Order string `json:"order,omitempty"` Status string `json:"status,omitempty"` RunProbes bool `json:"runProbes"` ActOnProbes bool `json:"actOnProbes"` MaxActive int `json:"maxActive,omitempty"` MaxServed int `json:"maxServed,omitempty"` FailureThreshold int `json:"failureThreshold,omitempty"` RDataInfo []*pool.RDataInfo `json:"rdataInfo,omitempty"` BackupRecords []*pool.BackupRecord `json:"backupRecords,omitempty"` }
func (*Profile) GetContext ¶
func (*Profile) SetContext ¶
func (profile *Profile) SetContext()
Click to show internal directories.
Click to hide internal directories.