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