From a044aa42ec6db1651c092895dd716cc48a40ab63 Mon Sep 17 00:00:00 2001 From: guoyanyan Date: Wed, 7 Dec 2022 12:01:08 +0000 Subject: [PATCH] as_dev_1109 Reviewed-by: Hasko, Vladimir Co-authored-by: guoyanyan Co-committed-by: guoyanyan --- docs/as/dev/en-us_topic_0110252686.html | 8 +- docs/as/dev/en-us_topic_0110252687.html | 6 +- docs/as/dev/en-us_topic_0110252688.html | 2 +- docs/as/dev/en-us_topic_0110252689.html | 279 +++++++++--------- docs/as/dev/en-us_topic_0110252690.html | 2 +- docs/as/dev/en-us_topic_0110252693.html | 4 +- docs/as/dev/en-us_topic_0110252696.html | 4 +- docs/as/dev/en-us_topic_0139616237.html | 7 +- .../as/dev/public_sys-resources/commonrtl.css | 2 + .../dev/public_sys-resources/icon-arrowdn.gif | Bin 68 -> 1887 bytes .../dev/public_sys-resources/icon-arrowrt.gif | Bin 70 -> 1890 bytes .../s3api/public_sys-resources/pygments.css | 2 +- 12 files changed, 162 insertions(+), 154 deletions(-) create mode 100644 docs/as/dev/public_sys-resources/commonrtl.css diff --git a/docs/as/dev/en-us_topic_0110252686.html b/docs/as/dev/en-us_topic_0110252686.html index 48660d242..d80500046 100644 --- a/docs/as/dev/en-us_topic_0110252686.html +++ b/docs/as/dev/en-us_topic_0110252686.html @@ -16,7 +16,7 @@

Array of vpcs objects

-

Specifies the VPC objects.

+

Specifies the VPCs.

@@ -43,21 +43,21 @@

String

-
  • Specifies the VPC name.
  • The value is a string of no more than 64 characters that can contain letters, digits, underscores (_), hyphens (-), and periods (.).
  • Each VPC name of a tenant must be unique if the VPC name is not left blank.
+
  • Specifies the VPC name.
  • The value can contain no more than 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.).
  • Each VPC name of a tenant must be unique if the VPC name is not left blank.

description

String

-
  • Provides supplementary information about the VPC.
  • The value is a string of no more than 255 characters and cannot contain angle brackets (< or >).
+
  • Provides supplementary information about the VPC.
  • The value can contain no more than 255 characters and cannot contain angle brackets (< or >).

cidr

String

