TargetGroup
A set of methods for managing TargetGroup resources.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"regionId": "string",
"targets": [
{
"subnetId": "string",
"address": "string"
}
]
}
Field | Description |
---|---|
id | string Output only. ID of the target group. |
folderId | string ID of the folder that the target group belongs to. |
createdAt | string (date-time) Output only. Creation timestamp in RFC3339 text format. String in RFC3339 text format. |
name | string Name of the target group. The name is unique within the folder. 3-63 characters long. |
description | string Description of the target group. 0-256 characters long. |
labels | object Resource labels as |
regionId | string ID of the region where the target group resides. |
targets[] | object A Target resource. For more information, see Target groups and resources. |
targets[]. subnetId |
string ID of the subnet that targets are connected to. All targets in the target group must be connected to the same subnet within a single availability zone. The maximum string length in characters is 50. |
targets[]. address |
string IP address of the target. |
Methods
Method | Description |
---|---|
addTargets | Adds targets to the target group. |
create | Creates a target group in the specified folder and adds the specified targets to it. |
delete | Deletes the specified target group. |
get | Returns the specified TargetGroup resource. |
list | Retrieves the list of TargetGroup resources in the specified folder. |
listOperations | Lists operations for the specified target group. |
removeTargets | Removes targets from the target group. |
update | Updates the specified target group. |