UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 234 B
import { StateEnum } from './option/StateEnum'; /** VMware NSX-V option */ export interface Nsx { /** State of the option */ state: StateEnum; /** Url of the NSX API */ url?: string; } //# sourceMappingURL=Nsx.d.ts.map