UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 375 B
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