allocate_quota

Allocates quota to an assignee.

Format

Interactive or Script Mode

emcli allocate_quota
       assignee_name="assignee name"
       assignee_type="assignee type"
       [quota="quota"]

Options

  • assignee_name

    The name of the assignee to whom the quota will be allocated.

  • assignee_type

    The type of assignee. Valid values are: Tenant, User_Profile, or User.

  • quota

    The quota that will be allocated for the assigned user. Quota allocations can be defined:

    • at the entity level.

    • on a quota assignable object if the selected entity supports quota allocation on objects. When quota is allocated on an object, all quota related computations will be done in the context of that object.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example allocates quota on a quota assignable object.

emcli allocate_quota
      -assignee_name=T1
      -assignee_type=tenant
      -quota=Component1:Entity1;0.1:Gb;object_name=OBJ1:object_type=type1