Uses of Class
com.oracle.bmc.batch.model.CreateBatchTaskProfileExtendedInformationDetails
-
Packages that use CreateBatchTaskProfileExtendedInformationDetails Package Description com.oracle.bmc.batch.model -
-
Uses of CreateBatchTaskProfileExtendedInformationDetails in com.oracle.bmc.batch.model
Subclasses of CreateBatchTaskProfileExtendedInformationDetails in com.oracle.bmc.batch.model Modifier and Type Class Description classCreateCpuArchitectureTaskProfileExtendedInformationDetailsExtended information about CPU architecture for the task profile.classCreateCpuShapeTaskProfileExtendedInformationDetailsExtended information for the CPU-specific task profile.classCreateGpuShapeTaskProfileExtendedInformationDetailsExtended information for the GPU-specific task profile.Methods in com.oracle.bmc.batch.model that return CreateBatchTaskProfileExtendedInformationDetails Modifier and Type Method Description CreateBatchTaskProfileExtendedInformationDetailsCreateBatchTaskProfileDetails. getExtendedInformation()Methods in com.oracle.bmc.batch.model with parameters of type CreateBatchTaskProfileExtendedInformationDetails Modifier and Type Method Description CreateBatchTaskProfileDetails.BuilderCreateBatchTaskProfileDetails.Builder. extendedInformation(CreateBatchTaskProfileExtendedInformationDetails extendedInformation)Constructors in com.oracle.bmc.batch.model with parameters of type CreateBatchTaskProfileExtendedInformationDetails Constructor Description CreateBatchTaskProfileDetails(String compartmentId, String displayName, String description, Integer minOcpus, Integer minMemoryInGBs, Integer minDiskSizeInGBs, CreateBatchTaskProfileExtendedInformationDetails extendedInformation, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-