UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

16 lines (13 loc) 422 B
import { DedicatedStorageDiskTypeEnum } from './DedicatedStorageDiskTypeEnum.js'; type DedicatedNashaStorage = { canCreatePartition?: boolean; customName?: string | null; datacenter?: string | null; diskType?: DedicatedStorageDiskTypeEnum; ip?: string | null; monitored?: boolean; serviceName?: string; zpoolCapacity?: number; zpoolSize?: number; }; export { DedicatedNashaStorage };