tencentcloud-sdk-vpc 3.0.1035 → 3.0.1037

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +13 -68
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ecd2ad0510207c2357c7b1b2ddafaeb939b5084
4
- data.tar.gz: 0f06f5415f986737f6df67714f8fa17426eb1ee7
3
+ metadata.gz: 7555f1b9c8bc85b9cc9b0ab02d771e831f5454f5
4
+ data.tar.gz: b06f28334c70f6c7e7a146780e2ec6ef23dc2cca
5
5
  SHA512:
6
- metadata.gz: b98f06cd0062b30203d5ca73881cf72f37e7012d90ab3b659c75ab374c3b417ed3c78889cc14350747bea6a79468d2b1fe65a7d6e15a81cf24695a3aad7911db
7
- data.tar.gz: 1d0cb1c77294283433f0557cfff7f915275dd6322ea22b658bdeeeef31c4073c995b3c832d9114fb59d7255fe58d0b9123365c569f1643285d536700e2522fbf
6
+ metadata.gz: 2d930ae36dd045df4d0745e49907360a85e6afb12e22d3351fb80c7b85efad4855d1448ff991fccaa9a28213c9eacb16af461d7fac34a2851628d0e920b1485d
7
+ data.tar.gz: 520320b148ad97fa228593c7649949e787485df3fca215f8e32af82f9ee24ed87bfa6659fde0dac10b8ccb2fb5b4d115a6fe9dae18bd2a98d6b3ee9333e471b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1035
1
+ 3.0.1037
@@ -3149,10 +3149,8 @@ module TencentCloud
3149
3149
  # 用于发布云联网的cidr信息
3150
3150
  class CidrForCcn < TencentCloud::Common::AbstractModel
3151
3151
  # @param Cidr: local cidr值。
3152
- # 注意:此字段可能返回 null,表示取不到有效值。
3153
3152
  # @type Cidr: String
3154
3153
  # @param PublishedToVbc: 是否发布到了云联网。
3155
- # 注意:此字段可能返回 null,表示取不到有效值。
3156
3154
  # @type PublishedToVbc: Boolean
3157
3155
 
3158
3156
  attr_accessor :Cidr, :PublishedToVbc
@@ -17621,21 +17619,21 @@ module TencentCloud
17621
17619
 
17622
17620
  # 流日志
17623
17621
  class FlowLog < TencentCloud::Common::AbstractModel
17624
- # @param VpcId: 私用网络ID或者统一ID,建议使用统一ID。
17622
+ # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
17625
17623
  # @type VpcId: String
17626
17624
  # @param FlowLogId: 流日志唯一ID。
17627
17625
  # @type FlowLogId: String
17628
17626
  # @param FlowLogName: 流日志实例名字。
17629
17627
  # @type FlowLogName: String
17630
- # @param ResourceType: 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG
17628
+ # @param ResourceType: 流日志所属资源类型:VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。
17631
17629
  # @type ResourceType: String
17632
17630
  # @param ResourceId: 资源唯一ID。
17633
17631
  # @type ResourceId: String
17634
- # @param TrafficType: 流日志采集类型,ACCEPT|REJECT|ALL
17632
+ # @param TrafficType: 流日志采集类型,ACCEPT(允许),REJECT(拒绝),ALL(全部)。
17635
17633
  # @type TrafficType: String
17636
17634
  # @param CloudLogId: 流日志存储ID。
17637
17635
  # @type CloudLogId: String
17638
- # @param CloudLogState: 流日志存储ID状态。
17636
+ # @param CloudLogState: 流日志存储ID状态。SUCCESS(成功),DELETED(删除)。
17639
17637
  # @type CloudLogState: String
17640
17638
  # @param FlowLogDescription: 流日志描述信息。
17641
17639
  # @type FlowLogDescription: String
@@ -17646,13 +17644,10 @@ module TencentCloud
17646
17644
  # @param Enable: 是否启用,true-启用,false-停用。
