Ips
April 28, 2025 ยท View on GitHub
Example Usage
import { Ips } from "@vercel/sdk/models/putfirewallconfigop.js";
let value: Ips = {
hostname: "hairy-management.info",
ip: "52ac:b0fc:edae:e66a:5ebc:cc99:d4e8:35ab",
action: "log",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_minus_sign: | 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.PutFirewallConfigSecurityRequestRequestBodyIpsAction | :heavy_check_mark: | N/A |