tenantCandidates

The tenantCandidates data type describes the tenantCandidates and tenantConflictingCandidates resources for erasure coding topologies.

tenantCandidates data type property

The following table describes the properties included in the tenantCandidates data type.

Property nameData typeDescriptionNotes
tenantCandidatetenant CandidateSpecifies a tenant that is (tenantCandidates) or is not (tenantConflictingCandidates) eligible for inclusion in an erasure coding topology.

Example

Here's an XML example of the tenantCandidates data type; the properties shown are those that are returned in response to a verbose GET request:

<tenantCandidates>
    <tenantCandidate>
        <hcpSystems>
            <name>hcp-eu.example.com</name>
            <name>hcp-us.example.com</name>
        </hcpSystems>
        <name>finance</name>
        <uuid>838cd575-0f94-489a-8f94-f36c1337c446</uuid>
    </tenantCandidate>
    <tenantCandidate>
        <hcpSystems>
            <name>hcp-us.example.com</name>
        </hcpSystems>
        <name>it</name>
        <uuid>5c881746-5a93-48d0-a55a-d1aaec50c522</uuid>
    </tenantCandidate>
</tenantCandidates>