import { SetEnqueueLoadBalancerPowerOffResult } from "./SetEnqueueLoadBalancerPowerOffResult";
/** SetRemoveIpAddressResponse */
export interface SetRemoveIpAddressResponse {
    /** SetRemoveIpAddressResult */
    SetRemoveIpAddressResult?: SetEnqueueLoadBalancerPowerOffResult;
}
