The XML definition for tenant folders is shown below.
<?xml version="1.0" encoding="utf-8"?> <Tenants> <Tenant name ="Name of the tenant"> <DisplayName>Display Name</DisplayName> <MailAddress>User's mail address</MailAddress> <Pools> <Pool name="Resource pool name" type="Resource pool type" label="Label"> <Comment>Comment</Comment> <Priority>Priority</Priority> </Pool> </Pools> <GlobalPoolLinks> <GlobalPoolLink>Global Pool Name</GlobalPoolLink> ... </GlobalPoolLinks> </Tenant> </Tenants> |
Element Name | Description | Remarks (Possible Values, Examples) |
---|---|---|
Tenant name (Tenant name) | Name of the tenant (*1) | Specify a character string beginning with an alphanumeric character and containing up to 32 alphanumeric characters, underscores ("_"), and hyphens ("-"). Creation in a resource folder and tenant is not possible. |
Display Name (DisplayName) | Tenant display name | Specify a character string of up to 30 alphanumeric characters or symbols. |
E-mail address (MailAddress) | Mail address of the tenant administrator | Specify a character string of up to 64 alphanumeric characters or symbols. |
Resource pool name (Pool name) | Name of the resource pool to create in the tenant | Specify the name of the resource pool to create in the tenant . If the Pools element is omitted, no resource pool is created in the tenant. |
Resource pool types (Pool type) | Resource Pool Types (optional) | Specify the type of the resource pool to create in the tenant . It can be specified using the following methods:
|
Label (Pool label) | Label for the resource pool (optional) | Specify a character string of up to 32 alphanumeric characters or symbols. |
Comment (Pool comment) | Comment for the resource pool (optional) | Specify a character string of up to 256 alphanumeric characters or symbols. |
Priority (Priority) | Resource pool priority (optional) | Specify the priority for the resource pool as between 1 and 10. If omitted, "5" is set. For the priority order, "1" is the highest and "10" is the lowest. |
Global pool name (GlobalPoolLink) | Name of the global pool (optional) | Specify the resource pool name to be defined in a global pool of a tenant. If the GlobalPoolLinks element is omitted, no global pool is defined for the tenant. |
*1: User group of the same name as the specified name of the tenant is created.