Class: Google::Cloud::GkeMultiCloud::V1::CreateAttachedClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::CreateAttachedClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb
Overview
Request message for AttachedClusters.CreateAttachedCluster
method.
Instance Attribute Summary collapse
-
#attached_cluster ⇒ ::Google::Cloud::GkeMultiCloud::V1::AttachedCluster
Required.
-
#attached_cluster_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but do not actually create the cluster.
Instance Attribute Details
#attached_cluster ⇒ ::Google::Cloud::GkeMultiCloud::V1::AttachedCluster
Returns Required. The specification of the AttachedCluster to create.
108 109 110 111 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 108 class CreateAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attached_cluster_id ⇒ ::String
Returns Required. A client provided ID the resource. Must be unique within the parent resource.
The provided ID will be part of the
AttachedCluster resource
name formatted as
projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
108 109 110 111 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 108 class CreateAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location where this AttachedCluster resource will be created.
Location names are formatted as projects/<project-id>/locations/<region>
.
See Resource Names for more details on Google Cloud resource names.
108 109 110 111 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 108 class CreateAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If set, only validate the request, but do not actually create the cluster.
108 109 110 111 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 108 class CreateAttachedClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |