nodes

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Settings

type Settings struct {
	ID                     string   `json:"entityId"`               // The ID of a node
	Hostname               string   `json:"hostname"`               // The hostname of a node
	IPs                    []string `json:"ips"`                    // The known IP addresses of the node
	Version                string   `json:"version"`                // The version of a node
	BrowserMonitorsEnabled bool     `json:"browserMonitorsEnabled"` // Browser Monitors are enabled (`true`) or not (`false`)
	ActiveGateVersion      string   `json:"activeGateVersion"`      // The version of the Active Gate
	OneAgentRoutingEnabled bool     `json:"oneAgentRoutingEnabled"` // The Active Gate has the One Agent routing enabled (`true`) or not (`false`)
	OperatingSystem        string   `json:"operatingSystem"`        // The Active Gate's host operating system
	AutoUpdateEnabled      bool     `json:"autoUpdateEnabled"`      // The Active Gate has the Auto update option enabled (`true`) or not (`false`)
	Status                 string   `json:"status"`                 // The status of the synthetic node
	PlayerVersion          string   `json:"playerVersion"`          // The version of the synthetic player
	HealthCheckStatus      string   `json:"healthCheckStatus"`      // The health check status of the synthetic node
}

func (*Settings) MarshalHCL

func (me *Settings) MarshalHCL(properties hcl.Properties) error

func (*Settings) Schema

func (me *Settings) Schema() map[string]*schema.Schema

func (*Settings) UnmarshalHCL

func (me *Settings) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

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