@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 438 B
TypeScript
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