UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 298 B
import { Ip } from '../Ip'; /** Aims to help you configure needed transparent interfaces */ export interface VrackTransparentGateways { /** address */ address: Ip; /** gateway */ gateway: Ip; /** vlan */ vlan: number; } //# sourceMappingURL=VrackTransparentGateways.d.ts.map