Package | Description |
---|---|
com.oracle.bmc.dns.model | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
static SteeringPolicySummary.LifecycleState |
SteeringPolicySummary.LifecycleState.create(String key) |
SteeringPolicySummary.LifecycleState |
SteeringPolicySummary.getLifecycleState()
The current state of the resource.
|
static SteeringPolicySummary.LifecycleState |
SteeringPolicySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteeringPolicySummary.LifecycleState[] |
SteeringPolicySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SteeringPolicySummary.Builder |
SteeringPolicySummary.Builder.lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
The current state of the resource.
|
Constructor and Description |
---|
SteeringPolicySummary(String compartmentId,
String displayName,
Integer ttl,
String healthCheckMonitorId,
SteeringPolicySummary.Template template,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String self,
String id,
Date timeCreated,
SteeringPolicySummary.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SteeringPolicySummary.LifecycleState |
ListSteeringPoliciesRequest.getLifecycleState()
The state of a resource.
|
Modifier and Type | Method and Description |
---|---|
ListSteeringPoliciesRequest.Builder |
ListSteeringPoliciesRequest.Builder.lifecycleState(SteeringPolicySummary.LifecycleState lifecycleState)
The state of a resource.
|
Copyright © 2016–2024. All rights reserved.