Uses of Class
com.oracle.bmc.lustrefilestorage.model.SyncJob.LifecycleState
-
Packages that use SyncJob.LifecycleState Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.model com.oracle.bmc.lustrefilestorage.requests -
-
Uses of SyncJob.LifecycleState in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage with parameters of type SyncJob.LifecycleState Modifier and Type Method Description Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, SyncJob.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, SyncJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SyncJob.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of SyncJob.LifecycleState in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return SyncJob.LifecycleState Modifier and Type Method Description static SyncJob.LifecycleStateSyncJob.LifecycleState. create(String key)SyncJob.LifecycleStateSyncJob. getLifecycleState()The current state of the sync job.SyncJob.LifecycleStateSyncJobSummary. getLifecycleState()The current state of the sync job.static SyncJob.LifecycleStateSyncJob.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncJob.LifecycleState[]SyncJob.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type SyncJob.LifecycleState Modifier and Type Method Description SyncJob.BuilderSyncJob.Builder. lifecycleState(SyncJob.LifecycleState lifecycleState)The current state of the sync job.SyncJobSummary.BuilderSyncJobSummary.Builder. lifecycleState(SyncJob.LifecycleState lifecycleState)The current state of the sync job.Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type SyncJob.LifecycleState Constructor Description SyncJob(String id, String parentId, SyncJob.JobType jobType, SyncJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isOverwrite, Long totalObjectsScanned, Long objectsTransferred, Long bytesTransferred, Long skippedErrorCount, Date timeStarted, Date timeFinished, String lustreFileSystemPath, String objectStoragePath)Deprecated.SyncJobSummary(String id, SyncJobSummary.JobType jobType, SyncJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isOverwrite, Long totalObjectsScanned, Long objectsTransferred, Long bytesTransferred, Long skippedErrorCount, Date timeStarted, Date timeFinished, String lustreFileSystemPath, String objectStoragePath)Deprecated. -
Uses of SyncJob.LifecycleState in com.oracle.bmc.lustrefilestorage.requests
Methods in com.oracle.bmc.lustrefilestorage.requests that return SyncJob.LifecycleState Modifier and Type Method Description SyncJob.LifecycleStateListSyncJobsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.lustrefilestorage.requests with parameters of type SyncJob.LifecycleState Modifier and Type Method Description ListSyncJobsRequest.BuilderListSyncJobsRequest.Builder. lifecycleState(SyncJob.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-