type property

String? type
getter/setter pair

The type of hosting used by the gateway.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "GCP_REGIONAL_MIG" : Gateway hosted in a GCP regional managed instance group.

Implementation

core.String? type;