category property

String? category
getter/setter pair

The category of the commitment; specifies whether the commitment is for hardware or software resources.

Category MACHINE specifies that you are committing to hardware machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies that you are committing to software licenses, listed in licenseResources. Note that if you specify MACHINE commitments, then you must also specify a type to indicate the machine series of the hardware resource that you are committing to. Possible string values are:

  • "CATEGORY_UNSPECIFIED"
  • "LICENSE"
  • "MACHINE"

Implementation

core.String? category;