@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 393 B
TypeScript
import { ResourceMetadata } from '../iam/ResourceMetadata';
/** vrack */
export interface VrackWithIAM {
/** Description of the vRack */
description: string;
/** IAM resource metadata */
iam?: ResourceMetadata;
/** Name of the vRack */
name: string;
/** Service name of your vRack on OVHcloud */
serviceName: string;
}
//# sourceMappingURL=VrackWithIAM.d.ts.map