ResourcePool
ResourcePool is a value object that specifies the resource pool information. The bean is used to create resource pools in the system.
Note:
ResourcePool is used as the INPUT in the following operations:
-
Operation createResourcePools
-
Operation updateResourcePools
ResourcePool is used as the OUTPUT in the following operations:
-
Operation searchResourcePools
-
Operation getResourcePools
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
id |
Long |
ID of the resource pool. A value which is typically greater than 30,000. |
No |
N/A |
name |
String |
Name of the resource pool. Name cannot be more than 260 characters. |
Yes |
N/A |
description |
String |
Description of the resource pool. Description cannot be more than 650 characters. |
No |
N/A |
parent |
ResourcePoolRefernce |
This is a ResourcePoolRefernce value that contains the ID and name of the parent Resource Pool. |
No |
N/A |
region |
RegionReference |
This is a RegionReference value that contains the ID and name of the pool's region. |
Yes |
N/A |
orgUnit |
OrgUnitReference |
This is a OrgUnitReference value that contains the ID and name of the org unit the resource is used for. |
No |
N/A |
manager |
List |
This is a list of ResourceReference values that contains the ID and names of the resource pool managers. |
No |
N/A |
note |
List |
This is a list of NoteBean values that contains Author, Content, and CreationDate. |
No |
N/A |
child |
List |
This is a list of ResourcePoolRefernce values that contains the IDs and names of the children resource pools. |
No |
N/A |
ACEs |
List |
This is a list of ResourcePoolAccessControlBean values. |
No |
N/A |