tencentcloud-sdk-python 3.0.1349__py2.py3-none-any.whl → 3.0.1350__py2.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.
Files changed (50) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +0 -116
  3. tencentcloud/bi/v20220105/models.py +8 -0
  4. tencentcloud/ccc/v20200210/models.py +108 -50
  5. tencentcloud/cfw/v20190904/models.py +2 -2
  6. tencentcloud/ckafka/v20190819/models.py +6 -6
  7. tencentcloud/cme/v20191029/cme_client.py +0 -1
  8. tencentcloud/cme/v20191029/models.py +10 -14
  9. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  10. tencentcloud/cwp/v20180228/models.py +60 -0
  11. tencentcloud/cynosdb/v20190107/models.py +0 -14
  12. tencentcloud/domain/v20180808/models.py +14 -6
  13. tencentcloud/dts/v20180330/models.py +0 -2
  14. tencentcloud/dts/v20211206/models.py +0 -14
  15. tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
  16. tencentcloud/emr/v20190103/models.py +4 -4
  17. tencentcloud/ess/v20201111/ess_client.py +5 -3
  18. tencentcloud/ess/v20201111/models.py +47 -14
  19. tencentcloud/essbasic/v20210526/models.py +4 -4
  20. tencentcloud/gs/v20191118/models.py +15 -0
  21. tencentcloud/iotexplorer/v20190423/models.py +34 -0
  22. tencentcloud/iotvideo/v20211125/models.py +34 -0
  23. tencentcloud/live/v20180801/models.py +45 -0
  24. tencentcloud/lkeap/v20240522/models.py +15 -0
  25. tencentcloud/mmps/v20200710/models.py +0 -4
  26. tencentcloud/mps/v20190612/errorcodes.py +1 -5
  27. tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
  28. tencentcloud/mqtt/v20240516/models.py +198 -68
  29. tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
  30. tencentcloud/ocr/v20181119/errorcodes.py +0 -9
  31. tencentcloud/ocr/v20181119/models.py +29 -478
  32. tencentcloud/ocr/v20181119/ocr_client.py +5 -79
  33. tencentcloud/partners/v20180321/models.py +154 -0
  34. tencentcloud/partners/v20180321/partners_client.py +23 -0
  35. tencentcloud/sqlserver/v20180328/models.py +60 -0
  36. tencentcloud/tdid/v20210519/models.py +0 -10
  37. tencentcloud/tdmq/v20200217/models.py +0 -94
  38. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  39. tencentcloud/thpc/v20230321/models.py +15 -0
  40. tencentcloud/tke/v20180525/models.py +0 -4
  41. tencentcloud/trtc/v20190722/models.py +30 -0
  42. tencentcloud/vod/v20180717/models.py +39 -143
  43. tencentcloud/vod/v20180717/vod_client.py +2 -1
  44. tencentcloud/vpc/v20170312/models.py +152 -98
  45. tencentcloud/vpc/v20170312/vpc_client.py +8 -5
  46. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/METADATA +1 -1
  47. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/RECORD +50 -50
  48. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/LICENSE +0 -0
  49. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/WHEEL +0 -0
  50. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/top_level.txt +0 -0
@@ -2659,7 +2659,8 @@ class AssignIpv6AddressesRequest(AbstractModel):
2659
2659
 
2660
2660
  def __init__(self):
2661
2661
  r"""
2662
- :param _NetworkInterfaceId: 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。
2662
+ :param _NetworkInterfaceId: 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
2663
+
2663
2664
  :type NetworkInterfaceId: str
2664
2665
  :param _Ipv6Addresses: 指定的`IPv6`地址列表,单次最多指定10个。与入参`Ipv6AddressCount`合并计算配额。与Ipv6AddressCount必填一个。
2665
2666
  :type Ipv6Addresses: list of Ipv6Address
@@ -2675,7 +2676,8 @@ class AssignIpv6AddressesRequest(AbstractModel):
2675
2676
 
2676
2677
  @property
2677
2678
  def NetworkInterfaceId(self):
2678
- """弹性网卡实例`ID`,形如:`eni-m6dyj72l`。
2679
+ """弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
2680
+
2679
2681
  :rtype: str
2680
2682
  """
2681
2683
  return self._NetworkInterfaceId
@@ -2991,13 +2993,14 @@ class AssignPrivateIpAddressesRequest(AbstractModel):
2991
2993
 
2992
2994
  def __init__(self):
2993
2995
  r"""
2994
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l
2996
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
2997
+
2995
2998
  :type NetworkInterfaceId: str
2996
2999
  :param _PrivateIpAddresses: 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。
2997
3000
  :type PrivateIpAddresses: list of PrivateIpAddressSpecification
2998
3001
  :param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
2999
3002
  :type SecondaryPrivateIpAddressCount: int
3000
- :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
3003
+ :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
3001
3004
  :type QosLevel: str
3002
3005
  :param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
3003
3006
  :type ClientToken: str
@@ -3010,7 +3013,8 @@ class AssignPrivateIpAddressesRequest(AbstractModel):
3010
3013
 
3011
3014
  @property
3012
3015
  def NetworkInterfaceId(self):
3013
- """弹性网卡实例ID,例如:eni-m6dyj72l
3016
+ """弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
3017
+
3014
3018
  :rtype: str
3015
3019
  """
