Module: Google::Cloud::Container::V1beta1::Location::LocationType

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

LocationType is the type of GKE location, regional or zonal.

Constant Summary collapse

LOCATION_TYPE_UNSPECIFIED =

LOCATION_TYPE_UNSPECIFIED means the location type was not determined.

0
ZONE =

A GKE Location where Zonal clusters can be created.

1
REGION =

A GKE Location where Regional clusters can be created.

2