Uses of Class
com.oracle.bmc.batch.model.CpuArchitectureTaskProfileExtendedInformation.Architecture
-
Packages that use CpuArchitectureTaskProfileExtendedInformation.Architecture Package Description com.oracle.bmc.batch.model -
-
Uses of CpuArchitectureTaskProfileExtendedInformation.Architecture in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return CpuArchitectureTaskProfileExtendedInformation.Architecture Modifier and Type Method Description static CpuArchitectureTaskProfileExtendedInformation.ArchitectureCpuArchitectureTaskProfileExtendedInformation.Architecture. create(String key)CpuArchitectureTaskProfileExtendedInformation.ArchitectureCpuArchitectureTaskProfileExtendedInformation. getArchitecture()Type of CPU architecture.static CpuArchitectureTaskProfileExtendedInformation.ArchitectureCpuArchitectureTaskProfileExtendedInformation.Architecture. valueOf(String name)Returns the enum constant of this type with the specified name.static CpuArchitectureTaskProfileExtendedInformation.Architecture[]CpuArchitectureTaskProfileExtendedInformation.Architecture. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.batch.model with parameters of type CpuArchitectureTaskProfileExtendedInformation.Architecture Modifier and Type Method Description CpuArchitectureTaskProfileExtendedInformation.BuilderCpuArchitectureTaskProfileExtendedInformation.Builder. architecture(CpuArchitectureTaskProfileExtendedInformation.Architecture architecture)Type of CPU architecture.Constructors in com.oracle.bmc.batch.model with parameters of type CpuArchitectureTaskProfileExtendedInformation.Architecture Constructor Description CpuArchitectureTaskProfileExtendedInformation(CpuArchitectureTaskProfileExtendedInformation.Architecture architecture)Deprecated.
-