public static class EdgeNetwork
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class EdgeNetwork.
EdgeNetwork API provides managed, highly available cloud dynamic network configuration service to the GEC customer to enable edge application and network function solutions. This allows the customers to easily define and configure the network setup and property to meet the workload requirement.
Namespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Methods
BindService(EdgeNetworkBase)
public static ServerServiceDefinition BindService(EdgeNetwork.EdgeNetworkBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | EdgeNetworkEdgeNetworkBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, EdgeNetworkBase)
public static void BindService(ServiceBinderBase serviceBinder, EdgeNetwork.EdgeNetworkBase 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 | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | EdgeNetworkEdgeNetworkBase An object implementing the server-side handling logic. |