Package | Description |
---|---|
com.oracle.bmc.aianomalydetection | |
com.oracle.bmc.aianomalydetection.model | |
com.oracle.bmc.aianomalydetection.requests |
Modifier and Type | Method and Description |
---|---|
static AiPrivateEndpoint.LifecycleState |
AiPrivateEndpoint.LifecycleState.create(String key) |
AiPrivateEndpoint.LifecycleState |
AiPrivateEndpoint.getLifecycleState()
The current state of the private endpoint resource.
|
AiPrivateEndpoint.LifecycleState |
AiPrivateEndpointSummary.getLifecycleState()
The current state of the private endpoint resource.
|
static AiPrivateEndpoint.LifecycleState |
AiPrivateEndpoint.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AiPrivateEndpoint.LifecycleState[] |
AiPrivateEndpoint.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AiPrivateEndpoint.Builder |
AiPrivateEndpoint.Builder.lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.
|
AiPrivateEndpointSummary.Builder |
AiPrivateEndpointSummary.Builder.lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
The current state of the private endpoint resource.
|
Constructor and Description |
---|
AiPrivateEndpoint(String id,
String compartmentId,
String subnetId,
String displayName,
List<String> dnsZones,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Object> systemTags,
AiPrivateEndpoint.LifecycleState lifecycleState,
String lifecycleDetails,
List<String> attachedDataAssets)
Deprecated.
|
AiPrivateEndpointSummary(String id,
String subnetId,
List<String> dnsZones,
String compartmentId,
Date timeCreated,
Date timeUpdated,
String displayName,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Object> systemTags,
AiPrivateEndpoint.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AiPrivateEndpoint.LifecycleState |
ListAiPrivateEndpointsRequest.getLifecycleState()
Filter results by the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListAiPrivateEndpointsRequest.Builder |
ListAiPrivateEndpointsRequest.Builder.lifecycleState(AiPrivateEndpoint.LifecycleState lifecycleState)
Filter results by the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.