3016
3020
  return self._NetworkInterfaceId
@@ -3043,7 +3047,7 @@ class AssignPrivateIpAddressesRequest(AbstractModel):
3043
3047
 
3044
3048
  @property
3045
3049
  def QosLevel(self):
3046
- """IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
3050
+ """IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
3047
3051
  :rtype: str
3048
3052
  """
3049
3053
  return self._QosLevel
@@ -3981,9 +3985,11 @@ class AssociateNetworkInterfaceSecurityGroupsRequest(AbstractModel):
3981
3985
 
3982
3986
  def __init__(self):
3983
3987
  r"""
3984
- :param _NetworkInterfaceIds: 弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。本接口不支持主网卡绑定安全组。
3988
+ :param _NetworkInterfaceIds: 弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。本接口不支持主网卡绑定安全组。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
3989
+
3985
3990
  :type NetworkInterfaceIds: list of str
3986
- :param _SecurityGroupIds: 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100
3991
+ :param _SecurityGroupIds: 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
3992
+
3987
3993
  :type SecurityGroupIds: list of str
3988
3994
  """
3989
3995
  self._NetworkInterfaceIds = None
@@ -3991,7 +3997,8 @@ class AssociateNetworkInterfaceSecurityGroupsRequest(AbstractModel):
3991
3997
 
3992
3998
  @property
3993
3999
  def NetworkInterfaceIds(self):
3994
- """弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。本接口不支持主网卡绑定安全组。
4000
+ """弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。本接口不支持主网卡绑定安全组。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
4001
+
3995
4002
  :rtype: list of str
3996
4003
  """
3997
4004
  return self._NetworkInterfaceIds
@@ -4002,7 +4009,8 @@ class AssociateNetworkInterfaceSecurityGroupsRequest(AbstractModel):
4002
4009
 
4003
4010
  @property
4004
4011
  def SecurityGroupIds(self):
4005
- """安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100
4012
+ """安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
4013
+
4006
4014
  :rtype: list of str
4007
4015
  """
4008
4016
  return self._SecurityGroupIds
@@ -4238,9 +4246,11 @@ class AttachNetworkInterfaceRequest(AbstractModel):
4238
4246
 
4239
4247
  def __init__(self):
4240
4248
  r"""
4241
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l
4249
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
4250
+
4242
4251
  :type NetworkInterfaceId: str
4243
- :param _InstanceId: CVM实例ID。形如:ins-r8hr2upy
4252
+ :param _InstanceId: CVM实例ID。形如:ins-r8hr2upy。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
4253
+
4244
4254
  :type InstanceId: str
4245
4255
  :param _AttachType: 网卡的挂载类型:0 标准型,1扩展型,默认值0。
4246
4256
  :type AttachType: int
@@ -4254,7 +4264,8 @@ class AttachNetworkInterfaceRequest(AbstractModel):
4254
4264
 
4255
4265
  @property
4256
4266
  def NetworkInterfaceId(self):
4257
- """弹性网卡实例ID,例如:eni-m6dyj72l
4267
+ """弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
4268
+
4258
4269
  :rtype: str
4259
4270
  """
4260
4271
  return self._NetworkInterfaceId
@@ -4265,7 +4276,8 @@ class AttachNetworkInterfaceRequest(AbstractModel):
4265
4276
 
4266
4277
  @property
4267
4278
  def InstanceId(self):
4268
- """CVM实例ID。形如:ins-r8hr2upy
4279
+ """CVM实例ID。形如:ins-r8hr2upy。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
4280
+
4269
4281
  :rtype: str
4270
4282
  """
4271
4283
  return self._InstanceId
@@ -8902,21 +8914,22 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
8902
8914
 
8903
8915
  def __init__(self):
8904
8916
  r"""
8905
- :param _VpcId: VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
8917
+ :param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
8906
8918
  :type VpcId: str
8907
8919
  :param _NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字节。
8908
8920
  :type NetworkInterfaceName: str
8909
- :param _SubnetId: 弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca
8921
+ :param _SubnetId: 弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
8910
8922
  :type SubnetId: str
8911
- :param _InstanceId: 云服务器实例ID
8923
+ :param _InstanceId: 云服务器实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
8912
8924
  :type InstanceId: str
8913
8925
  :param _PrivateIpAddresses: 指定的内网IP信息,单次最多指定10个。
8914
8926
  :type PrivateIpAddresses: list of PrivateIpAddressSpecification
8915
8927
  :param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
8916
8928
  :type SecondaryPrivateIpAddressCount: int
8917
- :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
8929
+ :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
8918
8930
  :type QosLevel: str
8919
- :param _SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']
8931
+ :param _SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
8932
+
8920
8933
  :type SecurityGroupIds: list of str
8921
8934
  :param _NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
8922
8935
  :type NetworkInterfaceDescription: str
@@ -8945,7 +8958,7 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
8945
8958
 
8946
8959
  @property
8947
8960
  def VpcId(self):
8948
- """VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
8961
+ """VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
8949
8962
  :rtype: str
8950
8963
  """
