@alicloud/sae20190506 1.25.3 → 1.25.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/sae20190506",
3
- "version": "1.25.3",
3
+ "version": "1.25.4",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -10559,6 +10559,10 @@ export class DeployApplicationRequest extends $tea.Model {
10559
10559
  * [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
10560
10560
  */
10561
10561
  configMapMountDesc?: string;
10562
+ /**
10563
+ * @example
10564
+ * 1000
10565
+ */
10562
10566
  cpu?: number;
10563
10567
  /**
10564
10568
  * @remarks
@@ -10722,6 +10726,10 @@ export class DeployApplicationRequest extends $tea.Model {
10722
10726
  * {"exec":{"command":["sleep","5s"]},"initialDelaySeconds":10,"timeoutSeconds":11}
10723
10727
  */
10724
10728
  liveness?: string;
10729
+ /**
10730
+ * @example
10731
+ * 1024
10732
+ */
10725
10733
  memory?: number;
10726
10734
  /**
10727
10735
  * @remarks
@@ -10735,6 +10743,10 @@ export class DeployApplicationRequest extends $tea.Model {
10735
10743
  * "0"
10736
10744
  */
10737
10745
  microRegistration?: string;
10746
+ /**
10747
+ * @example
10748
+ * {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
10749
+ */
10738
10750
  microRegistrationConfig?: string;
10739
10751
  /**
10740
10752
  * @remarks
@@ -10794,7 +10806,7 @@ export class DeployApplicationRequest extends $tea.Model {
10794
10806
  nasConfigs?: string;
10795
10807
  /**
10796
10808
  * @remarks
10797
- * The ID of the Apsara File Storage NAS file system. After the application is created, you may want to call other operations to manage the application. If you do not want to change the NAS configurations in these subsequent operations, you can omit the **NasId** parameter in the requests. If you want to unmount the NAS file system, you must set the **NasId** values in the subsequent requests to an empty string ("").
10809
+ * The ID of the File Storage NAS file system. After the application is created, you may want to call other operations to manage the application. If you do not want to change the NAS configurations in these subsequent operations, you can omit the **NasId** parameter in the requests. If you want to unmount the NAS file system, you must set the **NasId** values in the subsequent requests to an empty string ("").
10798
10810
  *
10799
10811
  * @example
10800
10812
  * 10d3b4****
@@ -10940,8 +10952,20 @@ export class DeployApplicationRequest extends $tea.Model {
10940
10952
  * {"exec":{"command":["sleep","6s"]},"initialDelaySeconds":15,"timeoutSeconds":12}
10941
10953
  */
10942
10954
  readiness?: string;
10955
+ /**
10956
+ * @example
10957
+ * 1
10958
+ */
10943
10959
  replicas?: number;
10960
+ /**
10961
+ * @example
10962
+ * sg-wz969ngg2e49q5i4****
10963
+ */
10944
10964
  securityGroupId?: string;
10965
+ /**
10966
+ * @example
10967
+ * {\\"alicloud.service.tag\\":\\"g1\\"}
10968
+ */
10945
10969
  serviceTags?: string;
10946
10970
  /**
10947
10971
  * @remarks
@@ -11020,6 +11044,10 @@ export class DeployApplicationRequest extends $tea.Model {
11020
11044
  * {"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}
11021
11045
  */
11022
11046
  updateStrategy?: string;
11047
+ /**
11048
+ * @example
11049
+ * vsw-bp12mw1f8k3jgygk9****
11050
+ */
11023
11051
  vSwitchId?: string;
11024
11052
  /**
11025
11053
  * @remarks
@@ -32554,6 +32582,28 @@ export class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
32554
32582
  }
32555
32583
  }
32556
32584
 
32585
+ export class DescribeIngressResponseBodyDataRulesRuleActions extends $tea.Model {
32586
+ actionConfig?: string;
32587
+ actionType?: string;
32588
+ static names(): { [key: string]: string } {
32589
+ return {
32590
+ actionConfig: 'ActionConfig',
32591
+ actionType: 'ActionType',
32592
+ };
32593
+ }
32594
+
32595
+ static types(): { [key: string]: any } {
32596
+ return {
32597
+ actionConfig: 'string',
32598
+ actionType: 'string',
32599
+ };
32600
+ }
32601
+
32602
+ constructor(map?: { [key: string]: any }) {
32603
+ super(map);
32604
+ }
32605
+ }
32606
+
32557
32607
  export class DescribeIngressResponseBodyDataRules extends $tea.Model {
32558
32608
  /**
32559
32609
  * @remarks
@@ -32610,6 +32660,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
32610
32660
  */
32611
32661
  path?: string;
32612
32662
  rewritePath?: string;
32663
+ ruleActions?: DescribeIngressResponseBodyDataRulesRuleActions[];
32613
32664
  static names(): { [key: string]: string } {
32614
32665
  return {
32615
32666
  appId: 'AppId',
@@ -32619,6 +32670,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
32619
32670
  domain: 'Domain',
32620
32671
  path: 'Path',
32621
32672
  rewritePath: 'RewritePath',
32673
+ ruleActions: 'RuleActions',
32622
32674
  };
32623
32675
  }
32624
32676
 
@@ -32631,6 +32683,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
32631
32683
  domain: 'string',
32632
32684
  path: 'string',
32633
32685
  rewritePath: 'string',
32686
+ ruleActions: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRulesRuleActions },
32634
32687
  };
32635
32688
  }
32636
32689