Class: Google::Cloud::GkeMultiCloud::V1::CreateAzureNodePoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::CreateAzureNodePoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb
Overview
Response message for AzureClusters.CreateAzureNodePool
method.
Instance Attribute Summary collapse
-
#azure_node_pool ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool
Required.
-
#azure_node_pool_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but do not actually create the node pool.
Instance Attribute Details
#azure_node_pool ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureNodePool
Returns Required. The specification of the AzureNodePool to create.
226 227 228 229 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 226 class CreateAzureNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#azure_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
AzureNodePool resource name
formatted as
projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
226 227 228 229 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 226 class CreateAzureNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The AzureCluster resource where this node pool will be created.
AzureCluster
names are formatted as
projects/<project-id>/locations/<region>/azureClusters/<cluster-id>
.
See Resource Names for more details on Google Cloud resource names.
226 227 228 229 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 226 class CreateAzureNodePoolRequest 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.
226 227 228 229 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 226 class CreateAzureNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |