Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
static SteeringPolicyAttachment.LifecycleState |
SteeringPolicyAttachment.LifecycleState.create(String key) |
SteeringPolicyAttachment.LifecycleState |
SteeringPolicyAttachment.getLifecycleState()
The current state of the resource.
|
static SteeringPolicyAttachment.LifecycleState |
SteeringPolicyAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteeringPolicyAttachment.LifecycleState[] |
SteeringPolicyAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SteeringPolicyAttachment.Builder |
SteeringPolicyAttachment.Builder.lifecycleState(SteeringPolicyAttachment.LifecycleState lifecycleState)
The current state of the resource.
|
Constructor and Description |
---|
SteeringPolicyAttachment(String steeringPolicyId,
String zoneId,
String domainName,
String displayName,
List<String> rtypes,
String compartmentId,
String self,
String id,
Date timeCreated,
SteeringPolicyAttachment.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.