コード例 #1
0
    def resize(cls, database, cloudstackpack, user):
        from notification.tasks import TaskRegister

        TaskRegister.database_resize(
            database=database, user=user,
            cloudstack_pack=cloudstackpack
        )
コード例 #2
0
    def resize(cls, database, offering, user):
        from notification.tasks import TaskRegister

        TaskRegister.database_resize(
            database=database, user=user,
            offering=offering
        )
コード例 #3
0
    def resize(cls, database, offering, user):
        from notification.tasks import TaskRegister

        TaskRegister.database_resize(
            database=database, user=user,
            offering=offering
        )