Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.model | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
static OdaPrivateEndpoint.LifecycleState |
OdaPrivateEndpoint.LifecycleState.create(String key) |
OdaPrivateEndpoint.LifecycleState |
OdaPrivateEndpointSummary.getLifecycleState()
The current state of the ODA private endpoint.
|
OdaPrivateEndpoint.LifecycleState |
OdaPrivateEndpoint.getLifecycleState()
The current state of the ODA private endpoint.
|
static OdaPrivateEndpoint.LifecycleState |
OdaPrivateEndpoint.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdaPrivateEndpoint.LifecycleState[] |
OdaPrivateEndpoint.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OdaPrivateEndpointSummary.Builder |
OdaPrivateEndpointSummary.Builder.lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
The current state of the ODA private endpoint.
|
OdaPrivateEndpoint.Builder |
OdaPrivateEndpoint.Builder.lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
The current state of the ODA private endpoint.
|
Constructor and Description |
---|
OdaPrivateEndpoint(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
OdaPrivateEndpoint.LifecycleState lifecycleState,
String subnetId,
List<String> nsgIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
OdaPrivateEndpointSummary(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
OdaPrivateEndpoint.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OdaPrivateEndpoint.LifecycleState |
ListOdaPrivateEndpointsRequest.getLifecycleState()
List only the ODA Private Endpoints that are in this lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListOdaPrivateEndpointsRequest.Builder |
ListOdaPrivateEndpointsRequest.Builder.lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
List only the ODA Private Endpoints that are in this lifecycle state.
|
Copyright © 2016–2024. All rights reserved.