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