UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 355 B
import { StateEnum } from './option/StateEnum'; /** VMware Hybrid Cloud Extension option */ export interface Hcx { /** Build of the VMware Hybrid Cloud Extension */ build?: string; /** State of the option */ state: StateEnum; /** Version of the VMware Hybrid Cloud Extension */ version?: string; } //# sourceMappingURL=Hcx.d.ts.map