Telco Automation v1 API - Class TelcoAutomation (1.2.0)

public static class TelcoAutomation

Reference documentation and code samples for the Telco Automation v1 API class TelcoAutomation.

TelcoAutomation Service manages the control plane cluster a.k.a. Orchestration Cluster (GKE cluster with config controller) of TNA. It also exposes blueprint APIs which manages the lifecycle of blueprints that control the infrastructure setup (e.g GDCE clusters) and deployment of network functions.

Inheritance

object > TelcoAutomation

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Methods

BindService(TelcoAutomationBase)

public static ServerServiceDefinition BindService(TelcoAutomation.TelcoAutomationBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl TelcoAutomationTelcoAutomationBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, TelcoAutomationBase)

public static void BindService(ServiceBinderBase serviceBinder, TelcoAutomation.TelcoAutomationBase 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 AddMethod on this object.

serviceImpl TelcoAutomationTelcoAutomationBase

An object implementing the server-side handling logic.