PutFirewallConfigIps
June 9, 2026 ยท View on GitHub
Example Usage
import { PutFirewallConfigIps } from "@vercel/sdk/models/putfirewallconfigop.js";
let value: PutFirewallConfigIps = {
id: "<id>",
hostname: "important-phrase.org",
ip: "38.85.164.59",
action: "log",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | N/A |
hostname | string | :heavy_check_mark: | N/A |
ip | string | :heavy_check_mark: | N/A |
notes | string | :heavy_minus_sign: | N/A |
action | models.PutFirewallConfigSecurityResponseAction | :heavy_check_mark: | N/A |