17647
17645
  # @type Enable: Boolean
17648
17646
  # @param StorageType: 消费端类型:cls、ckafka。
17649
- # 注意:此字段可能返回 null,表示取不到有效值。
17650
17647
  # @type StorageType: String
17651
17648
  # @param FlowLogStorage: 消费端信息,当消费端类型为ckafka时返回。
17652
- # 注意:此字段可能返回 null,表示取不到有效值。
17653
17649
  # @type FlowLogStorage: :class:`Tencentcloud::Vpc.v20170312.models.FlowLogStorage`
17654
17650
  # @param CloudLogRegion: 流日志存储ID对应的地域信息。
17655
- # 注意:此字段可能返回 null,表示取不到有效值。
17656
17651
  # @type CloudLogRegion: String
17657
17652
 
17658
17653
  attr_accessor :VpcId, :FlowLogId, :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :CloudLogId, :CloudLogState, :FlowLogDescription, :CreatedTime, :TagSet, :Enable, :StorageType, :FlowLogStorage, :CloudLogRegion
@@ -17709,7 +17704,6 @@ module TencentCloud
17709
17704
  # @param StorageId: 存储实例Id,当流日志存储类型为ckafka时,必填。
17710
17705
  # @type StorageId: String
17711
17706
  # @param StorageTopic: 主题Id,当流日志存储类型为ckafka时,必填。
17712
- # 注意:此字段可能返回 null,表示取不到有效值。
17713
17707
  # @type StorageTopic: String
17714
17708
 
17715
17709
  attr_accessor :StorageId, :StorageTopic
@@ -18045,13 +18039,10 @@ module TencentCloud
18045
18039
  # HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。
18046
18040
  class HaVipAssociation < TencentCloud::Common::AbstractModel
18047
18041
  # @param InstanceId: HaVip绑定的子机或网卡唯一ID。
18048
- # 注意:此字段可能返回 null,表示取不到有效值。
18049
18042
  # @type InstanceId: String
18050
18043
  # @param HaVipId: HaVip实例唯一ID。
18051
- # 注意:此字段可能返回 null,表示取不到有效值。
18052
18044
  # @type HaVipId: String
18053
18045
  # @param InstanceType: HaVip绑定的类型。取值:CVM, ENI。
18054
- # 注意:此字段可能返回 null,表示取不到有效值。
18055
18046
  # @type InstanceType: String
18056
18047
 
18057
18048
  attr_accessor :InstanceId, :HaVipId, :InstanceType
@@ -18152,34 +18143,24 @@ module TencentCloud
18152
18143
  # 高优路由表条目信息
18153
18144
  class HighPriorityRoute < TencentCloud::Common::AbstractModel
18154
18145
  # @param HighPriorityRouteTableId: 高优路由表唯一 ID
18155
- # 注意:此字段可能返回 null,表示取不到有效值。
18156
18146
  # @type HighPriorityRouteTableId: String
18157
18147
  # @param HighPriorityRouteId: 高优路由表条目唯一 ID
18158
- # 注意:此字段可能返回 null,表示取不到有效值。
18159
18148
  # @type HighPriorityRouteId: String
18160
18149
  # @param DestinationCidrBlock: 目标网段
18161
- # 注意:此字段可能返回 null,表示取不到有效值。
18162
18150
  # @type DestinationCidrBlock: String
18163
18151
  # @param GatewayType: 网关类型
18164
- # 注意:此字段可能返回 null,表示取不到有效值。
18165
18152
  # @type GatewayType: String
18166
18153
  # @param GatewayId: 网关唯一ID
18167
- # 注意:此字段可能返回 null,表示取不到有效值。
18168
18154
  # @type GatewayId: String
18169
18155
  # @param Description: 高优路由条目描述
18170
- # 注意:此字段可能返回 null,表示取不到有效值。
18171
18156
  # @type Description: String
18172
18157
  # @param SubnetRouteAlgorithm: ECMP算法,支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
