class documentation

class ImageServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Creates a new image resource.
Method Delete Deletes an existing image resource by its ID.
Method Get Retrieves detailed information about a specific image by its ID.
Method GetByName Retrieves detailed information about a specific image by its parent and name.
Method GetLatestByFamily Retrieves the most recent image from a specified family. Image families are used to organize related images and ensure easy access to the latest version.
Method List Lists all images in a specific parent resource.
Method ListOperationsByParent Lists all operations that were performed within a specific parent resource.
Method ListPublic Lists all public images available in a specific region. Regions doc https://docs.nebius.com/overview/regions Public images can contain specific labels in metadata like: "os_name: Ubuntu", "os_version: 22...
def Create(self, request, context): (source)

Creates a new image resource.

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

Deletes an existing image resource by its ID.

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

Retrieves detailed information about a specific image by its ID.

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

Retrieves detailed information about a specific image by its parent and name.

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

Retrieves the most recent image from a specified family. Image families are used to organize related images and ensure easy access to the latest version.

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

Lists all images in a specific parent resource.

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

Lists all operations that were performed within a specific parent resource.

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

Lists all public images available in a specific region. Regions doc https://docs.nebius.com/overview/regions Public images can contain specific labels in metadata like: "os_name: Ubuntu", "os_version: 22.04 LTS", "linux_kernel: 5.15", "cuda_toolkit: 13.0" "nvidia_gpu_drivers: 550", "networking_package: OFED 23.10"