class documentation

class SecurityGroupServiceServicer(object): (source)

View In Hierarchy

SecurityGroupService provides operations for managing security groups.

Method Create Missing associated documentation comment in .proto file.
Method Delete Missing associated documentation comment in .proto file.
Method Get Missing associated documentation comment in .proto file.
Method GetByName Missing associated documentation comment in .proto file.
Method List Missing associated documentation comment in .proto file.
Method ListByNetwork Lists security groups in a specific network.
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)

Missing associated documentation comment in .proto file.

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 List(self, request, context): (source)

Missing associated documentation comment in .proto file.

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

Lists security groups in a specific network.

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

Missing associated documentation comment in .proto file.