Uses of Class
com.oracle.bmc.batch.model.BatchTaskEnvironment.LifecycleState
-
Packages that use BatchTaskEnvironment.LifecycleState Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchTaskEnvironment.LifecycleState in com.oracle.bmc.batch
-
Uses of BatchTaskEnvironment.LifecycleState in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskEnvironment.LifecycleState Modifier and Type Method Description static BatchTaskEnvironment.LifecycleStateBatchTaskEnvironment.LifecycleState. create(String key)BatchTaskEnvironment.LifecycleStateBatchTaskEnvironment. getLifecycleState()The current state of the batch task environment.BatchTaskEnvironment.LifecycleStateBatchTaskEnvironmentSummary. getLifecycleState()The current state of the batch task environment.static BatchTaskEnvironment.LifecycleStateBatchTaskEnvironment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchTaskEnvironment.LifecycleState[]BatchTaskEnvironment.LifecycleState. 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 BatchTaskEnvironment.LifecycleState Modifier and Type Method Description BatchTaskEnvironment.BuilderBatchTaskEnvironment.Builder. lifecycleState(BatchTaskEnvironment.LifecycleState lifecycleState)The current state of the batch task environment.BatchTaskEnvironmentSummary.BuilderBatchTaskEnvironmentSummary.Builder. lifecycleState(BatchTaskEnvironment.LifecycleState lifecycleState)The current state of the batch task environment.Constructors in com.oracle.bmc.batch.model with parameters of type BatchTaskEnvironment.LifecycleState 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.BatchTaskEnvironmentSummary(String id, String compartmentId, String displayName, String description, String imageUrl, SecurityContext securityContext, String workingDirectory, BatchTaskEnvironment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of BatchTaskEnvironment.LifecycleState in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchTaskEnvironment.LifecycleState Modifier and Type Method Description BatchTaskEnvironment.LifecycleStateListBatchTaskEnvironmentsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.batch.requests with parameters of type BatchTaskEnvironment.LifecycleState Modifier and Type Method Description ListBatchTaskEnvironmentsRequest.BuilderListBatchTaskEnvironmentsRequest.Builder. lifecycleState(BatchTaskEnvironment.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-