Java class for ApplicationMethodSLA complex type.
| name | data type | constraints | description |
|---|---|---|---|
| methodName | string | required | Method name. It is required. |
| interfaceName | string | required | Interface name. It is required. |
| quota | Quota | Quota. | |
| rate | Rate | Rate for the application. | |
| methodGuarantee | MethodGuarantee | MethodGuarantee. |
Example
{
"applicationMethodSLA" : {
"methodName" : "...",
"interfaceName" : "...",
"quota" : {
"days" : 12345,
"unit" : "...",
"qtaLimit" : 12345,
"limitExceedOK" : true,
"resetQuota" : true
},
"rate" : {
"reqLimit" : 12345,
"timePeriod" : 12345
},
"methodGuarantee" : {
"reqLimitGuarantee" : 12345,
"timePeriodGuarantee" : 12345
}
}
}