aruba-admin
Version:
A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.
7 lines (6 loc) • 398 B
TypeScript
import { SetEnqueueLoadBalancerPowerOffResult } from "./SetEnqueueLoadBalancerPowerOffResult";
/** PlannedChangePrivateCloudWindowsLicenseDeletionResponse */
export interface PlannedChangePrivateCloudWindowsLicenseDeletionResponse {
/** PlannedChangePrivateCloudWindowsLicenseDeletionResult */
PlannedChangePrivateCloudWindowsLicenseDeletionResult?: SetEnqueueLoadBalancerPowerOffResult;
}