public static class AttachedClusters
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedClusters.
The AttachedClusters API provides a single centrally managed service to register and manage Anthos attached clusters that run on customer's owned infrastructure.
Namespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Methods
BindService(AttachedClustersBase)
public static ServerServiceDefinition BindService(AttachedClusters.AttachedClustersBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | AttachedClustersAttachedClustersBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, AttachedClustersBase)
public static void BindService(ServiceBinderBase serviceBinder, AttachedClusters.AttachedClustersBase 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 | AttachedClustersAttachedClustersBase An object implementing the server-side handling logic. |