Uses of Class
com.oracle.bmc.vnmonitoring.model.QueryOptions
-
Packages that use QueryOptions Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of QueryOptions in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return QueryOptions Modifier and Type Method Description QueryOptions
QueryOptions.Builder. build()
QueryOptions
AdhocGetPathAnalysisDetails. getQueryOptions()
QueryOptions
CreatePathAnalyzerTestDetails. getQueryOptions()
QueryOptions
PathAnalyzerTest. getQueryOptions()
QueryOptions
PathAnalyzerTestSummary. getQueryOptions()
QueryOptions
UpdatePathAnalyzerTestDetails. getQueryOptions()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type QueryOptions Modifier and Type Method Description QueryOptions.Builder
QueryOptions.Builder. copy(QueryOptions model)
AdhocGetPathAnalysisDetails.Builder
AdhocGetPathAnalysisDetails.Builder. queryOptions(QueryOptions queryOptions)
CreatePathAnalyzerTestDetails.Builder
CreatePathAnalyzerTestDetails.Builder. queryOptions(QueryOptions queryOptions)
PathAnalyzerTest.Builder
PathAnalyzerTest.Builder. queryOptions(QueryOptions queryOptions)
PathAnalyzerTestSummary.Builder
PathAnalyzerTestSummary.Builder. queryOptions(QueryOptions queryOptions)
UpdatePathAnalyzerTestDetails.Builder
UpdatePathAnalyzerTestDetails.Builder. queryOptions(QueryOptions queryOptions)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type QueryOptions Constructor Description AdhocGetPathAnalysisDetails(String compartmentId, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions)
Deprecated.CreatePathAnalyzerTestDetails(String displayName, String compartmentId, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.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.UpdatePathAnalyzerTestDetails(String displayName, Integer protocol, Endpoint sourceEndpoint, Endpoint destinationEndpoint, ProtocolParameters protocolParameters, QueryOptions queryOptions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-