18173
- # 注意:此字段可能返回 null,表示取不到有效值。
18174
18158
  # @type SubnetRouteAlgorithm: String
18175
18159
  # @param IsCdc: 出参展示,是否为CDC属性高优路由
18176
- # 注意:此字段可能返回 null,表示取不到有效值。
18177
18160
  # @type IsCdc: Boolean
18178
18161
  # @param CdcId: 出参展示,CDC 唯一ID
18179
- # 注意:此字段可能返回 null,表示取不到有效值。
18180
18162
  # @type CdcId: String
18181
18163
  # @param CreatedTime: 创建时间。
18182
- # 注意:此字段可能返回 null,表示取不到有效值。
18183
18164
  # @type CreatedTime: String
18184
18165
 
18185
18166
  attr_accessor :HighPriorityRouteTableId, :HighPriorityRouteId, :DestinationCidrBlock, :GatewayType, :GatewayId, :Description, :SubnetRouteAlgorithm, :IsCdc, :CdcId, :CreatedTime
@@ -18214,22 +18195,16 @@ module TencentCloud
18214
18195
  # 高优路由表信息
18215
18196
  class HighPriorityRouteTable < TencentCloud::Common::AbstractModel
18216
18197
  # @param HighPriorityRouteTableId: 高优路由表唯一 ID。
18217
- # 注意:此字段可能返回 null,表示取不到有效值。
18218
18198
  # @type HighPriorityRouteTableId: String
18219
18199
  # @param VpcId: VPC实例ID。
18220
- # 注意:此字段可能返回 null,表示取不到有效值。
18221
18200
  # @type VpcId: String
18222
18201
  # @param Name: 高优路由表名称。
18223
- # 注意:此字段可能返回 null,表示取不到有效值。
18224
18202
  # @type Name: String
18225
18203
  # @param SubnetSet: 高优路由表关联的子网列表。
18226
- # 注意:此字段可能返回 null,表示取不到有效值。
18227
18204
  # @type SubnetSet: Array
18228
18205
  # @param HighPriorityRouteSet: 高优路由表条目信息
18229
- # 注意:此字段可能返回 null,表示取不到有效值。
18230
18206
  # @type HighPriorityRouteSet: Array
18231
18207
  # @param CreatedTime: 创建时间。
18232
- # 注意:此字段可能返回 null,表示取不到有效值。
18233
18208
  # @type CreatedTime: String
18234
18209
 
18235
18210
  attr_accessor :HighPriorityRouteTableId, :VpcId, :Name, :SubnetSet, :HighPriorityRouteSet, :CreatedTime
@@ -19116,10 +19091,8 @@ module TencentCloud
19116
19091
  # <li>`AVAILABLE`:可用的</li>
19117
19092
  # @type State: String
19118
19093
  # @param PublicIpAddress: 如果 IPv6地址是 ULA 类型,绑定的公网IP地址。
19119
- # 注意:此字段可能返回 null,表示取不到有效值。
19120
19094
  # @type PublicIpAddress: String
19121
19095
  # @param AddressType: `IPv6`地址的类型: `GUA`(全球单播地址), `OTHER`(非GUA/ULA地址), `ULA`(唯一本地地址)
19122
- # 注意:此字段可能返回 null,表示取不到有效值。
19123
19096
  # @type AddressType: String
19124
19097
 
19125
19098
  attr_accessor :Address, :Primary, :AddressId, :Description, :IsWanIpBlocked, :State, :PublicIpAddress, :AddressType
@@ -19250,7 +19223,6 @@ module TencentCloud
19250
19223
  # @param CreateTime: 本地网关创建时间
19251
19224
  # @type CreateTime: String
19252
19225
  # @param TagSet: 标签键值对。
19253
- # 注意:此字段可能返回 null,表示取不到有效值。
19254
19226
  # @type TagSet: Array
19255
19227
  # @param LocalGatewayId: 本地网关实例ID(计划起用)
19256
19228
  # @type LocalGatewayId: String
