Class: Google::Cloud::BareMetalSolution::V2::UpdateInstanceRequest

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

Overview

Message requesting to updating a server.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::Google::Cloud::BareMetalSolution::V2::Instance

Returns Required. The server to update.

The name field is used to identify the instance to update. Format: projects/{project}/locations/{location}/instances/{instance}.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 200

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

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to update. The currently supported fields are: labels hyperthreading_enabled os_image.

Returns:



200
201
202
203
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 200

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