CN111654525A - Hybrid cloud management method, device, equipment and medium - Google Patents
Hybrid cloud management method, device, equipment and medium Download PDFInfo
- Publication number
- CN111654525A CN111654525A CN202010367156.9A CN202010367156A CN111654525A CN 111654525 A CN111654525 A CN 111654525A CN 202010367156 A CN202010367156 A CN 202010367156A CN 111654525 A CN111654525 A CN 111654525A
- Authority
- CN
- China
- Prior art keywords
- resource
- processing request
- interface
- cloud
- resource processing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000007726 management method Methods 0.000 title claims abstract description 70
- 238000012545 processing Methods 0.000 claims abstract description 58
- 230000003044 adaptive effect Effects 0.000 claims abstract description 10
- 230000006978 adaptation Effects 0.000 claims description 29
- 238000004590 computer program Methods 0.000 claims description 9
- 238000004364 calculation method Methods 0.000 claims description 6
- 238000012800 visualization Methods 0.000 claims description 5
- 230000000977 initiatory effect Effects 0.000 claims description 3
- 238000000034 method Methods 0.000 abstract description 7
- 230000000007 visual effect Effects 0.000 description 14
- 238000012544 monitoring process Methods 0.000 description 9
- 238000012423 maintenance Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 238000012217 deletion Methods 0.000 description 2
- 230000037430 deletion Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000007405 data analysis Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 239000002071 nanotube Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/02—Standardisation; Integration
- H04L41/0246—Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/22—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/104—Peer-to-peer [P2P] networks
- H04L67/1074—Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/60—Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
- H04L67/63—Routing a service request depending on the request content or context
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Human Computer Interaction (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a hybrid cloud management method, relates to the technical field of cloud computing, and aims to realize unified operation and management on resources of various cloud platforms. The method comprises the following steps: receiving a resource processing request; calling a corresponding Rest API interface to generate a service logic for realizing the resource processing request; and calling the corresponding cloud service through the adaptive interface to execute the business logic. The invention also discloses a hybrid cloud management device, electronic equipment and a computer storage medium.
Description
Technical Field
The invention relates to the technical field of cloud computing, in particular to a hybrid cloud management method, a hybrid cloud management device, hybrid cloud management equipment and a hybrid cloud management medium.
Background
With the continuous development and improvement of cloud computing technology, more and more enterprises adopt cloud computing platforms to deploy services thereof. In consideration of own cost and security policy, a single physical machine and a single virtualization platform cannot meet the requirements of an enterprise, the enterprise often selects multiple products of multiple cloud computing platforms to deploy own services at the same time, but each platform has an independent management method or software, so that the cost and difficulty of operation, maintenance and management are greatly increased.
In the prior art, a hybrid cloud platform composed of a public cloud and a private cloud can effectively solve the management problem of multiple platforms, and becomes an important part of enterprise basic resource management. However, in the existing hybrid cloud platform, resources created under each managed cloud platform are completely independent, and there is no unified method for checking and managing the resources under each cloud platform.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the present invention is to provide a hybrid cloud management method, which aims to perform unified management and monitoring on the resources of each cloud platform through a unified interface, so as to reduce the operation and maintenance operation load of a client.
One of the purposes of the invention is realized by adopting the following technical scheme:
the hybrid cloud management method comprises the following steps:
receiving a resource processing request;
calling a corresponding Rest API interface to generate a service logic for realizing the resource processing request;
and calling the corresponding cloud service through the adaptive interface to execute the business logic.
Further, receiving a resource handling request, comprising: receiving a resource processing request aiming at each cloud service, wherein the resource processing request comprises any one of resource creation, resource calculation, resource storage, resource synchronization and network configuration.
Further, calling a corresponding Rest API interface to generate a service logic for implementing the resource processing request, including:
determining to generate a Rest API interface of corresponding business logic according to the resource processing request;
calling the determined Rest API interface to generate a service logic for realizing the resource processing request;
wherein the Rest API interface comprises an interface for generating different business logic.
Furthermore, the adaptation interface is a pre-configured unified adaptation interface, and different cloud services are called to execute different business logics through the adaptation interface.
Further, the cloud services comprise private cloud services, Array cloud services and VMware services.
And further, initiating the resource processing request through a visual interface, performing visual processing on the result of executing the business logic, and displaying the visual processing result through the visual interface.
The second purpose of the present invention is to provide a hybrid cloud management device, which aims to implement unified operation and management on resources of each cloud platform.
The second purpose of the invention is realized by adopting the following technical scheme:
a hybrid cloud management device, comprising:
a request receiving module, configured to receive a resource processing request;
the service implementation module is used for calling a corresponding Rest API interface to generate service logic for implementing the resource processing request;
and the adaptation module is used for calling the corresponding cloud service through the adaptation interface to execute the business logic.
Further, still include: and the general overview module is used for initiating a resource processing request and displaying a result of executing the business logic.
It is a further object of the present invention to provide an electronic device comprising a processor, a storage medium, and a computer program, the computer program being stored in the storage medium, the computer program, when executed by the processor, implementing the hybrid cloud management method as described above.
It is a fourth object of the present invention to provide a computer-readable storage medium storing one of the objects of the invention, having a computer program stored thereon, which when executed by a processor, implements the hybrid cloud management method described above.
Compared with the prior art, the invention has the beneficial effects that:
according to the cloud platform management system and the cloud platform management method, the cloud platforms are integrated, the cloud services are called through the unified interface to perform resource operation, unified processing and management of the cloud platforms are achieved, and operation and maintenance operation loads of customers are reduced.
Drawings
FIG. 1 is a flow chart of a hybrid cloud management method of the present invention;
fig. 2 is a block diagram of the structure of a hybrid cloud management apparatus in embodiment 2;
fig. 3 is a block diagram of the electronic apparatus of embodiment 3.
Detailed Description
The present invention will now be described in more detail with reference to the accompanying drawings, in which the description of the invention with reference to the drawings is given by way of illustration and not of limitation. The various embodiments may be combined with each other to form other embodiments not shown in the following description.
Example 1
The embodiment provides a hybrid cloud management method, which integrates cloud platforms based on a unified management platform, and calls different cloud services by configuring an adaptive interface for each cloud platform, so that the resources of each platform are uniformly operated and managed without independently managing each cloud platform, and the operation, maintenance and management costs are reduced.
According to the above principle, a hybrid cloud management method is introduced, as shown in fig. 1, the hybrid cloud management method specifically includes the following steps:
the hybrid cloud management method comprises the following steps:
receiving a resource processing request;
calling a corresponding Rest API interface to generate a service logic for realizing the resource processing request;
and calling the corresponding cloud service through the adaptive interface to execute the business logic.
The hybrid cloud management method of the embodiment adapts the interfaces of the multiple cloud platforms, specifically adopts an adapter design mode, defines a uniform adaptation interface, enables different cloud platforms to have an adaptation interface, calls the service interfaces (namely different cloud services) of the different cloud platforms through the adaptation interface, realizes uniform resource operation and management of the multiple cloud platforms, solves the problem that the current user needs to manage the different cloud platforms independently, reduces operation and maintenance operation load of the multiple cloud platforms, and reduces operation and maintenance cost.
In this embodiment, the hybrid cloud management method is implemented based on an architecture that includes a user layer, a control layer, a service layer, and an adaptation layer. The user layer provides a uniform visual interface, so that a user can conveniently initiate a resource processing request at the front end to manage and check resources of each cloud platform, the control layer is used for providing the Rest API interface, the service layer is used for carrying out service logic realization on a resource pool of each cloud service, and the adaptation layer user realizes an adaptation interface of each cloud platform to realize adaptation on interfaces provided by different cloud services, so that specific cloud services are called to execute service logic operation.
The Rest API interface is used for the front end and the third party to call, and is a uniform interface, and the control layer may determine to call a specific interface to implement a service logic in the service layer according to the specific content of the resource processing request, and if the specific content of the resource processing request is to perform alarm rule deletion, determine to call a Delete interface of the alarm module to generate a service logic in the control layer, that is, Delete the alarm rule.
The specific service logic implementation is executed on the corresponding cloud service through an adaptation interface provided by an adaptation layer, so that the service operation on the cloud service is realized, such as network VPC creation, cloud disk deletion and the like.
Preferably, the receiving a resource handling request comprises: receiving a resource processing request aiming at each cloud service, wherein the resource processing request comprises any one of resource creation, resource calculation, resource storage, resource synchronization and network configuration.
The resource processing request may be a resource processing request initiated for a single cloud platform, or may also be a resource processing request initiated for multiple cloud platforms at the same time, and the server receives the resource processing request initiated by the front end or the third party, and invokes a corresponding interface according to the specific content of the resource processing request to generate a service logic, that is, generate service logics such as resource creation, resource calculation, resource storage, resource synchronization, or network configuration.
Before receiving the resource processing request, the method also receives a user login request, authenticates the user login request and realizes user login. The user can initiate different resource processing requests to operate the resource pools of the cloud platforms only by single login, and unified management is achieved.
Preferably, calling a corresponding Rest API interface to generate a service logic for implementing the resource processing request includes:
determining to generate a Rest API interface of corresponding business logic according to the resource processing request;
calling the determined Rest API interface to generate a service logic for realizing the resource processing request;
wherein the Rest API interface comprises an interface for generating different business logic.
In this embodiment, specific interfaces for implementing the request, such as a Delete interface and a Create interface, are determined to be called according to specific contents of the resource processing request, so as to generate service logic for operating the resource pool.
Preferably, the adaptation interface is a pre-configured unified adaptation interface, and different cloud services are called to execute different business logics through the adaptation interface.
In practical application, the calling of different cloud service interfaces is realized at the adaptive interface, so that the business logic is executed by calling different cloud services, the resource operation of the different cloud services is realized, and the unified management of the different cloud services is realized.
Further, the cloud services comprise private cloud services, Array cloud services and VMware services.
In this embodiment, the private cloud service is provided by a private cloud platform, and the private cloud platform is used for executing computing, network and resource management services of each data center inside an enterprise. The Aliskive cloud service is provided by an Aliskive cloud platform for performing computing, network management, and resource storage services on the Aliskive cloud. VMware services are provided by the VMware platform for executing computing, network management and resource storage services on the VMware.
When the hybrid cloud management method of the embodiment is applied, the private cloud platform is built based on OpenStack, and is deployed and operated by using an x86 architecture server, and the private cloud platform comprises a sub-overview module, a cloud server ECS module, a private network VPC module, an object storage OSS module and a cloud monitoring CMS module. The sub-overview module is mainly used for displaying the resource use condition and the alarm of the private cloud; the cloud server ECS is mainly used for creating, monitoring and managing a cloud host; the private network VPC is used for establishing and managing the network VPC and the sub-network; the object storage OSS main user provides functions of file permission under the socket, uploading and downloading and the like; the cloud monitoring CMS module is used for monitoring and alarming of cloud hosts, storage, networks and the like.
The Ali cloud platform comprises a sub-overview module, an Access Key module, a product module and a data center module. The sub-overview module is used for carrying out statistical display on the Ali cloud computing, the network and the storage resources; the access Key module is used for binding an Ali cloud account, calling the module through an adaptive interface, binding the account, and realizing the operations and management of applying, deleting, monitoring, managing and the like on resources on the Ali cloud and synchronizing the existing resources on the Ali cloud; the product module is used for establishing and managing each resource; the data center module is used for adding all regional data centers of the Ali cloud.
The VMware module comprises a sub-overview module, a basic resource module, a cloud host module, a mirror image module, a network module and a cloud disk module. The sub-overview module is used for statistically displaying VMware calculation, network and storage resources managed by the nano-tube; the basic resource module is used for binding the vcenter account, and existing resources under VMware can be synchronized after the binding is successful; the cloud host module, the network module and the cloud disk module realize the operation and management of VMware calculation, network and storage resources; the mirror image module is used for managing all mirror images under VMware.
According to the hybrid cloud management method, unified management of the private cloud platform, the Ali cloud platform and the VMware cloud platform is achieved through the adaptive interfaces, resources on the Ali cloud and the VMware can be synchronously managed, and direct application, monitoring and management can be conducted on the resources on the private cloud platform, the Ali cloud platform and the VMware cloud platform. In other embodiments of the present invention, the hybrid cloud management method may also be executed by building a unified cloud management platform, and the cloud platforms are connected to the cloud management platform to integrate the cloud platforms, and different cloud services are called through the adaptive interfaces to operate resources on different cloud platforms, that is, to perform operations such as resource application, resource statistics, resource synchronization, and resource monitoring.
Preferably, the resource processing request is initiated through a visual interface, the result of executing the business logic is visually processed, and the visual processing result is displayed through the visual interface.
According to the embodiment, the visual interface is created in advance on the user layer, a user can initiate a resource processing request for each cloud platform through the visual interface, and meanwhile, the resource processing result is displayed through the visual interface, so that unified monitoring and management of each cloud platform are achieved, the resource using condition and the resource operating result of each cloud platform can be checked, and data analysis and operation and maintenance are facilitated.
Example 2
Corresponding to the hybrid cloud management method of embodiment 1, this embodiment discloses a hybrid cloud management device, which is the virtual device structure of embodiment 1, and as shown in fig. 2, includes:
a request receiving module 210, configured to receive a resource processing request;
a service implementation module 220, configured to invoke a corresponding Rest API interface to generate a service logic for implementing the resource processing request;
the adaptation module 230 is configured to invoke a corresponding cloud service through the adaptation interface to execute the business logic.
The device described in this embodiment is implemented based on the following architecture, and includes a user layer, a control layer, a service layer, and an adaptation layer, where the request receiving module 210 is disposed at the control layer and configured to receive a resource processing request sent by the user layer, the service implementing module 220 is disposed at the control layer and the service layer and configured to select a corresponding interface according to specific content of the resource processing request and generate a service logic through the corresponding interface, the adaptation module 230 is disposed at the adaptation layer, and a user invokes the corresponding adaptation interface to transmit the service logic to a specific cloud platform and invokes a corresponding cloud service to execute the service logic.
Preferably, the method further comprises the following steps: and the general overview module is arranged on a user layer and provides a visual interface for a user, so that the user initiates the resource processing request through the general overview module and displays the resource management condition.
In other embodiments of the present invention, the hybrid cloud management apparatus further includes a visualization adaptation module, configured to invoke a result of executing the business logic to generate a visualization view.
Example 3
Fig. 3 is a schematic structural diagram of an electronic device according to embodiment 3 of the present invention, as shown in fig. 3, the electronic device includes a processor 310, a memory 320, an input device 330, and an output device 340; the number of the processors 310 in the electronic device may be one or more, and one processor 310 is taken as an example in fig. 3; the processor 310, the memory 320, the input device 330 and the output device 340 in the electronic apparatus may be connected by a bus or other means, and the connection by the bus is exemplified in fig. 3.
The memory 320, which is a computer-readable storage medium, may be used to store software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the hybrid cloud management method in the embodiment of the present invention (for example, the request receiving module 210, the service implementation module 220, and the adaptation module 230 in the hybrid cloud management apparatus). The processor 310 executes various functional applications and data processing of the electronic device by running software programs, instructions, and modules stored in the memory 320, that is, implements the hybrid cloud management method of embodiment 1.
The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 320 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 320 may further include memory located remotely from the processor 310, which may be connected to the electronic device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 330 may be used to receive input user information and the like. The output device 340 may be a display device such as a display screen for displaying a visual view or a visual interface.
Example 4
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a hybrid cloud management method, the method including:
receiving a resource processing request;
calling a corresponding Rest API interface to generate a service logic for realizing the resource processing request;
and calling the corresponding cloud service through the adaptive interface to execute the business logic.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the hybrid cloud management method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes instructions for enabling an electronic device (which may be a mobile phone, a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the hybrid cloud management apparatus, each included unit and module are only divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
Various other modifications and changes may be made by those skilled in the art based on the above-described technical solutions and concepts, and all such modifications and changes should fall within the scope of the claims of the present invention.
Claims (10)
1. A hybrid cloud management method is characterized by comprising the following steps:
receiving a resource processing request;
calling a corresponding Rest API interface to generate a service logic for realizing the resource processing request;
and calling the corresponding cloud service through the adaptive interface to execute the business logic.
2. The hybrid cloud management method of claim 1, wherein receiving a resource handling request comprises: receiving a resource processing request aiming at each cloud service, wherein the resource processing request comprises any one of resource creation, resource calculation, resource storage, resource synchronization and network configuration.
3. The hybrid cloud management method of claim 2, wherein invoking the corresponding Rest API interface to generate business logic that implements the resource processing request comprises:
determining to generate a Rest API interface of corresponding business logic according to the resource processing request;
calling the determined Rest API interface to generate a service logic for realizing the resource processing request;
wherein the Rest API interface comprises an interface for generating different business logic.
4. The hybrid cloud management method of claim 1, wherein said adaptation interface is a pre-configured unified adaptation interface through which different cloud services are invoked to perform different business logic.
5. The hybrid cloud management system of claim 1 or 4, wherein said cloud services comprise private cloud services, Alice cloud services, VMware services.
6. The hybrid cloud management system of claim 1, wherein the resource processing request is initiated through a visualization interface, and after a result of executing the business logic is visualized, a visualization processing result is displayed through the visualization interface.
7. A hybrid cloud management apparatus, comprising:
a request receiving module, configured to receive a resource processing request;
the service implementation module is used for calling a corresponding Rest API interface to generate service logic for implementing the resource processing request;
and the adaptation module is used for calling the corresponding cloud service through the adaptation interface to execute the business logic.
8. The hybrid cloud management device of claim 7, further comprising:
and the general overview module is used for initiating a resource processing request and displaying a result of executing the business logic.
9. An electronic device comprising a processor, a storage medium, and a computer program, the computer program being stored in the storage medium, wherein the computer program, when executed by the processor, implements the hybrid cloud management method of any of claims 1 to 6.
10. A computer-readable storage medium on which a computer program is stored, the computer program, when executed by a processor, implementing the hybrid cloud management method of any of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010367156.9A CN111654525A (en) | 2020-04-30 | 2020-04-30 | Hybrid cloud management method, device, equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010367156.9A CN111654525A (en) | 2020-04-30 | 2020-04-30 | Hybrid cloud management method, device, equipment and medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111654525A true CN111654525A (en) | 2020-09-11 |
Family
ID=72349421
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010367156.9A Pending CN111654525A (en) | 2020-04-30 | 2020-04-30 | Hybrid cloud management method, device, equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111654525A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112653761A (en) * | 2020-12-22 | 2021-04-13 | 畅捷通信息技术股份有限公司 | Unified monitoring management device under mixed cloud mode |
CN113065105A (en) * | 2020-12-11 | 2021-07-02 | 上海金融期货信息技术有限公司 | Management method and system of hybrid cloud resources |
CN114900735A (en) * | 2022-04-28 | 2022-08-12 | 广州裕睿信息科技有限公司 | Video unified processing platform, method and device based on hybrid cloud and storage medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107181808A (en) * | 2017-06-01 | 2017-09-19 | 安徽祥云科技有限公司 | A kind of privately owned cloud system and operation method |
CN107508923A (en) * | 2017-10-10 | 2017-12-22 | 郑州云海信息技术有限公司 | A kind of public cloud management method and system |
CN109074265A (en) * | 2016-03-28 | 2018-12-21 | 甲骨文国际公司 | The preformed instruction of mobile cloud service |
-
2020
- 2020-04-30 CN CN202010367156.9A patent/CN111654525A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109074265A (en) * | 2016-03-28 | 2018-12-21 | 甲骨文国际公司 | The preformed instruction of mobile cloud service |
CN107181808A (en) * | 2017-06-01 | 2017-09-19 | 安徽祥云科技有限公司 | A kind of privately owned cloud system and operation method |
CN107508923A (en) * | 2017-10-10 | 2017-12-22 | 郑州云海信息技术有限公司 | A kind of public cloud management method and system |
Non-Patent Citations (1)
Title |
---|
王一盟: "异构私有云管平台通用适配器的研究与实现", 《智能计算机与应用》 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113065105A (en) * | 2020-12-11 | 2021-07-02 | 上海金融期货信息技术有限公司 | Management method and system of hybrid cloud resources |
CN112653761A (en) * | 2020-12-22 | 2021-04-13 | 畅捷通信息技术股份有限公司 | Unified monitoring management device under mixed cloud mode |
CN114900735A (en) * | 2022-04-28 | 2022-08-12 | 广州裕睿信息科技有限公司 | Video unified processing platform, method and device based on hybrid cloud and storage medium |
CN114900735B (en) * | 2022-04-28 | 2024-03-19 | 广州裕睿信息科技有限公司 | Video unified processing platform, method and device based on hybrid cloud and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11190561B2 (en) | Virtual computing system providing local screen sharing from hosted collaboration applications and related methods | |
CN111654525A (en) | Hybrid cloud management method, device, equipment and medium | |
CN111459749B (en) | Prometheus-based private cloud monitoring method and device, computer equipment and storage medium | |
EP3637771A1 (en) | Cloud desktop system, and image sequence compression and encoding method, and medium therefor | |
US9801146B2 (en) | Terminal and synchronization control method among terminals | |
US20160337170A1 (en) | Network Resources Management by a Cloud Consumer | |
CN109343929A (en) | A kind of multi-screen interaction method and system based on the shared video memory of virtualization | |
JP2022511020A (en) | Real-time concealment of digital content | |
US10924590B1 (en) | Virtual workspace experience visualization and optimization | |
US12056095B2 (en) | Host-level persistent volume management for container clouds | |
US20150242436A1 (en) | Methods and apparatuses for generating desktop cloud instances based upon mobile device user file selections | |
GB2604965A (en) | Shared enterprise cloud | |
CN115665265B (en) | Request processing method, device, equipment, storage medium and system | |
US20230403266A1 (en) | Virtual desktop screen sharing with multiple sharers in a collaboration session | |
CN114389868B (en) | Cloud resource allocation method, system, device and storage medium | |
CN114095758B (en) | Cloud image intercepting method and related device | |
US11768692B2 (en) | Systems and methods for automated application launching | |
CN114726657A (en) | Method and device for interrupt management and data receiving and sending management and intelligent network card | |
CN114917577B (en) | Cloud game data updating method and device, electronic equipment and storage medium | |
CN114465765B (en) | Client security management system and method of cloud desktop system | |
US12058244B2 (en) | Prevention of race conditions in a dual-server storage system for generation of encryption key | |
US20220191270A1 (en) | Method of data interaction, data interaction apparatus, electronic device and non-transitory computer readable storage medium | |
US20210034389A1 (en) | Desktop virtualization with linked power management to client devices | |
CN115022053A (en) | Method, device and system for accessing block chain network | |
CN117057815A (en) | Unmanned network virtual seat service method, system, equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200911 |
|
RJ01 | Rejection of invention patent application after publication |