Uses of Class
com.oracle.bmc.identity.model.NetworkSources.LifecycleState
-
Packages that use NetworkSources.LifecycleState Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of NetworkSources.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return NetworkSources.LifecycleState Modifier and Type Method Description static NetworkSources.LifecycleState
NetworkSources.LifecycleState. create(String key)
NetworkSources.LifecycleState
NetworkSources. getLifecycleState()
The network source object’s current state.NetworkSources.LifecycleState
NetworkSourcesSummary. getLifecycleState()
The network source object’s current state.static NetworkSources.LifecycleState
NetworkSources.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkSources.LifecycleState[]
NetworkSources.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type NetworkSources.LifecycleState Modifier and Type Method Description NetworkSources.Builder
NetworkSources.Builder. lifecycleState(NetworkSources.LifecycleState lifecycleState)
The network source object’s current state.NetworkSourcesSummary.Builder
NetworkSourcesSummary.Builder. lifecycleState(NetworkSources.LifecycleState lifecycleState)
The network source object’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type NetworkSources.LifecycleState Constructor Description NetworkSources(String id, String compartmentId, String name, String description, List<String> publicSourceList, List<NetworkSources_virtualSourceList> virtualSourceList, List<String> services, Date timeCreated, NetworkSources.LifecycleState lifecycleState, Long inactiveStatus, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.NetworkSourcesSummary(String id, String compartmentId, String name, String description, List<String> publicSourceList, List<NetworkSources_virtualSourceList> virtualSourceList, List<String> services, NetworkSources.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of NetworkSources.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return NetworkSources.LifecycleState Modifier and Type Method Description NetworkSources.LifecycleState
ListNetworkSourcesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type NetworkSources.LifecycleState Modifier and Type Method Description ListNetworkSourcesRequest.Builder
ListNetworkSourcesRequest.Builder. lifecycleState(NetworkSources.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-