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