Esempio n. 1
0
    def __init__(self, connection):
        super(PowerVMLocalVolumeAdapter, self).__init__()

        self.command = command.IVMCommand()

        self._connection = None
        self.connection_data = connection
Esempio n. 2
0
 def __init__(self, ivm_connection):
     self.command = command.IVMCommand()
     BaseOperator.__init__(self, ivm_connection)