class documentation

class EndpointServiceServicer(object): (source)

View In Hierarchy

Service to create/manage endpoints.

Method Create Creates an endpoint.
Method Delete Deletes an endpoint.
Method Get Returns the specified endpoint.
Method GetByName Returns the specified endpoint by name.
Method List Retrieves a list of endpoints.
Method Start Starts an endpoint.
Method Stop Stops an endpoint.
Method Update Updates an endpoint.
def Create(self, request, context): (source)

Creates an endpoint.

def Delete(self, request, context): (source)

Deletes an endpoint.

def Get(self, request, context): (source)

Returns the specified endpoint.

def GetByName(self, request, context): (source)

Returns the specified endpoint by name.

def List(self, request, context): (source)

Retrieves a list of endpoints.

def Start(self, request, context): (source)

Starts an endpoint.

def Stop(self, request, context): (source)

Stops an endpoint.

def Update(self, request, context): (source)

Updates an endpoint.