Class UpdateInstanceRequest (1.1.2)

UpdateInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message requesting to updating a server.

Attributes

NameDescription
instance google.cloud.bare_metal_solution_v2.types.Instance
Required. The server to update. The ``name`` field is used to identify the instance to update. Format: projects/{project}/locations/{location}/instances/{instance}
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to update. The currently supported fields are: ``labels`` ``hyperthreading_enabled`` ``os_image``

Inheritance

builtins.object > proto.message.Message > UpdateInstanceRequest