Class: Google::Cloud::VmwareEngine::V1::UpdateClusterRequest

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

Overview

Request message for VmwareEngine.UpdateCluster

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::Google::Cloud::VmwareEngine::V1::Cluster

Returns Required. The description of the cluster.

Returns:



369
370
371
372
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 369

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

#request_id::String

Returns Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Returns:

  • (::String)

    Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).



369
370
371
372
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 369

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Field mask is used to specify the fields to be overwritten in the Cluster resource by the update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. Field mask is used to specify the fields to be overwritten in the Cluster resource by the update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.



369
370
371
372
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 369

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

#validate_only::Boolean

Returns Optional. True if you want the request to be validated and not executed; false otherwise.

Returns:

  • (::Boolean)

    Optional. True if you want the request to be validated and not executed; false otherwise.



369
370
371
372
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 369

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