Network Management v1 API - Class ReachabilityService (2.6.0)

public static class ReachabilityService

Reference documentation and code samples for the Network Management v1 API class ReachabilityService.

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.

Inheritance

object > ReachabilityService

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Methods

BindService(ReachabilityServiceBase)

public static ServerServiceDefinition BindService(ReachabilityService.ReachabilityServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplReachabilityServiceReachabilityServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, ReachabilityServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, ReachabilityService.ReachabilityServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplReachabilityServiceReachabilityServiceBase

An object implementing the server-side handling logic.