hostType property

String? hostType
getter/setter pair

The type of hosting used by the AppGateway.

Required. Possible string values are:

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

Implementation

core.String? hostType;