class documentation

class NVLInstanceGroupServiceServicer(object): (source)

View In Hierarchy

Service for managing NVLink InstanceGroups.

Method Create Create creates a new NVL InstanceGroup.
Method Delete Delete deletes the specified NVL InstanceGroup by its ID.
Method Get Get retrieves the specified NVL InstanceGroup by its ID.
Method GetByName GetByName retrieves the specified NVL InstanceGroup by its parent and name.
Method List List lists all NVL InstanceGroups in the specified parent.
Method Update Update modifies the specified NVL InstanceGroup by its ID.
def Create(self, request, context): (source)

Create creates a new NVL InstanceGroup.

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

Delete deletes the specified NVL InstanceGroup by its ID.

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

Get retrieves the specified NVL InstanceGroup by its ID.

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

GetByName retrieves the specified NVL InstanceGroup by its parent and name.

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

List lists all NVL InstanceGroups in the specified parent.

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

Update modifies the specified NVL InstanceGroup by its ID.