@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusSpecRulesAlert extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FOR_GRACE_PERIOD |
static String |
SERIALIZED_NAME_FOR_OUTAGE_TOLERANCE |
static String |
SERIALIZED_NAME_RESEND_DELAY |
| Constructor and Description |
|---|
V1PrometheusSpecRulesAlert() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1PrometheusSpecRulesAlert |
forGracePeriod(String forGracePeriod) |
V1PrometheusSpecRulesAlert |
forOutageTolerance(String forOutageTolerance) |
String |
getForGracePeriod()
Minimum duration between alert and restored 'for' state.
|
String |
getForOutageTolerance()
Max time to tolerate prometheus outage for restoring 'for' state of alert.
|
String |
getResendDelay()
Minimum amount of time to wait before resending an alert to Alertmanager.
|
int |
hashCode() |
V1PrometheusSpecRulesAlert |
resendDelay(String resendDelay) |
void |
setForGracePeriod(String forGracePeriod) |
void |
setForOutageTolerance(String forOutageTolerance) |
void |
setResendDelay(String resendDelay) |
String |
toString() |
public static final String SERIALIZED_NAME_FOR_GRACE_PERIOD
public static final String SERIALIZED_NAME_FOR_OUTAGE_TOLERANCE
public static final String SERIALIZED_NAME_RESEND_DELAY
public V1PrometheusSpecRulesAlert forGracePeriod(String forGracePeriod)
@Nullable public String getForGracePeriod()
public void setForGracePeriod(String forGracePeriod)
public V1PrometheusSpecRulesAlert forOutageTolerance(String forOutageTolerance)
@Nullable public String getForOutageTolerance()
public void setForOutageTolerance(String forOutageTolerance)
public V1PrometheusSpecRulesAlert resendDelay(String resendDelay)
@Nullable public String getResendDelay()
public void setResendDelay(String resendDelay)
Copyright © 2020. All rights reserved.