alibabacloud-vpc20160428 6.7.1__py3-none-any.whl → 6.7.2__py3-none-any.whl

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.
@@ -1 +1 @@
1
- __version__ = '6.7.1'
1
+ __version__ = '6.7.2'
@@ -2055,6 +2055,10 @@ class Client(OpenApiClient):
2055
2055
  query['Bandwidth'] = request.bandwidth
2056
2056
  if not UtilClient.is_unset(request.client_token):
2057
2057
  query['ClientToken'] = request.client_token
2058
+ if not UtilClient.is_unset(request.client_token):
2059
+ query['ClientToken'] = request.client_token
2060
+ if not UtilClient.is_unset(request.dry_run):
2061
+ query['DryRun'] = request.dry_run
2058
2062
  if not UtilClient.is_unset(request.internet_charge_type):
2059
2063
  query['InternetChargeType'] = request.internet_charge_type
2060
2064
  if not UtilClient.is_unset(request.ipv_6address_id):
@@ -2112,6 +2116,10 @@ class Client(OpenApiClient):
2112
2116
  query['Bandwidth'] = request.bandwidth
2113
2117
  if not UtilClient.is_unset(request.client_token):
2114
2118
  query['ClientToken'] = request.client_token
2119
+ if not UtilClient.is_unset(request.client_token):
2120
+ query['ClientToken'] = request.client_token
2121
+ if not UtilClient.is_unset(request.dry_run):
2122
+ query['DryRun'] = request.dry_run
2115
2123
  if not UtilClient.is_unset(request.internet_charge_type):
2116
2124
  query['InternetChargeType'] = request.internet_charge_type
2117
2125
  if not UtilClient.is_unset(request.ipv_6address_id):
@@ -18525,6 +18533,10 @@ class Client(OpenApiClient):
18525
18533
  """
18526
18534
  UtilClient.validate_model(request)
18527
18535
  query = {}
18536
+ if not UtilClient.is_unset(request.client_token):
18537
+ query['ClientToken'] = request.client_token
18538
+ if not UtilClient.is_unset(request.dry_run):
18539
+ query['DryRun'] = request.dry_run
18528
18540
  if not UtilClient.is_unset(request.ipv_6gateway_id):
18529
18541
  query['Ipv6GatewayId'] = request.ipv_6gateway_id
18530
18542
  if not UtilClient.is_unset(request.owner_account):
@@ -18578,6 +18590,10 @@ class Client(OpenApiClient):
18578
18590
  """
18579
18591
  UtilClient.validate_model(request)
18580
18592
  query = {}
18593
+ if not UtilClient.is_unset(request.client_token):
18594
+ query['ClientToken'] = request.client_token
18595
+ if not UtilClient.is_unset(request.dry_run):
18596
+ query['DryRun'] = request.dry_run
18581
18597
  if not UtilClient.is_unset(request.ipv_6gateway_id):
18582
18598
  query['Ipv6GatewayId'] = request.ipv_6gateway_id
18583
18599
  if not UtilClient.is_unset(request.owner_account):
@@ -18665,6 +18681,10 @@ class Client(OpenApiClient):
18665
18681
  """
18666
18682
  UtilClient.validate_model(request)
18667
18683
  query = {}
18684
+ if not UtilClient.is_unset(request.client_token):
18685
+ query['ClientToken'] = request.client_token
18686
+ if not UtilClient.is_unset(request.dry_run):
18687
+ query['DryRun'] = request.dry_run
18668
18688
  if not UtilClient.is_unset(request.ipv_6address_id):
18669
18689
  query['Ipv6AddressId'] = request.ipv_6address_id
18670
18690
  if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
@@ -18716,6 +18736,10 @@ class Client(OpenApiClient):
18716
18736
  """
18717
18737
  UtilClient.validate_model(request)
18718
18738
  query = {}
18739
+ if not UtilClient.is_unset(request.client_token):
18740
+ query['ClientToken'] = request.client_token
18741
+ if not UtilClient.is_unset(request.dry_run):
18742
+ query['DryRun'] = request.dry_run
18719
18743
  if not UtilClient.is_unset(request.ipv_6address_id):
18720
18744
  query['Ipv6AddressId'] = request.ipv_6address_id
18721
18745
  if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
@@ -21433,6 +21457,10 @@ class Client(OpenApiClient):
21433
21457
  """
21434
21458
  UtilClient.validate_model(request)
21435
21459
  query = {}
21460
+ if not UtilClient.is_unset(request.client_token):
21461
+ query['ClientToken'] = request.client_token
21462
+ if not UtilClient.is_unset(request.dry_run):
21463
+ query['DryRun'] = request.dry_run
21436
21464
  if not UtilClient.is_unset(request.owner_account):
21437
21465
  query['OwnerAccount'] = request.owner_account
21438
21466
  if not UtilClient.is_unset(request.owner_id):
@@ -21484,6 +21512,10 @@ class Client(OpenApiClient):
21484
21512
  """
21485
21513
  UtilClient.validate_model(request)
21486
21514
  query = {}
21515
+ if not UtilClient.is_unset(request.client_token):
21516
+ query['ClientToken'] = request.client_token
21517
+ if not UtilClient.is_unset(request.dry_run):
21518
+ query['DryRun'] = request.dry_run
21487
21519
  if not UtilClient.is_unset(request.owner_account):
21488
21520
  query['OwnerAccount'] = request.owner_account
21489
21521
  if not UtilClient.is_unset(request.owner_id):
@@ -21987,6 +22019,8 @@ class Client(OpenApiClient):
21987
22019
  """
21988
22020
  UtilClient.validate_model(request)
21989
22021
  query = {}
22022
+ if not UtilClient.is_unset(request.client_token):
22023
+ query['ClientToken'] = request.client_token
21990
22024
  if not UtilClient.is_unset(request.dry_run):
21991
22025
  query['DryRun'] = request.dry_run
21992
22026
  if not UtilClient.is_unset(request.force_delete):
@@ -22044,6 +22078,8 @@ class Client(OpenApiClient):
22044
22078
  """
22045
22079
  UtilClient.validate_model(request)
22046
22080
  query = {}
22081
+ if not UtilClient.is_unset(request.client_token):
22082
+ query['ClientToken'] = request.client_token
22047
22083
  if not UtilClient.is_unset(request.dry_run):
22048
22084
  query['DryRun'] = request.dry_run
22049
22085
  if not UtilClient.is_unset(request.force_delete):
@@ -28405,6 +28441,8 @@ class Client(OpenApiClient):
28405
28441
  """
28406
28442
  UtilClient.validate_model(request)
28407
28443
  query = {}
28444
+ if not UtilClient.is_unset(request.ip_version):
28445
+ query['IpVersion'] = request.ip_version
28408
28446
  if not UtilClient.is_unset(request.owner_account):
28409
28447
  query['OwnerAccount'] = request.owner_account
28410
28448
  if not UtilClient.is_unset(request.owner_id):
@@ -28456,6 +28494,8 @@ class Client(OpenApiClient):
28456
28494
  """
28457
28495
  UtilClient.validate_model(request)
28458
28496
  query = {}
28497
+ if not UtilClient.is_unset(request.ip_version):
28498
+ query['IpVersion'] = request.ip_version
28459
28499
  if not UtilClient.is_unset(request.owner_account):
28460
28500
  query['OwnerAccount'] = request.owner_account
28461
28501
  if not UtilClient.is_unset(request.owner_id):
@@ -43237,8 +43277,12 @@ class Client(OpenApiClient):
43237
43277
  """
43238
43278
  UtilClient.validate_model(request)
43239
43279
  query = {}
43280
+ if not UtilClient.is_unset(request.client_token):
43281
+ query['ClientToken'] = request.client_token
43240
43282
  if not UtilClient.is_unset(request.description):
43241
43283
  query['Description'] = request.description
43284
+ if not UtilClient.is_unset(request.dry_run):
43285
+ query['DryRun'] = request.dry_run
43242
43286
  if not UtilClient.is_unset(request.ipv_6address_id):
43243
43287
  query['Ipv6AddressId'] = request.ipv_6address_id
43244
43288
  if not UtilClient.is_unset(request.name):
@@ -43288,8 +43332,12 @@ class Client(OpenApiClient):
43288
43332
  """
43289
43333
  UtilClient.validate_model(request)
43290
43334
  query = {}
43335
+ if not UtilClient.is_unset(request.client_token):
43336
+ query['ClientToken'] = request.client_token
43291
43337
  if not UtilClient.is_unset(request.description):
43292
43338
  query['Description'] = request.description
43339
+ if not UtilClient.is_unset(request.dry_run):
43340
+ query['DryRun'] = request.dry_run
43293
43341
  if not UtilClient.is_unset(request.ipv_6address_id):
43294
43342
  query['Ipv6AddressId'] = request.ipv_6address_id
43295
43343
  if not UtilClient.is_unset(request.name):
@@ -43365,8 +43413,12 @@ class Client(OpenApiClient):
43365
43413
  """
43366
43414
  UtilClient.validate_model(request)
43367
43415
  query = {}
43416
+ if not UtilClient.is_unset(request.client_token):
43417
+ query['ClientToken'] = request.client_token
43368
43418
  if not UtilClient.is_unset(request.description):
43369
43419
  query['Description'] = request.description
43420
+ if not UtilClient.is_unset(request.dry_run):
43421
+ query['DryRun'] = request.dry_run
43370
43422
  if not UtilClient.is_unset(request.ipv_6gateway_id):
43371
43423
  query['Ipv6GatewayId'] = request.ipv_6gateway_id
43372
43424
  if not UtilClient.is_unset(request.name):
@@ -43416,8 +43468,12 @@ class Client(OpenApiClient):
43416
43468
  """
43417
43469
  UtilClient.validate_model(request)
43418
43470
  query = {}
43471
+ if not UtilClient.is_unset(request.client_token):
43472
+ query['ClientToken'] = request.client_token
43419
43473
  if not UtilClient.is_unset(request.description):
43420
43474
  query['Description'] = request.description
43475
+ if not UtilClient.is_unset(request.dry_run):
43476
+ query['DryRun'] = request.dry_run
43421
43477
  if not UtilClient.is_unset(request.ipv_6gateway_id):
43422
43478
  query['Ipv6GatewayId'] = request.ipv_6gateway_id
43423
43479
  if not UtilClient.is_unset(request.name):
@@ -43499,6 +43555,10 @@ class Client(OpenApiClient):
43499
43555
  query['Bandwidth'] = request.bandwidth
43500
43556
  if not UtilClient.is_unset(request.client_token):
43501
43557
  query['ClientToken'] = request.client_token
43558
+ if not UtilClient.is_unset(request.client_token):
43559
+ query['ClientToken'] = request.client_token
43560
+ if not UtilClient.is_unset(request.dry_run):
43561
+ query['DryRun'] = request.dry_run
43502
43562
  if not UtilClient.is_unset(request.ipv_6address_id):
43503
43563
  query['Ipv6AddressId'] = request.ipv_6address_id
43504
43564
  if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
@@ -43554,6 +43614,10 @@ class Client(OpenApiClient):
43554
43614
  query['Bandwidth'] = request.bandwidth
43555
43615
  if not UtilClient.is_unset(request.client_token):
43556
43616
  query['ClientToken'] = request.client_token
43617
+ if not UtilClient.is_unset(request.client_token):
43618
+ query['ClientToken'] = request.client_token
43619
+ if not UtilClient.is_unset(request.dry_run):
43620
+ query['DryRun'] = request.dry_run
43557
43621
  if not UtilClient.is_unset(request.ipv_6address_id):
43558
43622
  query['Ipv6AddressId'] = request.ipv_6address_id
43559
43623
  if not UtilClient.is_unset(request.ipv_6internet_bandwidth_id):
@@ -46032,6 +46096,10 @@ class Client(OpenApiClient):
46032
46096
  """
46033
46097
  UtilClient.validate_model(request)
46034
46098
  query = {}
46099
+ if not UtilClient.is_unset(request.client_token):
46100
+ query['ClientToken'] = request.client_token
46101
+ if not UtilClient.is_unset(request.dry_run):
46102
+ query['DryRun'] = request.dry_run
46035
46103
  if not UtilClient.is_unset(request.owner_account):
46036
46104
  query['OwnerAccount'] = request.owner_account
46037
46105
  if not UtilClient.is_unset(request.owner_id):
@@ -46084,6 +46152,10 @@ class Client(OpenApiClient):
46084
46152
  """
46085
46153
  UtilClient.validate_model(request)
46086
46154
  query = {}
46155
+ if not UtilClient.is_unset(request.client_token):
46156
+ query['ClientToken'] = request.client_token
46157
+ if not UtilClient.is_unset(request.dry_run):
46158
+ query['DryRun'] = request.dry_run
46087
46159
  if not UtilClient.is_unset(request.owner_account):
46088
46160
  query['OwnerAccount'] = request.owner_account
46089
46161
  if not UtilClient.is_unset(request.owner_id):
@@ -2582,6 +2582,7 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
2582
2582
  self,
2583
2583
  bandwidth: int = None,
2584
2584
  client_token: str = None,
2585
+ dry_run: bool = None,
2585
2586
  internet_charge_type: str = None,
2586
2587
  ipv_6address_id: str = None,
2587
2588
  ipv_6gateway_id: str = None,
@@ -2601,6 +2602,7 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
2601
2602
  #
2602
2603
  # > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
2603
2604
  self.client_token = client_token
2605
+ self.dry_run = dry_run
2604
2606
  # The metering method of the Internet bandwidth for the IPv6 address. Valid values:
2605
2607
  #
2606
2608
  # * **PayByTraffic**: pay-by-data-transfer
@@ -2636,6 +2638,8 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
2636
2638
  result['Bandwidth'] = self.bandwidth
2637
2639
  if self.client_token is not None:
2638
2640
  result['ClientToken'] = self.client_token
2641
+ if self.dry_run is not None:
2642
+ result['DryRun'] = self.dry_run
2639
2643
  if self.internet_charge_type is not None:
2640
2644
  result['InternetChargeType'] = self.internet_charge_type
2641
2645
  if self.ipv_6address_id is not None:
@@ -2660,6 +2664,8 @@ class AllocateIpv6InternetBandwidthRequest(TeaModel):
2660
2664
  self.bandwidth = m.get('Bandwidth')
2661
2665
  if m.get('ClientToken') is not None:
2662
2666
  self.client_token = m.get('ClientToken')
2667
+ if m.get('DryRun') is not None:
2668
+ self.dry_run = m.get('DryRun')
2663
2669
  if m.get('InternetChargeType') is not None:
2664
2670
  self.internet_charge_type = m.get('InternetChargeType')
2665
2671
  if m.get('Ipv6AddressId') is not None:
@@ -26284,6 +26290,8 @@ class DeleteIpv6EgressOnlyRuleResponse(TeaModel):
26284
26290
  class DeleteIpv6GatewayRequest(TeaModel):
26285
26291
  def __init__(
26286
26292
  self,
26293
+ client_token: str = None,
26294
+ dry_run: bool = None,
26287
26295
  ipv_6gateway_id: str = None,
26288
26296
  owner_account: str = None,
26289
26297
  owner_id: int = None,
@@ -26291,6 +26299,8 @@ class DeleteIpv6GatewayRequest(TeaModel):
26291
26299
  resource_owner_account: str = None,
26292
26300
  resource_owner_id: int = None,
26293
26301
  ):
26302
+ self.client_token = client_token
26303
+ self.dry_run = dry_run
26294
26304
  # The ID of the IPv6 gateway that you want to delete.
26295
26305
  #
26296
26306
  # This parameter is required.
@@ -26313,6 +26323,10 @@ class DeleteIpv6GatewayRequest(TeaModel):
26313
26323
  return _map
26314
26324
 
26315
26325
  result = dict()
26326
+ if self.client_token is not None:
26327
+ result['ClientToken'] = self.client_token
26328
+ if self.dry_run is not None:
26329
+ result['DryRun'] = self.dry_run
26316
26330
  if self.ipv_6gateway_id is not None:
26317
26331
  result['Ipv6GatewayId'] = self.ipv_6gateway_id
26318
26332
  if self.owner_account is not None:
@@ -26329,6 +26343,10 @@ class DeleteIpv6GatewayRequest(TeaModel):
26329
26343
 
26330
26344
  def from_map(self, m: dict = None):
26331
26345
  m = m or dict()
26346
+ if m.get('ClientToken') is not None:
26347
+ self.client_token = m.get('ClientToken')
26348
+ if m.get('DryRun') is not None:
26349
+ self.dry_run = m.get('DryRun')
26332
26350
  if m.get('Ipv6GatewayId') is not None:
26333
26351
  self.ipv_6gateway_id = m.get('Ipv6GatewayId')
26334
26352
  if m.get('OwnerAccount') is not None:
@@ -26416,6 +26434,8 @@ class DeleteIpv6GatewayResponse(TeaModel):
26416
26434
  class DeleteIpv6InternetBandwidthRequest(TeaModel):
26417
26435
  def __init__(
26418
26436
  self,
26437
+ client_token: str = None,
26438
+ dry_run: bool = None,
26419
26439
  ipv_6address_id: str = None,
26420
26440
  ipv_6internet_bandwidth_id: str = None,
26421
26441
  owner_account: str = None,
@@ -26424,6 +26444,8 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
26424
26444
  resource_owner_account: str = None,
26425
26445
  resource_owner_id: int = None,
26426
26446
  ):
26447
+ self.client_token = client_token
26448
+ self.dry_run = dry_run
26427
26449
  # The ID of the IPv6 address.
26428
26450
  #
26429
26451
  # > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
@@ -26450,6 +26472,10 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
26450
26472
  return _map
26451
26473
 
26452
26474
  result = dict()
26475
+ if self.client_token is not None:
26476
+ result['ClientToken'] = self.client_token
26477
+ if self.dry_run is not None:
26478
+ result['DryRun'] = self.dry_run
26453
26479
  if self.ipv_6address_id is not None:
26454
26480
  result['Ipv6AddressId'] = self.ipv_6address_id
26455
26481
  if self.ipv_6internet_bandwidth_id is not None:
@@ -26468,6 +26494,10 @@ class DeleteIpv6InternetBandwidthRequest(TeaModel):
26468
26494
 
26469
26495
  def from_map(self, m: dict = None):
26470
26496
  m = m or dict()
26497
+ if m.get('ClientToken') is not None:
26498
+ self.client_token = m.get('ClientToken')
26499
+ if m.get('DryRun') is not None:
26500
+ self.dry_run = m.get('DryRun')
26471
26501
  if m.get('Ipv6AddressId') is not None:
26472
26502
  self.ipv_6address_id = m.get('Ipv6AddressId')
26473
26503
  if m.get('Ipv6InternetBandwidthId') is not None:
@@ -29451,6 +29481,8 @@ class DeleteVSwitchResponse(TeaModel):
29451
29481
  class DeleteVSwitchCidrReservationRequest(TeaModel):
29452
29482
  def __init__(
29453
29483
  self,
29484
+ client_token: str = None,
29485
+ dry_run: bool = None,
29454
29486
  owner_account: str = None,
29455
29487
  owner_id: int = None,
29456
29488
  region_id: str = None,
@@ -29458,6 +29490,8 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
29458
29490
  resource_owner_id: int = None,
29459
29491
  v_switch_cidr_reservation_id: str = None,
29460
29492
  ):
29493
+ self.client_token = client_token
29494
+ self.dry_run = dry_run
29461
29495
  self.owner_account = owner_account
29462
29496
  self.owner_id = owner_id
29463
29497
  # The ID of the region where the vSwitch is deployed.
@@ -29482,6 +29516,10 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
29482
29516
  return _map
29483
29517
 
29484
29518
  result = dict()
29519
+ if self.client_token is not None:
29520
+ result['ClientToken'] = self.client_token
29521
+ if self.dry_run is not None:
29522
+ result['DryRun'] = self.dry_run
29485
29523
  if self.owner_account is not None:
29486
29524
  result['OwnerAccount'] = self.owner_account
29487
29525
  if self.owner_id is not None:
@@ -29498,6 +29536,10 @@ class DeleteVSwitchCidrReservationRequest(TeaModel):
29498
29536
 
29499
29537
  def from_map(self, m: dict = None):
29500
29538
  m = m or dict()
29539
+ if m.get('ClientToken') is not None:
29540
+ self.client_token = m.get('ClientToken')
29541
+ if m.get('DryRun') is not None:
29542
+ self.dry_run = m.get('DryRun')
29501
29543
  if m.get('OwnerAccount') is not None:
29502
29544
  self.owner_account = m.get('OwnerAccount')
29503
29545
  if m.get('OwnerId') is not None:
@@ -30045,6 +30087,7 @@ class DeleteVirtualBorderRouterResponse(TeaModel):
30045
30087
  class DeleteVpcRequest(TeaModel):
30046
30088
  def __init__(
30047
30089
  self,
30090
+ client_token: str = None,
30048
30091
  dry_run: bool = None,
30049
30092
  force_delete: bool = None,
30050
30093
  owner_account: str = None,
@@ -30054,6 +30097,7 @@ class DeleteVpcRequest(TeaModel):
30054
30097
  resource_owner_id: int = None,
30055
30098
  vpc_id: str = None,
30056
30099
  ):
30100
+ self.client_token = client_token
30057
30101
  # Specifies whether to perform a dry run. Valid values:
30058
30102
  #
30059
30103
  # - **true**: performs a dry run. The system checks the required parameters, request syntax, and limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
@@ -30091,6 +30135,8 @@ class DeleteVpcRequest(TeaModel):
30091
30135
  return _map
30092
30136
 
30093
30137
  result = dict()
30138
+ if self.client_token is not None:
30139
+ result['ClientToken'] = self.client_token
30094
30140
  if self.dry_run is not None:
30095
30141
  result['DryRun'] = self.dry_run
30096
30142
  if self.force_delete is not None:
@@ -30111,6 +30157,8 @@ class DeleteVpcRequest(TeaModel):
30111
30157
 
30112
30158
  def from_map(self, m: dict = None):
30113
30159
  m = m or dict()
30160
+ if m.get('ClientToken') is not None:
30161
+ self.client_token = m.get('ClientToken')
30114
30162
  if m.get('DryRun') is not None:
30115
30163
  self.dry_run = m.get('DryRun')
30116
30164
  if m.get('ForceDelete') is not None:
@@ -47902,6 +47950,7 @@ class DescribePhysicalConnectionsResponse(TeaModel):
47902
47950
  class DescribePublicIpAddressRequest(TeaModel):
47903
47951
  def __init__(
47904
47952
  self,
47953
+ ip_version: str = None,
47905
47954
  owner_account: str = None,
47906
47955
  owner_id: int = None,
47907
47956
  page_number: int = None,
@@ -47910,6 +47959,7 @@ class DescribePublicIpAddressRequest(TeaModel):
47910
47959
  resource_owner_account: str = None,
47911
47960
  resource_owner_id: int = None,
47912
47961
  ):
47962
+ self.ip_version = ip_version
47913
47963
  self.owner_account = owner_account
47914
47964
  self.owner_id = owner_id
47915
47965
  # The page number. Default value: **1**.
@@ -47934,6 +47984,8 @@ class DescribePublicIpAddressRequest(TeaModel):
47934
47984
  return _map
47935
47985
 
47936
47986
  result = dict()
47987
+ if self.ip_version is not None:
47988
+ result['IpVersion'] = self.ip_version
47937
47989
  if self.owner_account is not None:
47938
47990
  result['OwnerAccount'] = self.owner_account
47939
47991
  if self.owner_id is not None:
@@ -47952,6 +48004,8 @@ class DescribePublicIpAddressRequest(TeaModel):
47952
48004
 
47953
48005
  def from_map(self, m: dict = None):
47954
48006
  m = m or dict()
48007
+ if m.get('IpVersion') is not None:
48008
+ self.ip_version = m.get('IpVersion')
47955
48009
  if m.get('OwnerAccount') is not None:
47956
48010
  self.owner_account = m.get('OwnerAccount')
47957
48011
  if m.get('OwnerId') is not None:
@@ -83933,7 +83987,9 @@ class ModifyIPv6TranslatorEntryResponse(TeaModel):
83933
83987
  class ModifyIpv6AddressAttributeRequest(TeaModel):
83934
83988
  def __init__(
83935
83989
  self,
83990
+ client_token: str = None,
83936
83991
  description: str = None,
83992
+ dry_run: bool = None,
83937
83993
  ipv_6address_id: str = None,
83938
83994
  name: str = None,
83939
83995
  owner_account: str = None,
@@ -83942,10 +83998,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
83942
83998
  resource_owner_account: str = None,
83943
83999
  resource_owner_id: int = None,
83944
84000
  ):
84001
+ self.client_token = client_token
83945
84002
  # The description of the IPv6 address.
83946
84003
  #
83947
84004
  # It must be 2 to 256 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter. The name must start with a letter and cannot start with `http://` or `https://`.
83948
84005
  self.description = description
84006
+ self.dry_run = dry_run
83949
84007
  # The ID of the IPv6 address.
83950
84008
  #
83951
84009
  # This parameter is required.
@@ -83972,8 +84030,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
83972
84030
  return _map
83973
84031
 
83974
84032
  result = dict()
84033
+ if self.client_token is not None:
84034
+ result['ClientToken'] = self.client_token
83975
84035
  if self.description is not None:
83976
84036
  result['Description'] = self.description
84037
+ if self.dry_run is not None:
84038
+ result['DryRun'] = self.dry_run
83977
84039
  if self.ipv_6address_id is not None:
83978
84040
  result['Ipv6AddressId'] = self.ipv_6address_id
83979
84041
  if self.name is not None:
@@ -83992,8 +84054,12 @@ class ModifyIpv6AddressAttributeRequest(TeaModel):
83992
84054
 
83993
84055
  def from_map(self, m: dict = None):
83994
84056
  m = m or dict()
84057
+ if m.get('ClientToken') is not None:
84058
+ self.client_token = m.get('ClientToken')
83995
84059
  if m.get('Description') is not None:
83996
84060
  self.description = m.get('Description')
84061
+ if m.get('DryRun') is not None:
84062
+ self.dry_run = m.get('DryRun')
83997
84063
  if m.get('Ipv6AddressId') is not None:
83998
84064
  self.ipv_6address_id = m.get('Ipv6AddressId')
83999
84065
  if m.get('Name') is not None:
@@ -84083,7 +84149,9 @@ class ModifyIpv6AddressAttributeResponse(TeaModel):
84083
84149
  class ModifyIpv6GatewayAttributeRequest(TeaModel):
84084
84150
  def __init__(
84085
84151
  self,
84152
+ client_token: str = None,
84086
84153
  description: str = None,
84154
+ dry_run: bool = None,
84087
84155
  ipv_6gateway_id: str = None,
84088
84156
  name: str = None,
84089
84157
  owner_account: str = None,
@@ -84092,8 +84160,10 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
84092
84160
  resource_owner_account: str = None,
84093
84161
  resource_owner_id: int = None,
84094
84162
  ):
84163
+ self.client_token = client_token
84095
84164
  # The description of the IPv6 gateway.
84096
84165
  self.description = description
84166
+ self.dry_run = dry_run
84097
84167
  # The ID of the IPv6 gateway that you want to modify.
84098
84168
  #
84099
84169
  # This parameter is required.
@@ -84120,8 +84190,12 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
84120
84190
  return _map
84121
84191
 
84122
84192
  result = dict()
84193
+ if self.client_token is not None:
84194
+ result['ClientToken'] = self.client_token
84123
84195
  if self.description is not None:
84124
84196
  result['Description'] = self.description
84197
+ if self.dry_run is not None:
84198
+ result['DryRun'] = self.dry_run
84125
84199
  if self.ipv_6gateway_id is not None:
84126
84200
  result['Ipv6GatewayId'] = self.ipv_6gateway_id
84127
84201
  if self.name is not None:
@@ -84140,8 +84214,12 @@ class ModifyIpv6GatewayAttributeRequest(TeaModel):
84140
84214
 
84141
84215
  def from_map(self, m: dict = None):
84142
84216
  m = m or dict()
84217
+ if m.get('ClientToken') is not None:
84218
+ self.client_token = m.get('ClientToken')
84143
84219
  if m.get('Description') is not None:
84144
84220
  self.description = m.get('Description')
84221
+ if m.get('DryRun') is not None:
84222
+ self.dry_run = m.get('DryRun')
84145
84223
  if m.get('Ipv6GatewayId') is not None:
84146
84224
  self.ipv_6gateway_id = m.get('Ipv6GatewayId')
84147
84225
  if m.get('Name') is not None:
@@ -84233,6 +84311,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
84233
84311
  self,
84234
84312
  bandwidth: int = None,
84235
84313
  client_token: str = None,
84314
+ dry_run: bool = None,
84236
84315
  ipv_6address_id: str = None,
84237
84316
  ipv_6internet_bandwidth_id: str = None,
84238
84317
  owner_account: str = None,
@@ -84254,6 +84333,7 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
84254
84333
  #
84255
84334
  # > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
84256
84335
  self.client_token = client_token
84336
+ self.dry_run = dry_run
84257
84337
  # The ID of the IPv6 address.
84258
84338
  #
84259
84339
  # > You must specify one of **Ipv6AddressId** and **Ipv6InternetBandwidthId**.
@@ -84282,6 +84362,8 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
84282
84362
  result['Bandwidth'] = self.bandwidth
84283
84363
  if self.client_token is not None:
84284
84364
  result['ClientToken'] = self.client_token
84365
+ if self.dry_run is not None:
84366
+ result['DryRun'] = self.dry_run
84285
84367
  if self.ipv_6address_id is not None:
84286
84368
  result['Ipv6AddressId'] = self.ipv_6address_id
84287
84369
  if self.ipv_6internet_bandwidth_id is not None:
@@ -84304,6 +84386,8 @@ class ModifyIpv6InternetBandwidthRequest(TeaModel):
84304
84386
  self.bandwidth = m.get('Bandwidth')
84305
84387
  if m.get('ClientToken') is not None:
84306
84388
  self.client_token = m.get('ClientToken')
84389
+ if m.get('DryRun') is not None:
84390
+ self.dry_run = m.get('DryRun')
84307
84391
  if m.get('Ipv6AddressId') is not None:
84308
84392
  self.ipv_6address_id = m.get('Ipv6AddressId')
84309
84393
  if m.get('Ipv6InternetBandwidthId') is not None:
@@ -88190,6 +88274,8 @@ class ModifyVSwitchAttributeResponse(TeaModel):
88190
88274
  class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
88191
88275
  def __init__(
88192
88276
  self,
88277
+ client_token: str = None,
88278
+ dry_run: bool = None,
88193
88279
  owner_account: str = None,
88194
88280
  owner_id: int = None,
88195
88281
  region_id: str = None,
@@ -88199,6 +88285,8 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
88199
88285
  v_switch_cidr_reservation_id: str = None,
88200
88286
  v_switch_cidr_reservation_name: str = None,
88201
88287
  ):
88288
+ self.client_token = client_token
88289
+ self.dry_run = dry_run
88202
88290
  self.owner_account = owner_account
88203
88291
  self.owner_id = owner_id
88204
88292
  # The ID of the region where the vSwitch is deployed.
@@ -88231,6 +88319,10 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
88231
88319
  return _map
88232
88320
 
88233
88321
  result = dict()
88322
+ if self.client_token is not None:
88323
+ result['ClientToken'] = self.client_token
88324
+ if self.dry_run is not None:
88325
+ result['DryRun'] = self.dry_run
88234
88326
  if self.owner_account is not None:
88235
88327
  result['OwnerAccount'] = self.owner_account
88236
88328
  if self.owner_id is not None:
@@ -88251,6 +88343,10 @@ class ModifyVSwitchCidrReservationAttributeRequest(TeaModel):
88251
88343
 
88252
88344
  def from_map(self, m: dict = None):
88253
88345
  m = m or dict()
88346
+ if m.get('ClientToken') is not None:
88347
+ self.client_token = m.get('ClientToken')
88348
+ if m.get('DryRun') is not None:
88349
+ self.dry_run = m.get('DryRun')
88254
88350
  if m.get('OwnerAccount') is not None:
88255
88351
  self.owner_account = m.get('OwnerAccount')
88256
88352
  if m.get('OwnerId') is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-vpc20160428
3
- Version: 6.7.1
3
+ Version: 6.7.2
4
4
  Summary: Alibaba Cloud Virtual Private Cloud (20160428) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -20,10 +20,11 @@ Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Topic :: Software Development
21
21
  Requires-Python: >=3.6
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: alibabacloud-tea-util <1.0.0,>=0.3.12
24
- Requires-Dist: alibabacloud-tea-openapi <1.0.0,>=0.3.10
25
- Requires-Dist: alibabacloud-openapi-util <1.0.0,>=0.2.1
26
- Requires-Dist: alibabacloud-endpoint-util <1.0.0,>=0.0.3
23
+ License-File: LICENSE
24
+ Requires-Dist: alibabacloud-endpoint-util (<1.0.0,>=0.0.3)
25
+ Requires-Dist: alibabacloud-openapi-util (<1.0.0,>=0.2.1)
26
+ Requires-Dist: alibabacloud-tea-openapi (<1.0.0,>=0.3.10)
27
+ Requires-Dist: alibabacloud-tea-util (<1.0.0,>=0.3.12)
27
28
 
28
29
  English | [简体中文](README-CN.md)
29
30
  ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
@@ -66,5 +67,3 @@ Detailed changes for each release are documented in the [release notes](https://
66
67
  [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
67
68
 
68
69
  Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
69
-
70
-
@@ -0,0 +1,8 @@
1
+ alibabacloud_vpc20160428/__init__.py,sha256=99VPm3QbR5dpfaenvKmcDigbgaE-wlfNxovjHfxds0Q,21
2
+ alibabacloud_vpc20160428/client.py,sha256=-MnFPRQcRNNMa0WtCdnWqAB8jaCDfhBn-a4lHoMjzZc,2791041
3
+ alibabacloud_vpc20160428/models.py,sha256=Coxsj4GGQFnRkt5Dk4yM_6MNS8LcEuMK57I0CCRT7zU,3955789
4
+ alibabacloud_vpc20160428-6.7.2.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
+ alibabacloud_vpc20160428-6.7.2.dist-info/METADATA,sha256=D72h5RmY3ibglxdTxYEz-OkqGp7q3StYXnr9LC3N4Wk,2330
6
+ alibabacloud_vpc20160428-6.7.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ alibabacloud_vpc20160428-6.7.2.dist-info/top_level.txt,sha256=aF3N1qaLDlyXEHXQ7AIBXYBUVWa-5wNpQNKhEiij7uA,25
8
+ alibabacloud_vpc20160428-6.7.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.38.4)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- alibabacloud_vpc20160428/__init__.py,sha256=PZJaPNfUPfzLN5YkPXEz8qyK5oQ9KaanQQC-YTM1dVE,21
2
- alibabacloud_vpc20160428/client.py,sha256=XLRHYRydSmYCjXWwpJFOEyXSALhiLcSByn4SSRrBviI,2787189
3
- alibabacloud_vpc20160428/models.py,sha256=U9ouc5ALdM70j5RSRqZXnJk_yu7LiVXZeVKntreyAso,3951855
4
- alibabacloud_vpc20160428-6.7.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
5
- alibabacloud_vpc20160428-6.7.1.dist-info/METADATA,sha256=H3CNb61_dtPXuj-5Q_n4imqnpqxMfHICPFVR4DXUqDg,2302
6
- alibabacloud_vpc20160428-6.7.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
7
- alibabacloud_vpc20160428-6.7.1.dist-info/top_level.txt,sha256=aF3N1qaLDlyXEHXQ7AIBXYBUVWa-5wNpQNKhEiij7uA,25
8
- alibabacloud_vpc20160428-6.7.1.dist-info/RECORD,,