UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

18 lines (15 loc) 951 B
import { ServicesExpandedTechnicalBaremetalServerServerServicesSecureComputingTechnologyEnum } from './ServicesExpandedTechnicalBaremetalServerServerServicesSecureComputingTechnologyEnum.js'; import { ServicesExpandedTechnicalBaremetalServerServerServicesSupportLevelEnum } from './ServicesExpandedTechnicalBaremetalServerServerServicesSupportLevelEnum.js'; type ServicesExpandedTechnicalBaremetalServerServerServices = { antiddos?: string; includedBackup?: number; ipmiAvailable?: boolean; ipv4RangeIncluded?: string | null; ipv6RangeIncluded?: string | null; kvmipAvailable?: boolean; olaAvailable?: boolean; secureComputingTechnology?: ServicesExpandedTechnicalBaremetalServerServerServicesSecureComputingTechnologyEnum | null; sla?: number; supportLevel?: ServicesExpandedTechnicalBaremetalServerServerServicesSupportLevelEnum | null; }; export { ServicesExpandedTechnicalBaremetalServerServerServices };