8951
8964
  return self._VpcId
@@ -8967,7 +8980,7 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
8967
8980
 
8968
8981
  @property
8969
8982
  def SubnetId(self):
8970
- """弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca
8983
+ """弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
8971
8984
  :rtype: str
8972
8985
  """
8973
8986
  return self._SubnetId
@@ -8978,7 +8991,7 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
8978
8991
 
8979
8992
  @property
8980
8993
  def InstanceId(self):
8981
- """云服务器实例ID
8994
+ """云服务器实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
8982
8995
  :rtype: str
8983
8996
  """
8984
8997
  return self._InstanceId
@@ -9011,7 +9024,7 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
9011
9024
 
9012
9025
  @property
9013
9026
  def QosLevel(self):
9014
- """IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
9027
+ """IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
9015
9028
  :rtype: str
9016
9029
  """
9017
9030
  return self._QosLevel
@@ -9022,7 +9035,8 @@ class CreateAndAttachNetworkInterfaceRequest(AbstractModel):
9022
9035
 
9023
9036
  @property
9024
9037
  def SecurityGroupIds(self):
9025
- """指定绑定的安全组,例如:['sg-1dd51d']
9038
+ """指定绑定的安全组,例如:['sg-1dd51d']。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
9039
+
9026
9040
  :rtype: list of str
9027
9041
  """
9028
9042
  return self._SecurityGroupIds
@@ -12470,20 +12484,21 @@ class CreateNetworkInterfaceRequest(AbstractModel):
12470
12484
 
12471
12485
  def __init__(self):
12472
12486
  r"""
12473
- :param _VpcId: VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
12487
+ :param _VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
12474
12488
  :type VpcId: str
12475
12489
  :param _NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字节。
12476
12490
  :type NetworkInterfaceName: str
12477
- :param _SubnetId: 弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca
12491
+ :param _SubnetId: 弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
12478
12492
  :type SubnetId: str
12479
12493
  :param _NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
12480
12494
  :type NetworkInterfaceDescription: str
12481
12495
  :param _SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
12482
12496
  配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
12483
12497
  :type SecondaryPrivateIpAddressCount: int
12484
- :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
12498
+ :param _QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
12485
12499
  :type QosLevel: str
12486
- :param _SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']
12500
+ :param _SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
12501
+
12487
12502
  :type SecurityGroupIds: list of str
12488
12503
  :param _PrivateIpAddresses: 指定的内网IP信息,单次最多指定10个。
12489
12504
  :type PrivateIpAddresses: list of PrivateIpAddressSpecification
@@ -12511,7 +12526,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
12511
12526
 
12512
12527
  @property
12513
12528
  def VpcId(self):
12514
- """VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
12529
+ """VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
12515
12530
  :rtype: str
12516
12531
  """
12517
12532
  return self._VpcId
@@ -12533,7 +12548,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
12533
12548
 
12534
12549
  @property
12535
12550
  def SubnetId(self):
12536
- """弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca
12551
+ """弹性网卡所在的子网实例ID,例如:subnet-0ap8nwca。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
12537
12552
  :rtype: str
12538
12553
  """
12539
12554
  return self._SubnetId
@@ -12567,7 +12582,7 @@ class CreateNetworkInterfaceRequest(AbstractModel):
12567
12582
 
12568
12583
  @property
12569
12584
  def QosLevel(self):
12570
- """IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
12585
+ """IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
12571
12586
  :rtype: str
12572
12587
  """
12573
12588
  return self._QosLevel
@@ -12578,7 +12593,8 @@ class CreateNetworkInterfaceRequest(AbstractModel):
12578
12593
 
12579
12594
  @property
12580
12595
  def SecurityGroupIds(self):
12581
- """指定绑定的安全组,例如:['sg-1dd51d']
12596
+ """指定绑定的安全组,例如:['sg-1dd51d']。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
12597
+
12582
12598
  :rtype: list of str
12583
12599
  """
12584
12600
  return self._SecurityGroupIds
@@ -29729,14 +29745,20 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
29729
29745
 
29730
29746
  def __init__(self):
29731
29747
  r"""
29732
- :param _NetworkInterfaceIds: 弹性网卡实例ID查询。形如:eni-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定NetworkInterfaceIds和Filters
29748
+ :param _NetworkInterfaceIds: 弹性网卡实例ID查询。形如:eni-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定NetworkInterfaceIds和Filters。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
29749
+
29733
29750
  :type NetworkInterfaceIds: list of str
29734
29751
  :param _Filters: 过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
29735
- <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
29736
- <li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。</li>
29737
- <li>network-interface-id - String - (过滤条件)弹性网卡实例ID,形如:eni-5k56k7k7。</li>
29738
- <li>attachment.instance-id - String - (过滤条件)绑定的云服务器实例ID,形如:ins-3nqpdn3i。</li>
29739
- <li>groups.security-group-id - String - (过滤条件)绑定的安全组实例ID,例如:sg-f9ekbxeq。</li>
29752
+ <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
29753
+ </li>
29754
+ <li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
29755
+ </li>
29756
+ <li>network-interface-id - String - (过滤条件)弹性网卡实例ID,形如:eni-5k56k7k7。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
29757
+ </li>
29758
+ <li>attachment.instance-id - String - (过滤条件)绑定的云服务器实例ID,形如:ins-3nqpdn3i。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
29759
+ </li>
29760
+ <li>groups.security-group-id - String - (过滤条件)绑定的安全组实例ID,例如:sg-f9ekbxeq。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
29761
+ </li>
29740
29762
  <li>network-interface-name - String - (过滤条件)网卡实例名称。</li>
29741
29763
  <li>network-interface-description - String - (过滤条件)网卡实例描述。</li>
29742
29764
  <li>address-ip - String - (过滤条件)内网IPv4地址,单IP后缀模糊匹配,多IP精确匹配。可以与`ip-exact-match`配合做单IP的精确匹配查询。</li>
@@ -29745,7 +29767,7 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
29745
29767
  <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>
29746
29768
  <li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>
29747
29769
  <li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡。</li>
29748
- <li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。“AG”-服务质量为云铜,“AU”-服务质量为云银。</li>
29770
+ <li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。</li>
29749
29771
  <li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>
29750
29772
  <li>public-address-ip - String - (过滤条件)公网IPv4地址,精确匹配。</li>
29751
29773
  :type Filters: list of Filter
@@ -29761,7 +29783,8 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
29761
29783
 
29762
29784
  @property
29763
29785
  def NetworkInterfaceIds(self):
29764
- """弹性网卡实例ID查询。形如:eni-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定NetworkInterfaceIds和Filters
29786
+ """弹性网卡实例ID查询。形如:eni-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定NetworkInterfaceIds和Filters。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
29787
+
29765
29788
  :rtype: list of str
29766
29789
  """
29767
29790
  return self._NetworkInterfaceIds
@@ -29773,11 +29796,16 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
29773
29796
  @property
29774
29797
  def Filters(self):
29775
29798
  """过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
29776
- <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
29777
- <li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。</li>
29778
- <li>network-interface-id - String - (过滤条件)弹性网卡实例ID,形如:eni-5k56k7k7。</li>
29779
- <li>attachment.instance-id - String - (过滤条件)绑定的云服务器实例ID,形如:ins-3nqpdn3i。</li>
29780
- <li>groups.security-group-id - String - (过滤条件)绑定的安全组实例ID,例如:sg-f9ekbxeq。</li>
29799
+ <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
29800
+ </li>
29801
+ <li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
29802
+ </li>
29803
+ <li>network-interface-id - String - (过滤条件)弹性网卡实例ID,形如:eni-5k56k7k7。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
29804
+ </li>
29805
+ <li>attachment.instance-id - String - (过滤条件)绑定的云服务器实例ID,形如:ins-3nqpdn3i。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
29806
+ </li>
29807
+ <li>groups.security-group-id - String - (过滤条件)绑定的安全组实例ID,例如:sg-f9ekbxeq。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
29808
+ </li>
29781
29809
  <li>network-interface-name - String - (过滤条件)网卡实例名称。</li>
29782
29810
  <li>network-interface-description - String - (过滤条件)网卡实例描述。</li>
29783
29811
  <li>address-ip - String - (过滤条件)内网IPv4地址,单IP后缀模糊匹配,多IP精确匹配。可以与`ip-exact-match`配合做单IP的精确匹配查询。</li>
@@ -29786,7 +29814,7 @@ class DescribeNetworkInterfacesRequest(AbstractModel):
29786
29814
  <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>
29787
29815
  <li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>
29788
29816
  <li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡。</li>
29789
- <li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。“AG”-服务质量为云铜,“AU”-服务质量为云银。</li>
29817
+ <li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。</li>
29790
29818
  <li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>
29791
29819
  <li>public-address-ip - String - (过滤条件)公网IPv4地址,精确匹配。</li>
29792
29820
  :rtype: list of Filter
@@ -37927,9 +37955,11 @@ class DetachNetworkInterfaceRequest(AbstractModel):
37927
37955
 
37928
37956
  def __init__(self):
37929
37957
  r"""
37930
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l
37958
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
37959
+
37931
37960
  :type NetworkInterfaceId: str
37932
- :param _InstanceId: CVM实例ID。形如:ins-r8hr2upy
37961
+ :param _InstanceId: CVM实例ID。形如:ins-r8hr2upy。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
37962
+
37933
37963
  :type InstanceId: str
37934
37964
  :param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
37935
37965
  :type ClientToken: str
@@ -37940,7 +37970,8 @@ class DetachNetworkInterfaceRequest(AbstractModel):
37940
37970
 
37941
37971
  @property
37942
37972
  def NetworkInterfaceId(self):
37943
- """弹性网卡实例ID,例如:eni-m6dyj72l
37973
+ """弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
37974
+
37944
37975
  :rtype: str
37945
37976
  """
