alibabacloud-vpc20160428 6.6.0__tar.gz → 6.6.2__tar.gz

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.
Files changed (17) hide show
  1. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/ChangeLog.md +30 -0
  2. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/PKG-INFO +1 -1
  3. alibabacloud_vpc20160428-6.6.2/alibabacloud_vpc20160428/__init__.py +1 -0
  4. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428/client.py +12 -0
  5. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428/models.py +99 -1
  6. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/setup.py +1 -1
  8. alibabacloud_vpc20160428-6.6.0/alibabacloud_vpc20160428/__init__.py +0 -1
  9. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/LICENSE +0 -0
  10. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/MANIFEST.in +0 -0
  11. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/README-CN.md +0 -0
  12. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/README.md +0 -0
  13. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428.egg-info/requires.txt +0 -0
  16. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/alibabacloud_vpc20160428.egg-info/top_level.txt +0 -0
  17. {alibabacloud_vpc20160428-6.6.0 → alibabacloud_vpc20160428-6.6.2}/setup.cfg +0 -0
@@ -1,3 +1,33 @@
1
+ 2024-04-25 Version: 6.6.1
2
+ - Update API AssociateVpcCidrBlock: add param SecondaryCidrMask.
3
+ - Update API CreateVpc: add param Ipv4CidrMask.
4
+
5
+
6
+ 2024-04-17 Version: 6.6.0
7
+ - Support API CreateExpressConnectTrafficQos.
8
+ - Support API CreateExpressConnectTrafficQosQueue.
9
+ - Support API CreateExpressConnectTrafficQosRule.
10
+ - Support API DeleteExpressConnectTrafficQos.
11
+ - Support API DeleteExpressConnectTrafficQosQueue.
12
+ - Support API DeleteExpressConnectTrafficQosRule.
13
+ - Support API Describe95Traffic.
14
+ - Support API DescribeExpressConnectTrafficQos.
15
+ - Support API DescribeExpressConnectTrafficQosQueue.
16
+ - Support API DescribeExpressConnectTrafficQosRule.
17
+ - Support API ModifyExpressConnectTrafficQos.
18
+ - Support API ModifyExpressConnectTrafficQosQueue.
19
+ - Support API ModifyExpressConnectTrafficQosRule.
20
+ - Update API AddPublicIpAddressPoolCidrBlock: update response param.
21
+ - Update API CreatePublicIpAddressPool: update response param.
22
+ - Update API DescribeEipAddresses: add param ServiceManaged.
23
+ - Update API DescribeIpv6Addresses: add param ServiceManaged.
24
+ - Update API DescribeIpv6Addresses: update response param.
25
+ - Update API DescribePublicIpAddress: update response param.
26
+ - Update API DescribeVirtualBorderRouters: update response param.
27
+ - Update API DescribeVpcAttribute: update response param.
28
+ - Update API DescribeVpcs: update response param.
29
+
30
+
1
31
  2024-04-17 Version: 6.5.0
2
32
  - Support API CreateExpressConnectTrafficQos.
3
33
  - Support API CreateExpressConnectTrafficQosQueue.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_vpc20160428
3
- Version: 6.6.0
3
+ Version: 6.6.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
@@ -0,0 +1 @@
1
+ __version__ = '6.6.2'
@@ -3477,6 +3477,8 @@ class Client(OpenApiClient):
3477
3477
  query['ResourceOwnerId'] = request.resource_owner_id
3478
3478
  if not UtilClient.is_unset(request.secondary_cidr_block):
3479
3479
  query['SecondaryCidrBlock'] = request.secondary_cidr_block
3480
+ if not UtilClient.is_unset(request.secondary_cidr_mask):
3481
+ query['SecondaryCidrMask'] = request.secondary_cidr_mask
3480
3482
  if not UtilClient.is_unset(request.vpc_id):
3481
3483
  query['VpcId'] = request.vpc_id
