Uses of Class
com.oracle.bmc.vnmonitoring.model.GetPathAnalysisDetails
-
Packages that use GetPathAnalysisDetails Package Description com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.requests -
-
Uses of GetPathAnalysisDetails in com.oracle.bmc.vnmonitoring.model
Subclasses of GetPathAnalysisDetails in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description class
AdhocGetPathAnalysisDetails
Defines the configuration for getting an ad-hoc path analysis.class
PersistedGetPathAnalysisDetails
Defines the configuration for getting a path analysis using the persisted PathAnalyzerTest resource. -
Uses of GetPathAnalysisDetails in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return GetPathAnalysisDetails Modifier and Type Method Description GetPathAnalysisDetails
GetPathAnalysisRequest. getBody$()
Alternative accessor for the body parameter.GetPathAnalysisDetails
GetPathAnalysisRequest. getGetPathAnalysisDetails()
Details for the path analysis query.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type GetPathAnalysisDetails Modifier and Type Method Description GetPathAnalysisRequest.Builder
GetPathAnalysisRequest.Builder. body$(GetPathAnalysisDetails body)
Alternative setter for the body parameter.GetPathAnalysisRequest.Builder
GetPathAnalysisRequest.Builder. getPathAnalysisDetails(GetPathAnalysisDetails getPathAnalysisDetails)
Details for the path analysis query.
-