tenantResources property

List<TenantResource>? tenantResources
getter/setter pair

Resources constituting the tenancy unit.

There can be at most 512 tenant resources in a tenancy unit.

Implementation

core.List<TenantResource>? tenantResources;