applicationSLA Data Type

Java class for ApplicationSLA complex type.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id string element 0/1 The id uniquely identifies this SLA item.
description string element 0/1 Short description (max 140 characters) that describes the SLA.
status string element 0/1 Status of the SLA; active or inactive. If status is inactive this SLA will be enforced. If status is inactive this SLA will NOT be enforced.
startDate dateTime element 0/1 Start date.
endDate dateTime element 0/1 End date.

Example

<a----->
  <id>...</id>
  <description>...</description>
  <status>...</status>
  <startDate>...</startDate>
  <endDate>...</endDate>
</a----->