Class TenantResource


  • @Generated("jsonschema2pojo")
    public class TenantResource
    extends Object
    Root Type for TenantResource

    Configuration of the limits for a specific resource type

    • Constructor Detail

      • TenantResource

        public TenantResource()
    • Method Detail

      • getType

        public ResourceType getType()
        The list of possible types of a resource that can be limited (Required)
      • setType

        public void setType​(ResourceType type)
        The list of possible types of a resource that can be limited (Required)
      • getLimit

        public Long getLimit()
        The quantity to limit this resource (Required)
      • setLimit

        public void setLimit​(Long limit)
        The quantity to limit this resource (Required)