Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LostDetectionConfig ¶
type LostDetectionConfig struct { EnabledOnGracefulShutdowns bool `json:"enabledOnGracefulShutdowns"` // Alert (`true`) on graceful host shutdowns. Enabled bool `json:"enabled"` // The detection is enabled (`true`) or disabled (`false`). }
LostDetectionConfig Configuration of lost connection detection.
func (*LostDetectionConfig) MarshalHCL ¶
func (me *LostDetectionConfig) MarshalHCL(properties hcl.Properties) error
func (*LostDetectionConfig) Schema ¶
func (me *LostDetectionConfig) Schema() map[string]*schema.Schema
func (*LostDetectionConfig) UnmarshalHCL ¶
func (me *LostDetectionConfig) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.