/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

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