Interface AstraPCUGroupTypeDetailsDescriptor

interface AstraPCUGroupTypeDetailsDescriptor {
    diskCache?: string;
    memory?: string;
    vCPU?: number;
}

Properties

diskCache?: string
memory?: string
vCPU?: number