/** A structure giving all dedicated server interfaces allowed for this vrack */
export interface AllowedDedicatedServerInterfaces {
    /** the name of dedicatedServer */
    dedicatedServer: string;
    /** the unique identifier of dedicatedServerInterface */
    dedicatedServerInterface: string;
    /** the name of dedicatedServerInterface */
    name: string;
}
//# sourceMappingURL=AllowedDedicatedServerInterfaces.d.ts.map