-
  • Specifies the available IP address ranges for subnets in the VPC.
  • Possible values are as follows:
    • 10.0.0.0/8~24
    • 172.16.0.0/12~24
    • 192.168.0.0/16~24
    +
    • Specifies the available IP address ranges for subnets in the VPC.
    • Possible values are as follows:
      • 10.0.0.0/8-24
      • 172.16.0.0/12-24
      • 192.168.0.0/16-24
    • If cidr is not specified, the default value is left blank.
    • The value must be in CIDR format, for example, 192.168.0.0/16.
    diff --git a/docs/as/dev/en-us_topic_0110252687.html b/docs/as/dev/en-us_topic_0110252687.html index d101427c8..2170f72e3 100644 --- a/docs/as/dev/en-us_topic_0110252687.html +++ b/docs/as/dev/en-us_topic_0110252687.html @@ -158,7 +158,8 @@

    String

    -
    • Specifies the NTP server address configured for the subnet.
    • Constraints:

      The option ntp for opt_name indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option null for opt_name indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string.

      +
      • Specifies the NTP server address or DHCP lease expiration time configured for the subnet.
      • Constraints:

        The option ntp for opt_name indicates the NTP server configured for the subnet. Currently, only IPv4 addresses are supported. A maximum of four IP addresses can be configured, and each address must be unique. Multiple IP addresses must be separated using commas (,). The option null for opt_name indicates that no NTP server is configured for the subnet. The parameter value cannot be an empty string.

        +

        The option addresstime for opt_name indicates the DHCP lease expiration time. The value can be -1, which indicates unlimited lease time, or Number+h. The number ranges from 1 to 30,000. For example, the value can be 5h. The default value is 24h.

      @@ -168,7 +169,7 @@

      String

      -
      • Specifies the NTP server address name configured for the subnet.
      • Currently, the value can only be set to ntp.
      +
      • Specifies the NTP server address name or DHCP lease expiration time name configured for the subnet.
      • Currently, the value can only be set to ntp or addresstime.
      @@ -180,6 +181,7 @@ { "id": "4779ab1c-7c1a-44b1-a02e-93dfc361b32d", "name": "subnet", + "description": "", "cidr": "192.168.20.0/24", "dnsList": [ "114.xx.xx.114", diff --git a/docs/as/dev/en-us_topic_0110252688.html b/docs/as/dev/en-us_topic_0110252688.html index 61613ce2c..d2d7058ec 100644 --- a/docs/as/dev/en-us_topic_0110252688.html +++ b/docs/as/dev/en-us_topic_0110252688.html @@ -39,7 +39,7 @@

      String

      -
      • Specifies the security group name.
      • The value is a string of 1 to 64 characters that can contain letters, digits, underscores (_), hyphens (-), and periods (.).
      +
      • Specifies the security group name.
      • The value can contain 1 to 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.).

      vpc_id

      diff --git a/docs/as/dev/en-us_topic_0110252689.html b/docs/as/dev/en-us_topic_0110252689.html index b88f25730..a2736d92c 100644 --- a/docs/as/dev/en-us_topic_0110252689.html +++ b/docs/as/dev/en-us_topic_0110252689.html @@ -405,147 +405,144 @@

      Example response

      STATUS CODE 200
      -
       1
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      -10
      -11
      -12
      -13
      -14
      -15
      -16
      -17
      -18
      -19
      -20
      -21
      -22
      -23
      -24
      -25
      -26
      -27
      -28
      -29
      -30
      -31
      -32
      -33
      -34
      -35
      -36
      -37
      -38
      -39
      -40
      -41
      -42
      -43
      -44
      -45
      -46
      -47
      -48
      -49
      -50
      -51
      -52
      -53
      -54
      -55
      -56
      -57
      -58
      -59
      -60
      -61
      -62
      -63
      -64
      -65
      -66
      -67
      -68
      -69
      -70
      {
      -  "images": [
      -    {
      -      "schema": "/v2/schemas/image",
      -      "min_disk": 100,
      -      "created_at": "2018-09-06T14:03:27Z",
      -      "__image_source_type": "uds",
      -      "container_format": "bare",
      -      "file": "/v2/images/bc6bed6e-ba3a-4447-afcc-449174a3eb52/file",
      -      "updated_at": "2018-09-06T15:17:33Z",
      -      "protected": true,
      -      "checksum": "d41d8cd98f00b204e9800998ecf8427e",
      -      "__support_kvm_fpga_type": "VU9P",
      -      "id": "bc6bed6e-ba3a-4447-afcc-449174a3eb52",
      -      "__isregistered": "true",
      -      "min_ram": 2048,
      -      "__lazyloading": "true",
      -      "owner": "1bed856811654c1cb661a6ca845ebc77",
      -      "__os_type": "Linux",
      -      "__imagetype": "gold",
      -      "visibility": "public",
      -      "virtual_env_type": "FusionCompute",
      -      "tags": [],
      -      "__platform": "CentOS",
      -      "size": 0,
      -      "__os_bit": "64",
      -      "__os_version": "CentOS 7.3 64bit",
      -      "name": "CentOS 7.3 64bit vivado",
      -      "self": "/v2/images/bc6bed6e-ba3a-4447-afcc-449174a3eb52",
      -      "disk_format": "zvhd2",
      -      "virtual_size": null,
      -      "hw_firmware_type": "bios",
      -      "status": "active",
      -      "__support_fc_inject":"true"
      -    },
      -    {
      -      "schema": "/v2/schemas/image",
      -      "min_disk": 100,
      -      "created_at": "2018-09-06T14:03:05Z",
      -      "__image_source_type": "uds",
      -      "container_format": "bare",
      -      "file": "/v2/images/0328c25e-c840-4496-81ac-c4e01b214b1f/file",
      -      "updated_at": "2018-09-25T14:27:40Z",
      -      "protected": true,
      -      "checksum": "d41d8cd98f00b204e9800998ecf8427e",
      -      "__support_kvm_fpga_type": "VU9P_COMMON",
      -      "id": "0328c25e-c840-4496-81ac-c4e01b214b1f",
      -      "__isregistered": "true",
      -      "min_ram": 2048,
      -      "__lazyloading": "true",
      -      "owner": "1bed856811654c1cb661a6ca845ebc77",
      -      "__os_type": "Linux",
      -      "__imagetype": "gold",
      -      "visibility": "public",
      -      "virtual_env_type": "FusionCompute",
      -      "tags": [],
      -      "__platform": "CentOS",
      -      "size": 0,
      -      "__os_bit": "64",
      -      "__os_version": "CentOS 7.3 64bit",
      -      "name": "CentOS 7.3 64bit with sdx",
      -      "self": "/v2/images/0328c25e-c840-4496-81ac-c4e01b214b1f",
      -      "disk_format": "zvhd2",
      -      "virtual_size": null,
      -      "hw_firmware_type": "bios",
      -      "status": "active",
      -      "__support_fc_inject":"true"
      -    }
      -  ]
      -}
      -
      -
      +
       1
      + 2
      + 3
      + 4
      + 5
      + 6
      + 7
      + 8
      + 9
      +10
      +11
      +12
      +13
      +14
      +15
      +16
      +17
      +18
      +19
      +20
      +21
      +22
      +23
      +24
      +25
      +26
      +27
      +28
      +29
      +30
      +31
      +32
      +33
      +34
      +35
      +36
      +37
      +38
      +39
      +40
      +41
      +42
      +43
      +44
      +45
      +46
      +47
      +48
      +49
      +50
      +51
      +52
      +53
      +54
      +55
      +56
      +57
      +58
      +59
      +60
      +61
      +62
      +63
      +64
      +65
      +66
      +67
      +68
      {
      +  "images": [
      +    {
      +      "schema": "/v2/schemas/image",
      +      "min_disk": 100,
      +      "created_at": "2018-09-06T14:03:27Z",
      +      "__image_source_type": "uds",
      +      "container_format": "bare",
      +      "file": "/v2/images/bc6bed6e-ba3a-4447-afcc-449174a3eb52/file",
      +      "updated_at": "2018-09-06T15:17:33Z",
      +      "protected": true,
      +      "checksum": "d41d8cd98f00b204e9800998ecf8427e",
      +      "id": "bc6bed6e-ba3a-4447-afcc-449174a3eb52",
      +      "__isregistered": "true",
      +      "min_ram": 2048,
      +      "__lazyloading": "true",
      +      "owner": "1bed856811654c1cb661a6ca845ebc77",
      +      "__os_type": "Linux",
      +      "__imagetype": "gold",
      +      "visibility": "public",
      +      "virtual_env_type": "FusionCompute",
      +      "tags": [],
      +      "__platform": "CentOS",
      +      "size": 0,
      +      "__os_bit": "64",
      +      "__os_version": "CentOS 7.3 64bit",
      +      "name": "CentOS 7.3 64bit vivado",
      +      "self": "/v2/images/bc6bed6e-ba3a-4447-afcc-449174a3eb52",
      +      "disk_format": "zvhd2",
      +      "virtual_size": null,
      +      "hw_firmware_type": "bios",
      +      "status": "active",
      +      "__support_fc_inject":"true"
      +    },
      +    {
      +      "schema": "/v2/schemas/image",
      +      "min_disk": 100,
      +      "created_at": "2018-09-06T14:03:05Z",
      +      "__image_source_type": "uds",
      +      "container_format": "bare",
      +      "file": "/v2/images/0328c25e-c840-4496-81ac-c4e01b214b1f/file",
      +      "updated_at": "2018-09-25T14:27:40Z",
      +      "protected": true,
      +      "checksum": "d41d8cd98f00b204e9800998ecf8427e",
      +      "id": "0328c25e-c840-4496-81ac-c4e01b214b1f",
      +      "__isregistered": "true",
      +      "min_ram": 2048,
      +      "__lazyloading": "true",
      +      "owner": "1bed856811654c1cb661a6ca845ebc77",
      +      "__os_type": "Linux",
      +      "__imagetype": "gold",
      +      "visibility": "public",
      +      "virtual_env_type": "FusionCompute",
      +      "tags": [],
      +      "__platform": "CentOS",
      +      "size": 0,
      +      "__os_bit": "64",
      +      "__os_version": "CentOS 7.3 64bit",
      +      "name": "CentOS 7.3 64bit with sdx",
      +      "self": "/v2/images/0328c25e-c840-4496-81ac-c4e01b214b1f",
      +      "disk_format": "zvhd2",
      +      "virtual_size": null,
      +      "hw_firmware_type": "bios",
      +      "status": "active",
      +      "__support_fc_inject":"true"
      +    }
      +  ]
      +}
      +
      + +
      -
      Table 2 keypair field description

      Parameter

      +
      diff --git a/docs/as/dev/en-us_topic_0110252693.html b/docs/as/dev/en-us_topic_0110252693.html index 9d92bb3e2..0dd759e3d 100644 --- a/docs/as/dev/en-us_topic_0110252693.html +++ b/docs/as/dev/en-us_topic_0110252693.html @@ -361,7 +361,7 @@ "min_instance_number": 0, "max_instance_number": 500, "cool_down_time": 300, - "lb_listener_id": "f06c0112570743b51c0e8fbe1f235bab", + "lb_listener_id": null, "security_groups": [ { "id": "8a4b1d5b-0054-419f-84b1-5c8a59ebc829" @@ -380,6 +380,8 @@ ] "enterprise_project_id": "c92b1a5d-6f20-43f2-b1b7-7ce35e58e413", "multi_az_priority_policy": "PICK_FIRST" + + } ], "total_number": 1, diff --git a/docs/as/dev/en-us_topic_0110252696.html b/docs/as/dev/en-us_topic_0110252696.html index 6d1d2f7de..2a15a3810 100644 --- a/docs/as/dev/en-us_topic_0110252696.html +++ b/docs/as/dev/en-us_topic_0110252696.html @@ -87,7 +87,7 @@ - + + +
      Table 2 keypair field description

      Parameter

      Type

      String

      Specifies the instance lifecycle status in the AS group.

      -
      • INSERVICE: The instance is enabled.
      • PENDING: The instance is being added to the AS group.
      • REMOVING: The instance is being removed from the AS group.
      +
      • INSERVICE: The instance is enabled.
      • PENDING: The instance is being added to the AS group.
      • REMOVING: The instance is being removed from the AS group.

      health_status

      @@ -95,7 +95,7 @@

      String

      Specifies the instance health status.

      -
      • INITIALIZING: The instance is being initialized.
      • NORMAL: The instance is functional.
      • ERROR: The instance is faulty.
      +
      • INITIALIZING: The instance is being initialized.
      • NORMAL: The instance is functional.
      • ERROR: The instance is faulty.

      scaling_configuration_name

      diff --git a/docs/as/dev/en-us_topic_0139616237.html b/docs/as/dev/en-us_topic_0139616237.html index b50f0aebf..d7ea4e545 100644 --- a/docs/as/dev/en-us_topic_0139616237.html +++ b/docs/as/dev/en-us_topic_0139616237.html @@ -8,7 +8,12 @@

      2021-10-20

      +

      2022-10-31

      +

      Optimized the document, including the function description and parameter description of each API, as well as the format of request and response examples.

      +

      2021-10-20

      This release incorporates the following change:

      Change

      diff --git a/docs/as/dev/public_sys-resources/commonrtl.css b/docs/as/dev/public_sys-resources/commonrtl.css new file mode 100644 index 000000000..f261da752 --- /dev/null +++ b/docs/as/dev/public_sys-resources/commonrtl.css @@ -0,0 +1,2 @@ +/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with
      . Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式 +*//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre} \ No newline at end of file diff --git a/docs/as/dev/public_sys-resources/icon-arrowdn.gif b/docs/as/dev/public_sys-resources/icon-arrowdn.gif index 84eec9be2f2ce458e888f8a9b803f9387247726a..379428032932289326e52c2772bd90ba3d88b906 100644 GIT binary patch literal 1887 zcmZ?wbhEHbCgqow z*eU^C3h_d20o>TUVm+{T^pf*)^(zt!^bPe4Kwg3=^!3HBG&dKny0|1L72#g21{a4^ z7NqJ2r55Lx7A2Jm>Ih`8X1|p zSh~8p7&*iAy5uL9=BDPA!1Sgd^t#~G3rY&P1wfl!Qj0RnQd8WD@^clyUbf1_?G{Iz z=0WwQ;C71>PQCg-$LND17Ac}(Lcr7mV#1RxkONQnsd>QEUIa|mjQ{`r{qy_R&mZ5v zef{$J)5j0*-@SeF`qj%9&!0Vg^7zri2lwyYy>t84%^TORUA=Po(!~qs&z(JU`qar2 z$B!L7a`@1}1N-;w-Lrew&K=vgZQZhY)5ZeMTG_VdAT{+S(zE> zX{jm6Nr?&Zaj`McQIQehVWA3>*p!%p5Wn0u7E$th{n6D>ft^YU5&dnB%c=(a~-RV>2EO25SIA CZ-yWM literal 68 zcmZ?wbhEHbzkByxQ$u Mo$o?7J5~m305MV#!~g&Q diff --git a/docs/as/dev/public_sys-resources/icon-arrowrt.gif b/docs/as/dev/public_sys-resources/icon-arrowrt.gif index 39583d168d6db303b366b5b8c1780698a6bb6017..6aaaa11c23e919c4798d7dcd2b1ae98dd35dd316 100644 GIT binary patch literal 1890 zcmZ?wbhEHb7yetOgf{ zR2HP_2c;J0mlh?b0+lO+tSYc_E=o--$uA1Y&(DE{Vn9ZINq%ugeu08>u$h8JcxGNo zetEGbSiP^Wm1kaYNn&1ds;7&s63_&_%*+%k11Cod14Ab>6ALqQLqk^=3j-5FHzP|& zBUd9gQwvj9m|mCsATTyHM;rzL?XHK6w zdE)r7qel)OI(T6JzP)>P@7lRz`?jrHHgDRvVg0(bYgVsXxnlXUrArnsTDV~Tyt#8` z&zd=7`n0K2CQq6;p}()Ur@O1OqrI)QrMaoGp}wxRrn;)KqP(oMq`0WCAU`iRCp#-M zBRwrOB{?ZEAwDiPCORrIB0MZKBseHAz~9f;$J@)(!`;o*#o5Wx!QRf+#@fo#!raW% z#MsEtKwnQ+M_Wr%LtRZ(MOjHvL0(Q)Mp{ZzLR?H#L|8~rfS-?-hntI&gPo0)g_((w zfkE*n3y@@B&;b#k`jUY|nSq%>!ec`MLnAA%oR7zc2TpB#@>)|YCO&lN;uMU!b7Eqm H1A{dHTIz>f literal 70 zcmZ?wbhEHb