type property

String? type
getter/setter pair

Type of the sandbox to use for the node. Possible string values are:

  • "UNSPECIFIED" : Default value. This should not be used.
  • "GVISOR" : Run sandbox using gvisor.

Implementation

core.String? type;