UpdatePrivateLinkEndpointRequestBody
September 3, 2026 ยท View on GitHub
Example Usage
import { UpdatePrivateLinkEndpointRequestBody } from "@vercel/sdk/models/updateprivatelinkendpointop.js";
let value: UpdatePrivateLinkEndpointRequestBody = {
name: "payments-db",
enablePrivateDns: false,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name | string | :heavy_minus_sign: | A new name for the PrivateLink endpoint. When omitted, the current name is kept. | payments-db |
enablePrivateDns | boolean | :heavy_minus_sign: | When true, resolves the endpoint service through its private DNS names, which are then returned in privateDnsNames. When false, clears them. When omitted, the current setting is kept. At least one of name or enablePrivateDns must be provided. | false |