public class UserVappResourceAlertCreateRequest extends AbstractResourceAlertRequest
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected long |
threshold |
action, breachPeriod, equalityRelation, group, name, type
Constructor and Description |
---|
UserVappResourceAlertCreateRequest(String group,
String name,
String type,
String equalityRelation,
int breachPeriod,
long threshold,
boolean cloneToChildren,
boolean enabled,
String action) |
Modifier and Type | Method and Description |
---|---|
long |
getThreshold()
Get the alerting threshold at which the user wants to receive alerts for
the counter specified by group, name and type.
|
boolean |
isCloneToChildren()
Whether the alert should be cloned to child VMs.
|
boolean |
isEnabled()
Set whether the alert is enabled.
|
getAction, getBreachPeriod, getGroup, getName, getRelation, getType
@Since(value=1.0) @Expose protected long threshold
@Since(value=1.0) @Expose protected boolean enabled
public long getThreshold()
public boolean isCloneToChildren()
public boolean isEnabled()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.