tencentcloud-sdk-vpc 3.0.650 → 3.0.651
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +3 -3
- data/lib/v20170312/models.rb +41 -21
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64e75907a1462ea22648212d1b6ea4f021e8764a
|
|
4
|
+
data.tar.gz: 60607e63078c2f86e56825c6b805b7040ebf542f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6955d3d1769b09c11d8c84d19c84d337a2c90aaa94b6a47b0859e39b5902d7937fc7604f1c712d4900550698d5427bbadcc83d095fd4254c573dc7de2ee84b3d
|
|
7
|
+
data.tar.gz: 966ab596bdffcb4453eea50977a21f02f69ee1f8c348e7447efb7b029824a0d68fc90889a1d9101938d4223c13941667d14ae23573553c9fcf7011d3483ee5a1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.651
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -1416,7 +1416,7 @@ module TencentCloud
|
|
|
1416
1416
|
# <li>CidrBlock 字段允许输入符合cidr格式标准的任意字符串。在基础网络中,如果 CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IP,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
1417
1417
|
# <li>Ipv6CidrBlock 字段允许输入符合IPv6 cidr格式标准的任意字符串。在基础网络中,如果Ipv6CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IPv6,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
1418
1418
|
# <li>SecurityGroupId 字段允许输入与待修改的安全组位于相同项目中的安全组 ID,包括这个安全组 ID 本身,代表安全组下所有云服务器的内网 IP。使用这个字段时,这条规则用来匹配网络报文的过程中会随着被使用的这个 ID 所关联的云服务器变化而变化,不需要重新修改。</li>
|
|
1419
|
-
# <li>Port 字段允许输入一个单独端口号,或者用减号分隔的两个端口号代表端口范围,例如80或8000-8010。只有当 Protocol 字段是 TCP 或 UDP 时,Port 字段才被接受,即 Protocol 字段不是 TCP 或 UDP 时,Protocol 和 Port
|
|
1419
|
+
# <li>Port 字段允许输入一个单独端口号,或者用减号分隔的两个端口号代表端口范围,例如80或8000-8010。只有当 Protocol 字段是 TCP 或 UDP 时,Port 字段才被接受,即 Protocol 字段不是 TCP 或 UDP 时,Protocol 和 Port 是排他关系,不允许同时输入,否则会接口报错。</li>
|
|
1420
1420
|
# <li>Action 字段只允许输入 ACCEPT 或 DROP。</li>
|
|
1421
1421
|
# <li>CidrBlock, Ipv6CidrBlock, SecurityGroupId, AddressTemplate 四者是排他关系,不允许同时输入,Protocol + Port 和 ServiceTemplate 二者是排他关系,不允许同时输入。IPv6CidrBlock和ICMP是排他关系,如需使用,请输入ICMPV6。</li>
|
|
1422
1422
|
# <li>一次请求中只能创建单个方向的规则, 如果需要指定索引(PolicyIndex)参数, 多条规则的索引必须一致。如想在规则最前面插入一条,则填0即可,如果想在最后追加,该字段可不填。</li>
|
|
@@ -6693,8 +6693,8 @@ module TencentCloud
|
|
|
6693
6693
|
# <li> 如果指定 SecurityGroupPolicySet.Version 为0, 表示清空所有规则,并忽略 Egress 和 Ingress。</li>
|
|
6694
6694
|
# <li> 如果指定 SecurityGroupPolicySet.Version 不为0, 在添加出站和入站规则(Egress 和 Ingress)时:<ul>
|
|
6695
6695
|
# <li>Protocol 字段支持输入 TCP, UDP, ICMP, ICMPV6, GRE, ALL。</li>
|
|
6696
|
-
# <li>CidrBlock 字段允许输入符合 cidr
|
|
6697
|
-
# <li>Ipv6CidrBlock 字段允许输入符合 IPv6 cidr
|
|
6696
|
+
# <li>CidrBlock 字段允许输入符合 cidr 格式标准的任意字符串。在基础网络中,如果 CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IP,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
6697
|
+
# <li>Ipv6CidrBlock 字段允许输入符合 IPv6 cidr 格式标准的任意字符串。在基础网络中,如果Ipv6CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IPv6,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
6698
6698
|
# <li>SecurityGroupId 字段允许输入与待修改的安全组位于相同项目中的安全组 ID,包括这个安全组 ID 本身,代表安全组下所有云服务器的内网 IP。使用这个字段时,这条规则用来匹配网络报文的过程中会随着被使用的这个ID所关联的云服务器变化而变化,不需要重新修改。</li>
|
|
6699
6699
|
# <li>Port 字段允许输入一个单独端口号,或者用减号分隔的两个端口号代表端口范围,例如80或8000-8010。只有当 Protocol 字段是 TCP 或 UDP 时,Port 字段才被接受。</li>
|
|
6700
6700
|
# <li>Action 字段只允许输入 ACCEPT 或 DROP。</li>
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -976,14 +976,17 @@ module TencentCloud
|
|
|
976
976
|
# @type SecondaryPrivateIpAddressCount: Integer
|
|
977
977
|
# @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
978
978
|
# @type QosLevel: String
|
|
979
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
980
|
+
# @type ClientToken: String
|
|
979
981
|
|
|
980
|
-
attr_accessor :NetworkInterfaceId, :PrivateIpAddresses, :SecondaryPrivateIpAddressCount, :QosLevel
|
|
982
|
+
attr_accessor :NetworkInterfaceId, :PrivateIpAddresses, :SecondaryPrivateIpAddressCount, :QosLevel, :ClientToken
|
|
981
983
|
|
|
982
|
-
def initialize(networkinterfaceid=nil, privateipaddresses=nil, secondaryprivateipaddresscount=nil, qoslevel=nil)
|
|
984
|
+
def initialize(networkinterfaceid=nil, privateipaddresses=nil, secondaryprivateipaddresscount=nil, qoslevel=nil, clienttoken=nil)
|
|
983
985
|
@NetworkInterfaceId = networkinterfaceid
|
|
984
986
|
@PrivateIpAddresses = privateipaddresses
|
|
985
987
|
@SecondaryPrivateIpAddressCount = secondaryprivateipaddresscount
|
|
986
988
|
@QosLevel = qoslevel
|
|
989
|
+
@ClientToken = clienttoken
|
|
987
990
|
end
|
|
988
991
|
|
|
989
992
|
def deserialize(params)
|
|
@@ -998,6 +1001,7 @@ module TencentCloud
|
|
|
998
1001
|
end
|
|
999
1002
|
@SecondaryPrivateIpAddressCount = params['SecondaryPrivateIpAddressCount']
|
|
1000
1003
|
@QosLevel = params['QosLevel']
|
|
1004
|
+
@ClientToken = params['ClientToken']
|
|
1001
1005
|
end
|
|
1002
1006
|
end
|
|
1003
1007
|
|
|
@@ -1411,19 +1415,23 @@ module TencentCloud
|
|
|
1411
1415
|
# @type InstanceId: String
|
|
1412
1416
|
# @param AttachType: 网卡的挂载类型:0 标准型,1扩展型,默认值0。
|
|
1413
1417
|
# @type AttachType: Integer
|
|
1418
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
1419
|
+
# @type ClientToken: String
|
|
1414
1420
|
|
|
1415
|
-
attr_accessor :NetworkInterfaceId, :InstanceId, :AttachType
|
|
1421
|
+
attr_accessor :NetworkInterfaceId, :InstanceId, :AttachType, :ClientToken
|
|
1416
1422
|
|
|
1417
|
-
def initialize(networkinterfaceid=nil, instanceid=nil, attachtype=nil)
|
|
1423
|
+
def initialize(networkinterfaceid=nil, instanceid=nil, attachtype=nil, clienttoken=nil)
|
|
1418
1424
|
@NetworkInterfaceId = networkinterfaceid
|
|
1419
1425
|
@InstanceId = instanceid
|
|
1420
1426
|
@AttachType = attachtype
|
|
1427
|
+
@ClientToken = clienttoken
|
|
1421
1428
|
end
|
|
1422
1429
|
|
|
1423
1430
|
def deserialize(params)
|
|
1424
1431
|
@NetworkInterfaceId = params['NetworkInterfaceId']
|
|
1425
1432
|
@InstanceId = params['InstanceId']
|
|
1426
1433
|
@AttachType = params['AttachType']
|
|
1434
|
+
@ClientToken = params['ClientToken']
|
|
1427
1435
|
end
|
|
1428
1436
|
end
|
|
1429
1437
|
|
|
@@ -2585,10 +2593,12 @@ module TencentCloud
|
|
|
2585
2593
|
# @type Tags: Array
|
|
2586
2594
|
# @param AttachType: 绑定类型:0 标准型 1 扩展型。
|
|
2587
2595
|
# @type AttachType: Integer
|
|
2596
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
2597
|
+
# @type ClientToken: String
|
|
2588
2598
|
|
|
2589
|
-
attr_accessor :VpcId, :NetworkInterfaceName, :SubnetId, :InstanceId, :PrivateIpAddresses, :SecondaryPrivateIpAddressCount, :QosLevel, :SecurityGroupIds, :NetworkInterfaceDescription, :Tags, :AttachType
|
|
2599
|
+
attr_accessor :VpcId, :NetworkInterfaceName, :SubnetId, :InstanceId, :PrivateIpAddresses, :SecondaryPrivateIpAddressCount, :QosLevel, :SecurityGroupIds, :NetworkInterfaceDescription, :Tags, :AttachType, :ClientToken
|
|
2590
2600
|
|
|
2591
|
-
def initialize(vpcid=nil, networkinterfacename=nil, subnetid=nil, instanceid=nil, privateipaddresses=nil, secondaryprivateipaddresscount=nil, qoslevel=nil, securitygroupids=nil, networkinterfacedescription=nil, tags=nil, attachtype=nil)
|
|
2601
|
+
def initialize(vpcid=nil, networkinterfacename=nil, subnetid=nil, instanceid=nil, privateipaddresses=nil, secondaryprivateipaddresscount=nil, qoslevel=nil, securitygroupids=nil, networkinterfacedescription=nil, tags=nil, attachtype=nil, clienttoken=nil)
|
|
2592
2602
|
@VpcId = vpcid
|
|
2593
2603
|
@NetworkInterfaceName = networkinterfacename
|
|
2594
2604
|
@SubnetId = subnetid
|
|
@@ -2600,6 +2610,7 @@ module TencentCloud
|
|
|
2600
2610
|
@NetworkInterfaceDescription = networkinterfacedescription
|
|
2601
2611
|
@Tags = tags
|
|
2602
2612
|
@AttachType = attachtype
|
|
2613
|
+
@ClientToken = clienttoken
|
|
2603
2614
|
end
|
|
2604
2615
|
|
|
2605
2616
|
def deserialize(params)
|
|
@@ -2628,6 +2639,7 @@ module TencentCloud
|
|
|
2628
2639
|
end
|
|
2629
2640
|
end
|
|
2630
2641
|
@AttachType = params['AttachType']
|
|
2642
|
+
@ClientToken = params['ClientToken']
|
|
2631
2643
|
end
|
|
2632
2644
|
end
|
|
2633
2645
|
|
|
@@ -3810,10 +3822,12 @@ module TencentCloud
|
|
|
3810
3822
|
# @type Tags: Array
|
|
3811
3823
|
# @param TrunkingFlag: 网卡trunking模式设置,Enable-开启,Disable--关闭,默认关闭。
|
|
3812
3824
|
# @type TrunkingFlag: String
|
|
3825
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
3826
|
+
# @type ClientToken: String
|
|
3813
3827
|
|
|
3814
|
-
attr_accessor :VpcId, :NetworkInterfaceName, :SubnetId, :NetworkInterfaceDescription, :SecondaryPrivateIpAddressCount, :QosLevel, :SecurityGroupIds, :PrivateIpAddresses, :Tags, :TrunkingFlag
|
|
3828
|
+
attr_accessor :VpcId, :NetworkInterfaceName, :SubnetId, :NetworkInterfaceDescription, :SecondaryPrivateIpAddressCount, :QosLevel, :SecurityGroupIds, :PrivateIpAddresses, :Tags, :TrunkingFlag, :ClientToken
|
|
3815
3829
|
|
|
3816
|
-
def initialize(vpcid=nil, networkinterfacename=nil, subnetid=nil, networkinterfacedescription=nil, secondaryprivateipaddresscount=nil, qoslevel=nil, securitygroupids=nil, privateipaddresses=nil, tags=nil, trunkingflag=nil)
|
|
3830
|
+
def initialize(vpcid=nil, networkinterfacename=nil, subnetid=nil, networkinterfacedescription=nil, secondaryprivateipaddresscount=nil, qoslevel=nil, securitygroupids=nil, privateipaddresses=nil, tags=nil, trunkingflag=nil, clienttoken=nil)
|
|
3817
3831
|
@VpcId = vpcid
|
|
3818
3832
|
@NetworkInterfaceName = networkinterfacename
|
|
3819
3833
|
@SubnetId = subnetid
|
|
@@ -3824,6 +3838,7 @@ module TencentCloud
|
|
|
3824
3838
|
@PrivateIpAddresses = privateipaddresses
|
|
3825
3839
|
@Tags = tags
|
|
3826
3840
|
@TrunkingFlag = trunkingflag
|
|
3841
|
+
@ClientToken = clienttoken
|
|
3827
3842
|
end
|
|
3828
3843
|
|
|
3829
3844
|
def deserialize(params)
|
|
@@ -3851,6 +3866,7 @@ module TencentCloud
|
|
|
3851
3866
|
end
|
|
3852
3867
|
end
|
|
3853
3868
|
@TrunkingFlag = params['TrunkingFlag']
|
|
3869
|
+
@ClientToken = params['ClientToken']
|
|
3854
3870
|
end
|
|
3855
3871
|
end
|
|
3856
3872
|
|
|
@@ -3991,7 +4007,7 @@ module TencentCloud
|
|
|
3991
4007
|
|
|
3992
4008
|
# CreateSecurityGroupPolicies请求参数结构体
|
|
3993
4009
|
class CreateSecurityGroupPoliciesRequest < TencentCloud::Common::AbstractModel
|
|
3994
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
|
4010
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
3995
4011
|
# @type SecurityGroupId: String
|
|
3996
4012
|
# @param SecurityGroupPolicySet: 安全组规则集合。
|
|
3997
4013
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
|
@@ -4034,7 +4050,7 @@ module TencentCloud
|
|
|
4034
4050
|
# @type GroupName: String
|
|
4035
4051
|
# @param GroupDescription: 安全组备注,最多100个字符。
|
|
4036
4052
|
# @type GroupDescription: String
|
|
4037
|
-
# @param ProjectId: 项目ID,默认0
|
|
4053
|
+
# @param ProjectId: 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">控制台项目管理页面</a>查询到。
|
|
4038
4054
|
# @type ProjectId: String
|
|
4039
4055
|
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
|
4040
4056
|
# @type Tags: Array
|
|
@@ -4092,7 +4108,7 @@ module TencentCloud
|
|
|
4092
4108
|
# @type GroupName: String
|
|
4093
4109
|
# @param GroupDescription: 安全组备注,最多100个字符。
|
|
4094
4110
|
# @type GroupDescription: String
|
|
4095
|
-
# @param ProjectId: 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project"
|
|
4111
|
+
# @param ProjectId: 项目ID,默认0。可在<a href="https://console.cloud.tencent.com/project">控制台项目管理页面</a>查询到。
|
|
4096
4112
|
# @type ProjectId: String
|
|
4097
4113
|
# @param SecurityGroupPolicySet: 安全组规则集合。
|
|
4098
4114
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
|
@@ -6203,7 +6219,7 @@ module TencentCloud
|
|
|
6203
6219
|
|
|
6204
6220
|
# DeleteSecurityGroupPolicies请求参数结构体
|
|
6205
6221
|
class DeleteSecurityGroupPoliciesRequest < TencentCloud::Common::AbstractModel
|
|
6206
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
|
6222
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
6207
6223
|
# @type SecurityGroupId: String
|
|
6208
6224
|
# @param SecurityGroupPolicySet: 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
|
|
6209
6225
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
|
@@ -6242,7 +6258,7 @@ module TencentCloud
|
|
|
6242
6258
|
|
|
6243
6259
|
# DeleteSecurityGroup请求参数结构体
|
|
6244
6260
|
class DeleteSecurityGroupRequest < TencentCloud::Common::AbstractModel
|
|
6245
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
|
6261
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
6246
6262
|
# @type SecurityGroupId: String
|
|
6247
6263
|
|
|
6248
6264
|
attr_accessor :SecurityGroupId
|
|
@@ -9850,7 +9866,7 @@ module TencentCloud
|
|
|
9850
9866
|
# @type RouteTableIds: Array
|
|
9851
9867
|
# @param Offset: 偏移量。
|
|
9852
9868
|
# @type Offset: String
|
|
9853
|
-
# @param Limit:
|
|
9869
|
+
# @param Limit: 返回数量,默认为20,最大值为100。
|
|
9854
9870
|
# @type Limit: String
|
|
9855
9871
|
|
|
9856
9872
|
attr_accessor :Filters, :RouteTableIds, :Offset, :Limit
|
|
@@ -9910,7 +9926,7 @@ module TencentCloud
|
|
|
9910
9926
|
|
|
9911
9927
|
# DescribeSecurityGroupAssociationStatistics请求参数结构体
|
|
9912
9928
|
class DescribeSecurityGroupAssociationStatisticsRequest < TencentCloud::Common::AbstractModel
|
|
9913
|
-
# @param SecurityGroupIds: 安全实例ID,例如sg-33ocnj9n
|
|
9929
|
+
# @param SecurityGroupIds: 安全实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
9914
9930
|
# @type SecurityGroupIds: Array
|
|
9915
9931
|
|
|
9916
9932
|
attr_accessor :SecurityGroupIds
|
|
@@ -12271,17 +12287,21 @@ module TencentCloud
|
|
|
12271
12287
|
# @type NetworkInterfaceId: String
|
|
12272
12288
|
# @param InstanceId: CVM实例ID。形如:ins-r8hr2upy。
|
|
12273
12289
|
# @type InstanceId: String
|
|
12290
|
+
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
12291
|
+
# @type ClientToken: String
|
|
12274
12292
|
|
|
12275
|
-
attr_accessor :NetworkInterfaceId, :InstanceId
|
|
12293
|
+
attr_accessor :NetworkInterfaceId, :InstanceId, :ClientToken
|
|
12276
12294
|
|
|
12277
|
-
def initialize(networkinterfaceid=nil, instanceid=nil)
|
|
12295
|
+
def initialize(networkinterfaceid=nil, instanceid=nil, clienttoken=nil)
|
|
12278
12296
|
@NetworkInterfaceId = networkinterfaceid
|
|
12279
12297
|
@InstanceId = instanceid
|
|
12298
|
+
@ClientToken = clienttoken
|
|
12280
12299
|
end
|
|
12281
12300
|
|
|
12282
12301
|
def deserialize(params)
|
|
12283
12302
|
@NetworkInterfaceId = params['NetworkInterfaceId']
|
|
12284
12303
|
@InstanceId = params['InstanceId']
|
|
12304
|
+
@ClientToken = params['ClientToken']
|
|
12285
12305
|
end
|
|
12286
12306
|
end
|
|
12287
12307
|
|
|
@@ -16252,7 +16272,7 @@ module TencentCloud
|
|
|
16252
16272
|
|
|
16253
16273
|
# ModifySecurityGroupAttribute请求参数结构体
|
|
16254
16274
|
class ModifySecurityGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
|
16255
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
|
16275
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
16256
16276
|
# @type SecurityGroupId: String
|
|
16257
16277
|
# @param GroupName: 安全组名称,可任意命名,但不得超过60个字符。
|
|
16258
16278
|
# @type GroupName: String
|
|
@@ -16292,7 +16312,7 @@ module TencentCloud
|
|
|
16292
16312
|
|
|
16293
16313
|
# ModifySecurityGroupPolicies请求参数结构体
|
|
16294
16314
|
class ModifySecurityGroupPoliciesRequest < TencentCloud::Common::AbstractModel
|
|
16295
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
|
16315
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
16296
16316
|
# @type SecurityGroupId: String
|
|
16297
16317
|
# @param SecurityGroupPolicySet: 安全组规则集合。 SecurityGroupPolicySet对象必须同时指定新的出(Egress)入(Ingress)站规则。 SecurityGroupPolicy对象不支持自定义索引(PolicyIndex)。
|
|
16298
16318
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
|
@@ -17271,7 +17291,7 @@ module TencentCloud
|
|
|
17271
17291
|
# 下一跳类型为NAT,取值Nat网关,形如:nat-12345678;
|
|
17272
17292
|
# 下一跳类型为NORMAL_CVM,取值云服务器IPv4地址,形如:10.0.0.12;
|
|
17273
17293
|
# 下一跳类型为CCN,取值云联网ID,形如:ccn-12345678;
|
|
17274
|
-
# 下一跳类型为NONEXTHOP
|
|
17294
|
+
# 下一跳类型为NONEXTHOP,指定网络探测为无下一跳的网络探测,添加和修改时,不需要指定值,查询时值为空字符串;
|
|
17275
17295
|
# @type NextHopDestination: String
|
|
17276
17296
|
# @param NextHopName: 下一跳网关名称。
|
|
17277
17297
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -18524,7 +18544,7 @@ module TencentCloud
|
|
|
18524
18544
|
|
|
18525
18545
|
# ReplaceSecurityGroupPolicy请求参数结构体
|
|
18526
18546
|
class ReplaceSecurityGroupPolicyRequest < TencentCloud::Common::AbstractModel
|
|
18527
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
|
18547
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
18528
18548
|
# @type SecurityGroupId: String
|
|
18529
18549
|
# @param SecurityGroupPolicySet: 安全组规则集合对象。
|
|
18530
18550
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.651
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|