Class: Google::Cloud::GkeMultiCloud::V1::CreateAzureClusterRequest

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

Overview

Request message for AzureClusters.CreateAzureCluster method.

Instance Attribute Summary collapse

Instance Attribute Details

#azure_cluster::Google::Cloud::GkeMultiCloud::V1::AzureCluster

Returns Required. The specification of the AzureCluster to create.

Returns:



53
54
55
56
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 53

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

#azure_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 AzureCluster resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-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 AzureCluster resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<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/azure_service.rb', line 53

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

#parent::String

Returns Required. The parent location where this AzureCluster 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.

Returns:

  • (::String)

    Required. The parent location where this AzureCluster 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/azure_service.rb', line 53

class CreateAzureClusterRequest
  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.

Returns:

  • (::Boolean)

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



53
54
55
56
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 53

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