import { GetNetworkAdapterConfigurationResult } from "./GetNetworkAdapterConfigurationResult";
/** GetNetworkAdapterConfigurationResponse */
export interface GetNetworkAdapterConfigurationResponse {
    /** GetNetworkAdapterConfigurationResult */
    GetNetworkAdapterConfigurationResult?: GetNetworkAdapterConfigurationResult;
}
