Virtual Private Cloud API, gRPC: PrivateEndpointService.Get
Returns the specified Private Endpoint resource.
To get the list of all available PrivateEndpoint resources, make a List
request.
gRPC request
rpc Get (GetPrivateEndpointRequest) returns (PrivateEndpoint)
GetPrivateEndpointRequest
{
"private_endpoint_id": "string"
}
Field |
Description |
private_endpoint_id |
string Required field. ID of the PrivateEndpoint resource to return. To get PrivateEndpoint resource ID make a PrivateEndpointService.List |
PrivateEndpoint
{
"id": "string",
"folder_id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"network_id": "string",
"status": "Status",
"address": {
"subnet_id": "string",
"address": "string",
"address_id": "string"
},
"dns_options": {
"private_dns_records_enabled": "bool"
},
// Includes only one of the fields `object_storage`
"object_storage": "ObjectStorage"
// end of the list of possible fields
}
Field |
Description |
id |
string ID of the private endpoint. Generated at creation time. |
folder_id |
string ID of the folder that the private endpoint belongs to. |
created_at |
Creation timestamp. |
name |
string Name of the private endpoint. |
description |
string Description of the private endpoint. 0-256 characters long. |
labels |
object (map<string, string>) Private endpoint labels as |
network_id |
string ID of the network that the private endpoint belongs to. |
status |
enum Status Status of the private endpoint.
|
address |
Private endpoint ip address details. |
dns_options |
Private endpoint dns options. |
object_storage |
Yandex Cloud Object Storage. Includes only one of the fields Service to connect with via private endpoint. |
EndpointAddress
Private endpoint ip address details.
Field |
Description |
subnet_id |
string ID of the subnet that the private endpoint address belongs to. |
address |
string IP address of the private endpoint. |
address_id |
string ID of the private endpoint address. |
DnsOptions
Field |
Description |
private_dns_records_enabled |
bool If enabled - vpc will create private dns records for specified service. |
ObjectStorage
Yandex Cloud Object Storage.
Field |
Description |
Empty |