node-ovh-ts
Version:
OVH API wrapper library for TypeScript
18 lines (16 loc) • 491 B
TypeScript
type IpLoadbalancingFrontendTcpFrontendTcp = {
allowedSource?: string[] | null;
dedicatedIpfo?: string[] | null;
defaultFarmId?: number | null;
defaultSslId?: number | null;
deniedSource?: string[] | null;
disabled?: boolean;
displayName?: string | null;
frontendId?: number;
port?: string;
ssl?: boolean;
vrackNetworkId?: number | null;
vrackVrouterId?: number | null;
zone?: string;
};
export { IpLoadbalancingFrontendTcpFrontendTcp };