type property

String? type
getter/setter pair

Type of resource for which this commitment applies.

Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR. Possible string values are:

  • "ACCELERATOR"
  • "LOCAL_SSD"
  • "MEMORY"
  • "UNSPECIFIED"
  • "VCPU"

Implementation

core.String? type;