export declare type LinkIp = {
    /**
     * You can only attach 1 IPv4 and/or IPv6 to a server
     */
    object_uuid?: string;
};
