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
{
"privateEndpointId": "string"
}
Field |
Description |
privateEndpointId |
string Required field. ID of the PrivateEndpoint resource to return. To get PrivateEndpoint resource ID make a PrivateEndpointService.List |
PrivateEndpoint
{
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"networkId": "string",
"status": "Status",
"address": {
"subnetId": "string",
"address": "string",
"addressId": "string"
},
"dnsOptions": {
"privateDnsRecordsEnabled": "bool"
},
// Includes only one of the fields `objectStorage`
"objectStorage": "ObjectStorage"
// end of the list of possible fields
}
Field |
Description |
id |
string ID of the private endpoint. Generated at creation time. |
folderId |
string ID of the folder that the private endpoint belongs to. |
createdAt |
Creation timestamp. |
name |
string Name of the private endpoint. |
description |
string Description of the private endpoint. 0-256 characters long. |
labels |
string Private endpoint labels as |
networkId |
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. |
dnsOptions |
Private endpoint dns options. |
objectStorage |
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 |
subnetId |
string ID of the subnet that the private endpoint address belongs to. |
address |
string IP address of the private endpoint. |
addressId |
string ID of the private endpoint address. |
DnsOptions
Field |
Description |
privateDnsRecordsEnabled |
bool If enabled - vpc will create private dns records for specified service. |
ObjectStorage
Yandex Cloud Object Storage.
Field |
Description |
Empty |