UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 234 B
import { Ipv4Block } from '../../../Ipv4Block'; /** Structure describing NVMeoF cluster ACLs */ export interface Management { /** Cluster management clients */ networks?: Ipv4Block[]; } //# sourceMappingURL=Management.d.ts.map