Class: Google::Cloud::GkeMultiCloud::V1::CreateAzureClientRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::CreateAzureClientRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb
Overview
Request message for AzureClusters.CreateAzureClient
method.
Instance Attribute Summary collapse
-
#azure_client ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureClient
Required.
-
#azure_client_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but do not actually create the client.
Instance Attribute Details
#azure_client ⇒ ::Google::Cloud::GkeMultiCloud::V1::AzureClient
Returns Required. The specification of the AzureClient to create.
434 435 436 437 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 434 class CreateAzureClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#azure_client_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
AzureClient resource name
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
Valid characters are /[a-z][0-9]-/
. Cannot be longer than 63 characters.
434 435 436 437 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 434 class CreateAzureClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location where this AzureClient 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.
434 435 436 437 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 434 class CreateAzureClientRequest 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 client.
434 435 436 437 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 434 class CreateAzureClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |