Uses of Class
com.oracle.bmc.datasafe.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of LifecycleState in com.oracle.bmc.datasafe
-
Uses of LifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
DataSafeConfiguration. getLifecycleState()
The current state of Data Safe.LifecycleState
DataSafePrivateEndpoint. getLifecycleState()
The current state of the private endpoint.LifecycleState
DataSafePrivateEndpointSummary. getLifecycleState()
The current state of the private endpoint.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type LifecycleState Modifier and Type Method Description DataSafeConfiguration.Builder
DataSafeConfiguration.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of Data Safe.DataSafePrivateEndpoint.Builder
DataSafePrivateEndpoint.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the private endpoint.DataSafePrivateEndpointSummary.Builder
DataSafePrivateEndpointSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the private endpoint.Constructors in com.oracle.bmc.datasafe.model with parameters of type LifecycleState Constructor Description DataSafeConfiguration(Boolean isEnabled, String url, String compartmentId, Date timeEnabled, LifecycleState lifecycleState, String dataSafeNatGatewayIpAddress, GlobalSettings globalSettings, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DataSafePrivateEndpoint(String id, String displayName, String compartmentId, String vcnId, String subnetId, String privateEndpointId, String privateEndpointIp, String endpointFqdn, String description, Date timeCreated, LifecycleState lifecycleState, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DataSafePrivateEndpointSummary(String id, String displayName, String compartmentId, String vcnId, String subnetId, String privateEndpointId, String description, Date timeCreated, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListDataSafePrivateEndpointsRequest. getLifecycleState()
A filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type LifecycleState Modifier and Type Method Description ListDataSafePrivateEndpointsRequest.Builder
ListDataSafePrivateEndpointsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
-