@@ -22117,10 +22089,12 @@ module TencentCloud
22117
22089
  # @type CustomerGatewayId: String
22118
22090
  # @param HealthCheckConfig: 健康检查配置
22119
22091
  # @type HealthCheckConfig: :class:`Tencentcloud::Vpc.v20170312.models.HealthCheckConfig`
22092
+ # @param BgpConfig: BGP隧道配置
22093
+ # @type BgpConfig: :class:`Tencentcloud::Vpc.v20170312.models.BgpConfig`
22120
22094
 
22121
- attr_accessor :VpnConnectionId, :VpnConnectionName, :PreShareKey, :SecurityPolicyDatabases, :IKEOptionsSpecification, :IPSECOptionsSpecification, :EnableHealthCheck, :HealthCheckLocalIp, :HealthCheckRemoteIp, :NegotiationType, :DpdEnable, :DpdTimeout, :DpdAction, :CustomerGatewayId, :HealthCheckConfig
22095
+ attr_accessor :VpnConnectionId, :VpnConnectionName, :PreShareKey, :SecurityPolicyDatabases, :IKEOptionsSpecification, :IPSECOptionsSpecification, :EnableHealthCheck, :HealthCheckLocalIp, :HealthCheckRemoteIp, :NegotiationType, :DpdEnable, :DpdTimeout, :DpdAction, :CustomerGatewayId, :HealthCheckConfig, :BgpConfig
22122
22096
 
22123
- def initialize(vpnconnectionid=nil, vpnconnectionname=nil, presharekey=nil, securitypolicydatabases=nil, ikeoptionsspecification=nil, ipsecoptionsspecification=nil, enablehealthcheck=nil, healthchecklocalip=nil, healthcheckremoteip=nil, negotiationtype=nil, dpdenable=nil, dpdtimeout=nil, dpdaction=nil, customergatewayid=nil, healthcheckconfig=nil)
22097
+ def initialize(vpnconnectionid=nil, vpnconnectionname=nil, presharekey=nil, securitypolicydatabases=nil, ikeoptionsspecification=nil, ipsecoptionsspecification=nil, enablehealthcheck=nil, healthchecklocalip=nil, healthcheckremoteip=nil, negotiationtype=nil, dpdenable=nil, dpdtimeout=nil, dpdaction=nil, customergatewayid=nil, healthcheckconfig=nil, bgpconfig=nil)
22124
22098
  @VpnConnectionId = vpnconnectionid
22125
22099
  @VpnConnectionName = vpnconnectionname
22126
22100
  @PreShareKey = presharekey
@@ -22136,6 +22110,7 @@ module TencentCloud
22136
22110
  @DpdAction = dpdaction
22137
22111
  @CustomerGatewayId = customergatewayid
22138
22112
  @HealthCheckConfig = healthcheckconfig
22113
+ @BgpConfig = bgpconfig
22139
22114
  end
22140
22115
 
22141
22116
  def deserialize(params)
@@ -22170,6 +22145,10 @@ module TencentCloud
22170
22145
  @HealthCheckConfig = HealthCheckConfig.new
22171
22146
  @HealthCheckConfig.deserialize(params['HealthCheckConfig'])
22172
22147
  end
22148
+ unless params['BgpConfig'].nil?
22149
+ @BgpConfig = BgpConfig.new
22150
+ @BgpConfig.deserialize(params['BgpConfig'])
22151
+ end
22173
22152
  end
22174
22153
  end
22175
22154
 
@@ -22995,10 +22974,8 @@ module TencentCloud
22995
22974
  # @param Priority: 优先级,从1开始。
22996
22975
  # @type Priority: Integer
22997
22976
  # @param NetworkAclIpv4EntryId: IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。
22998
- # 注意:此字段可能返回 null,表示取不到有效值。
22999
22977
  # @type NetworkAclIpv4EntryId: String
23000
22978
  # @param NetworkAclIpv6EntryId: IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。
