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/*.



3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3408

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.



3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3408

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:



3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3408

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