Class: Google::Cloud::GkeMultiCloud::V1::CreateAwsNodePoolRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb

Overview

Response message for AwsClusters.CreateAwsNodePool method.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_node_pool::Google::Cloud::GkeMultiCloud::V1::AwsNodePool

Returns Required. The specification of the AwsNodePool to create.

Returns:



236
237
238
239
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 236

class CreateAwsNodePoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#aws_node_pool_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 AwsNodePool resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>.

Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Returns:

  • (::String)

    Required. A client provided ID the resource. Must be unique within the parent resource.

    The provided ID will be part of the AwsNodePool resource name formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<node-pool-id>.

    Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.



236
237
238
239
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 236

class CreateAwsNodePoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The AwsCluster resource where this node pool will be created.

AwsCluster names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.

See Resource Names for more details on Google Cloud resource names.

Returns:

  • (::String)

    Required. The AwsCluster resource where this node pool will be created.

    AwsCluster names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.

    See Resource Names for more details on Google Cloud resource names.



236
237
238
239
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 236

class CreateAwsNodePoolRequest
  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 node pool.

Returns:

  • (::Boolean)

    If set, only validate the request, but do not actually create the node pool.



236
237
238
239
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 236

class CreateAwsNodePoolRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end