23001
- # 注意:此字段可能返回 null,表示取不到有效值。
23002
22979
  # @type NetworkAclIpv6EntryId: String
23003
22980
 
23004
22981
  attr_accessor :Protocol, :Port, :CidrBlock, :Ipv6CidrBlock, :Action, :Description, :ModifyTime, :Priority, :NetworkAclIpv4EntryId, :NetworkAclIpv6EntryId
@@ -23461,16 +23438,12 @@ module TencentCloud
23461
23438
  # 安全组策略统计
23462
23439
  class PolicyStatistics < TencentCloud::Common::AbstractModel
23463
23440
  # @param IngressIPv4TotalCount: 入站IPv4总数
23464
- # 注意:此字段可能返回 null,表示取不到有效值。
23465
23441
  # @type IngressIPv4TotalCount: Integer
23466
23442
  # @param IngressIPv6TotalCount: 入站IPv6总数
23467
- # 注意:此字段可能返回 null,表示取不到有效值。
23468
23443
  # @type IngressIPv6TotalCount: Integer
23469
23444
  # @param EgressIPv4TotalCount: 出站IPv4总数
23470
- # 注意:此字段可能返回 null,表示取不到有效值。
23471
23445
  # @type EgressIPv4TotalCount: Integer
23472
23446
  # @param EgressIPv6TotalCount: 出站IPv6总数
23473
- # 注意:此字段可能返回 null,表示取不到有效值。
23474
23447
  # @type EgressIPv6TotalCount: Integer
23475
23448
 
23476
23449
  attr_accessor :IngressIPv4TotalCount, :IngressIPv6TotalCount, :EgressIPv4TotalCount, :EgressIPv6TotalCount
@@ -25538,10 +25511,8 @@ module TencentCloud
25538
25511
  # 用于修改入路由表ECMP算法。现在支持的算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
25539
25512
  class RouteECMPAlgorithm < TencentCloud::Common::AbstractModel
25540
25513
  # @param DestinationCidrBlock: 目标网段
25541
- # 注意:此字段可能返回 null,表示取不到有效值。
25542
25514
  # @type DestinationCidrBlock: String
25543
25515
  # @param SubnetRouteAlgorithm: 支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
25544
- # 注意:此字段可能返回 null,表示取不到有效值。
25545
25516
  # @type SubnetRouteAlgorithm: String
25546
25517
 
25547
25518
  attr_accessor :DestinationCidrBlock, :SubnetRouteAlgorithm
@@ -25624,7 +25595,6 @@ module TencentCloud
25624
25595
  # @param TagSet: 标签键值对。
25625
25596
  # @type TagSet: Array
25626
25597
  # @param LocalCidrForCcn: local路由是否发布云联网。
25627
- # 注意:此字段可能返回 null,表示取不到有效值。
25628
25598
  # @type LocalCidrForCcn: Array
25629
25599
 
25630
25600
  attr_accessor :VpcId, :RouteTableId, :RouteTableName, :AssociationSet, :RouteSet, :Main, :CreatedTime, :TagSet, :LocalCidrForCcn
@@ -25685,10 +25655,8 @@ module TencentCloud
25685
25655
  # 路由表关联关系
25686
25656
  class RouteTableAssociation < TencentCloud::Common::AbstractModel
25687
25657
  # @param SubnetId: 子网实例ID。
25688
- # 注意:此字段可能返回 null,表示取不到有效值。
25689
25658
  # @type SubnetId: String
25690
25659
  # @param RouteTableId: 路由表实例ID。
25691
- # 注意:此字段可能返回 null,表示取不到有效值。
25692
25660
  # @type RouteTableId: String
25693
25661
 
25694
25662
  attr_accessor :SubnetId, :RouteTableId
@@ -25721,7 +25689,6 @@ module TencentCloud
25721
25689
  # @param TagSet: 标签键值对。
25722
25690
  # @type TagSet: Array
25723
25691
  # @param UpdateTime: 安全组更新时间。
