Network Load Balancer API, gRPC: TargetGroupService.Create
Creates a target group in the specified folder and adds the specified targets to it.
gRPC request
rpc Create (CreateTargetGroupRequest) returns (operation.Operation)
CreateTargetGroupRequest
{
"folderId": "string",
"name": "string",
"description": "string",
"labels": "string",
"regionId": "string",
"targets": [
{
"subnetId": "string",
"address": "string"
}
]
}
Field |
Description |
folderId |
string Required field. ID of the folder to list target groups in. |
name |
string Name of the target group. |
description |
string Description of the target group. |
labels |
string Resource labels as |
regionId |
string ID of the availability zone where the target group resides. |
targets[] |
List of targets within the target group. |
Target
A Target resource. For more information, see Target groups and resources.
Field |
Description |
subnetId |
string ID of the subnet that targets are connected to. |
address |
string IP address of the target. |
operation.Operation
{
"id": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"createdBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"targetGroupId": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"regionId": "string",
"targets": [
{
"subnetId": "string",
"address": "string"
}
]
}
// 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. |
CreateTargetGroupMetadata
Field |
Description |
targetGroupId |
string ID of the target group that is being created. |
TargetGroup
A TargetGroup resource. For more information, see Target groups and resources.
Field |
Description |
id |
string Output only. ID of the target group. |
folderId |
string ID of the folder that the target group belongs to. |
createdAt |
Output only. Creation timestamp in RFC3339 |
name |
string Name of the target group. |
description |
string Description of the target group. 0-256 characters long. |
labels |
string Resource labels as |
regionId |
string ID of the region where the target group resides. |
targets[] |
A list of targets in the target group. |
Target
A Target resource. For more information, see Target groups and resources.
Field |
Description |
subnetId |
string ID of the subnet that targets are connected to. |
address |
string IP address of the target. |