Uses of Class
com.oracle.bmc.vnmonitoring.model.ProtocolParameters
-
Packages that use ProtocolParameters Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ProtocolParameters in com.oracle.bmc.vnmonitoring.model
Subclasses of ProtocolParameters in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description class
IcmpProtocolParameters
Defines the configuration for the ICMP protocol parameters.class
TcpProtocolParameters
Defines the configuration for TCP protocol parameters.class
UdpProtocolParameters
Defines the configuration for UDP protocol parameters.Methods in com.oracle.bmc.vnmonitoring.model that return ProtocolParameters Modifier and Type Method Description ProtocolParameters
AdhocGetPathAnalysisDetails. getProtocolParameters()
ProtocolParameters
CreatePathAnalyzerTestDetails. getProtocolParameters()
ProtocolParameters
PathAnalyzerTest. getProtocolParameters()
ProtocolParameters
PathAnalyzerTestSummary. getProtocolParameters()
ProtocolParameters
UpdatePathAnalyzerTestDetails. getProtocolParameters()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type ProtocolParameters Modifier and Type Method Description AdhocGetPathAnalysisDetails.Builder
AdhocGetPathAnalysisDetails.Builder. protocolParameters(ProtocolParameters protocolParameters)
CreatePathAnalyzerTestDetails.Builder
CreatePathAnalyzerTestDetails.Builder. protocolParameters(ProtocolParameters protocolParameters)
PathAnalyzerTest.Builder
PathAnalyzerTest.Builder. protocolParameters(ProtocolParameters protocolParameters)
PathAnalyzerTestSummary.Builder
PathAnalyzerTestSummary.Builder. protocolParameters(ProtocolParameters protocolParameters)
UpdatePathAnalyzerTestDetails.Builder
UpdatePathAnalyzerTestDetails.Builder. protocolParameters(ProtocolParameters protocolParameters)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type ProtocolParameters 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.
-