Compute Cloud API, gRPC: HostGroupService.UpdateHost
Update host
gRPC request
rpc UpdateHost (UpdateHostGroupHostRequest) returns (operation.Operation)
UpdateHostGroupHostRequest
{
"hostGroupId": "string",
"hostId": "string",
"updateMask": "google.protobuf.FieldMask",
"deadlineAt": "google.protobuf.Timestamp"
}
Field |
Description |
hostGroupId |
string Required field. ID of the host group to update. |
hostId |
string Required field. ID of the host to update. |
updateMask |
Field mask that specifies which fields of the Host are going to be updated. |
deadlineAt |
The date and time when this host will be automatically freed of instances. |
operation.Operation
{
"id": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"createdBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"hostGroupId": "string",
"hostId": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"status": "Status",
"serverId": "string",
"replacement": {
"hostId": "string",
"deadlineAt": "google.protobuf.Timestamp"
}
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
Creation timestamp. |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
UpdateHostGroupHostMetadata
Field |
Description |
hostGroupId |
string ID of the host group that is being updated. |
hostId |
string ID of the host that is being updated. |
Host
Represents a dedicated host
Field |
Description |
id |
string ID of the host. |
status |
enum Status Current status of the host. New instances are unable to start on host in DOWN status.
|
serverId |
string ID of the physical server that the host belongs to. |
replacement |
Set temporarily if maintenance is planned for this host, and a new host was provided as a replacement. |
Replacement
Field |
Description |
hostId |
string ID of the host which replaces this one. |
deadlineAt |
The date and time when this host will be automatically freed of instances. |