Uses of Class
com.oracle.bmc.batch.model.BatchTaskProfile.LifecycleState
-
Packages that use BatchTaskProfile.LifecycleState Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchTaskProfile.LifecycleState in com.oracle.bmc.batch
-
Uses of BatchTaskProfile.LifecycleState in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskProfile.LifecycleState Modifier and Type Method Description static BatchTaskProfile.LifecycleStateBatchTaskProfile.LifecycleState. create(String key)BatchTaskProfile.LifecycleStateBatchTaskProfile. getLifecycleState()The current state of the batch task profile.BatchTaskProfile.LifecycleStateBatchTaskProfileSummary. getLifecycleState()The current state of the batch task profile.static BatchTaskProfile.LifecycleStateBatchTaskProfile.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchTaskProfile.LifecycleState[]BatchTaskProfile.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 BatchTaskProfile.LifecycleState Modifier and Type Method Description BatchTaskProfile.BuilderBatchTaskProfile.Builder. lifecycleState(BatchTaskProfile.LifecycleState lifecycleState)The current state of the batch task profile.BatchTaskProfileSummary.BuilderBatchTaskProfileSummary.Builder. lifecycleState(BatchTaskProfile.LifecycleState lifecycleState)The current state of the batch task profile.Constructors in com.oracle.bmc.batch.model with parameters of type BatchTaskProfile.LifecycleState Constructor Description BatchTaskProfile(String id, String compartmentId, String displayName, String description, Integer minOcpus, Integer minMemoryInGBs, 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, BatchTaskProfile.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 BatchTaskProfile.LifecycleState in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchTaskProfile.LifecycleState Modifier and Type Method Description BatchTaskProfile.LifecycleStateListBatchTaskProfilesRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.batch.requests with parameters of type BatchTaskProfile.LifecycleState Modifier and Type Method Description ListBatchTaskProfilesRequest.BuilderListBatchTaskProfilesRequest.Builder. lifecycleState(BatchTaskProfile.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-