applicationMethodSLA Data Type

Java class for ApplicationMethodSLA complex type.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
methodName string element 1/1 required Method name. It is required.
interfaceName string element 1/1 required Interface name. It is required.
quota quota element 0/1   Quota.
rate rate element 0/1   Rate for the application.
methodGuarantee methodGuarantee element 0/1   MethodGuarantee.

Example

<a----->
  <methodName>...</methodName>
  <interfaceName>...</interfaceName>
  <quota>
    <days>...</days>
    <unit>...</unit>
    <qtaLimit>...</qtaLimit>
    <limitExceedOK>...</limitExceedOK>
    <resetQuota>...</resetQuota>
  </quota>
  <rate>
    <reqLimit>...</reqLimit>
    <timePeriod>...</timePeriod>
  </rate>
  <methodGuarantee>
    <reqLimitGuarantee>...</reqLimitGuarantee>
    <timePeriodGuarantee>...</timePeriodGuarantee>
  </methodGuarantee>
</a----->