Package | Description |
---|---|
com.oracle.bmc.zpr | |
com.oracle.bmc.zpr.model | |
com.oracle.bmc.zpr.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetZprPolicyRequest,GetZprPolicyResponse> |
ZprWaiters.forZprPolicy(GetZprPolicyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ZprPolicy.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetZprPolicyRequest,GetZprPolicyResponse> |
ZprWaiters.forZprPolicy(GetZprPolicyRequest request,
ZprPolicy.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetZprPolicyRequest,GetZprPolicyResponse> |
ZprWaiters.forZprPolicy(GetZprPolicyRequest request,
ZprPolicy.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ZprPolicy.LifecycleState |
ZprPolicy.LifecycleState.create(String key) |
ZprPolicy.LifecycleState |
ZprPolicy.getLifecycleState()
The current state of the ZprPolicy.
|
ZprPolicy.LifecycleState |
ZprPolicySummary.getLifecycleState()
The current state of the ZprPolicy.
|
static ZprPolicy.LifecycleState |
ZprPolicy.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZprPolicy.LifecycleState[] |
ZprPolicy.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ZprPolicy.Builder |
ZprPolicy.Builder.lifecycleState(ZprPolicy.LifecycleState lifecycleState)
The current state of the ZprPolicy.
|
ZprPolicySummary.Builder |
ZprPolicySummary.Builder.lifecycleState(ZprPolicy.LifecycleState lifecycleState)
The current state of the ZprPolicy.
|
Constructor and Description |
---|
ZprPolicy(String id,
String name,
String description,
String compartmentId,
List<String> statements,
ZprPolicy.LifecycleState lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String lifecycleDetails,
Date timeUpdated)
Deprecated.
|
ZprPolicySummary(String id,
String name,
String description,
String compartmentId,
List<String> statements,
ZprPolicy.LifecycleState lifecycleState,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String lifecycleDetails,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ZprPolicy.LifecycleState |
ListZprPoliciesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListZprPoliciesRequest.Builder |
ListZprPoliciesRequest.Builder.lifecycleState(ZprPolicy.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.