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 LifecycleStateLifecycleState. create(String key)LifecycleStateDataSafeConfiguration. getLifecycleState()The current state of Data Safe.LifecycleStateDataSafePrivateEndpoint. getLifecycleState()The current state of the private endpoint.LifecycleStateDataSafePrivateEndpointSummary. getLifecycleState()The current state of the private endpoint.static LifecycleStateLifecycleState. 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.BuilderDataSafeConfiguration.Builder. lifecycleState(LifecycleState lifecycleState)The current state of Data Safe.DataSafePrivateEndpoint.BuilderDataSafePrivateEndpoint.Builder. lifecycleState(LifecycleState lifecycleState)The current state of the private endpoint.DataSafePrivateEndpointSummary.BuilderDataSafePrivateEndpointSummary.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, Map<String,Map<String,Object>> securityAttributes)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, Map<String,Map<String,Object>> securityAttributes)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 LifecycleStateListDataSafePrivateEndpointsRequest. 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.BuilderListDataSafePrivateEndpointsRequest.Builder. lifecycleState(LifecycleState lifecycleState)A filter to return only resources that match the specified lifecycle state.
-