37946
37977
  return self._NetworkInterfaceId
@@ -37951,7 +37982,8 @@ class DetachNetworkInterfaceRequest(AbstractModel):
37951
37982
 
37952
37983
  @property
37953
37984
  def InstanceId(self):
37954
- """CVM实例ID。形如:ins-r8hr2upy
37985
+ """CVM实例ID。形如:ins-r8hr2upy。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
37986
+
37955
37987
  :rtype: str
37956
37988
  """
37957
37989
  return self._InstanceId
@@ -45442,7 +45474,7 @@ class Ipv6Address(AbstractModel):
45442
45474
  :type Address: str
45443
45475
  :param _Primary: 是否是主`IP`。
45444
45476
  :type Primary: bool
45445
- :param _AddressId: `EIP`实例`ID`,形如:`eip-hxlqja90`。
45477
+ :param _AddressId: `EIP`实例`ID`,形如:`eip-hxlqja90`。作为入参数时,可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取。
45446
45478
  :type AddressId: str
45447
45479
  :param _Description: 描述信息。
45448
45480
  :type Description: str
@@ -45457,7 +45489,7 @@ class Ipv6Address(AbstractModel):
45457
45489
  :param _PublicIpAddress: 如果 IPv6地址是 ULA 类型,绑定的公网IP地址。
45458
45490
  注意:此字段可能返回 null,表示取不到有效值。
45459
45491
  :type PublicIpAddress: str
45460
- :param _AddressType: `IPv6`地址的类型: `GUA`, `OTHER`, `ULA`
45492
+ :param _AddressType: `IPv6`地址的类型: `GUA`(全球单播地址), `OTHER`(非GUA/ULA地址), `ULA`(唯一本地地址)
45461
45493
  注意:此字段可能返回 null,表示取不到有效值。
45462
45494
  :type AddressType: str
45463
45495
  """
@@ -45494,7 +45526,7 @@ class Ipv6Address(AbstractModel):
45494
45526
 
45495
45527
  @property
45496
45528
  def AddressId(self):
45497
- """`EIP`实例`ID`,形如:`eip-hxlqja90`。
45529
+ """`EIP`实例`ID`,形如:`eip-hxlqja90`。作为入参数时,可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取。
45498
45530
  :rtype: str
45499
45531
  """
45500
45532
  return self._AddressId
@@ -45554,7 +45586,7 @@ class Ipv6Address(AbstractModel):
45554
45586
 
45555
45587
  @property
45556
45588
  def AddressType(self):
45557
- """`IPv6`地址的类型: `GUA`, `OTHER`, `ULA`
45589
+ """`IPv6`地址的类型: `GUA`(全球单播地址), `OTHER`(非GUA/ULA地址), `ULA`(唯一本地地址)
45558
45590
  注意:此字段可能返回 null,表示取不到有效值。
45559
45591
  :rtype: str
45560
45592
  """
@@ -46144,13 +46176,16 @@ class MigrateNetworkInterfaceRequest(AbstractModel):
46144
46176
 
46145
46177
  def __init__(self):
46146
46178
  r"""
46147
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l
46179
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
46180
+
46148
46181
  :type NetworkInterfaceId: str
46149
- :param _SourceInstanceId: 弹性网卡当前绑定的CVM实例ID。形如:ins-r8hr2upy
46182
+ :param _SourceInstanceId: 弹性网卡当前绑定的CVM实例ID。形如:ins-r8hr2upy。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
46183
+
46150
46184
  :type SourceInstanceId: str
46151
- :param _DestinationInstanceId: 待迁移的目的CVM实例ID
46185
+ :param _DestinationInstanceId: 待迁移的目的CVM实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
46186
+
46152
46187
  :type DestinationInstanceId: str
46153
- :param _AttachType: 网卡绑定类型:0 标准型 1 扩展型。
46188
+ :param _AttachType: 网卡绑定类型:0 标准型 1 扩展型。默认:0。
46154
46189
  :type AttachType: int
46155
46190
  """
46156
46191
  self._NetworkInterfaceId = None
@@ -46160,7 +46195,8 @@ class MigrateNetworkInterfaceRequest(AbstractModel):
46160
46195
 
46161
46196
  @property
46162
46197
  def NetworkInterfaceId(self):
46163
- """弹性网卡实例ID,例如:eni-m6dyj72l
46198
+ """弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
46199
+
46164
46200
  :rtype: str
46165
46201
  """
46166
46202
  return self._NetworkInterfaceId
@@ -46171,7 +46207,8 @@ class MigrateNetworkInterfaceRequest(AbstractModel):
46171
46207
 
46172
46208
  @property
46173
46209
  def SourceInstanceId(self):
46174
- """弹性网卡当前绑定的CVM实例ID。形如:ins-r8hr2upy
46210
+ """弹性网卡当前绑定的CVM实例ID。形如:ins-r8hr2upy。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
46211
+
46175
46212
  :rtype: str
46176
46213
  """
