BareMetal API, gRPC: PublicPrefixPoolService.Get
Returns the specified public prefix pool.
gRPC request
rpc Get (GetPublicPrefixPoolRequest) returns (PublicPrefixPool)
GetPublicPrefixPoolRequest
{
"public_prefix_pool_id": "string"
}
|
Field |
Description |
|
public_prefix_pool_id |
string ID of the Public prefix pool resource to return. The maximum string length in characters is 20. Value must match the regular expression |
PublicPrefixPool
{
"id": "string",
"cloud_id": "string",
"folder_id": "string",
"name": "string",
"description": "string",
"cidr": "string",
"min_available_prefix": "google.protobuf.Int64Value",
"created_at": "google.protobuf.Timestamp",
"labels": "map<string, string>"
}
|
Field |
Description |
|
id |
string ID of the public prefix pool. |
|
cloud_id |
string ID of the cloud that the public prefix pool belongs to. |
|
folder_id |
string ID of the folder that the public prefix pool belongs to. |
|
name |
string Name of the public prefix pool. |
|
description |
string Description of the public prefix pool. |
|
cidr |
string CIDR block of the public prefix pool. |
|
min_available_prefix |
Minimal prefix that could be used for subnet creation |
|
created_at |
Creation timestamp. |
|
labels |
object (map<string, string>) Resource labels as |