Class: Google::Cloud::Container::V1beta1::Location

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

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

Defined Under Namespace

Modules: LocationType

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Contains the name of the resource requested. Specified in the format projects/*/locations/*.

Returns:

  • (::String)

    Contains the name of the resource requested. Specified in the format projects/*/locations/*.



3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3189

class Location
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # LocationType is the type of GKE location, regional or zonal.
  module LocationType
    # LOCATION_TYPE_UNSPECIFIED means the location type was not determined.
    LOCATION_TYPE_UNSPECIFIED = 0

    # A GKE Location where Zonal clusters can be created.
    ZONE = 1

    # A GKE Location where Regional clusters can be created.
    REGION = 2
  end
end

Returns Whether the location is recomended for GKE cluster scheduling.

Returns:

  • (::Boolean)

    Whether the location is recomended for GKE cluster scheduling.



3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3189

class Location
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # LocationType is the type of GKE location, regional or zonal.
  module LocationType
    # LOCATION_TYPE_UNSPECIFIED means the location type was not determined.
    LOCATION_TYPE_UNSPECIFIED = 0

    # A GKE Location where Zonal clusters can be created.
    ZONE = 1

    # A GKE Location where Regional clusters can be created.
    REGION = 2
  end
end

#type::Google::Cloud::Container::V1beta1::Location::LocationType

Returns Contains the type of location this Location is for. Regional or Zonal.

Returns:



3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3189

class Location
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # LocationType is the type of GKE location, regional or zonal.
  module LocationType
    # LOCATION_TYPE_UNSPECIFIED means the location type was not determined.
    LOCATION_TYPE_UNSPECIFIED = 0

    # A GKE Location where Zonal clusters can be created.
    ZONE = 1

    # A GKE Location where Regional clusters can be created.
    REGION = 2
  end
end