@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 320 B
TypeScript
import { Ipv4 } from '../Ipv4';
import { PctypeEnum } from './PctypeEnum';
/** Prism Central Config */
export interface Prismcentral {
/** Prism Central IPs */
ips: Ipv4[];
/** Prism Central type */
type: PctypeEnum;
/** Prism Central IP */
vip: Ipv4;
}
//# sourceMappingURL=Prismcentral.d.ts.map