UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 230 B
import { StateEnum } from './option/StateEnum'; /** NSX-T Edge resilience test status */ export interface NsxtEdgeResilience { /** State of the option */ state: StateEnum; } //# sourceMappingURL=NsxtEdgeResilience.d.ts.map