UNPKG

@gridscale/api

Version:
10 lines (9 loc) 324 B
import { LoadbalancerinIp } from './LoadbalancerinIp'; import { ServerinIp } from './ServerinIp'; /** * The information about other object which are related to this IP. the object could be servers and/or loadbalancer */ export declare type IpRelation = { servers?: ServerinIp; loadbalancers?: LoadbalancerinIp; };