class documentation

class ResourceAdviceServiceStub(object): (source)

Constructor: ResourceAdviceServiceStub(channel)

View In Hierarchy

ResourceAdvisorService provides insights into capacity availability for various resources. It helps users understand where they can launch instances or allocate storage based on their quotas and the current physical buffers in the data centers.

Method __init__ Constructor.
Instance Variable List Undocumented
def __init__(self, channel): (source)

Constructor.

Args:
channel: A grpc.Channel.

Undocumented