3482
3484
  req = open_api_models.OpenApiRequest(
@@ -3538,6 +3540,8 @@ class Client(OpenApiClient):
3538
3540
  query['ResourceOwnerId'] = request.resource_owner_id
3539
3541
  if not UtilClient.is_unset(request.secondary_cidr_block):
3540
3542
  query['SecondaryCidrBlock'] = request.secondary_cidr_block
3543
+ if not UtilClient.is_unset(request.secondary_cidr_mask):
3544
+ query['SecondaryCidrMask'] = request.secondary_cidr_mask
3541
3545
  if not UtilClient.is_unset(request.vpc_id):
3542
3546
  query['VpcId'] = request.vpc_id
3543
3547
  req = open_api_models.OpenApiRequest(
@@ -12686,6 +12690,8 @@ class Client(OpenApiClient):
12686
12690
  query['DryRun'] = request.dry_run
12687
12691
  if not UtilClient.is_unset(request.enable_ipv_6):
12688
12692
  query['EnableIpv6'] = request.enable_ipv_6
12693
+ if not UtilClient.is_unset(request.ipv_4cidr_mask):
12694
+ query['Ipv4CidrMask'] = request.ipv_4cidr_mask
12689
12695
  if not UtilClient.is_unset(request.ipv_4ipam_pool_id):
12690
12696
  query['Ipv4IpamPoolId'] = request.ipv_4ipam_pool_id
12691
12697
  if not UtilClient.is_unset(request.ipv_6cidr_block):
@@ -12762,6 +12768,8 @@ class Client(OpenApiClient):
12762
12768
  query['DryRun'] = request.dry_run
12763
12769
  if not UtilClient.is_unset(request.enable_ipv_6):
12764
12770
  query['EnableIpv6'] = request.enable_ipv_6
12771
+ if not UtilClient.is_unset(request.ipv_4cidr_mask):
12772
+ query['Ipv4CidrMask'] = request.ipv_4cidr_mask
12765
12773
  if not UtilClient.is_unset(request.ipv_4ipam_pool_id):
12766
12774
  query['Ipv4IpamPoolId'] = request.ipv_4ipam_pool_id
12767
12775
  if not UtilClient.is_unset(request.ipv_6cidr_block):
@@ -39746,6 +39754,8 @@ class Client(OpenApiClient):
39746
39754
  query = {}
39747
39755
  if not UtilClient.is_unset(request.client_token):
39748
39756
  query['ClientToken'] = request.client_token
39757
+ if not UtilClient.is_unset(request.eip_affinity):
39758
+ query['EipAffinity'] = request.eip_affinity
39749
39759
  if not UtilClient.is_unset(request.owner_account):
39750
39760
  query['OwnerAccount'] = request.owner_account
39751
39761
  if not UtilClient.is_unset(request.owner_id):
@@ -39804,6 +39814,8 @@ class Client(OpenApiClient):
39804
39814
  query = {}
39805
39815
  if not UtilClient.is_unset(request.client_token):
39806
39816
  query['ClientToken'] = request.client_token
39817
+ if not UtilClient.is_unset(request.eip_affinity):
39818
+ query['EipAffinity'] = request.eip_affinity
39807
39819
  if not UtilClient.is_unset(request.owner_account):
39808
39820
  query['OwnerAccount'] = request.owner_account
39809
39821
  if not UtilClient.is_unset(request.owner_id):
@@ -4566,6 +4566,7 @@ class AssociateVpcCidrBlockRequest(TeaModel):
4566
4566
  resource_owner_account: str = None,
4567
4567
  resource_owner_id: int = None,
4568
4568
  secondary_cidr_block: str = None,
4569
+ secondary_cidr_mask: int = None,
4569
4570
  vpc_id: str = None,
4570
4571
  ):
4571
4572
  # The IPv6 CIDR block to be added.
@@ -4608,6 +4609,7 @@ class AssociateVpcCidrBlockRequest(TeaModel):
4608
4609
  #
4609
4610
  # > You must and can specify only one of **SecondaryCidrBlock** and **Ipv6CidrBlock**.
4610
4611
  self.secondary_cidr_block = secondary_cidr_block
4612
+ self.secondary_cidr_mask = secondary_cidr_mask
4611
4613
  # The ID of the VPC to which you want to add a secondary CIDR block.
4612
4614
  self.vpc_id = vpc_id
4613
4615
 
@@ -4640,6 +4642,8 @@ class AssociateVpcCidrBlockRequest(TeaModel):
4640
4642
  result['ResourceOwnerId'] = self.resource_owner_id
4641
4643
  if self.secondary_cidr_block is not None:
4642
4644
  result['SecondaryCidrBlock'] = self.secondary_cidr_block
4645
+ if self.secondary_cidr_mask is not None:
4646
+ result['SecondaryCidrMask'] = self.secondary_cidr_mask
4643
4647
  if self.vpc_id is not None:
4644
4648
  result['VpcId'] = self.vpc_id
4645
4649
  return result
@@ -4666,6 +4670,8 @@ class AssociateVpcCidrBlockRequest(TeaModel):
4666
4670
  self.resource_owner_id = m.get('ResourceOwnerId')
4667
4671
  if m.get('SecondaryCidrBlock') is not None:
4668
4672
  self.secondary_cidr_block = m.get('SecondaryCidrBlock')
4673
+ if m.get('SecondaryCidrMask') is not None:
4674
+ self.secondary_cidr_mask = m.get('SecondaryCidrMask')
4669
4675
  if m.get('VpcId') is not None:
4670
4676
  self.vpc_id = m.get('VpcId')
4671
4677
  return self
@@ -19369,6 +19375,7 @@ class CreateVpcRequest(TeaModel):
19369
19375
  description: str = None,
19370
19376
  dry_run: bool = None,
19371
19377
  enable_ipv_6: bool = None,
19378
+ ipv_4cidr_mask: int = None,
19372
19379
  ipv_4ipam_pool_id: str = None,
19373
19380
  ipv_6cidr_block: str = None,
19374
19381
  ipv_6isp: str = None,
@@ -19407,6 +19414,7 @@ class CreateVpcRequest(TeaModel):
19407
19414
  # * **false** (default)
19408
19415
  # * **true**\
19409
19416
  self.enable_ipv_6 = enable_ipv_6
19417
+ self.ipv_4cidr_mask = ipv_4cidr_mask
19410
19418
  # The ID of the IP Address Manager (IPAM) pool of the IPv4 type.
19411
19419
  self.ipv_4ipam_pool_id = ipv_4ipam_pool_id
19412
19420
  # The IPv6 CIDR block of the VPC.
@@ -19465,6 +19473,8 @@ class CreateVpcRequest(TeaModel):
19465
19473
  result['DryRun'] = self.dry_run
19466
19474
  if self.enable_ipv_6 is not None:
19467
19475
  result['EnableIpv6'] = self.enable_ipv_6
19476
+ if self.ipv_4cidr_mask is not None:
19477
+ result['Ipv4CidrMask'] = self.ipv_4cidr_mask
19468
19478
  if self.ipv_4ipam_pool_id is not None:
19469
19479
  result['Ipv4IpamPoolId'] = self.ipv_4ipam_pool_id
19470
19480
  if self.ipv_6cidr_block is not None:
@@ -19505,6 +19515,8 @@ class CreateVpcRequest(TeaModel):
19505
19515
  self.dry_run = m.get('DryRun')
19506
19516
  if m.get('EnableIpv6') is not None:
19507
19517
  self.enable_ipv_6 = m.get('EnableIpv6')
19518
+ if m.get('Ipv4CidrMask') is not None:
19519
+ self.ipv_4cidr_mask = m.get('Ipv4CidrMask')
19508
19520
  if m.get('Ipv4IpamPoolId') is not None:
19509
19521
  self.ipv_4ipam_pool_id = m.get('Ipv4IpamPoolId')
19510
19522
  if m.get('Ipv6CidrBlock') is not None:
@@ -50851,6 +50863,7 @@ class DescribeSnatTableEntriesRequest(TeaModel):
50851
50863
  class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaModel):
