/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $IpRelation = {
    properties: {
        servers: {
            type: 'ServerinIp',
        },
        loadbalancers: {
            type: 'LoadbalancerinIp',
        },
    },
};