Java class for ServiceTypeSLA complex type.
name | data type | constraints | description |
---|---|---|---|
serviceTypeName | string | required | Service Type Name. |
quota | Quota | Quota. | |
rate | Rate | Rate. |
Example
{ "serviceTypeSLA" : { "serviceTypeName" : "...", "quota" : { "days" : 12345, "unit" : "...", "qtaLimit" : 12345, "limitExceedOK" : true, "resetQuota" : true }, "rate" : { "reqLimit" : 12345, "timePeriod" : 12345 } } }