types
PrivateEndpoint
Status
Status of the private endpoint.
STATUS_UNSPECIFIEDStatus of the private endpoint.
PENDINGPrivate endpoint is still creating / updating.
AVAILABLEPrivate endpoint is available.
DELETINGPrivate endpoint is deleting.
ObjectStorage
Yandex Cloud Object Storage.
DnsOptions
privateDnsRecordsEnabled : bool
If enabled - vpc will create private dns records for specified service.
EndpointAddress
Private endpoint ip address details.
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.
id : string
ID of the private endpoint. Generated at creation time.
folderId : string
ID of the folder that the private endpoint belongs to.
createdAt : google.protobuf.Timestamp
Creation timestamp.
name : string
Name of the private endpoint.
The name is unique within the folder.
Value must match the regular expression
\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?.
description : string
Description of the private endpoint. 0-256 characters long.
labels : string
Private endpoint labels as key:value pairs.
No more than 64 per resource.
The maximum string length in characters for each value is 63.
Each value must match the regular expression [-_0-9a-z]*.
The string length in characters for each key must be 1-63.
Each key must match the regular expression [a-z][-_0-9a-z]*.
networkId : string
ID of the network that the private endpoint belongs to.
status : Status
Status of the private endpoint.
address : EndpointAddress
Private endpoint ip address details.
dnsOptions : DnsOptions
Private endpoint dns options.
One of service
Service to connect with via private endpoint.
objectStorage: ObjectStorageYandex Cloud Object Storage.