@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
26 lines • 668 B
TypeScript
import { Ipv4 } from '../Ipv4';
import { ResourceMetadata } from '../iam/ResourceMetadata';
/** Anycast IP of a CDN customer */
export interface AnycastWithIAM {
/** */
anycast: Ipv4;
/** */
backendLimit: number;
/** */
backendUse: number;
/** */
cacheRuleLimitPerDomain: number;
/** IAM resource metadata */
iam?: ResourceMetadata;
/** */
lastQuotaOrder?: string;
/** URL for downloading daily log of your CDN */
logUrl: string;
/** */
offer?: string;
/** */
quota: number;
/** The internal name of your CDN offer */
service: string;
}
//# sourceMappingURL=AnycastWithIAM.d.ts.map