Package com.uc4.api.objects
Class AttributesSLO
java.lang.Object
com.uc4.api.objects.AttributesSLO
This class represents information of the attributes tab of an object.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AttributesSLO
(com.uc4.util.XMLDocument doc) Constructs aSLO attributes
using the specified XML document -
Method Summary
Modifier and TypeMethodDescriptionReturns "From" time of operation window.Returns "To" time of operation window.Returns the time zone of this SLO Object.boolean
Checks if SLO is enabled for monitoring.boolean
Checks if monitor mode is set to "Permanently".boolean
Checks if monitor mode is set to restricted.void
setEnableSLOMonitoring
(boolean enableSLOMonitoring) Sets and enable SLO monitoring.void
Sets monitor mode to "Permanently".void
Sets monitor mode to "Restricted to daily operation window".void
setOperationWindowFrom
(Time operationWindowFrom) Sets "From" time of operation window.void
setOperationWindowTo
(Time operationWindowTo) Sets "To" time of operation window.void
setTimezone
(UC4TimezoneName timezone) Sets the time zone of this SLO Object.protected void
Stores data of this object under therequest
element.
-
Constructor Details
-
AttributesSLO
protected AttributesSLO(com.uc4.util.XMLDocument doc) Constructs aSLO attributes
using the specified XML document- Parameters:
doc
- XML Document
-
-
Method Details
-
store
Stores data of this object under therequest
element.- Parameters:
doc
- XML Documentrequest
- root element, the SLO attributes is stored in children elements ofrequest
-
isEnableSLOMonitoring
public boolean isEnableSLOMonitoring()Checks if SLO is enabled for monitoring.- Returns:
- true, if enable is already set
-
setEnableSLOMonitoring
public void setEnableSLOMonitoring(boolean enableSLOMonitoring) Sets and enable SLO monitoring.- Parameters:
enableSLOMonitoring
- enableSLOMonitoring
-
isMonitorPermanently
public boolean isMonitorPermanently()Checks if monitor mode is set to "Permanently".- Returns:
- true, if monitor mode is permanently
-
setMonitorPermanently
public void setMonitorPermanently()Sets monitor mode to "Permanently". -
isMonitorRestricted
public boolean isMonitorRestricted()Checks if monitor mode is set to restricted.- Returns:
- true, if monitor mode is set to "Restricted to daily operation window"
-
setMonitorRestricted
public void setMonitorRestricted()Sets monitor mode to "Restricted to daily operation window". -
getOperationWindowFrom
Returns "From" time of operation window.- Returns:
- "From" time of operation window.
-
setOperationWindowFrom
Sets "From" time of operation window.- Parameters:
operationWindowFrom
- From Time of operation window
-
getOperationWindowTo
Returns "To" time of operation window.- Returns:
- "To" time of operation window.
-
setOperationWindowTo
Sets "To" time of operation window.- Parameters:
operationWindowTo
- To Time of operation window.
-
getTimezone
Returns the time zone of this SLO Object.This time zone applies for the actual SLO object. If no time zone has been chosen, the Automation Engine's UTC applies client-wide.
- Returns:
- Name of the TimeZone object
-
setTimezone
Sets the time zone of this SLO Object.This time zone applies for the actual SLO object. If no time zone has been chosen, the Automation Engine's UTC applies client-wide.
- Parameters:
timezone
- Name of the TimeZone object
-