class documentation

class TransferServiceServicer(object): (source)

View In Hierarchy

TransferService provides functionality for creating and managing transfers that migrate data from other providers or across different regions of Nebius Object Storage.

Method Create Missing associated documentation comment in .proto file.
Method Delete Fully delete a transfer along with its history. If the transfer is active, it will be stopped and then deleted.
Method Get Missing associated documentation comment in .proto file.
Method GetByName Missing associated documentation comment in .proto file.
Method GetIterationHistory Get transfer iteration history.
Method List Missing associated documentation comment in .proto file.
Method Resume Resume stopped or failed transfer.
Method Stop Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately...
Method Update Missing associated documentation comment in .proto file.
def Create(self, request, context): (source)

Missing associated documentation comment in .proto file.

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

Fully delete a transfer along with its history. If the transfer is active, it will be stopped and then deleted.

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

Missing associated documentation comment in .proto file.

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

Missing associated documentation comment in .proto file.

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

Get transfer iteration history.

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

Missing associated documentation comment in .proto file.

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

Resume stopped or failed transfer.

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

Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately. Only transfers in Active state can be stopped.

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

Missing associated documentation comment in .proto file.