@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines • 585 B
TypeScript
/** Information on virtual machine protected by Zerto */
export interface ZertoProtectedVm {
/** Start of the backup for the requested period */
fromDate: string;
/** Name of the site in which the VM is running */
protectedSite: string;
/** Name of the site where the VM is backed up */
recoverySite: string;
/** ID of the protected VM */
vmId: string;
/** Name of the protected VM */
vmName: string;
/** Name of the virtual protection group in which the VM is located */
vpgName: string;
}
//# sourceMappingURL=ZertoProtectedVm.d.ts.map