Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ProtocolParameters |
AdhocGetPathAnalysisDetails.getProtocolParameters() |
ProtocolParameters |
PathAnalyzerTestSummary.getProtocolParameters() |
ProtocolParameters |
PathAnalyzerTest.getProtocolParameters() |
ProtocolParameters |
CreatePathAnalyzerTestDetails.getProtocolParameters() |
ProtocolParameters |
UpdatePathAnalyzerTestDetails.getProtocolParameters() |
Modifier and Type | Method and Description |
---|---|
AdhocGetPathAnalysisDetails.Builder |
AdhocGetPathAnalysisDetails.Builder.protocolParameters(ProtocolParameters protocolParameters) |
PathAnalyzerTestSummary.Builder |
PathAnalyzerTestSummary.Builder.protocolParameters(ProtocolParameters protocolParameters) |
PathAnalyzerTest.Builder |
PathAnalyzerTest.Builder.protocolParameters(ProtocolParameters protocolParameters) |
CreatePathAnalyzerTestDetails.Builder |
CreatePathAnalyzerTestDetails.Builder.protocolParameters(ProtocolParameters protocolParameters) |
UpdatePathAnalyzerTestDetails.Builder |
UpdatePathAnalyzerTestDetails.Builder.protocolParameters(ProtocolParameters protocolParameters) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.