@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
15 lines • 608 B
TypeScript
import { KmsLicenseIncludingLegacyEnum } from './spla/KmsLicenseIncludingLegacyEnum';
/** A structure describing the licensing of a virtual machine */
export interface VirtualMachineLicensingSummary {
/** Guest Operating System reported by VMware tools */
guestOsFamily?: string;
/** Attached SPLA licensing */
license: KmsLicenseIncludingLegacyEnum;
/** VMware Managed object Reference identifier */
moRef: string;
/** Virtual machine name */
name: string;
/** Virtual machine identifier */
vmId: number;
}
//# sourceMappingURL=VirtualMachineLicensingSummary.d.ts.map