import { Ipv4 } from '../Ipv4';
import { CarrierSipClusterZoneRegionEnum } from './CarrierSipClusterZoneRegionEnum';
/** The information about a carrier sip cluster zone */
export interface CarrierSipClusterZone {
    /** The list of media (RTP) ips of this zone */
    mediaIps: Ipv4[];
    /** The region of the cluster (rbx, sbg,...) */
    region: CarrierSipClusterZoneRegionEnum;
}
//# sourceMappingURL=CarrierSipClusterZone.d.ts.map