Uses of Class
com.oracle.bmc.vnmonitoring.model.PathAnalyzerTest.LifecycleState
-
Packages that use PathAnalyzerTest.LifecycleState Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.requests -
-
Uses of PathAnalyzerTest.LifecycleState in com.oracle.bmc.vnmonitoring
-
Uses of PathAnalyzerTest.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PathAnalyzerTest.LifecycleState Modifier and Type Method Description static PathAnalyzerTest.LifecycleState
PathAnalyzerTest.LifecycleState. create(String key)
PathAnalyzerTest.LifecycleState
PathAnalyzerTest. getLifecycleState()
The current state of the PathAnalyzerTest resource.PathAnalyzerTest.LifecycleState
PathAnalyzerTestSummary. getLifecycleState()
The current state of the PathAnalyzerTest resource.static PathAnalyzerTest.LifecycleState
PathAnalyzerTest.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathAnalyzerTest.LifecycleState[]
PathAnalyzerTest.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type PathAnalyzerTest.LifecycleState Modifier and Type Method Description PathAnalyzerTest.Builder
PathAnalyzerTest.Builder. lifecycleState(PathAnalyzerTest.LifecycleState lifecycleState)
The current state of the PathAnalyzerTest resource.PathAnalyzerTestSummary.Builder
PathAnalyzerTestSummary.Builder. lifecycleState(PathAnalyzerTest.LifecycleState lifecycleState)
The current state of the PathAnalyzerTest resource.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type PathAnalyzerTest.LifecycleState Constructor Description PathAnalyzerTest(String id, String displayName, String compartmentId, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions, Date timeCreated, Date timeUpdated, PathAnalyzerTest.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PathAnalyzerTestSummary(String id, String displayName, String compartmentId, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions, Date timeCreated, Date timeUpdated, PathAnalyzerTest.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PathAnalyzerTest.LifecycleState in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return PathAnalyzerTest.LifecycleState Modifier and Type Method Description PathAnalyzerTest.LifecycleState
ListPathAnalyzerTestsRequest. getLifecycleState()
A filter that returns only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type PathAnalyzerTest.LifecycleState Modifier and Type Method Description ListPathAnalyzerTestsRequest.Builder
ListPathAnalyzerTestsRequest.Builder. lifecycleState(PathAnalyzerTest.LifecycleState lifecycleState)
A filter that returns only resources whose lifecycleState matches the given lifecycleState.
-