UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

21 lines (18 loc) 585 B
import { IpLoadbalancingProxyTypeEnum } from './IpLoadbalancingProxyTypeEnum.js'; type IpLoadbalancingFrontendFrontend = { allowedSource?: string[] | null; dedicatedIpfo?: string[] | null; defaultBackendId?: number | null; defaultSslId?: number | null; deniedSource?: string[] | null; disabled?: boolean; hsts?: boolean; httpHeader?: string[] | null; id?: number; port?: string; redirectLocation?: string | null; ssl?: boolean; type?: IpLoadbalancingProxyTypeEnum; zone?: string; }; export { IpLoadbalancingFrontendFrontend };