46177
46214
  return self._SourceInstanceId
@@ -46182,7 +46219,8 @@ class MigrateNetworkInterfaceRequest(AbstractModel):
46182
46219
 
46183
46220
  @property
46184
46221
  def DestinationInstanceId(self):
46185
- """待迁移的目的CVM实例ID
46222
+ """待迁移的目的CVM实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
46223
+
46186
46224
  :rtype: str
46187
46225
  """
46188
46226
  return self._DestinationInstanceId
@@ -46193,7 +46231,7 @@ class MigrateNetworkInterfaceRequest(AbstractModel):
46193
46231
 
46194
46232
  @property
46195
46233
  def AttachType(self):
46196
- """网卡绑定类型:0 标准型 1 扩展型。
46234
+ """网卡绑定类型:0 标准型 1 扩展型。默认:0。
46197
46235
  :rtype: int
46198
46236
  """
46199
46237
  return self._AttachType
@@ -48963,7 +49001,8 @@ class ModifyIpv6AddressesAttributeRequest(AbstractModel):
48963
49001
 
48964
49002
  def __init__(self):
48965
49003
  r"""
48966
- :param _NetworkInterfaceId: 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。
49004
+ :param _NetworkInterfaceId: 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
49005
+
48967
49006
  :type NetworkInterfaceId: str
48968
49007
  :param _Ipv6Addresses: 指定的内网IPv6地址信息。
48969
49008
  :type Ipv6Addresses: list of Ipv6Address
@@ -48973,7 +49012,8 @@ class ModifyIpv6AddressesAttributeRequest(AbstractModel):
48973
49012
 
48974
49013
  @property
48975
49014
  def NetworkInterfaceId(self):
48976
- """弹性网卡实例`ID`,形如:`eni-m6dyj72l`。
49015
+ """弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
49016
+
48977
49017
  :rtype: str
48978
49018
  """
48979
49019
  return self._NetworkInterfaceId
@@ -49899,13 +49939,15 @@ class ModifyNetworkInterfaceAttributeRequest(AbstractModel):
49899
49939
 
49900
49940
  def __init__(self):
49901
49941
  r"""
49902
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-pxir56ns
49942
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-pxir56ns。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
49943
+
49903
49944
  :type NetworkInterfaceId: str
49904
49945
  :param _NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字节。
49905
49946
  :type NetworkInterfaceName: str
49906
49947
  :param _NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
49907
49948
  :type NetworkInterfaceDescription: str
49908
- :param _SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']
49949
+ :param _SecurityGroupIds: 指定绑定的安全组,例如:['sg-1dd51d']。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
49950
+
49909
49951
  :type SecurityGroupIds: list of str
49910
49952
  :param _TrunkingFlag: 网卡trunking模式设置,Enable-开启,Disable--关闭,默认关闭。
49911
49953
  :type TrunkingFlag: str
@@ -49918,7 +49960,8 @@ class ModifyNetworkInterfaceAttributeRequest(AbstractModel):
49918
49960
 
49919
49961
  @property
49920
49962
  def NetworkInterfaceId(self):
49921
- """弹性网卡实例ID,例如:eni-pxir56ns
49963
+ """弹性网卡实例ID,例如:eni-pxir56ns。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
49964
+
49922
49965
  :rtype: str
49923
49966
  """
49924
49967
  return self._NetworkInterfaceId
@@ -49951,7 +49994,8 @@ class ModifyNetworkInterfaceAttributeRequest(AbstractModel):
49951
49994
 
49952
49995
  @property
49953
49996
  def SecurityGroupIds(self):
49954
- """指定绑定的安全组,例如:['sg-1dd51d']
49997
+ """指定绑定的安全组,例如:['sg-1dd51d']。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
49998
+
49955
49999
  :rtype: list of str
49956
50000
  """
49957
50001
  return self._SecurityGroupIds
@@ -50023,11 +50067,12 @@ class ModifyNetworkInterfaceQosRequest(AbstractModel):
50023
50067
 
50024
50068
  def __init__(self):
50025
50069
  r"""
50026
- :param _NetworkInterfaceIds: 弹性网卡ID,支持批量修改。
50070
+ :param _NetworkInterfaceIds: 弹性网卡ID,支持批量修改。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
50071
+
50027
50072
  :type NetworkInterfaceIds: list of str
50028
- :param _QosLevel: 服务质量,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
50073
+ :param _QosLevel: 服务质量,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
50029
50074
  :type QosLevel: str
50030
- :param _DirectSendMaxPort: DirectSend端口范围最大值。
50075
+ :param _DirectSendMaxPort: DirectSend端口范围最大值。最大值: 65535。
50031
50076
  :type DirectSendMaxPort: int
50032
50077
  """
50033
50078
  self._NetworkInterfaceIds = None
@@ -50036,7 +50081,8 @@ class ModifyNetworkInterfaceQosRequest(AbstractModel):
50036
50081
 
50037
50082
  @property
50038
50083
  def NetworkInterfaceIds(self):
50039
- """弹性网卡ID,支持批量修改。
50084
+ """弹性网卡ID,支持批量修改。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
50085
+
50040
50086
  :rtype: list of str
50041
50087
  """
50042
50088
  return self._NetworkInterfaceIds
@@ -50047,7 +50093,7 @@ class ModifyNetworkInterfaceQosRequest(AbstractModel):
50047
50093
 
50048
50094
  @property
50049
50095
  def QosLevel(self):
50050
- """服务质量,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
50096
+ """服务质量,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
50051
50097
  :rtype: str
50052
50098
  """
50053
50099
  return self._QosLevel
@@ -50058,7 +50104,7 @@ class ModifyNetworkInterfaceQosRequest(AbstractModel):
50058
50104
 
50059
50105
  @property
50060
50106
  def DirectSendMaxPort(self):
50061
- """DirectSend端口范围最大值。
50107
+ """DirectSend端口范围最大值。最大值: 65535。
50062
50108
  :rtype: int
50063
50109
  """
50064
50110
  return self._DirectSendMaxPort
@@ -50117,7 +50163,8 @@ class ModifyPrivateIpAddressesAttributeRequest(AbstractModel):
50117
50163
 
50118
50164
  def __init__(self):
50119
50165
  r"""
50120
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l
50166
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
50167
+
50121
50168
  :type NetworkInterfaceId: str
50122
50169
  :param _PrivateIpAddresses: 指定的内网IP信息。
50123
50170
  :type PrivateIpAddresses: list of PrivateIpAddressSpecification
@@ -50127,7 +50174,8 @@ class ModifyPrivateIpAddressesAttributeRequest(AbstractModel):
50127
50174
 
50128
50175
  @property
50129
50176
  def NetworkInterfaceId(self):
50130
- """弹性网卡实例ID,例如:eni-m6dyj72l
50177
+ """弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
50178
+
50131
50179
  :rtype: str
50132
50180
  """
50133
50181
  return self._NetworkInterfaceId
@@ -55053,15 +55101,15 @@ class NetworkInterface(AbstractModel):
55053
55101
  :type Attachment: :class:`tencentcloud.vpc.v20170312.models.NetworkInterfaceAttachment`
55054
55102
  :param _Zone: 可用区。
55055
55103
  :type Zone: str
55056
- :param _CreatedTime: 创建时间。
55104
+ :param _CreatedTime: 创建时间。格式:YYYY-MM-DD hh:mm:ss。示例值:2020-10-28 08:23:59
55057
55105
  :type CreatedTime: str
55058
55106
  :param _Ipv6AddressSet: `IPv6`地址列表。
55059
55107
  :type Ipv6AddressSet: list of Ipv6Address
55060
55108
  :param _TagSet: 标签键值对。
55061
55109
  :type TagSet: list of Tag
55062
- :param _EniType: 网卡类型。0 - 弹性网卡;1 - evm弹性网卡。
55110
+ :param _EniType: 网卡类型。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡
55063
55111
  :type EniType: int
55064
- :param _Business: 网卡绑定的子机类型:cvmeks
55112
+ :param _Business: 网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
55065
55113
  注意:此字段可能返回 null,表示取不到有效值。
55066
55114
  :type Business: str
55067
55115
  :param _CdcId: 网卡所关联的CDC实例ID。
@@ -55074,10 +55122,10 @@ class NetworkInterface(AbstractModel):
55074
55122
  注意:此字段可能返回 null,表示取不到有效值。
55075
55123
  :type ResourceId: str
55076
55124
  :param _QosLevel: 服务质量级别:
55077
- <li>`DEFAULT`:默认</li>
55078
- <li>`PT`:云金</li>
55079
- <li>`AU`:云银</li>
55080
- <li>`AG`:云铜</li>
55125
+ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
55126
+
55127
+ 可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
55128
+
55081
55129
  注意:此字段可能返回 null,表示取不到有效值。
55082
55130
  :type QosLevel: str
55083
55131
  """
@@ -55261,7 +55309,7 @@ class NetworkInterface(AbstractModel):
55261
55309
 
55262
55310
  @property
55263
55311
  def CreatedTime(self):
55264
- """创建时间。
55312
+ """创建时间。格式:YYYY-MM-DD hh:mm:ss。示例值:2020-10-28 08:23:59
55265
55313
  :rtype: str
55266
55314
  """
55267
55315
  return self._CreatedTime
@@ -55294,7 +55342,7 @@ class NetworkInterface(AbstractModel):
55294
55342
 
55295
55343
  @property
55296
55344
  def EniType(self):
55297
- """网卡类型。0 - 弹性网卡;1 - evm弹性网卡。
55345
+ """网卡类型。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡
55298
55346
  :rtype: int
55299
55347
  """
55300
55348
  return self._EniType
@@ -55305,7 +55353,7 @@ class NetworkInterface(AbstractModel):
55305
55353
 
55306
55354
  @property
55307
55355
  def Business(self):
55308
- """网卡绑定的子机类型:cvmeks
55356
+ """网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
55309
55357
  注意:此字段可能返回 null,表示取不到有效值。
55310
55358
  :rtype: str
55311
55359
  """
@@ -55354,10 +55402,10 @@ class NetworkInterface(AbstractModel):
55354
55402
  @property
55355
55403
  def QosLevel(self):
55356
55404
  """服务质量级别:
55357
- <li>`DEFAULT`:默认</li>
55358
- <li>`PT`:云金</li>
55359
- <li>`AU`:云银</li>
55360
- <li>`AG`:云铜</li>
55405
+ PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
55406
+
55407
+ 可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
55408
+
55361
55409
  注意:此字段可能返回 null,表示取不到有效值。
55362
55410
  :rtype: str
55363
55411
  """
@@ -56058,7 +56106,7 @@ MIGRATING:迁移中
56058
56106
  DELETING:删除中
56059
56107
  AVAILABLE:可用的
56060
56108
  :type State: str
56061
- :param _QosLevel: IP服务质量等级,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
56109
+ :param _QosLevel: IP服务质量等级,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
56062
56110
  :type QosLevel: str
56063
56111
  """
56064
56112
  self._PrivateIpAddress = None
@@ -56153,7 +56201,7 @@ AVAILABLE:可用的
56153
56201
 
56154
56202
  @property
56155
56203
  def QosLevel(self):
56156
- """IP服务质量等级,可选值:PTAUAGDEFAULT,分别代表云金、云银、云铜、默认四个等级。
56204
+ """IP服务质量等级,可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
56157
56205
  :rtype: str
56158
56206
  """
56159
56207
  return self._QosLevel
@@ -66122,7 +66170,8 @@ class UnassignIpv6AddressesRequest(AbstractModel):
66122
66170
 
66123
66171
  def __init__(self):
66124
66172
  r"""
66125
- :param _NetworkInterfaceId: 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。
66173
+ :param _NetworkInterfaceId: 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
66174
+
66126
66175
  :type NetworkInterfaceId: str
66127
66176
  :param _Ipv6Addresses: 指定的`IPv6`地址列表,单次最多指定10个。
66128
66177
  :type Ipv6Addresses: list of Ipv6Address
@@ -66132,7 +66181,8 @@ class UnassignIpv6AddressesRequest(AbstractModel):
66132
66181
 
66133
66182
  @property
66134
66183
  def NetworkInterfaceId(self):
66135
- """弹性网卡实例`ID`,形如:`eni-m6dyj72l`。
66184
+ """弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
66185
+
66136
66186
  :rtype: str
66137
66187
  """
66138
66188
  return self._NetworkInterfaceId
@@ -66369,11 +66419,13 @@ class UnassignPrivateIpAddressesRequest(AbstractModel):
66369
66419
 
66370
66420
  def __init__(self):
66371
66421
  r"""
66372
- :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l
66422
+ :param _NetworkInterfaceId: 弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
66423
+
66373
66424
  :type NetworkInterfaceId: str
66374
66425
  :param _PrivateIpAddresses: 指定的内网IP信息,单次最多指定10个。
66375
66426
  :type PrivateIpAddresses: list of PrivateIpAddressSpecification
66376
- :param _InstanceId: 网卡绑定的子机实例ID,该参数仅用于指定网卡退还IP并解绑子机的场景,如果不涉及解绑子机,请勿填写。
66427
+ :param _InstanceId: 网卡绑定的子机实例ID,该参数仅用于指定网卡退还IP并解绑子机的场景,如果不涉及解绑子机,请勿填写。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
66428
+
66377
66429
  :type InstanceId: str
66378
66430
  """
66379
66431
  self._NetworkInterfaceId = None
@@ -66382,7 +66434,8 @@ class UnassignPrivateIpAddressesRequest(AbstractModel):
66382
66434
 
66383
66435
  @property
66384
66436
  def NetworkInterfaceId(self):
66385
- """弹性网卡实例ID,例如:eni-m6dyj72l
66437
+ """弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
66438
+
66386
66439
  :rtype: str
66387
66440
  """
66388
66441
  return self._NetworkInterfaceId
@@ -66404,7 +66457,8 @@ class UnassignPrivateIpAddressesRequest(AbstractModel):
66404
66457
 
66405
66458
  @property
66406
66459
  def InstanceId(self):
66407
- """网卡绑定的子机实例ID,该参数仅用于指定网卡退还IP并解绑子机的场景,如果不涉及解绑子机,请勿填写。
66460
+ """网卡绑定的子机实例ID,该参数仅用于指定网卡退还IP并解绑子机的场景,如果不涉及解绑子机,请勿填写。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)接口获取。
66461
+
66408
66462
  :rtype: str
66409
66463
  """
66410
66464
  return self._InstanceId