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