Class: Google::Cloud::BareMetalSolution::V2::UpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::UpdateInstanceRequest
- 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 ⇒ ::Google::Cloud::BareMetalSolution::V2::Instance
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
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}.
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
.
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 |