@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 703 B
TypeScript
/** Rules to create a new description of a private network in the vRack */
export interface VrackNetworkCreationRules {
/** Minimum number of IPs needed to forward requests to your servers using NAT in your private network behind the current Load Balancer. Ip Block given on Load Balancer vRack network must contain at least this number of IP. */
minNatIps: number;
/** Number of remaining private network descriptions available for creation for this Load Balancer */
remainingNetworks: number;
/** Name of the vRack on which the current Load Balancer is attached to, as it is named on vRack product */
vrackName: string;
}
//# sourceMappingURL=VrackNetworkCreationRules.d.ts.map