Uses of Class
com.oracle.bmc.batch.model.BatchTaskEnvironmentVolume
-
Packages that use BatchTaskEnvironmentVolume Package Description com.oracle.bmc.batch.model -
-
Uses of BatchTaskEnvironmentVolume in com.oracle.bmc.batch.model
Subclasses of BatchTaskEnvironmentVolume in com.oracle.bmc.batch.model Modifier and Type Class Description classNfsVolumeA description of a NFS type of batch task environment volume.Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchTaskEnvironmentVolume Modifier and Type Method Description List<BatchTaskEnvironmentVolume>BatchTaskEnvironment. getVolumes()List of volumes attached to the image.List<BatchTaskEnvironmentVolume>CreateBatchTaskEnvironmentDetails. getVolumes()List of volumes attached to the image.Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskEnvironmentVolume Modifier and Type Method Description BatchTaskEnvironment.BuilderBatchTaskEnvironment.Builder. volumes(List<BatchTaskEnvironmentVolume> volumes)List of volumes attached to the image.CreateBatchTaskEnvironmentDetails.BuilderCreateBatchTaskEnvironmentDetails.Builder. volumes(List<BatchTaskEnvironmentVolume> volumes)List of volumes attached to the image.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskEnvironmentVolume Constructor Description BatchTaskEnvironment(String id, String compartmentId, String displayName, String description, String imageUrl, SecurityContext securityContext, String workingDirectory, List<BatchTaskEnvironmentVolume> volumes, BatchTaskEnvironment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.CreateBatchTaskEnvironmentDetails(String compartmentId, String displayName, String description, String imageUrl, SecurityContext securityContext, String workingDirectory, List<BatchTaskEnvironmentVolume> volumes, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-