UsagePoliciesByMethod Data Type

Java class for UsagePoliciesByMethod complex type.

Properties
name data type description
usagePolicies array of UsagePolicie

Example

{
  "usagePoliciesByMethod" : {
    "usagePolicies" : [ {
      "guarantee" : {
        "reqLimitGuarantee" : 12345,
        "timePeriodGuarantee" : 12345
      },
      "methodRestriction" : {
        "quota" : {
        },
        "rate" : {
        }
      },
      "methodAccess" : true,
      "methodName" : "...",
      "parameters" : {
        "methodParameters" : [ {
        }, {
        } ]
      },
      "resultRestrictions" : {
        "resultRestriction" : [ {
        }, {
        } ]
      }
    }, {
      "guarantee" : {
        "reqLimitGuarantee" : 12345,
        "timePeriodGuarantee" : 12345
      },
      "methodRestriction" : {
        "quota" : {
        },
        "rate" : {
        }
      },
      "methodAccess" : true,
      "methodName" : "...",
      "parameters" : {
        "methodParameters" : [ {
        }, {
        } ]
      },
      "resultRestrictions" : {
        "resultRestriction" : [ {
        }, {
        } ]
      }
    } ]
  }
}