UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 232 B
import { Ip } from '../../../Ip'; /** LoadBalancerFloatingIp */ export interface FloatingIp { /** ID of the resource */ id: string; /** IP Address of the resource */ ip: Ip; } //# sourceMappingURL=FloatingIp.d.ts.map