Uses of Class
com.oracle.bmc.zpr.model.Configuration.LifecycleState
-
Packages that use Configuration.LifecycleState Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.model -
-
Uses of Configuration.LifecycleState in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr with parameters of type Configuration.LifecycleState Modifier and Type Method Description Waiter<GetConfigurationRequest,GetConfigurationResponse>
ZprWaiters. forConfiguration(GetConfigurationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Configuration.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetConfigurationRequest,GetConfigurationResponse>
ZprWaiters. forConfiguration(GetConfigurationRequest request, Configuration.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConfigurationRequest,GetConfigurationResponse>
ZprWaiters. forConfiguration(GetConfigurationRequest request, Configuration.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration. -
Uses of Configuration.LifecycleState in com.oracle.bmc.zpr.model
Methods in com.oracle.bmc.zpr.model that return Configuration.LifecycleState Modifier and Type Method Description static Configuration.LifecycleState
Configuration.LifecycleState. create(String key)
Configuration.LifecycleState
Configuration. getLifecycleState()
The current state of ZPR in the tenancy.static Configuration.LifecycleState
Configuration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configuration.LifecycleState[]
Configuration.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.zpr.model with parameters of type Configuration.LifecycleState Modifier and Type Method Description Configuration.Builder
Configuration.Builder. lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of ZPR in the tenancy.Constructors in com.oracle.bmc.zpr.model with parameters of type Configuration.LifecycleState Constructor Description Configuration(String id, String compartmentId, Configuration.ZprStatus zprStatus, Date timeCreated, Date timeUpdated, Configuration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-