@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| ReachabilityServiceClient |
Service Description: The Reachability service in the Google Cloud Network Management API provides
services that analyze the reachability within a single Google Virtual Private Cloud (VPC)
network, between peered VPC networks, between VPC and on-premises networks, or between VPC
networks and internet hosts.
|
| ReachabilityServiceClient.ListConnectivityTestsFixedSizeCollection | |
| ReachabilityServiceClient.ListConnectivityTestsPage | |
| ReachabilityServiceClient.ListConnectivityTestsPagedResponse | |
| ReachabilityServiceClient.ListLocationsFixedSizeCollection | |
| ReachabilityServiceClient.ListLocationsPage | |
| ReachabilityServiceClient.ListLocationsPagedResponse | |
| ReachabilityServiceSettings |
Settings class to configure an instance of
ReachabilityServiceClient. |
| ReachabilityServiceSettings.Builder |
Builder for ReachabilityServiceSettings.
|
The interfaces provided are listed below, along with usage samples.
======================= ReachabilityServiceClient =======================
Service Description: The Reachability service in the Google Cloud Network Management API provides services that analyze the reachability within a single Google Virtual Private Cloud (VPC) network, between peered VPC networks, between VPC and on-premises networks, or between VPC networks and internet hosts. A reachability analysis is based on Google Cloud network configurations.
You can use the analysis results to verify these configurations and to troubleshoot connectivity issues.
Sample for ReachabilityServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ReachabilityServiceClient reachabilityServiceClient = ReachabilityServiceClient.create()) {
String name = "name3373707";
ConnectivityTest response = reachabilityServiceClient.getConnectivityTest(name);
}
Copyright © 2024 Google LLC. All rights reserved.