public static interface LocalHealthEventsConfig.Builder extends SdkPojo, CopyableBuilder<LocalHealthEventsConfig.Builder,LocalHealthEventsConfig>
| Modifier and Type | Method and Description |
|---|---|
LocalHealthEventsConfig.Builder |
healthScoreThreshold(Double healthScoreThreshold)
The health event threshold percentage set for a local health score.
|
LocalHealthEventsConfig.Builder |
minTrafficImpact(Double minTrafficImpact)
The minimum percentage of overall traffic for an application that must be impacted by an issue before
Internet Monitor creates an event when a threshold is crossed for a local health score.
|
LocalHealthEventsConfig.Builder |
status(LocalHealthEventsConfigStatus status)
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local
health score.
|
LocalHealthEventsConfig.Builder |
status(String status)
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local
health score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalHealthEventsConfig.Builder status(String status)
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local
health score. The status can be ENABLED or DISABLED.
status - The status of whether Internet Monitor creates a health event based on a threshold percentage set for
a local health score. The status can be ENABLED or DISABLED.LocalHealthEventsConfigStatus,
LocalHealthEventsConfigStatusLocalHealthEventsConfig.Builder status(LocalHealthEventsConfigStatus status)
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local
health score. The status can be ENABLED or DISABLED.
status - The status of whether Internet Monitor creates a health event based on a threshold percentage set for
a local health score. The status can be ENABLED or DISABLED.LocalHealthEventsConfigStatus,
LocalHealthEventsConfigStatusLocalHealthEventsConfig.Builder healthScoreThreshold(Double healthScoreThreshold)
The health event threshold percentage set for a local health score.
healthScoreThreshold - The health event threshold percentage set for a local health score.LocalHealthEventsConfig.Builder minTrafficImpact(Double minTrafficImpact)
The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
minTrafficImpact - The minimum percentage of overall traffic for an application that must be impacted by an issue before
Internet Monitor creates an event when a threshold is crossed for a local health score.Copyright © 2023. All rights reserved.