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"` }
Click to show internal directories.
Click to hide internal directories.