/** Dedicated server interfaces allowed for this vRack */
export interface EligibleDedicatedServerInterfaces {
    /** The name of the dedicatedServer */
    dedicatedServer: string;
    /** The unique identifier of the dedicatedServerInterface */
    dedicatedServerInterface: string;
    /** The name of the dedicatedServerInterface */
    name: string;
}
//# sourceMappingURL=EligibleDedicatedServerInterfaces.d.ts.map