Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OamonitoringModes = struct { Discovery OamonitoringMode FullStack OamonitoringMode InfraOnly OamonitoringMode }{ "DISCOVERY", "FULL_STACK", "INFRA_ONLY", }
Functions ¶
This section is empty.
Types ¶
type OamonitoringMode ¶
type OamonitoringMode string
type Settings ¶
type Settings struct { HostID string `json:"-" scope:"hostId"` // The scope of this settings. If the settings should cover the whole environment, just don't specify any scope. MonitoringMode OamonitoringMode `json:"monitoringMode"` // Possible Values: `DISCOVERY`, `FULL_STACK`, `INFRA_ONLY` }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.