@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 311 B
TypeScript
/** A structure describing a Region where a block can be announced to */
export interface PublicRoutingRegion {
/** Default bandwidth limit for blocks in your vRack (in Mbps) */
defaultBandwidthLimit: number;
/** Region name */
region: string;
}
//# sourceMappingURL=PublicRoutingRegion.d.ts.map