25724
- # 注意:此字段可能返回 null,表示取不到有效值。
25725
25692
  # @type UpdateTime: String
25726
25693
 
25727
25694
  attr_accessor :SecurityGroupId, :SecurityGroupName, :SecurityGroupDesc, :ProjectId, :IsDefault, :CreatedTime, :TagSet, :UpdateTime
@@ -25854,38 +25821,27 @@ module TencentCloud
25854
25821
  # 安全组规则对象
25855
25822
  class SecurityGroupPolicy < TencentCloud::Common::AbstractModel
25856
25823
  # @param PolicyIndex: 安全组规则索引号,值会随着安全组规则的变更动态变化。使用PolicyIndex时,请先调用`DescribeSecurityGroupPolicies`获取到规则的PolicyIndex,并且结合返回值中的Version一起使用处理规则。
25857
- # 注意:此字段可能返回 null,表示取不到有效值。
25858
25824
  # @type PolicyIndex: Integer
25859
25825
  # @param Protocol: 协议, 取值: TCP,UDP,ICMP,ICMPv6,ALL。
25860
- # 注意:此字段可能返回 null,表示取不到有效值。
25861
25826
  # @type Protocol: String
25862
25827
  # @param Port: 端口(all, 离散port, range)。
25863
25828
  # 说明:如果Protocol设置为ALL,则Port也需要设置为all。
25864
- # 注意:此字段可能返回 null,表示取不到有效值。
25865
25829
  # @type Port: String
25866
25830
  # @param ServiceTemplate: 协议端口ID或者协议端口组ID。ServiceTemplate和Protocol+Port互斥。
25867
- # 注意:此字段可能返回 null,表示取不到有效值。
25868
25831
  # @type ServiceTemplate: :class:`Tencentcloud::Vpc.v20170312.models.ServiceTemplateSpecification`
25869
25832
  # @param CidrBlock: 网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IP地址。
25870
- # 注意:此字段可能返回 null,表示取不到有效值。
25871
25833
  # @type CidrBlock: String
25872
25834
  # @param Ipv6CidrBlock: 网段或IPv6(互斥)。作为入参时,可使用字符串`MY_PUBLIC_IP`指代发起请求的公网IPv6地址。
25873
- # 注意:此字段可能返回 null,表示取不到有效值。
25874
25835
  # @type Ipv6CidrBlock: String
25875
25836
  # @param SecurityGroupId: 安全组实例ID,例如:sg-ohuuioma。
25876
- # 注意:此字段可能返回 null,表示取不到有效值。
25877
25837
  # @type SecurityGroupId: String
25878
25838
  # @param AddressTemplate: IP地址ID或者IP地址组ID。
25879
- # 注意:此字段可能返回 null,表示取不到有效值。
25880
25839
  # @type AddressTemplate: :class:`Tencentcloud::Vpc.v20170312.models.AddressTemplateSpecification`
25881
25840
  # @param Action: ACCEPT 或 DROP。
25882
- # 注意:此字段可能返回 null,表示取不到有效值。
25883
25841
  # @type Action: String
25884
25842
  # @param PolicyDescription: 安全组规则描述。作为入参时,当未传递该参数或值为空,且参数CidrBlock或Ipv6CidrBlock值为MY_PUBLIC_IP时,该参数的值将会被自动填充为Replaced-From-MY_PUBLIC_IP。
25885
- # 注意:此字段可能返回 null,表示取不到有效值。
25886
25843
  # @type PolicyDescription: String
25887
25844
  # @param ModifyTime: 安全组最近修改时间。
25888
- # 注意:此字段可能返回 null,表示取不到有效值。
25889
25845
  # @type ModifyTime: String
25890
25846
 
25891
25847
  attr_accessor :PolicyIndex, :Protocol, :Port, :ServiceTemplate, :CidrBlock, :Ipv6CidrBlock, :SecurityGroupId, :AddressTemplate, :Action, :PolicyDescription, :ModifyTime
