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

export type ServerinIp = Array<{
    /**
     * Defines the date and time the object was initially created.
     */
    create_time?: string,
    /**
     * The UUID of the server.
     */
    server_uuid?: string,
    /**
     * The human-readable name of the object. It supports the full UTF-8 character set, with a maximum of 64 characters.
     */
    server_name?: string,
}>;