import { SetEnqueueLoadBalancerPowerOffResult } from "./SetEnqueueLoadBalancerPowerOffResult";
/** PlannedChangePrivateCloudWindowsLicenseDeletionResponse */
export interface PlannedChangePrivateCloudWindowsLicenseDeletionResponse {
    /** PlannedChangePrivateCloudWindowsLicenseDeletionResult */
    PlannedChangePrivateCloudWindowsLicenseDeletionResult?: SetEnqueueLoadBalancerPowerOffResult;
}
