resources property
A list of commitment amounts for particular resources.
Note that VCPU and MEMORY resource commitments must occur together.
Implementation
core.List<ResourceCommitment>? resources;
A list of commitment amounts for particular resources.
Note that VCPU and MEMORY resource commitments must occur together.
core.List<ResourceCommitment>? resources;