Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectionConfig ¶
type DetectionConfig struct { NetworkDroppedPacketsDetection *droppedpackets.DetectionConfig `json:"networkDroppedPacketsDetection"` // Configuration of high number of dropped packets detection. HighNetworkDetection *utilization.DetectionConfig `json:"highNetworkDetection"` // Configuration of high network utilization detection. NetworkHighRetransmissionDetection *retransmission.DetectionConfig `json:"networkHighRetransmissionDetection"` // Configuration of high retransmission rate detection. NetworkTcpProblemsDetection *tcp.DetectionConfig `json:"networkTcpProblemsDetection"` // Configuration of TCP connectivity problems detection. NetworkErrorsDetection *errors.DetectionConfig `json:"networkErrorsDetection"` // Configuration of high number of network errors detection. }
func (*DetectionConfig) IsConfigured ¶
func (me *DetectionConfig) IsConfigured() bool
func (*DetectionConfig) MarshalHCL ¶
func (me *DetectionConfig) MarshalHCL(properties hcl.Properties) error
func (*DetectionConfig) UnmarshalHCL ¶
func (me *DetectionConfig) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.