/** GetNetworkAdapterConfiguration */
export interface GetNetworkAdapterConfiguration {
    /** xs:int */
    serverID?: number;
    /** xs:string */
    networkAdapter?: string;
}
