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
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
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
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
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 |