| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
Alarm.Builder.setAlarmSource(java.util.List<java.lang.String> alarmSource)
If alarm_source_type = INTENT_PATH, this field will contain a list of intent
paths for the entity that the event instance applies to.
|
Alarm.Builder |
Alarm.Builder.setAlarmSourceType(java.lang.String alarmSourceType)
Possible values are:
Alarm.ALARM_SOURCE_TYPE_INTENT_PATH Alarm.ALARM_SOURCE_TYPE_ENTITY_ID Type of alarm
source of the Event instance. |
Alarm.Builder |
Alarm.Builder.setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
Alarm.Builder |
Alarm.Builder.setCreateUser(java.lang.String createUser)
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
Alarm.Builder |
Alarm.Builder.setDescription(java.lang.String description)
Detailed description of Alarm.
|
Alarm.Builder |
Alarm.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
Alarm.Builder |
Alarm.Builder.setEntityId(java.lang.String entityId)
The entity that the Event instance applies to.
|
Alarm.Builder |
Alarm.Builder.setEntityResourceType(java.lang.String entityResourceType)
The entity type that the Event instance applies to.
|
Alarm.Builder |
Alarm.Builder.setEventTags(java.util.List<java.lang.String> eventTags)
Tags applicable to event, for example, INFRASTRUCTURE or INTELLIGENCE.
|
Alarm.Builder |
Alarm.Builder.setEventType(java.lang.String eventType)
Name of Event, e.g.
|
Alarm.Builder |
Alarm.Builder.setEventTypeDisplayName(java.lang.String eventTypeDisplayName)
Display name of Event type.
|
Alarm.Builder |
Alarm.Builder.setFeatureDisplayName(java.lang.String featureDisplayName)
Display name of feature defining this Event.
|
Alarm.Builder |
Alarm.Builder.setFeatureName(java.lang.String featureName)
Feature defining this Event, e.g.
|
Alarm.Builder |
Alarm.Builder.setId(java.lang.String id)
ID that uniquely identifies an Alarm.
|
Alarm.Builder |
Alarm.Builder.setKbArticle(java.lang.String kbArticle)
KB article link that contains more information on this alarm and recommended
actions.
|
Alarm.Builder |
Alarm.Builder.setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
Alarm.Builder |
Alarm.Builder.setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
Alarm.Builder |
Alarm.Builder.setLastReportedTime(java.lang.Long lastReportedTime)
Indicates when the corresponding Event instance was last reported in
milliseconds since epoch.
|
Alarm.Builder |
Alarm.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
Alarm.Builder |
Alarm.Builder.setNodeDisplayName(java.lang.String nodeDisplayName)
Display name of node that the event instance applies to.
|
Alarm.Builder |
Alarm.Builder.setNodeId(java.lang.String nodeId)
The UUID of the node that the Event instance applies to.
|
Alarm.Builder |
Alarm.Builder.setNodeIpAddresses(java.util.List<java.lang.String> nodeIpAddresses)
IP addresses of node that the event instance applies to.
|
Alarm.Builder |
Alarm.Builder.setNodeResourceType(java.lang.String nodeResourceType)
The resource type of node that the Event instance applies to eg.
|
Alarm.Builder |
Alarm.Builder.setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
Alarm.Builder |
Alarm.Builder.setRecommendedAction(java.lang.String recommendedAction)
Recommended action for Alarm.
|
Alarm.Builder |
Alarm.Builder.setReoccurrencesWhileSuppressed(java.lang.Long reoccurrencesWhileSuppressed)
The number of reoccurrences since this alarm has been SUPPRESSED.
|
Alarm.Builder |
Alarm.Builder.setResolvedBy(java.lang.String resolvedBy)
User ID of the user that set the status value to RESOLVED.
|
Alarm.Builder |
Alarm.Builder.setResolvedTime(java.lang.Long resolvedTime)
Indicates when the Alarm was resolved in milliseconds since epoch.
|
Alarm.Builder |
Alarm.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
Alarm.Builder |
Alarm.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
Alarm.Builder |
Alarm.Builder.setRuntimeData(java.lang.String runtimeData)
Runtime data for Alarm.
|
Alarm.Builder |
Alarm.Builder.setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
Alarm.Builder |
Alarm.Builder.setSelf(SelfResourceLink self) |
Alarm.Builder |
Alarm.Builder.setSeverity(java.lang.String severity)
Possible values are:
Alarm.SEVERITY_CRITICAL Alarm.SEVERITY_HIGH Alarm.SEVERITY_MEDIUM Alarm.SEVERITY_LOW Severity of the Alarm.Can be
one of - CRITICAL, HIGH, MEDIUM, LOW. |
Alarm.Builder |
Alarm.Builder.setStatus(java.lang.String status)
Possible values are:
Alarm.STATUS_OPEN Alarm.STATUS_ACKNOWLEDGED Alarm.STATUS_SUPPRESSED Alarm.STATUS_RESOLVED Indicate the status which
the Alarm is in. |
Alarm.Builder |
Alarm.Builder.setSummary(java.lang.String summary)
Summary description of Alarm.
|
Alarm.Builder |
Alarm.Builder.setSuppressDuration(java.lang.Long suppressDuration)
The time period between suppress_start_time and suppress_start_time +
suppress_duration (specified in hours) an Alarm is SUPPRESSED.
|
Alarm.Builder |
Alarm.Builder.setSuppressedBy(java.lang.String suppressedBy)
User ID of the user that set the status value to SUPPRESSED.
|
Alarm.Builder |
Alarm.Builder.setSuppressStartTime(java.lang.Long suppressStartTime)
Indicates when the Alarm was suppressed in milliseconds since epoch.
|
Alarm.Builder |
Alarm.Builder.setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
Alarm.Builder |
Alarm.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|