import { CarrierSipClusterZone } from './CarrierSipClusterZone';
/** The information about the Carrier SIP cluster attached to your service */
export interface CarrierSipClusterInfo {
    /** The name of the cluster */
    name: string;
    /** The availability zones of the cluster */
    zones: CarrierSipClusterZone[];
}
//# sourceMappingURL=CarrierSipClusterInfo.d.ts.map