Package | Description |
---|---|
com.oracle.bmc.opsi | |
com.oracle.bmc.opsi.model | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
static OperationsInsightsPrivateEndpointLifecycleState |
OperationsInsightsPrivateEndpointLifecycleState.create(String key) |
OperationsInsightsPrivateEndpointLifecycleState |
OperationsInsightsPrivateEndpoint.getLifecycleState()
The current state of the private endpoint.
|
OperationsInsightsPrivateEndpointLifecycleState |
OperationsInsightsPrivateEndpointSummary.getLifecycleState()
Private endpoint lifecycle states
|
static OperationsInsightsPrivateEndpointLifecycleState |
OperationsInsightsPrivateEndpointLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationsInsightsPrivateEndpointLifecycleState[] |
OperationsInsightsPrivateEndpointLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperationsInsightsPrivateEndpoint.Builder |
OperationsInsightsPrivateEndpoint.Builder.lifecycleState(OperationsInsightsPrivateEndpointLifecycleState lifecycleState)
The current state of the private endpoint.
|
OperationsInsightsPrivateEndpointSummary.Builder |
OperationsInsightsPrivateEndpointSummary.Builder.lifecycleState(OperationsInsightsPrivateEndpointLifecycleState lifecycleState)
Private endpoint lifecycle states
|
Constructor and Description |
---|
OperationsInsightsPrivateEndpoint(String id,
String displayName,
String compartmentId,
String vcnId,
String subnetId,
String privateIp,
String description,
Date timeCreated,
OperationsInsightsPrivateEndpointLifecycleState lifecycleState,
String lifecycleDetails,
String privateEndpointStatusDetails,
Boolean isUsedForRacDbs,
List<String> nsgIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
OperationsInsightsPrivateEndpointSummary(String id,
String displayName,
String compartmentId,
String vcnId,
String subnetId,
Boolean isUsedForRacDbs,
String description,
Date timeCreated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
OperationsInsightsPrivateEndpointLifecycleState lifecycleState,
String lifecycleDetails,
String privateEndpointStatusDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<OperationsInsightsPrivateEndpointLifecycleState> |
ListOperationsInsightsPrivateEndpointsRequest.getLifecycleState()
Lifecycle states
|
Modifier and Type | Method and Description |
---|---|
ListOperationsInsightsPrivateEndpointsRequest.Builder |
ListOperationsInsightsPrivateEndpointsRequest.Builder.lifecycleState(OperationsInsightsPrivateEndpointLifecycleState singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListOperationsInsightsPrivateEndpointsRequest.Builder |
ListOperationsInsightsPrivateEndpointsRequest.Builder.lifecycleState(List<OperationsInsightsPrivateEndpointLifecycleState> lifecycleState)
Lifecycle states
|
Copyright © 2016–2024. All rights reserved.