Uses of Class
com.oracle.bmc.vnmonitoring.model.Endpoint
-
Packages that use Endpoint Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Endpoint in com.oracle.bmc.vnmonitoring.model
Subclasses of Endpoint in com.oracle.bmc.vnmonitoring.model Modifier and Type Class 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.Methods in com.oracle.bmc.vnmonitoring.model that return Endpoint Modifier and Type Method Description Endpoint
AdhocGetPathAnalysisDetails. getDestinationEndpoint()
Endpoint
CreatePathAnalyzerTestDetails. getDestinationEndpoint()
Endpoint
PathAnalyzerTest. getDestinationEndpoint()
Endpoint
PathAnalyzerTestSummary. getDestinationEndpoint()
Endpoint
UpdatePathAnalyzerTestDetails. getDestinationEndpoint()
Endpoint
AdhocGetPathAnalysisDetails. getSourceEndpoint()
Endpoint
CreatePathAnalyzerTestDetails. getSourceEndpoint()
Endpoint
PathAnalyzerTest. getSourceEndpoint()
Endpoint
PathAnalyzerTestSummary. getSourceEndpoint()
Endpoint
UpdatePathAnalyzerTestDetails. getSourceEndpoint()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type Endpoint Modifier and Type Method Description AdhocGetPathAnalysisDetails.Builder
AdhocGetPathAnalysisDetails.Builder. destinationEndpoint(Endpoint destinationEndpoint)
CreatePathAnalyzerTestDetails.Builder
CreatePathAnalyzerTestDetails.Builder. destinationEndpoint(Endpoint destinationEndpoint)
PathAnalyzerTest.Builder
PathAnalyzerTest.Builder. destinationEndpoint(Endpoint destinationEndpoint)
PathAnalyzerTestSummary.Builder
PathAnalyzerTestSummary.Builder. destinationEndpoint(Endpoint destinationEndpoint)
UpdatePathAnalyzerTestDetails.Builder
UpdatePathAnalyzerTestDetails.Builder. destinationEndpoint(Endpoint destinationEndpoint)
AdhocGetPathAnalysisDetails.Builder
AdhocGetPathAnalysisDetails.Builder. sourceEndpoint(Endpoint sourceEndpoint)
CreatePathAnalyzerTestDetails.Builder
CreatePathAnalyzerTestDetails.Builder. sourceEndpoint(Endpoint sourceEndpoint)
PathAnalyzerTest.Builder
PathAnalyzerTest.Builder. sourceEndpoint(Endpoint sourceEndpoint)
PathAnalyzerTestSummary.Builder
PathAnalyzerTestSummary.Builder. sourceEndpoint(Endpoint sourceEndpoint)
UpdatePathAnalyzerTestDetails.Builder
UpdatePathAnalyzerTestDetails.Builder. sourceEndpoint(Endpoint sourceEndpoint)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Endpoint 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.
-