Class: Google::Cloud::GkeMultiCloud::V1::ImportAttachedClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::ImportAttachedClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb
Overview
Request message for AttachedClusters.ImportAttachedCluster method.
Instance Attribute Summary collapse
-
#distribution ⇒ ::String
Required.
-
#fleet_membership ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#platform_version ⇒ ::String
Required.
-
#proxy_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig
Optional.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but do not actually import the cluster.
Instance Attribute Details
#distribution ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145 class ImportAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fleet_membership ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145 class ImportAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145 class ImportAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#platform_version ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145 class ImportAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proxy_config ⇒ ::Google::Cloud::GkeMultiCloud::V1::AttachedProxyConfig
145 146 147 148 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145 class ImportAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
145 146 147 148 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 145 class ImportAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |