@alicloud/esa20240910 2.16.0 → 2.17.0
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/dist/client.d.ts +2 -0
- package/dist/client.js +4 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -8611,6 +8611,7 @@ export class GetSiteResponseBodySiteModel extends $dara.Model {
|
|
|
8611
8611
|
* male1-1.ialicdn.com,female1-1.ialicdn.com
|
|
8612
8612
|
*/
|
|
8613
8613
|
nameServerList?: string;
|
|
8614
|
+
offlineReason?: string;
|
|
8614
8615
|
/**
|
|
8615
8616
|
* @remarks
|
|
8616
8617
|
* The plan name.
|
|
@@ -8709,6 +8710,7 @@ export class GetSiteResponseBodySiteModel extends $dara.Model {
|
|
|
8709
8710
|
createTime: 'CreateTime',
|
|
8710
8711
|
instanceId: 'InstanceId',
|
|
8711
8712
|
nameServerList: 'NameServerList',
|
|
8713
|
+
offlineReason: 'OfflineReason',
|
|
8712
8714
|
planName: 'PlanName',
|
|
8713
8715
|
planSpecName: 'PlanSpecName',
|
|
8714
8716
|
resourceGroupId: 'ResourceGroupId',
|
|
@@ -8731,6 +8733,7 @@ export class GetSiteResponseBodySiteModel extends $dara.Model {
|
|
|
8731
8733
|
createTime: 'string',
|
|
8732
8734
|
instanceId: 'string',
|
|
8733
8735
|
nameServerList: 'string',
|
|
8736
|
+
offlineReason: 'string',
|
|
8734
8737
|
planName: 'string',
|
|
8735
8738
|
planSpecName: 'string',
|
|
8736
8739
|
resourceGroupId: 'string',
|
|
@@ -14916,6 +14919,7 @@ export class ListSitesResponseBodySites extends $dara.Model {
|
|
|
14916
14919
|
* male1-1.ialicdn.com,female1-1.ialicdn.com
|
|
14917
14920
|
*/
|
|
14918
14921
|
nameServerList?: string;
|
|
14922
|
+
offlineReason?: string;
|
|
14919
14923
|
/**
|
|
14920
14924
|
* @remarks
|
|
14921
14925
|
* The plan name.
|
|
@@ -15009,6 +15013,7 @@ export class ListSitesResponseBodySites extends $dara.Model {
|
|
|
15009
15013
|
createTime: 'CreateTime',
|
|
15010
15014
|
instanceId: 'InstanceId',
|
|
15011
15015
|
nameServerList: 'NameServerList',
|
|
15016
|
+
offlineReason: 'OfflineReason',
|
|
15012
15017
|
planName: 'PlanName',
|
|
15013
15018
|
planSpecName: 'PlanSpecName',
|
|
15014
15019
|
resourceGroupId: 'ResourceGroupId',
|
|
@@ -15030,6 +15035,7 @@ export class ListSitesResponseBodySites extends $dara.Model {
|
|
|
15030
15035
|
createTime: 'string',
|
|
15031
15036
|
instanceId: 'string',
|
|
15032
15037
|
nameServerList: 'string',
|
|
15038
|
+
offlineReason: 'string',
|
|
15033
15039
|
planName: 'string',
|
|
15034
15040
|
planSpecName: 'string',
|
|
15035
15041
|
resourceGroupId: 'string',
|