50852
50864
  def __init__(
50853
50865
  self,
50866
+ eip_affinity: str = None,
50854
50867
  nat_gateway_id: str = None,
50855
50868
  snat_entry_id: str = None,
50856
50869
  snat_entry_name: str = None,
@@ -50860,6 +50873,7 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
50860
50873
  source_vswitch_id: str = None,
50861
50874
  status: str = None,
50862
50875
  ):
50876
+ self.eip_affinity = eip_affinity
50863
50877
  # The ID of the NAT gateway to which the SNAT entry belongs.
50864
50878
  self.nat_gateway_id = nat_gateway_id
50865
50879
  # The ID of the SNAT entry.
@@ -50892,6 +50906,8 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
50892
50906
  return _map
50893
50907
 
50894
50908
  result = dict()
50909
+ if self.eip_affinity is not None:
50910
+ result['EipAffinity'] = self.eip_affinity
50895
50911
  if self.nat_gateway_id is not None:
50896
50912
  result['NatGatewayId'] = self.nat_gateway_id
50897
50913
  if self.snat_entry_id is not None:
@@ -50912,6 +50928,8 @@ class DescribeSnatTableEntriesResponseBodySnatTableEntriesSnatTableEntry(TeaMode
50912
50928
 
50913
50929
  def from_map(self, m: dict = None):
50914
50930
  m = m or dict()
50931
+ if m.get('EipAffinity') is not None:
50932
+ self.eip_affinity = m.get('EipAffinity')
50915
50933
  if m.get('NatGatewayId') is not None:
50916
50934
  self.nat_gateway_id = m.get('NatGatewayId')
50917
50935
  if m.get('SnatEntryId') is not None:
@@ -57011,7 +57029,9 @@ class DescribeVpcAttributeResponseBody(TeaModel):
57011
57029
  # * **Deleted**\
57012
57030
  # * **Pending**\
57013
57031
  self.dhcp_options_set_status = dhcp_options_set_status
57014
- # 是否开启IPv6
57032
+ # Indicates whether the VPC enables IPv6 .
57033
+ # - true
57034
+ # - false
57015
57035
  self.enabled_ipv_6 = enabled_ipv_6
57016
57036
  # The ID of the IPv4 gateway.
57017
57037
  self.ipv_4gateway_id = ipv_4gateway_id
@@ -61382,6 +61402,33 @@ class DescribeVpnGatewayRequest(TeaModel):
61382
61402
  return self
61383
61403
 
61384
61404
 
61405
+ class DescribeVpnGatewayResponseBodyEniInstanceIds(TeaModel):
61406
+ def __init__(
61407
+ self,
61408
+ eni_instance_id: List[str] = None,
61409
+ ):
61410
+ self.eni_instance_id = eni_instance_id
61411
+
61412
+ def validate(self):
61413
+ pass
61414
+
61415
+ def to_map(self):
61416
+ _map = super().to_map()
61417
+ if _map is not None:
61418
+ return _map
61419
+
61420
+ result = dict()
61421
+ if self.eni_instance_id is not None:
61422
+ result['EniInstanceId'] = self.eni_instance_id
61423
+ return result
61424
+
61425
+ def from_map(self, m: dict = None):
61426
+ m = m or dict()
61427
+ if m.get('EniInstanceId') is not None:
61428
+ self.eni_instance_id = m.get('EniInstanceId')
61429
+ return self
61430
+
61431
+
61385
61432
  class DescribeVpnGatewayResponseBodyReservationData(TeaModel):
61386
61433
  def __init__(
61387
61434
  self,
@@ -61549,6 +61596,7 @@ class DescribeVpnGatewayResponseBody(TeaModel):
61549
61596
  disaster_recovery_vswitch_id: str = None,
61550
61597
  enable_bgp: bool = None,
61551
61598
  end_time: int = None,
61599
+ eni_instance_ids: DescribeVpnGatewayResponseBodyEniInstanceIds = None,
61552
61600
  internet_ip: str = None,
61553
61601
  ipsec_vpn: str = None,
61554
61602
  name: str = None,
@@ -61605,6 +61653,7 @@ class DescribeVpnGatewayResponseBody(TeaModel):
61605
61653
  #
61606
61654
  # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
61607
61655
  self.end_time = end_time
61656
+ self.eni_instance_ids = eni_instance_ids
61608
61657
  # * If the VPN gateway supports IPsec-VPN connections in single-tunnel mode, the address is the IP address of the VPN gateway and can be used to create an IPsec-VPN connection or an SSL-VPN connection.
61609
61658
  #
61610
61659
  # * If the VPN gateway supports IPsec-VPN connections in dual-tunnel mode, the address is the first IP address used to create an IPsec-VPN connection. The address cannot be used to create an SSL-VPN connection.
@@ -61694,6 +61743,8 @@ class DescribeVpnGatewayResponseBody(TeaModel):
61694
61743
  self.vpn_type = vpn_type
61695
61744
 
61696
61745
  def validate(self):
61746
+ if self.eni_instance_ids:
61747
+ self.eni_instance_ids.validate()
61697
61748
  if self.reservation_data:
61698
61749
  self.reservation_data.validate()
61699
61750
  if self.tags:
@@ -61723,6 +61774,8 @@ class DescribeVpnGatewayResponseBody(TeaModel):
61723
61774
  result['EnableBgp'] = self.enable_bgp
61724
61775
  if self.end_time is not None:
61725
61776
  result['EndTime'] = self.end_time
61777
+ if self.eni_instance_ids is not None:
61778
+ result['EniInstanceIds'] = self.eni_instance_ids.to_map()
61726
61779
  if self.internet_ip is not None:
61727
61780
  result['InternetIp'] = self.internet_ip
61728
61781
  if self.ipsec_vpn is not None:
@@ -61781,6 +61834,9 @@ class DescribeVpnGatewayResponseBody(TeaModel):
61781
61834
  self.enable_bgp = m.get('EnableBgp')
61782
61835
  if m.get('EndTime') is not None:
61783
61836
  self.end_time = m.get('EndTime')
61837
+ if m.get('EniInstanceIds') is not None:
61838
+ temp_model = DescribeVpnGatewayResponseBodyEniInstanceIds()
61839
+ self.eni_instance_ids = temp_model.from_map(m['EniInstanceIds'])
61784
61840
  if m.get('InternetIp') is not None:
61785
61841
  self.internet_ip = m.get('InternetIp')
61786
61842
  if m.get('IpsecVpn') is not None:
@@ -62233,6 +62289,33 @@ class DescribeVpnGatewaysRequest(TeaModel):
62233
62289
  return self
62234
62290
 
62235
62291
 
62292
+ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayEniInstanceIds(TeaModel):
62293
+ def __init__(
62294
+ self,
62295
+ eni_instance_id: List[str] = None,
62296
+ ):
62297
+ self.eni_instance_id = eni_instance_id
62298
+
62299
+ def validate(self):
62300
+ pass
62301
+
62302
+ def to_map(self):
62303
+ _map = super().to_map()
62304
+ if _map is not None:
62305
+ return _map
62306
+
62307
+ result = dict()
62308
+ if self.eni_instance_id is not None:
62309
+ result['EniInstanceId'] = self.eni_instance_id
62310
+ return result
62311
+
62312
+ def from_map(self, m: dict = None):
62313
+ m = m or dict()
62314
+ if m.get('EniInstanceId') is not None:
62315
+ self.eni_instance_id = m.get('EniInstanceId')
62316
+ return self
62317
+
62318
+
62236
62319
  class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayReservationData(TeaModel):
62237
62320
  def __init__(
62238
62321
  self,
@@ -62400,6 +62483,7 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
62400
62483
  disaster_recovery_vswitch_id: str = None,
62401
62484
  enable_bgp: bool = None,
62402
62485
  end_time: int = None,
62486
+ eni_instance_ids: DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayEniInstanceIds = None,
62403
62487
  internet_ip: str = None,
62404
62488
  ipsec_vpn: str = None,
62405
62489
  name: str = None,
@@ -62455,6 +62539,7 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
62455
62539
  #
62456
62540
  # This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
62457
62541
  self.end_time = end_time
62542
+ self.eni_instance_ids = eni_instance_ids
62458
62543
  # * If the VPN gateway supports IPsec-VPN connections in single-tunnel mode, the address is the IP address of the VPN gateway and can be used to create an IPsec-VPN connection or an SSL-VPN connection.
62459
62544
  #
62460
62545
  # * If the VPN gateway supports IPsec-VPN connections in dual-tunnel mode, the address is the first IP address used to create an IPsec-VPN connection. The address cannot be used to create an SSL-VPN connection.
@@ -62542,6 +62627,8 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
62542
62627
  self.vpn_type = vpn_type
62543
62628
 
62544
62629
  def validate(self):
62630
+ if self.eni_instance_ids:
62631
+ self.eni_instance_ids.validate()
62545
62632
  if self.reservation_data:
62546
62633
  self.reservation_data.validate()
62547
62634
  if self.tags:
@@ -62571,6 +62658,8 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
62571
62658
  result['EnableBgp'] = self.enable_bgp
62572
62659
  if self.end_time is not None:
62573
62660
  result['EndTime'] = self.end_time
62661
+ if self.eni_instance_ids is not None:
62662
+ result['EniInstanceIds'] = self.eni_instance_ids.to_map()
62574
62663
  if self.internet_ip is not None:
62575
62664
  result['InternetIp'] = self.internet_ip
62576
62665
  if self.ipsec_vpn is not None:
@@ -62627,6 +62716,9 @@ class DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGateway(TeaModel):
62627
62716
  self.enable_bgp = m.get('EnableBgp')
62628
62717
  if m.get('EndTime') is not None:
62629
62718
  self.end_time = m.get('EndTime')
62719
+ if m.get('EniInstanceIds') is not None:
62720
+ temp_model = DescribeVpnGatewaysResponseBodyVpnGatewaysVpnGatewayEniInstanceIds()
62721
+ self.eni_instance_ids = temp_model.from_map(m['EniInstanceIds'])
62630
62722
  if m.get('InternetIp') is not None:
62631
62723
  self.internet_ip = m.get('InternetIp')
62632
62724
  if m.get('IpsecVpn') is not None:
@@ -84437,6 +84529,7 @@ class ModifySnatEntryRequest(TeaModel):
84437
84529
  def __init__(
84438
84530
  self,
84439
84531
  client_token: str = None,
84532
+ eip_affinity: int = None,
84440
84533
  owner_account: str = None,
84441
84534
  owner_id: int = None,
84442
84535
  region_id: str = None,
@@ -84453,6 +84546,7 @@ class ModifySnatEntryRequest(TeaModel):
84453
84546
  #
84454
84547
  # > 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.
84455
84548
  self.client_token = client_token
84549
+ self.eip_affinity = eip_affinity
84456
84550
  self.owner_account = owner_account
84457
84551
  self.owner_id = owner_id
84458
84552
  # The region ID of the NAT gateway.
@@ -84487,6 +84581,8 @@ class ModifySnatEntryRequest(TeaModel):
84487
84581
  result = dict()
84488
84582
  if self.client_token is not None:
84489
84583
  result['ClientToken'] = self.client_token
84584
+ if self.eip_affinity is not None:
84585
+ result['EipAffinity'] = self.eip_affinity
84490
84586
  if self.owner_account is not None:
84491
84587
  result['OwnerAccount'] = self.owner_account
84492
84588
  if self.owner_id is not None:
@@ -84511,6 +84607,8 @@ class ModifySnatEntryRequest(TeaModel):
84511
84607
  m = m or dict()
84512
84608
  if m.get('ClientToken') is not None:
84513
84609
  self.client_token = m.get('ClientToken')
84610
+ if m.get('EipAffinity') is not None:
84611
+ self.eip_affinity = m.get('EipAffinity')
84514
84612
  if m.get('OwnerAccount') is not None:
84515
84613
  self.owner_account = m.get('OwnerAccount')
84516
84614
  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.6.0
3
+ Version: 6.6.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
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_vpc20160428.
26
26
 
27
- Created on 17/04/2024
27
+ Created on 06/05/2024
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -1 +0,0 @@
1
- __version__ = '6.6.0'