Package | Description |
---|---|
com.oracle.bmc.zpr | |
com.oracle.bmc.zpr.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
ZprWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
ZprWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
ZprWaiters.forConfiguration(GetConfigurationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Configuration.Builder |
Configuration.Builder.lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of ZPR in the tenancy.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.