Class Location (2.1.0)

Location(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Location returns the location name, and if the location is recommended for GKE cluster scheduling.

Attributes

NameDescription
type .cluster_service.Location.LocationType
Contains the type of location this Location is for. Regional or Zonal.
name str
Contains the name of the resource requested. Specified in the format projects/*/locations/*.
recommended bool
Whether the location is recomended for GKE cluster scheduling.

Classes

LocationType

LocationType(value)

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