Class: Google::Cloud::GkeMultiCloud::V1::Fleet
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::Fleet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
Fleet related configuration.
Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.
See Anthos Fleets for more details on Anthos multi-cluster capabilities using Fleets.
Instance Attribute Summary collapse
-
#membership ⇒ ::String
readonly
Output only.
-
#project ⇒ ::String
Required.
Instance Attribute Details
#membership ⇒ ::String (readonly)
Returns Output only. The name of the managed Hub Membership resource associated to this cluster.
Membership names are formatted as
projects/<project-number>/locations/global/membership/<cluster-id>
.
225 226 227 228 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 225 class Fleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Required. The name of the Fleet host project where this cluster will be registered.
Project names are formatted as
projects/<project-number>
.
225 226 227 228 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 225 class Fleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |