hosts

package
v0.0.0-...-7eda018 Latest Latest
Warning

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

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiscoveredHost

type DiscoveredHost struct {
	SSHAddress      string   `json:"ssh_address"`
	OSVersion       string   `json:"os_version"`
	HostIpAddresses []string `json:"ip_addresses"`
	HostName        string   `json:"hostname"`
	CPUCount        int      `json:"cpu_count"`
	SocketCount     int      `json:"socket_count"`
	TotalMemoryMB   int      `json:"total_memory_mb"`
	AgentVersion    string   `json:"agent_version"`
}

type Metadata

type Metadata struct {
	Cluster         string `mapstructure:"ha-cluster,omitempty"`
	ClusterId       string `mapstructure:"ha-cluster-id,omitempty"`
	SAPSystems      string `mapstructure:"sap-systems,omitempty"`
	SAPSystemsId    string `mapstructure:"sap-systems-id,omitempty"`
	SAPSystemsType  string `mapstructure:"sap-systems-type,omitempty"`
	CloudProvider   string `mapstructure:"cloud-provider,omitempty"`
	HostIpAddresses string `mapstructure:"host-ip-addresses,omitempty"`
	AgentVersion    string `mapstructure:"agent-version,omitempty"`
}

Jump to

Keyboard shortcuts

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