/** FixedIp */
export interface FixedIp {
    /** Ip */
    ip: string;
    /** Subnetwork Id */
    subnetId: string;
}
//# sourceMappingURL=FixedIp.d.ts.map