import { ServerDetails } from "./ServerDetails";
/**
 * Value
 * @targetNSAlias `q74`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities`
 */
export interface Value62 {
    /** xs:int */
    DataCenterID?: number;
    /** xs:int */
    JobId?: number;
    /** Server */
    Server?: ServerDetails;
}
