Uses of Class
com.oracle.bmc.datascience.model.ComputeTargetLifecycleState
-
Packages that use ComputeTargetLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ComputeTargetLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ComputeTargetLifecycleState Modifier and Type Method Description Waiter<GetComputeTargetRequest,GetComputeTargetResponse>DataScienceWaiters. forComputeTarget(GetComputeTargetRequest request, ComputeTargetLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetComputeTargetRequest,GetComputeTargetResponse>DataScienceWaiters. forComputeTarget(GetComputeTargetRequest request, ComputeTargetLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetComputeTargetRequest,GetComputeTargetResponse>DataScienceWaiters. forComputeTarget(GetComputeTargetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ComputeTargetLifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ComputeTargetLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ComputeTargetLifecycleState Modifier and Type Method Description static ComputeTargetLifecycleStateComputeTargetLifecycleState. create(String key)ComputeTargetLifecycleStateComputeTarget. getLifecycleState()The state of the compute target.ComputeTargetLifecycleStateComputeTargetSummary. getLifecycleState()The state of the compute target.static ComputeTargetLifecycleStateComputeTargetLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeTargetLifecycleState[]ComputeTargetLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ComputeTargetLifecycleState Modifier and Type Method Description ComputeTarget.BuilderComputeTarget.Builder. lifecycleState(ComputeTargetLifecycleState lifecycleState)The state of the compute target.ComputeTargetSummary.BuilderComputeTargetSummary.Builder. lifecycleState(ComputeTargetLifecycleState lifecycleState)The state of the compute target.Constructors in com.oracle.bmc.datascience.model with parameters of type ComputeTargetLifecycleState Constructor Description ComputeTarget(String id, Date timeCreated, Map<String,String> metadata, String createdBy, String compartmentId, String displayName, String description, ComputeConfigurationDetails computeConfigurationDetails, ComputeTargetSystemData computeTargetSystemData, ComputeTargetLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.ComputeTargetSummary(String id, Date timeCreated, String createdBy, String compartmentId, String displayName, ComputeTargetLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of ComputeTargetLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ComputeTargetLifecycleState Modifier and Type Method Description ComputeTargetLifecycleStateListComputeTargetsRequest. getLifecycleState()Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type ComputeTargetLifecycleState Modifier and Type Method Description ListComputeTargetsRequest.BuilderListComputeTargetsRequest.Builder. lifecycleState(ComputeTargetLifecycleState lifecycleState)Filter results by the specified lifecycle state.
-