Uses of Class
com.oracle.bmc.batch.model.BatchTaskProfileExtendedInformation
-
Packages that use BatchTaskProfileExtendedInformation Package Description com.oracle.bmc.batch.model -
-
Uses of BatchTaskProfileExtendedInformation in com.oracle.bmc.batch.model
Subclasses of BatchTaskProfileExtendedInformation in com.oracle.bmc.batch.model Modifier and Type Class Description classCpuArchitectureTaskProfileExtendedInformationExtended information about CPU architecture for the task profile.classCpuShapeTaskProfileExtendedInformationExtended information for the CPU-specific task profile.classGpuShapeTaskProfileExtendedInformationExtended information for the GPU-specific task profile.Methods in com.oracle.bmc.batch.model that return BatchTaskProfileExtendedInformation Modifier and Type Method Description BatchTaskProfileExtendedInformationBatchTaskProfile. getExtendedInformation()BatchTaskProfileExtendedInformationBatchTaskProfileSummary. getExtendedInformation()Methods in com.oracle.bmc.batch.model with parameters of type BatchTaskProfileExtendedInformation Modifier and Type Method Description BatchTaskProfile.BuilderBatchTaskProfile.Builder. extendedInformation(BatchTaskProfileExtendedInformation extendedInformation)BatchTaskProfileSummary.BuilderBatchTaskProfileSummary.Builder. extendedInformation(BatchTaskProfileExtendedInformation extendedInformation)Constructors in com.oracle.bmc.batch.model with parameters of type BatchTaskProfileExtendedInformation Constructor Description BatchTaskProfile(String id, String compartmentId, String displayName, String description, Integer minOcpus, Integer minMemoryInGBs, Integer minDiskSizeInGBs, BatchTaskProfileExtendedInformation extendedInformation, BatchTaskProfile.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.BatchTaskProfileSummary(String id, String compartmentId, String displayName, String description, Integer minOcpus, Integer minMemoryInGBs, Integer minDiskSizeInGBs, BatchTaskProfileExtendedInformation extendedInformation, BatchTaskProfile.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-