@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 321 B
TypeScript
/** Zerto VRA resource details */
export interface ZertoVrasResource {
/** Number of CPUs of VRA VM */
cpu: number;
/** Memory of VRA vm in GB */
memory: number;
/** ID of the Vra */
vmId: number;
/** Name of the VRA VM */
vraName: string;
}
//# sourceMappingURL=ZertoVrasResource.d.ts.map