Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Host ¶
type Host struct { EntityId string `json:"entityId"` // The entity ID of the host DisplayName string `json:"displayName"` // The name of the host as displayed in the UI Tags []tagapi.Tag `json:"tags"` // The list of entity tags HostGroup *HostGroup `json:"hostGroup"` }
Host is a short representation of a host
func (*Host) MarshalHCL ¶
func (me *Host) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.