Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.telcoautomation.v1alpha1

A client to Telco Automation API

See: Description

Package com.google.cloud.telcoautomation.v1alpha1 Description

A client to Telco Automation API

The interfaces provided are listed below, along with usage samples.

======================= TelcoAutomationClient =======================

Service Description: 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.

Sample for TelcoAutomationClient:


 // 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 (TelcoAutomationClient telcoAutomationClient = TelcoAutomationClient.create()) {
   OrchestrationClusterName name =
       OrchestrationClusterName.of("[PROJECT]", "[LOCATION]", "[ORCHESTRATION_CLUSTER]");
   OrchestrationCluster response = telcoAutomationClient.getOrchestrationCluster(name);
 }
 
Skip navigation links

Copyright © 2023 Google LLC. All rights reserved.