class documentation

class CapacityBlockGroupServiceServicer(object): (source)

View In Hierarchy

Capacity Block Group service provides read access to Capacity Block Groups resources.

Method Get Get Capacity Block Group by its ID.
Method GetByResourceAffinity Get Capacity Block Group by its specification.
Method List List all Capacity Block Groups for the specified Tenant.
Method ListResources List virtual machines instances' IDs that occupy a Capacity Block Group by its ID.
def Get(self, request, context): (source)

Get Capacity Block Group by its ID.

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

Get Capacity Block Group by its specification.

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

List all Capacity Block Groups for the specified Tenant.

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

List virtual machines instances' IDs that occupy a Capacity Block Group by its ID.