slbpool

package
v1.8.0-20241010134910-... Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const Schema = "http://schemas.ultradns.com/SLBPool.jsonschema"

Variables

This section is empty.

Functions

This section is empty.

Types

type AllFailRecord

type AllFailRecord struct {
	Description string `json:"description"`
	RData       string `json:"rdata,omitempty"`
	Serving     bool   `json:"serving"`
}

type Profile

type Profile struct {
	Context                  string         `json:"@context,omitempty"`
	ResponseMethod           string         `json:"responseMethod,omitempty"`
	RegionFailureSensitivity string         `json:"regionFailureSensitivity,omitempty"`
	ServingPreference        string         `json:"servingPreference,omitempty"`
	Description              string         `json:"description"`
	Status                   string         `json:"status,omitempty"`
	RDataInfo                []*RDataInfo   `json:"rdataInfo,omitempty"`
	AllFailRecord            *AllFailRecord `json:"allFailRecord,omitempty"`
	Monitor                  *pool.Monitor  `json:"monitor,omitempty"`
}

func (*Profile) GetContext

func (profile *Profile) GetContext() string

func (*Profile) SetContext

func (profile *Profile) SetContext()

type RDataInfo

type RDataInfo struct {
	Description      string `json:"description"`
	ForcedState      string `json:"forcedState,omitempty"`
	ProbingEnabled   bool   `json:"probingEnabled"`
	AvailableToServe bool   `json:"availableToServe"`
}

Jump to

Keyboard shortcuts

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