检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        2546 results found.
        • Getting Started - GaussDB(DWS)

          Getting Started - GaussDB(DWS)

          varchar(200), product_type1 varchar(20), product_type2 char(10), product_monthly_sales_cnt integer, product_comment_time date, product_comment_num integer, product_comment_content varchar(200) ) SERVER gsmpp_server OPTIONS ( LOCATION'obs://OBS bucket name/input_data/

          Help > GaussDB(DWS) > Getting Started
        • Managing a Node in a Customized Node Pool - Cloud Container Engine

          Managing a Node in a Customized Node Pool - Cloud Container Engine

          Status Codes Status Code Description 200 The job for managing a node in the customized node pool in the cluster delivered. Error Codes See Error Codes. Parent Topic: Node Management

          Help > Cloud Container Engine > API Reference > APIs > Node Management
        • Modifying Source Server Information - Server Migration Service

          Modifying Source Server Information - Server Migration Service

          System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } } This example changes the name of the source server with ID dcdbe339-b02d

          Help > Server Migration Service > API Reference > APIs V3.0 > Source Server Management
        • Batch Deleting Source Server Records - Server Migration Service

          Batch Deleting Source Server Records - Server Migration Service

          Status Codes Status Code Description 200 Batch deleting source server records succeeded. 403 Authentication failed. Error Codes For details, see Error Codes. Parent Topic: Source Server Management

          Help > Server Migration Service > API Reference > APIs V3.0 > Source Server Management
        • Modifying GUC Parameters of the GaussDB(DWS) Cluster - GaussDB(DWS)

          Modifying GUC Parameters of the GaussDB(DWS) Cluster - GaussDB(DWS)

          When enabled, it merges and rewrites (where a in (list1) or a in (list2)) to support inlist2join.

          Help > GaussDB(DWS) > User Guide > GaussDB(DWS) Cluster Management
        • Enabling Cross-Cluster Access of Hive Metastore Through an External Schema - GaussDB(DWS)

          Enabling Cross-Cluster Access of Hive Metastore Through an External Schema - GaussDB(DWS)

          char(30) , product_time date , product_level char(10) , product_name varchar(200) , product_type1 varchar(20) , product_type2 char(10)

          Help > GaussDB(DWS) > Best Practices > Import and Export
        • Cost Calculation Model - Cloud Container Engine

          Cost Calculation Model - Cloud Container Engine

          The costs of a single cluster consist of the namespace cost, unallocated cost, and cluster management cost (the cost for managing master nodes in a CCE cluster and the system namespace). The unallocated cost and cluster management cost are defined as shared costs.

          Help > Cloud Container Engine > User Guide > Cloud Native Cost Governance > Cost Insights
        • Querying Cluster CN Nodes - GaussDB(DWS)

          Querying Cluster CN Nodes - GaussDB(DWS)

          Status Code Status Code Description 200 Succeeded in querying the cluster CN node. 400 Request error. 401 Authentication failed. 403 You do not have required permissions. 404 No resources found. 500 Internal server error. 503 The service was unavailable.

          Help > GaussDB(DWS) > API Reference > API Description > Cluster Management
        • VPC Network Model - Cloud Container Engine

          VPC Network Model - Cloud Container Engine

          The mask of the container CIDR block allocated to a node is 25. That is, the number of container IP addresses on each node is 128. Therefore, a maximum of 512 (65536/128) nodes can be created.

          Help > Cloud Container Engine > User Guide > Networking > Container Networks > VPC Network Settings
        • Registering a Source Server with SMS - Server Migration Service

          Registering a Source Server with SMS - Server Migration Service

          This parameter is mandatory for source server registration. MBR: Master Boot Record (MBR) GPT: GUID Partition Table (GPT) The value can be: MBR GPT device_use Yes String The disk function.

          Help > Server Migration Service > API Reference > APIs V3.0 > Source Server Management
        • Resetting a Node - Cloud Container Engine

          Resetting a Node - Cloud Container Engine

          in a node pool (invalid spec).

          Help > Cloud Container Engine > API Reference > APIs > Node Management
        • Tunnel Network Model - Cloud Container Engine

          Tunnel Network Model - Cloud Container Engine

          If the mask of the container CIDR block allocated to each node is 28 (a total of 16 container IP addresses allocated each time), a maximum of 4,096 (65536/16) nodes can be created. This is an extreme case.

          Help > Cloud Container Engine > User Guide > Networking > Container Networks > Tunnel Network Settings
        • Enabling DR - GaussDB(DWS)

          Enabling DR - GaussDB(DWS)

          Status Code Status Code Description 200 The DR enabling request is successfully delivered. 400 Request error. 401 Authentication failed. 403 You do not have required permissions. 404 No resources found. 500 Internal server error. 503 The service was unavailable.

          Help > GaussDB(DWS) > API Reference > API Description > DR Management
        • Developer Operations - GaussDB(DWS)

          Developer Operations - GaussDB(DWS)

          When enabled, it merges and rewrites (where a in (list1) or a in (list2)) to support inlist2join.

          Help > GaussDB(DWS) > Developer Guide (9.1.0.x) > GUC Parameters of the GaussDB(DWS) Database
        • Manually Deploying Node.js (CentOS 7.2) - Elastic Cloud Server

          Manually Deploying Node.js (CentOS 7.2) - Elastic Cloud Server

          Modify the file as follows: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = http.createServer((req, res) => { res.statusCode = 200; res.setHeader('Content-Type', 'text/plain'); res.end('Hello World\n'); }); server.listen(port, hostname

          Help > Elastic Cloud Server > Best Practices > Setting Up an Environment
        • Querying Resource Statistics - GaussDB(DWS)

          Querying Resource Statistics - GaussDB(DWS)

          node_statistics StatusStatistics object Node resource statistics.

          Help > GaussDB(DWS) > API Reference > API Description > Resource Management
        • Using DAS to Create and Configure Agent Job and DBLink on the Master and Slave Databases for RDS for SQL Server Instances - Relational Database Service

          Using DAS to Create and Configure Agent Job and DBLink on the Master and Slave Databases for RDS for SQL Server Instances - Relational Database Service

          Using DAS to Create and Configure Agent Job and DBLink on the Master and Slave Databases for RDS for SQL Server Instances Scenarios Data Admin Service (DAS) is a one-stop database management platform that allows you to manage databases on a web console.

          Help > Relational Database Service > Best Practices > RDS for SQL Server
        • Migrating a Node - Cloud Container Engine

          Migrating a Node - Cloud Container Engine

          Status Codes Status Code Description 200 The job for migrating a node from a specified cluster to another cluster is successfully delivered. Error Codes See Error Codes. Parent Topic: Node Management

          Help > Cloud Container Engine > API Reference > APIs > Node Management
        • Optimizer Method Configuration - GaussDB(DWS)

          Optimizer Method Configuration - GaussDB(DWS)

          Default value: on best_agg_plan Parameter description: The query optimizer generates three plans for the aggregate operation under the stream: hashagg+gather(redistribute)+hashagg redistribute+hashagg(+gather) hashagg+redistribute+hashagg(+gather).

          Help > GaussDB(DWS) > Developer Guide (9.1.0.x) > GUC Parameters of the GaussDB(DWS) Database > Query Planning
        • Pods - Cloud Container Instance (CCI)-Cloud Container Instance 1.0 (CCI 1.0)

          Pods - Cloud Container Instance (CCI)-Cloud Container Instance 1.0 (CCI 1.0)

          A pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy. A pod encapsulates one or more containers, storage resources, a unique network IP address, and options that govern how the container(s) should run.

          Help > Cloud Container Instance (CCI)-Cloud Container Instance 1.0 (CCI 1.0) > User Guide > Using CCI Through the CCI Console and APIs > Workload
        Total results: 2546
        • Previous
        • 1
        • 2
        • 3
        • 4
        • 5
        • ...
        • 128
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement