Java class for ApplicationSLA complex type.
| name | data type | description |
|---|---|---|
| id | string | The id uniquely identifies this SLA item. |
| description | string | Short description (max 140 characters) that describes the SLA. |
| status | string | 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 | number | Start date. |
| endDate | number | End date. |
Example
{
"applicationSLA" : {
"id" : "...",
"description" : "...",
"status" : "...",
"startDate" : 12345,
"endDate" : 12345
}
}