You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eci-20180808/main.tea
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -649,9 +649,6 @@ The default value is the maximum value in the Internet bandwidth range of the IP
649
649
* Windows
650
650
651
651
> Windows instances are in invitational preview. To use the operating system, submit a ticket.', example='Windows'),
652
-
overheadReservationOption?: {
653
-
enableOverheadReservation?:boolean(name='EnableOverheadReservation', description='Specify whether to enable the overhead reservation feature. Default: false. Valid values: true and false. After you enable the overhead reservation feature, the system automatically adds the overhead to the specification of the elastic container instance, and then adjusts the specification of the instance upward to the most approximate specification. You are charged based on the new specification after the adjustment.', example='true'),
654
-
}(name='OverheadReservationOption', description='The options that you can configure when you enable the overhead reservation feature.'),
655
652
ownerAccount?:string(name='OwnerAccount'),
656
653
ownerId?:long(name='OwnerId'),
657
654
plainHttpRegistry?:string(name='PlainHttpRegistry', description='The address of the self-managed image repository. When you create an elastic container instance by using an image in a self-managed image repository that uses the HTTP protocol, you must specify this parameter. This way, Elastic Container Instance pulls the image over the HTTP protocol instead of the default HTTPS protocol. This prevents image pull failures caused by different protocols.', example='"harbor***.pre.com,192.168.XX.XX:5000,reg***.test.com:80"'),
@@ -950,9 +947,6 @@ async function createContainerGroupWithOptions(request: CreateContainerGroupRequ
950
947
if (!Util.isUnset(request.osType)) {
951
948
query['OsType'] =request.osType;
952
949
}
953
-
if (!Util.isUnset(request.overheadReservationOption)) {
@@ -1312,7 +1306,12 @@ This parameter is required.', example='testcache'),
1312
1306
insecureRegistry?:string(name='InsecureRegistry', description='The address of the self-managed image repository.
1313
1307
1314
1308
When you create an image cache by using an image in a self-managed image repository that uses a self-signed certificate, you must specify this parameter to skip the certificate authentication. This can prevent the image from failing to pull due to certificate authentication failures.', example='"harbor***.pre.com,192.168.XX.XX:5000,reg***.test.com:80"'),
1315
-
osType?:string(name='OsType'),
1309
+
osType?:string(name='OsType', description='The operating system of the image. Default value: Linux. Valid values:
1310
+
1311
+
- Linux
1312
+
- Windows
1313
+
1314
+
> Windows instances are in invitational preview. To use the operating system, submit a ticket.', example='Linux'),
1316
1315
ownerAccount?:string(name='OwnerAccount'),
1317
1316
ownerId?:long(name='OwnerId'),
1318
1317
plainHttpRegistry?:string(name='PlainHttpRegistry', description='The address of the self-managed image repository. When you create an image cache by using an image in a self-managed image repository that uses the HTTP protocol, you must specify this parameter. This way, Elastic Container Instance uses the HTTP protocol instead of the default HTTPS protocol to pull the image. This can prevent the image from failing to pull due to different protocols.', example='"harbor***.pre.com,192.168.XX.XX:5000,reg***.test.com:80"'),
@@ -3328,7 +3327,10 @@ model DescribeContainerGroupsResponseBody = {
3328
3327
](name='Options', description='The options. Each option is a name-value pair. The value in the name-value pair is optional.'),
3329
3328
searches?: [ string ](name='Searches', description='The search domains of DNS servers.'),
3330
3329
}(name='DnsConfig', description='The Domain Name System (DNS) settings.'),
3331
-
dnsPolicy?:string(name='DnsPolicy'),
3330
+
dnsPolicy?:string(name='DnsPolicy', description='The Domain Name System (DNS) policy. Valid values:
3331
+
3332
+
- None: uses the DNS that is specified by DnsConfig.
3333
+
- Default: uses the DNS that is specified for the runtime environment.', example='None'),
3332
3334
eciSecurityContext?: {
3333
3335
sysctls?: [
3334
3336
{
@@ -4391,13 +4393,13 @@ model DescribeRegionsRequest {
4391
4393
model DescribeRegionsResponseBody = {
4392
4394
regions?: [
4393
4395
{
4394
-
recommendZones?: [ string ](name='RecommendZones', description='The recommended zones. Recommended zones are zones that have relatively sufficient resources in the current region.'),
4396
+
recommendZones?: [ string ](name='RecommendZones', description='The list of recommended zones.'),
4395
4397
regionEndpoint?:string(name='RegionEndpoint', description='The endpoint for the region.', example='eci.aliyuncs.com'),
4396
4398
regionId?:string(name='RegionId', description='The region ID.', example='cn-hangzhou'),
0 commit comments