@alicloud/eiam20211201 2.17.3 → 2.17.5
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 +6 -6
- package/dist/client.js +18 -6
- package/dist/client.js.map +1 -1
- package/dist/models/CheckInstanceModuleStatusRequest.d.ts +2 -0
- package/dist/models/CheckInstanceModuleStatusRequest.js +4 -0
- package/dist/models/CheckInstanceModuleStatusRequest.js.map +1 -1
- package/dist/models/CheckInstanceModuleStatusResponseBody.d.ts +1 -1
- package/dist/models/GetNetworkAccessEndpointRequest.d.ts +1 -1
- package/dist/models/GetNetworkAccessEndpointResponseBody.d.ts +28 -9
- package/dist/models/GetNetworkAccessEndpointResponseBody.js +44 -1
- package/dist/models/GetNetworkAccessEndpointResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +24 -2
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +4 -4
- package/dist/models/ListInstancesRequest.d.ts +1 -0
- package/dist/models/ListInstancesRequest.js +2 -0
- package/dist/models/ListInstancesRequest.js.map +1 -1
- package/dist/models/ListInstancesResponseBody.d.ts +4 -1
- package/dist/models/ListInstancesResponseBody.js.map +1 -1
- package/dist/models/ListNetworkAccessEndpointsRequest.d.ts +13 -17
- package/dist/models/ListNetworkAccessEndpointsRequest.js.map +1 -1
- package/dist/models/ListNetworkAccessEndpointsResponseBody.d.ts +38 -23
- package/dist/models/ListNetworkAccessEndpointsResponseBody.js +44 -1
- package/dist/models/ListNetworkAccessEndpointsResponseBody.js.map +1 -1
- package/dist/models/ListNetworkAccessPathsRequest.d.ts +1 -1
- package/dist/models/ListNetworkAccessPathsResponseBody.d.ts +16 -13
- package/dist/models/ListNetworkAccessPathsResponseBody.js +6 -0
- package/dist/models/ListNetworkAccessPathsResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +2 -0
- package/dist/models/model.js +38 -34
- package/dist/models/model.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +22 -6
- package/src/models/CheckInstanceModuleStatusRequest.ts +6 -0
- package/src/models/CheckInstanceModuleStatusResponseBody.ts +1 -1
- package/src/models/GetNetworkAccessEndpointRequest.ts +1 -1
- package/src/models/GetNetworkAccessEndpointResponseBody.ts +62 -9
- package/src/models/ListApplicationsRequest.ts +26 -2
- package/src/models/ListApplicationsResponseBody.ts +4 -4
- package/src/models/ListInstancesRequest.ts +3 -0
- package/src/models/ListInstancesResponseBody.ts +4 -1
- package/src/models/ListNetworkAccessEndpointsRequest.ts +14 -18
- package/src/models/ListNetworkAccessEndpointsResponseBody.ts +73 -24
- package/src/models/ListNetworkAccessPathsRequest.ts +1 -1
- package/src/models/ListNetworkAccessPathsResponseBody.ts +22 -13
- package/src/models/model.ts +2 -0
|
@@ -28,6 +28,8 @@ export declare class CheckInstanceModuleStatusRequest extends $dara.Model {
|
|
|
28
28
|
* urn:alibaba:idaas:license:module:ud
|
|
29
29
|
*/
|
|
30
30
|
moduleKey?: string;
|
|
31
|
+
resourceLabelKey?: string;
|
|
32
|
+
resourceLabelValue?: string;
|
|
31
33
|
/**
|
|
32
34
|
* @remarks
|
|
33
35
|
* The tertiary module identifier.
|
|
@@ -42,6 +42,8 @@ class CheckInstanceModuleStatusRequest extends $dara.Model {
|
|
|
42
42
|
featureKey: 'FeatureKey',
|
|
43
43
|
instanceId: 'InstanceId',
|
|
44
44
|
moduleKey: 'ModuleKey',
|
|
45
|
+
resourceLabelKey: 'ResourceLabelKey',
|
|
46
|
+
resourceLabelValue: 'ResourceLabelValue',
|
|
45
47
|
subFeatureKey: 'SubFeatureKey',
|
|
46
48
|
};
|
|
47
49
|
}
|
|
@@ -50,6 +52,8 @@ class CheckInstanceModuleStatusRequest extends $dara.Model {
|
|
|
50
52
|
featureKey: 'string',
|
|
51
53
|
instanceId: 'string',
|
|
52
54
|
moduleKey: 'string',
|
|
55
|
+
resourceLabelKey: 'string',
|
|
56
|
+
resourceLabelValue: 'string',
|
|
53
57
|
subFeatureKey: 'string',
|
|
54
58
|
};
|
|
55
59
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckInstanceModuleStatusRequest.js","sourceRoot":"","sources":["../../src/models/CheckInstanceModuleStatusRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CheckInstanceModuleStatusRequest.js","sourceRoot":"","sources":["../../src/models/CheckInstanceModuleStatusRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAuC/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,gBAAgB,EAAE,kBAAkB;YACpC,kBAAkB,EAAE,oBAAoB;YACxC,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,gBAAgB,EAAE,QAAQ;YAC1B,kBAAkB,EAAE,QAAQ;YAC5B,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApED,4EAoEC"}
|
|
@@ -22,7 +22,7 @@ export declare class CheckInstanceModuleStatusResponseBodyModule extends $dara.M
|
|
|
22
22
|
export declare class CheckInstanceModuleStatusResponseBody extends $dara.Model {
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
* The
|
|
25
|
+
* The status information.
|
|
26
26
|
*/
|
|
27
27
|
module?: CheckInstanceModuleStatusResponseBodyModule;
|
|
28
28
|
/**
|
|
@@ -12,7 +12,7 @@ export declare class GetNetworkAccessEndpointRequest extends $dara.Model {
|
|
|
12
12
|
instanceId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* The dedicated network access endpoint
|
|
15
|
+
* The ID of the dedicated network access endpoint.
|
|
16
16
|
*
|
|
17
17
|
* This parameter is required.
|
|
18
18
|
*
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint extends $dara.Model {
|
|
3
|
+
backupEgressPrivateIpAddresses?: string[];
|
|
4
|
+
backupEgressPublicIpAddresses?: string[];
|
|
5
|
+
backupSecurityGroupId?: string;
|
|
6
|
+
backupVSwitchIds?: string[];
|
|
7
|
+
backupVpcId?: string;
|
|
8
|
+
backupVpcRegionId?: string;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
2
20
|
export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $dara.Model {
|
|
21
|
+
backupVpcEndpoint?: GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint;
|
|
3
22
|
/**
|
|
4
23
|
* @remarks
|
|
5
24
|
* The time when the network access endpoint was created. The value is a UNIX timestamp in milliseconds.
|
|
@@ -10,7 +29,7 @@ export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint e
|
|
|
10
29
|
createTime?: number;
|
|
11
30
|
/**
|
|
12
31
|
* @remarks
|
|
13
|
-
* The private egress IP
|
|
32
|
+
* The private egress IP address range of the dedicated network access endpoint. This parameter is returned only when NetworkEndpointType is set to private.
|
|
14
33
|
*
|
|
15
34
|
* @example
|
|
16
35
|
* 172.168.x.x
|
|
@@ -18,7 +37,7 @@ export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint e
|
|
|
18
37
|
egressPrivateIpAddresses?: string[];
|
|
19
38
|
/**
|
|
20
39
|
* @remarks
|
|
21
|
-
* The public egress IP
|
|
40
|
+
* The public egress IP address range of the shared network access endpoint. This parameter is returned only when NetworkEndpointType is set to shared.
|
|
22
41
|
*
|
|
23
42
|
* @example
|
|
24
43
|
* 203.0.XX.XX/27
|
|
@@ -34,7 +53,7 @@ export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint e
|
|
|
34
53
|
instanceId?: string;
|
|
35
54
|
/**
|
|
36
55
|
* @remarks
|
|
37
|
-
* The dedicated network access endpoint
|
|
56
|
+
* The ID of the dedicated network access endpoint.
|
|
38
57
|
*
|
|
39
58
|
* @example
|
|
40
59
|
* nae_examplexxx
|
|
@@ -52,8 +71,8 @@ export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint e
|
|
|
52
71
|
* @remarks
|
|
53
72
|
* The type of the network access endpoint. Valid values:
|
|
54
73
|
*
|
|
55
|
-
* - shared:
|
|
56
|
-
* - private:
|
|
74
|
+
* - shared: Shared network access endpoint.
|
|
75
|
+
* - private: Dedicated network access endpoint.
|
|
57
76
|
*
|
|
58
77
|
* @example
|
|
59
78
|
* private
|
|
@@ -71,10 +90,10 @@ export declare class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint e
|
|
|
71
90
|
* @remarks
|
|
72
91
|
* The status of the network access endpoint. Valid values:
|
|
73
92
|
*
|
|
74
|
-
* - pending:
|
|
75
|
-
* - creating:
|
|
76
|
-
* - running:
|
|
77
|
-
* - deleting:
|
|
93
|
+
* - pending: Pending initialization.
|
|
94
|
+
* - creating: Being created.
|
|
95
|
+
* - running: Running.
|
|
96
|
+
* - deleting: Being deleted.
|
|
78
97
|
*
|
|
79
98
|
* @example
|
|
80
99
|
* running
|
|
@@ -33,12 +33,51 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.GetNetworkAccessEndpointResponseBody = exports.GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint = void 0;
|
|
36
|
+
exports.GetNetworkAccessEndpointResponseBody = exports.GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint = exports.GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
backupEgressPrivateIpAddresses: 'BackupEgressPrivateIpAddresses',
|
|
43
|
+
backupEgressPublicIpAddresses: 'BackupEgressPublicIpAddresses',
|
|
44
|
+
backupSecurityGroupId: 'BackupSecurityGroupId',
|
|
45
|
+
backupVSwitchIds: 'BackupVSwitchIds',
|
|
46
|
+
backupVpcId: 'BackupVpcId',
|
|
47
|
+
backupVpcRegionId: 'BackupVpcRegionId',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static types() {
|
|
51
|
+
return {
|
|
52
|
+
backupEgressPrivateIpAddresses: { 'type': 'array', 'itemType': 'string' },
|
|
53
|
+
backupEgressPublicIpAddresses: { 'type': 'array', 'itemType': 'string' },
|
|
54
|
+
backupSecurityGroupId: 'string',
|
|
55
|
+
backupVSwitchIds: { 'type': 'array', 'itemType': 'string' },
|
|
56
|
+
backupVpcId: 'string',
|
|
57
|
+
backupVpcRegionId: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
validate() {
|
|
61
|
+
if (Array.isArray(this.backupEgressPrivateIpAddresses)) {
|
|
62
|
+
$dara.Model.validateArray(this.backupEgressPrivateIpAddresses);
|
|
63
|
+
}
|
|
64
|
+
if (Array.isArray(this.backupEgressPublicIpAddresses)) {
|
|
65
|
+
$dara.Model.validateArray(this.backupEgressPublicIpAddresses);
|
|
66
|
+
}
|
|
67
|
+
if (Array.isArray(this.backupVSwitchIds)) {
|
|
68
|
+
$dara.Model.validateArray(this.backupVSwitchIds);
|
|
69
|
+
}
|
|
70
|
+
super.validate();
|
|
71
|
+
}
|
|
72
|
+
constructor(map) {
|
|
73
|
+
super(map);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint = GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint;
|
|
39
77
|
class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $dara.Model {
|
|
40
78
|
static names() {
|
|
41
79
|
return {
|
|
80
|
+
backupVpcEndpoint: 'BackupVpcEndpoint',
|
|
42
81
|
createTime: 'CreateTime',
|
|
43
82
|
egressPrivateIpAddresses: 'EgressPrivateIpAddresses',
|
|
44
83
|
egressPublicIpAddresses: 'EgressPublicIpAddresses',
|
|
@@ -56,6 +95,7 @@ class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $dara.Mo
|
|
|
56
95
|
}
|
|
57
96
|
static types() {
|
|
58
97
|
return {
|
|
98
|
+
backupVpcEndpoint: GetNetworkAccessEndpointResponseBodyNetworkAccessEndpointBackupVpcEndpoint,
|
|
59
99
|
createTime: 'number',
|
|
60
100
|
egressPrivateIpAddresses: { 'type': 'array', 'itemType': 'string' },
|
|
61
101
|
egressPublicIpAddresses: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -72,6 +112,9 @@ class GetNetworkAccessEndpointResponseBodyNetworkAccessEndpoint extends $dara.Mo
|
|
|
72
112
|
};
|
|
73
113
|
}
|
|
74
114
|
validate() {
|
|
115
|
+
if (this.backupVpcEndpoint && typeof this.backupVpcEndpoint.validate === 'function') {
|
|
116
|
+
this.backupVpcEndpoint.validate();
|
|
117
|
+
}
|
|
75
118
|
if (Array.isArray(this.egressPrivateIpAddresses)) {
|
|
76
119
|
$dara.Model.validateArray(this.egressPrivateIpAddresses);
|
|
77
120
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetNetworkAccessEndpointResponseBody.js","sourceRoot":"","sources":["../../src/models/GetNetworkAccessEndpointResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetNetworkAccessEndpointResponseBody.js","sourceRoot":"","sources":["../../src/models/GetNetworkAccessEndpointResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ export declare class ListApplicationsRequestCustomFields extends $dara.Model {
|
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
5
|
* The custom field identifier. Valid values:
|
|
6
|
-
* - agent_type:
|
|
6
|
+
* - agent_type: The agent type.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* agent_type
|
|
@@ -61,6 +61,14 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
61
61
|
* Ram Account SSO
|
|
62
62
|
*/
|
|
63
63
|
applicationName?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* The application template ID.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* apt_ramuser_xxxx
|
|
70
|
+
*/
|
|
71
|
+
applicationTemplateId?: string;
|
|
64
72
|
/**
|
|
65
73
|
* @remarks
|
|
66
74
|
* The application access authorization type. Valid values:
|
|
@@ -94,6 +102,13 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
94
102
|
* enabled
|
|
95
103
|
*/
|
|
96
104
|
m2MClientStatus?: string;
|
|
105
|
+
/**
|
|
106
|
+
* @remarks
|
|
107
|
+
* The ServiceCode of the cloud service that manages the application template.
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* waf
|
|
111
|
+
*/
|
|
97
112
|
managedServiceCode?: string;
|
|
98
113
|
/**
|
|
99
114
|
* @remarks
|
|
@@ -119,10 +134,17 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
119
134
|
* enabled
|
|
120
135
|
*/
|
|
121
136
|
resourceServerStatus?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @remarks
|
|
139
|
+
* Specifies whether the application template is managed by a cloud service.
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* true
|
|
143
|
+
*/
|
|
122
144
|
serviceManaged?: boolean;
|
|
123
145
|
/**
|
|
124
146
|
* @remarks
|
|
125
|
-
* The SSO type filter condition. Multiple types can be separated by commas
|
|
147
|
+
* The SSO type filter condition. Multiple types can be separated by commas. Example: oauth2/m2m,oidc+oauth2/m2m.
|
|
126
148
|
*
|
|
127
149
|
* @example
|
|
128
150
|
* oauth2/m2m
|
|
@@ -64,6 +64,7 @@ class ListApplicationsRequest extends $dara.Model {
|
|
|
64
64
|
applicationIdentityType: 'ApplicationIdentityType',
|
|
65
65
|
applicationIds: 'ApplicationIds',
|
|
66
66
|
applicationName: 'ApplicationName',
|
|
67
|
+
applicationTemplateId: 'ApplicationTemplateId',
|
|
67
68
|
authorizationType: 'AuthorizationType',
|
|
68
69
|
customFields: 'CustomFields',
|
|
69
70
|
instanceId: 'InstanceId',
|
|
@@ -83,6 +84,7 @@ class ListApplicationsRequest extends $dara.Model {
|
|
|
83
84
|
applicationIdentityType: 'string',
|
|
84
85
|
applicationIds: { 'type': 'array', 'itemType': 'string' },
|
|
85
86
|
applicationName: 'string',
|
|
87
|
+
applicationTemplateId: 'string',
|
|
86
88
|
authorizationType: 'string',
|
|
87
89
|
customFields: { 'type': 'array', 'itemType': ListApplicationsRequestCustomFields },
|
|
88
90
|
instanceId: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListApplicationsRequest.js","sourceRoot":"","sources":["../../src/models/ListApplicationsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAkBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvCD,kFAuCC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListApplicationsRequest.js","sourceRoot":"","sources":["../../src/models/ListApplicationsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAkBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvCD,kFAuCC;AAED,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAoItD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,yBAAyB;YAClD,uBAAuB,EAAE,yBAAyB;YAClD,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,qBAAqB,EAAE,uBAAuB;YAC9C,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,oBAAoB,EAAE,sBAAsB;YAC5C,cAAc,EAAE,gBAAgB;YAChC,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,uBAAuB,EAAE,QAAQ;YACjC,uBAAuB,EAAE,QAAQ;YACjC,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACzD,eAAe,EAAE,QAAQ;YACzB,qBAAqB,EAAE,QAAQ;YAC/B,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mCAAmC,EAAE;YAClF,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,oBAAoB,EAAE,QAAQ;YAC9B,cAAc,EAAE,SAAS;YACzB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3LD,0DA2LC"}
|
|
@@ -60,7 +60,7 @@ export declare class ListApplicationsResponseBodyApplications extends $dara.Mode
|
|
|
60
60
|
clientId?: string;
|
|
61
61
|
/**
|
|
62
62
|
* @remarks
|
|
63
|
-
* The
|
|
63
|
+
* The application creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
64
64
|
*
|
|
65
65
|
* @example
|
|
66
66
|
* 1649830226000
|
|
@@ -107,7 +107,7 @@ export declare class ListApplicationsResponseBodyApplications extends $dara.Mode
|
|
|
107
107
|
logoUrl?: string;
|
|
108
108
|
/**
|
|
109
109
|
* @remarks
|
|
110
|
-
* The ServiceCode of the
|
|
110
|
+
* The ServiceCode of the cloud service that manages the application template.
|
|
111
111
|
*
|
|
112
112
|
* @example
|
|
113
113
|
* rpa
|
|
@@ -139,7 +139,7 @@ export declare class ListApplicationsResponseBodyApplications extends $dara.Mode
|
|
|
139
139
|
resourceServerStatus?: string;
|
|
140
140
|
/**
|
|
141
141
|
* @remarks
|
|
142
|
-
*
|
|
142
|
+
* Specifies whether the application template is managed by a cloud service.
|
|
143
143
|
*
|
|
144
144
|
* @example
|
|
145
145
|
* true
|
|
@@ -147,7 +147,7 @@ export declare class ListApplicationsResponseBodyApplications extends $dara.Mode
|
|
|
147
147
|
serviceManaged?: boolean;
|
|
148
148
|
/**
|
|
149
149
|
* @remarks
|
|
150
|
-
* The single sign-on
|
|
150
|
+
* The single sign-on protocol. Valid values:
|
|
151
151
|
* - saml2: SAML 2.0 protocol.
|
|
152
152
|
* - oidc: OpenID Connect protocol.
|
|
153
153
|
* - oauth2/m2m: OAuth 2.0 protocol.
|
|
@@ -44,6 +44,7 @@ class ListInstancesRequest extends $dara.Model {
|
|
|
44
44
|
instanceIds: 'InstanceIds',
|
|
45
45
|
pageNumber: 'PageNumber',
|
|
46
46
|
pageSize: 'PageSize',
|
|
47
|
+
serviceManaged: 'ServiceManaged',
|
|
47
48
|
status: 'Status',
|
|
48
49
|
};
|
|
49
50
|
}
|
|
@@ -54,6 +55,7 @@ class ListInstancesRequest extends $dara.Model {
|
|
|
54
55
|
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
55
56
|
pageNumber: 'number',
|
|
56
57
|
pageSize: 'number',
|
|
58
|
+
serviceManaged: 'boolean',
|
|
57
59
|
status: 'string',
|
|
58
60
|
};
|
|
59
61
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListInstancesRequest.js","sourceRoot":"","sources":["../../src/models/ListInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListInstancesRequest.js","sourceRoot":"","sources":["../../src/models/ListInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAsDnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,QAAQ;YAChC,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACtD,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,SAAS;YACzB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxFD,oDAwFC"}
|
|
@@ -64,7 +64,7 @@ export declare class ListInstancesResponseBodyInstancesReplicationConfiguration
|
|
|
64
64
|
primaryInstanceRegionId?: string;
|
|
65
65
|
/**
|
|
66
66
|
* @remarks
|
|
67
|
-
* The time
|
|
67
|
+
* The creation time of the disaster recovery data replication, in UNIX timestamp format. Unit: milliseconds.
|
|
68
68
|
*
|
|
69
69
|
* @example
|
|
70
70
|
* 1778499337000
|
|
@@ -154,6 +154,9 @@ export declare class ListInstancesResponseBodyInstances extends $dara.Model {
|
|
|
154
154
|
*
|
|
155
155
|
* @example
|
|
156
156
|
* true
|
|
157
|
+
*
|
|
158
|
+
* **if can be null:**
|
|
159
|
+
* true
|
|
157
160
|
*/
|
|
158
161
|
serviceManaged?: boolean;
|
|
159
162
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListInstancesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListInstancesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAmBhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxCD,8GAwCC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAyCzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,kBAAkB;YACpC,sBAAsB,EAAE,wBAAwB;YAChD,iBAAiB,EAAE,mBAAmB;YACtC,uBAAuB,EAAE,yBAAyB;YAClD,qBAAqB,EAAE,uBAAuB;SAC/C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,gBAAgB,EAAE,QAAQ;YAC1B,sBAAsB,EAAE,QAAQ;YAChC,iBAAiB,EAAE,QAAQ;YAC3B,uBAAuB,EAAE,QAAQ;YACjC,qBAAqB,EAAE,QAAQ;SAChC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApED,gIAoEC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListInstancesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListInstancesResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
12
12
|
instanceId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* The number of entries
|
|
15
|
+
* The maximum number of entries per page for a paged query. Maximum value: 100.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 20
|
|
@@ -20,15 +20,12 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
20
20
|
maxResults?: number;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The status of the network endpoint. Valid values:
|
|
23
|
+
* The status of the network access endpoint. Valid values:
|
|
24
24
|
*
|
|
25
|
-
* - pending:
|
|
26
|
-
*
|
|
27
|
-
* -
|
|
28
|
-
*
|
|
29
|
-
* - running: The endpoint is running.
|
|
30
|
-
*
|
|
31
|
-
* - deleting: The endpoint is being deleted.
|
|
25
|
+
* - pending: Pending initialization.
|
|
26
|
+
* - creating: Being created.
|
|
27
|
+
* - running: Running.
|
|
28
|
+
* - deleting: Being deleted.
|
|
32
29
|
*
|
|
33
30
|
* This parameter does not take effect when NetworkAccessEndpointType is set to shared.
|
|
34
31
|
*
|
|
@@ -38,13 +35,12 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
38
35
|
networkAccessEndpointStatus?: string;
|
|
39
36
|
/**
|
|
40
37
|
* @remarks
|
|
41
|
-
* The type of the network endpoint. Valid values:
|
|
42
|
-
*
|
|
43
|
-
* - shared: a shared network endpoint.
|
|
38
|
+
* The type of the network access endpoint. Valid values:
|
|
44
39
|
*
|
|
45
|
-
* -
|
|
40
|
+
* - shared: shared network access endpoint.
|
|
41
|
+
* - private: dedicated network access endpoint.
|
|
46
42
|
*
|
|
47
|
-
*
|
|
43
|
+
* Default value: private.
|
|
48
44
|
*
|
|
49
45
|
* @example
|
|
50
46
|
* private
|
|
@@ -52,7 +48,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
52
48
|
networkAccessEndpointType?: string;
|
|
53
49
|
/**
|
|
54
50
|
* @remarks
|
|
55
|
-
* The token
|
|
51
|
+
* The pagination token. Set this parameter to the NextToken value returned in the previous API call. Leave this parameter empty for the first query.
|
|
56
52
|
*
|
|
57
53
|
* @example
|
|
58
54
|
* NTxxxxxexample
|
|
@@ -60,7 +56,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
60
56
|
nextToken?: string;
|
|
61
57
|
/**
|
|
62
58
|
* @remarks
|
|
63
|
-
* The ID of the
|
|
59
|
+
* The VPC ID of the dedicated network access endpoint. This parameter does not take effect when NetworkAccessEndpointType is set to shared.
|
|
64
60
|
*
|
|
65
61
|
* @example
|
|
66
62
|
* vpc-examplexxx
|
|
@@ -68,7 +64,7 @@ export declare class ListNetworkAccessEndpointsRequest extends $dara.Model {
|
|
|
68
64
|
vpcId?: string;
|
|
69
65
|
/**
|
|
70
66
|
* @remarks
|
|
71
|
-
* The region
|
|
67
|
+
* The region of the VPC for the dedicated network access endpoint. The region must be one of the regions returned by the ListNetworkAccessEndpointAvailableRegions operation. This parameter does not take effect when NetworkAccessEndpointType is set to shared.
|
|
72
68
|
*
|
|
73
69
|
* @example
|
|
74
70
|
* cn-hangzhou
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListNetworkAccessEndpointsRequest.js","sourceRoot":"","sources":["../../src/models/ListNetworkAccessEndpointsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListNetworkAccessEndpointsRequest.js","sourceRoot":"","sources":["../../src/models/ListNetworkAccessEndpointsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAuEhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,2BAA2B,EAAE,6BAA6B;YAC1D,yBAAyB,EAAE,2BAA2B;YACtD,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,2BAA2B,EAAE,QAAQ;YACrC,yBAAyB,EAAE,QAAQ;YACnC,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtGD,8EAsGC"}
|
|
@@ -1,8 +1,27 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpointsBackupVpcEndpoint extends $dara.Model {
|
|
3
|
+
backupEgressPrivateIpAddresses?: string[];
|
|
4
|
+
backupEgressPublicIpAddresses?: string[];
|
|
5
|
+
backupSecurityGroupId?: string;
|
|
6
|
+
backupVSwitchIds?: string[];
|
|
7
|
+
backupVpcId?: string;
|
|
8
|
+
backupVpcRegionId?: string;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
2
20
|
export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoints extends $dara.Model {
|
|
21
|
+
backupVpcEndpoint?: ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpointsBackupVpcEndpoint;
|
|
3
22
|
/**
|
|
4
23
|
* @remarks
|
|
5
|
-
* The time
|
|
24
|
+
* The creation time of the network access endpoint. The value is a UNIX timestamp in milliseconds.
|
|
6
25
|
*
|
|
7
26
|
* @example
|
|
8
27
|
* 1649830226000
|
|
@@ -18,7 +37,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
18
37
|
instanceId?: string;
|
|
19
38
|
/**
|
|
20
39
|
* @remarks
|
|
21
|
-
* The network endpoint ID.
|
|
40
|
+
* The network access endpoint ID.
|
|
22
41
|
*
|
|
23
42
|
* @example
|
|
24
43
|
* nae_examplexxx
|
|
@@ -26,7 +45,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
26
45
|
networkAccessEndpointId?: string;
|
|
27
46
|
/**
|
|
28
47
|
* @remarks
|
|
29
|
-
* The
|
|
48
|
+
* The network access endpoint name.
|
|
30
49
|
*
|
|
31
50
|
* @example
|
|
32
51
|
* VPC access endpoint for xx service
|
|
@@ -34,11 +53,10 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
34
53
|
networkAccessEndpointName?: string;
|
|
35
54
|
/**
|
|
36
55
|
* @remarks
|
|
37
|
-
* The type of the network endpoint. Valid values:
|
|
38
|
-
*
|
|
39
|
-
* - shared: a shared network endpoint.
|
|
56
|
+
* The type of the network access endpoint. Valid values:
|
|
40
57
|
*
|
|
41
|
-
* -
|
|
58
|
+
* - shared: Shared network access endpoint.
|
|
59
|
+
* - private: Dedicated network access endpoint.
|
|
42
60
|
*
|
|
43
61
|
* @example
|
|
44
62
|
* private
|
|
@@ -46,7 +64,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
46
64
|
networkAccessEndpointType?: string;
|
|
47
65
|
/**
|
|
48
66
|
* @remarks
|
|
49
|
-
* The
|
|
67
|
+
* The security group ID used by the dedicated network access endpoint.
|
|
50
68
|
*
|
|
51
69
|
* @example
|
|
52
70
|
* sg-examplexxx
|
|
@@ -54,15 +72,12 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
54
72
|
securityGroupId?: string;
|
|
55
73
|
/**
|
|
56
74
|
* @remarks
|
|
57
|
-
* The status of the network endpoint. Valid values:
|
|
58
|
-
*
|
|
59
|
-
* - pending: The endpoint is pending initialization.
|
|
60
|
-
*
|
|
61
|
-
* - creating: The endpoint is being created.
|
|
62
|
-
*
|
|
63
|
-
* - running: The endpoint is running.
|
|
75
|
+
* The status of the network access endpoint. Valid values:
|
|
64
76
|
*
|
|
65
|
-
* -
|
|
77
|
+
* - pending: Pending initialization.
|
|
78
|
+
* - creating: Being created.
|
|
79
|
+
* - running: Running.
|
|
80
|
+
* - deleting: Being deleted.
|
|
66
81
|
*
|
|
67
82
|
* @example
|
|
68
83
|
* running
|
|
@@ -70,7 +85,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
70
85
|
status?: string;
|
|
71
86
|
/**
|
|
72
87
|
* @remarks
|
|
73
|
-
* The time
|
|
88
|
+
* The last update time of the network access endpoint. The value is a UNIX timestamp in milliseconds.
|
|
74
89
|
*
|
|
75
90
|
* @example
|
|
76
91
|
* 1649830226000
|
|
@@ -78,7 +93,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
78
93
|
updateTime?: number;
|
|
79
94
|
/**
|
|
80
95
|
* @remarks
|
|
81
|
-
*
|
|
96
|
+
* The list of vSwitches for the dedicated network access endpoint.
|
|
82
97
|
*
|
|
83
98
|
* @example
|
|
84
99
|
* vsw-examplexxx
|
|
@@ -86,7 +101,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
86
101
|
vSwitchIds?: string[];
|
|
87
102
|
/**
|
|
88
103
|
* @remarks
|
|
89
|
-
* The ID of the
|
|
104
|
+
* The VPC ID of the dedicated network access endpoint.
|
|
90
105
|
*
|
|
91
106
|
* @example
|
|
92
107
|
* vpc-examplexxx
|
|
@@ -94,7 +109,7 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
94
109
|
vpcId?: string;
|
|
95
110
|
/**
|
|
96
111
|
* @remarks
|
|
97
|
-
* The region
|
|
112
|
+
* The region of the VPC for the dedicated network access endpoint.
|
|
98
113
|
*
|
|
99
114
|
* @example
|
|
100
115
|
* cn-hangzhou
|
|
@@ -114,12 +129,12 @@ export declare class ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoint
|
|
|
114
129
|
export declare class ListNetworkAccessEndpointsResponseBody extends $dara.Model {
|
|
115
130
|
/**
|
|
116
131
|
* @remarks
|
|
117
|
-
*
|
|
132
|
+
* The list of network access endpoints.
|
|
118
133
|
*/
|
|
119
134
|
networkAccessEndpoints?: ListNetworkAccessEndpointsResponseBodyNetworkAccessEndpoints[];
|
|
120
135
|
/**
|
|
121
136
|
* @remarks
|
|
122
|
-
* The token returned
|
|
137
|
+
* The pagination token returned by this call.
|
|
123
138
|
*
|
|
124
139
|
* @example
|
|
125
140
|
* NTxxxexample
|
|
@@ -135,7 +150,7 @@ export declare class ListNetworkAccessEndpointsResponseBody extends $dara.Model
|
|
|
135
150
|
requestId?: string;
|
|
136
151
|
/**
|
|
137
152
|
* @remarks
|
|
138
|
-
* The total number of entries.
|
|
153
|
+
* The total number of entries in the list.
|
|
139
154
|
*
|
|
140
155
|
* @example
|
|
141
156
|
* 100
|