Uses of Class
com.suse.coco.module.snpguest.model.EpycGeneration
-
Packages that use EpycGeneration Package Description com.suse.coco.module.snpguest.execution com.suse.coco.module.snpguest.model -
-
Uses of EpycGeneration in com.suse.coco.module.snpguest.execution
Methods in com.suse.coco.module.snpguest.execution with parameters of type EpycGeneration Modifier and Type Method Description ProcessOutputSNPGuestWrapper. fetchVCEK(EpycGeneration generation, java.nio.file.Path certsDir, java.nio.file.Path report)Fetch the VCEK from the KDS. -
Uses of EpycGeneration in com.suse.coco.module.snpguest.model
Fields in com.suse.coco.module.snpguest.model declared as EpycGeneration Modifier and Type Field Description private EpycGenerationAttestationReport. cpuGenerationMethods in com.suse.coco.module.snpguest.model that return EpycGeneration Modifier and Type Method Description EpycGenerationAttestationReport. getCpuGeneration()static EpycGenerationEpycGeneration. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EpycGeneration[]EpycGeneration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.suse.coco.module.snpguest.model with parameters of type EpycGeneration Modifier and Type Method Description voidAttestationReport. setCpuGeneration(EpycGeneration generationIn)
-