@@ -25928,16 +25884,12 @@ module TencentCloud
25928
25884
  # 安全组规则集合
25929
25885
  class SecurityGroupPolicySet < TencentCloud::Common::AbstractModel
25930
25886
  # @param Version: 安全组规则当前版本。用户每次更新安全规则版本会自动加1,防止更新的路由规则已过期,不填不考虑冲突。
25931
- # 注意:此字段可能返回 null,表示取不到有效值。
25932
25887
  # @type Version: String
25933
25888
  # @param Egress: 出站规则。
25934
- # 注意:此字段可能返回 null,表示取不到有效值。
25935
25889
  # @type Egress: Array
25936
25890
  # @param Ingress: 入站规则。
25937
- # 注意:此字段可能返回 null,表示取不到有效值。
25938
25891
  # @type Ingress: Array
25939
25892
  # @param PolicyStatistics: 安全组策略条目统计。只用于出参。
25940
- # 注意:此字段可能返回 null,表示取不到有效值。
25941
25893
  # @type PolicyStatistics: :class:`Tencentcloud::Vpc.v20170312.models.PolicyStatistics`
25942
25894
 
25943
25895
  attr_accessor :Version, :Egress, :Ingress, :PolicyStatistics
@@ -26922,13 +26874,10 @@ module TencentCloud
26922
26874
  # @param CreateTime: 流量镜像创建时间。
26923
26875
  # @type CreateTime: String
26924
26876
  # @param Type: 流量镜像的类型。
26925
- # 注意:此字段可能返回 null,表示取不到有效值。
26926
26877
  # @type Type: String
26927
26878
  # @param SubnetId: 流量镜像所属的子网ID。
26928
- # 注意:此字段可能返回 null,表示取不到有效值。
26929
26879
  # @type SubnetId: String
26930
26880
  # @param TargetInfo: 流量镜接收目标资源信息,当接收目标为ENI和CLB时返回。
26931
- # 注意:此字段可能返回 null,表示取不到有效值。
26932
26881
  # @type TargetInfo: Array
26933
26882
 
26934
26883
  attr_accessor :VpcId, :TrafficMirrorId, :TrafficMirrorName, :TrafficMirrorDescribe, :State, :Direction, :CollectorSrcs, :NatId, :CollectorNormalFilters, :CollectorTarget, :CreateTime, :Type, :SubnetId, :TargetInfo
@@ -27024,10 +26973,8 @@ module TencentCloud
27024
26973
  # @param AlgHash: 流量镜像接收IP组,均衡规则,支持ENI/FIVE_TUPLE_FLOW(vpc),FIVE_TUPLE_FLOW(公网IP)
27025
26974
  # @type AlgHash: String
27026
26975
  # @param TargetEndPoints: 流量镜像的接收endpoint(公网IP)
27027
- # 注意:此字段可能返回 null,表示取不到有效值。
27028
26976
  # @type TargetEndPoints: Array
27029
26977
  # @param TargetType: 流量镜像的接收类型,分别为:IP/ENI/CLB
27030
- # 注意:此字段可能返回 null,表示取不到有效值。
27031
26978
  # @type TargetType: String
27032
26979
 
27033
26980
  attr_accessor :TargetIps, :AlgHash, :TargetEndPoints, :TargetType
@@ -27937,10 +27884,8 @@ module TencentCloud
27937
27884
  # Vpc任务结果详细信息。
27938
27885
  class VpcTaskResultDetailInfo < TencentCloud::Common::AbstractModel
27939
27886
  # @param ResourceId: 资源ID。
27940
- # 注意:此字段可能返回 null,表示取不到有效值。
27941
27887
  # @type ResourceId: String
27942
27888
  # @param Status: 状态。
27943
- # 注意:此字段可能返回 null,表示取不到有效值。
27944
27889
  # @type Status: String
27945
27890
 
27946
27891
  attr_accessor :ResourceId, :Status
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.1035
4
+ version: 3.0.1037
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-07 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common