Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
QueryOptions |
QueryOptions.Builder.build() |
QueryOptions |
AdhocGetPathAnalysisDetails.getQueryOptions() |
QueryOptions |
PathAnalyzerTestSummary.getQueryOptions() |
QueryOptions |
PathAnalyzerTest.getQueryOptions() |
QueryOptions |
CreatePathAnalyzerTestDetails.getQueryOptions() |
QueryOptions |
UpdatePathAnalyzerTestDetails.getQueryOptions() |
Modifier and Type | Method and Description |
---|---|
QueryOptions.Builder |
QueryOptions.Builder.copy(QueryOptions model) |
AdhocGetPathAnalysisDetails.Builder |
AdhocGetPathAnalysisDetails.Builder.queryOptions(QueryOptions queryOptions) |
PathAnalyzerTestSummary.Builder |
PathAnalyzerTestSummary.Builder.queryOptions(QueryOptions queryOptions) |
PathAnalyzerTest.Builder |
PathAnalyzerTest.Builder.queryOptions(QueryOptions queryOptions) |
CreatePathAnalyzerTestDetails.Builder |
CreatePathAnalyzerTestDetails.Builder.queryOptions(QueryOptions queryOptions) |
UpdatePathAnalyzerTestDetails.Builder |
UpdatePathAnalyzerTestDetails.Builder.queryOptions(QueryOptions queryOptions) |
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.