Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Class and Description |
---|---|
class |
ComputeInstanceEndpoint
Defines the details required for a COMPUTE_INSTANCE-type
Endpoint . |
class |
IpAddressEndpoint
Defines the details required for an IP_ADDRESS-type
Endpoint . |
class |
LoadBalancerEndpoint
Defines the details required for a LOAD_BALANCER-type
Endpoint . |
class |
LoadBalancerListenerEndpoint
Defines the details required for a LOAD_BALANCER_LISTENER-type
Endpoint . |
class |
NetworkLoadBalancerEndpoint
Defines the details required for a NETWORK_LOAD_BALANCER-type
Endpoint . |
class |
NetworkLoadBalancerListenerEndpoint
Defines the details required for a NETWORK_LOAD_BALANCER_LISTENER-type
Endpoint . |
class |
OnPremEndpoint
Defines the details required for an ON_PREM-type
Endpoint . |
class |
SubnetEndpoint
Defines the details required for a SUBNET-type
Endpoint . |
class |
VlanEndpoint
Defines the details required for a VLAN-type
Endpoint . |
class |
VnicEndpoint
Defines the details required for a VNIC-type
Endpoint . |
Modifier and Type | Method and Description |
---|---|
Endpoint |
AdhocGetPathAnalysisDetails.getDestinationEndpoint() |
Endpoint |
PathAnalyzerTestSummary.getDestinationEndpoint() |
Endpoint |
PathAnalyzerTest.getDestinationEndpoint() |
Endpoint |
CreatePathAnalyzerTestDetails.getDestinationEndpoint() |
Endpoint |
UpdatePathAnalyzerTestDetails.getDestinationEndpoint() |
Endpoint |
AdhocGetPathAnalysisDetails.getSourceEndpoint() |
Endpoint |
PathAnalyzerTestSummary.getSourceEndpoint() |
Endpoint |
PathAnalyzerTest.getSourceEndpoint() |
Endpoint |
CreatePathAnalyzerTestDetails.getSourceEndpoint() |
Endpoint |
UpdatePathAnalyzerTestDetails.getSourceEndpoint() |
Modifier and Type | Method and Description |
---|---|
AdhocGetPathAnalysisDetails.Builder |
AdhocGetPathAnalysisDetails.Builder.destinationEndpoint(Endpoint destinationEndpoint) |
PathAnalyzerTestSummary.Builder |
PathAnalyzerTestSummary.Builder.destinationEndpoint(Endpoint destinationEndpoint) |
PathAnalyzerTest.Builder |
PathAnalyzerTest.Builder.destinationEndpoint(Endpoint destinationEndpoint) |
CreatePathAnalyzerTestDetails.Builder |
CreatePathAnalyzerTestDetails.Builder.destinationEndpoint(Endpoint destinationEndpoint) |
UpdatePathAnalyzerTestDetails.Builder |
UpdatePathAnalyzerTestDetails.Builder.destinationEndpoint(Endpoint destinationEndpoint) |
AdhocGetPathAnalysisDetails.Builder |
AdhocGetPathAnalysisDetails.Builder.sourceEndpoint(Endpoint sourceEndpoint) |
PathAnalyzerTestSummary.Builder |
PathAnalyzerTestSummary.Builder.sourceEndpoint(Endpoint sourceEndpoint) |
PathAnalyzerTest.Builder |
PathAnalyzerTest.Builder.sourceEndpoint(Endpoint sourceEndpoint) |
CreatePathAnalyzerTestDetails.Builder |
CreatePathAnalyzerTestDetails.Builder.sourceEndpoint(Endpoint sourceEndpoint) |
UpdatePathAnalyzerTestDetails.Builder |
UpdatePathAnalyzerTestDetails.Builder.sourceEndpoint(Endpoint sourceEndpoint) |
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.