Uses of Class
com.oracle.bmc.opsi.model.OperationsInsightsPrivateEndpointLifecycleState
-
Packages that use OperationsInsightsPrivateEndpointLifecycleState Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of OperationsInsightsPrivateEndpointLifecycleState in com.oracle.bmc.opsi
-
Uses of OperationsInsightsPrivateEndpointLifecycleState in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OperationsInsightsPrivateEndpointLifecycleState Modifier and Type Method Description static OperationsInsightsPrivateEndpointLifecycleState
OperationsInsightsPrivateEndpointLifecycleState. create(String key)
OperationsInsightsPrivateEndpointLifecycleState
OperationsInsightsPrivateEndpoint. getLifecycleState()
The current state of the private endpoint.OperationsInsightsPrivateEndpointLifecycleState
OperationsInsightsPrivateEndpointSummary. getLifecycleState()
Private endpoint lifecycle statesstatic 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.Methods in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsPrivateEndpointLifecycleState Modifier and Type Method 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 statesConstructors in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsPrivateEndpointLifecycleState Constructor 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. -
Uses of OperationsInsightsPrivateEndpointLifecycleState in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type OperationsInsightsPrivateEndpointLifecycleState Modifier and Type Method Description List<OperationsInsightsPrivateEndpointLifecycleState>
ListOperationsInsightsPrivateEndpointsRequest. getLifecycleState()
Lifecycle statesMethods in com.oracle.bmc.opsi.requests with parameters of type OperationsInsightsPrivateEndpointLifecycleState Modifier and Type Method Description ListOperationsInsightsPrivateEndpointsRequest.Builder
ListOperationsInsightsPrivateEndpointsRequest.Builder. lifecycleState(OperationsInsightsPrivateEndpointLifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type OperationsInsightsPrivateEndpointLifecycleState Modifier and Type Method Description ListOperationsInsightsPrivateEndpointsRequest.Builder
ListOperationsInsightsPrivateEndpointsRequest.Builder. lifecycleState(List<OperationsInsightsPrivateEndpointLifecycleState> lifecycleState)
Lifecycle states
-