/** UDP Farm */
export interface BackendUdp {
    /** Human readable name for your backend, this field is for you */
    displayName?: string;
    /** Id of your farm */
    farmId: number;
    /** Port attached to your farm. Inherited from frontend if null */
    port: number;
    /** Internal Load Balancer identifier of the vRack private network attached to your farm, mandatory when your Load Balancer is attached to a vRack */
    vrackNetworkId?: number;
    /** Zone of you farm */
    zone: string;
}
//# sourceMappingURL=BackendUdp.d.ts.map