type property

String? type
getter/setter pair

The type of hardware resource that you want to specify. You can specify any of the following values:

  • VCPU
  • MEMORY
  • LOCAL_SSD
  • ACCELERATOR

Specify as a separate entry in the list for each individual resource type. Possible string values are:

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

Implementation

core.String? type;