Class: Google::Cloud::GkeMultiCloud::V1::CreateAwsClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::CreateAwsClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb
Overview
Request message for AwsClusters.CreateAwsCluster
method.
Instance Attribute Summary collapse
-
#aws_cluster ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsCluster
Required.
-
#aws_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
#aws_cluster ⇒ ::Google::Cloud::GkeMultiCloud::V1::AwsCluster
Returns Required. The specification of the AwsCluster to create.
53 54 55 56 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 53 class CreateAwsClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#aws_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
AwsCluster resource name
formatted as
projects/<project-id>/locations/<region>/awsClusters/<cluster-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
53 54 55 56 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 53 class CreateAwsClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location where this AwsCluster 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.
53 54 55 56 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 53 class CreateAwsClusterRequest 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.
53 54 55 56 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 53 class CreateAwsClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |