UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 402 B
import { ResourceMetadata } from '../iam/ResourceMetadata'; import { UniverseEnum } from './UniverseEnum'; /** Vip Service */ export interface SupportVipWithIAM { /** IAM resource metadata */ iam?: ResourceMetadata; /** Name of the VIP offer */ serviceName: string; /** VIP universes of this service */ universe: UniverseEnum[]; } //# sourceMappingURL=SupportVipWithIAM.d.ts.map