Anthos Multi-Cloud v1 API - Class AttachedClusters (2.5.0)

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.

Inheritance

object > AttachedClusters

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

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
NameDescription
serviceImplAttachedClustersAttachedClustersBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplAttachedClustersAttachedClustersBase

An object implementing the server-side handling logic.