lib/v20180317/models.rb in tencentcloud-sdk-clb-3.0.922 vs lib/v20180317/models.rb in tencentcloud-sdk-clb-3.0.923
- old
+ new
@@ -1274,12 +1274,12 @@
# @param LogsetType: 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
# @type LogsetType: String
attr_accessor :LogsetName, :Period, :LogsetType
extend Gem::Deprecate
- deprecate :Period, :none, 2024, 9
- deprecate :Period=, :none, 2024, 9
+ deprecate :Period, :none, 2024, 10
+ deprecate :Period=, :none, 2024, 10
def initialize(logsetname=nil, period=nil, logsettype=nil)
@LogsetName = logsetname
@Period = period
@LogsetType = logsettype
@@ -5217,12 +5217,12 @@
# 注意:此字段可能返回 null,表示取不到有效值。
# @type Exclusive: Integer
attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Forward, :Domain, :LoadBalancerVips, :Status, :CreateTime, :StatusTime, :ProjectId, :VpcId, :OpenBgp, :Snat, :Isolation, :Log, :SubnetId, :Tags, :SecureGroups, :TargetRegionInfo, :AnycastZone, :AddressIPVersion, :NumericalVpcId, :VipIsp, :MasterZone, :BackupZoneSet, :IsolatedTime, :ExpireTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :LogSetId, :LogTopicId, :AddressIPv6, :ExtraInfo, :IsDDos, :ConfigId, :LoadBalancerPassToTarget, :ExclusiveCluster, :IPv6Mode, :SnatPro, :SnatIps, :SlaType, :IsBlock, :IsBlockTime, :LocalBgp, :ClusterTag, :MixIpTarget, :Zones, :NfvInfo, :HealthLogSetId, :HealthLogTopicId, :ClusterIds, :AttributeFlags, :LoadBalancerDomain, :Egress, :Exclusive
extend Gem::Deprecate
- deprecate :Log, :none, 2024, 9
- deprecate :Log=, :none, 2024, 9
+ deprecate :Log, :none, 2024, 10
+ deprecate :Log=, :none, 2024, 10
def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, forward=nil, domain=nil, loadbalancervips=nil, status=nil, createtime=nil, statustime=nil, projectid=nil, vpcid=nil, openbgp=nil, snat=nil, isolation=nil, log=nil, subnetid=nil, tags=nil, securegroups=nil, targetregioninfo=nil, anycastzone=nil, addressipversion=nil, numericalvpcid=nil, vipisp=nil, masterzone=nil, backupzoneset=nil, isolatedtime=nil, expiretime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, logsetid=nil, logtopicid=nil, addressipv6=nil, extrainfo=nil, isddos=nil, configid=nil, loadbalancerpasstotarget=nil, exclusivecluster=nil, ipv6mode=nil, snatpro=nil, snatips=nil, slatype=nil, isblock=nil, isblocktime=nil, localbgp=nil, clustertag=nil, mixiptarget=nil, zones=nil, nfvinfo=nil, healthlogsetid=nil, healthlogtopicid=nil, clusterids=nil, attributeflags=nil, loadbalancerdomain=nil, egress=nil, exclusive=nil)
@LoadBalancerId = loadbalancerid
@LoadBalancerName = loadbalancername
@LoadBalancerType = loadbalancertype
@@ -7196,14 +7196,14 @@
# @param Weight: 后端服务修改后的转发权重,取值范围:[0,100]。此参数的优先级低于前述[Target](https://cloud.tencent.com/document/api/214/30694#Target)中的Weight参数,即最终的权重值以Target中的Weight参数值为准,仅当Target中的Weight参数为空时,才以RsWeightRule中的Weight参数为准。
# @type Weight: Integer
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
extend Gem::Deprecate
- deprecate :Domain, :none, 2024, 9
- deprecate :Domain=, :none, 2024, 9
- deprecate :Url, :none, 2024, 9
- deprecate :Url=, :none, 2024, 9
+ deprecate :Domain, :none, 2024, 10
+ deprecate :Domain=, :none, 2024, 10
+ deprecate :Url, :none, 2024, 10
+ deprecate :Url=, :none, 2024, 10
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
@ListenerId = listenerid
@Targets = targets
@LocationId = locationid
@@ -7576,19 +7576,24 @@
end
end
# SetCustomizedConfigForLoadBalancer请求参数结构体
class SetCustomizedConfigForLoadBalancerRequest < TencentCloud::Common::AbstractModel
- # @param OperationType: 操作类型:'ADD', 'DELETE', 'UPDATE', 'BIND', 'UNBIND'
+ # @param OperationType: 操作类型。
+ # - ADD:添加
+ # - DELETE:删除
+ # - UPDATE:修改
+ # - BIND:绑定
+ # - UNBIND:解绑
# @type OperationType: String
- # @param UconfigId: 除了创建个性化配置外,必传此字段,如:pz-1234abcd
+ # @param UconfigId: 个性化配置ID。除了创建个性化配置外,必传此字段,如:pz-1234abcd
# @type UconfigId: String
- # @param ConfigContent: 创建个性化配置或修改个性化配置的内容时,必传此字段
+ # @param ConfigContent: 个性化配置内容。创建个性化配置或修改个性化配置的内容时,必传此字段
# @type ConfigContent: String
- # @param ConfigName: 创建个性化配置或修改个性化配置的名字时,必传此字段
+ # @param ConfigName: 个性化配置名称。创建个性化配置或修改个性化配置的名字时,必传此字段
# @type ConfigName: String
- # @param LoadBalancerIds: 绑定解绑时,必传此字段
+ # @param LoadBalancerIds: 负载均衡实例ID。绑定解绑时,必传此字段
# @type LoadBalancerIds: Array
attr_accessor :OperationType, :UconfigId, :ConfigContent, :ConfigName, :LoadBalancerIds
def initialize(operationtype=nil, uconfigid=nil, configcontent=nil, configname=nil, loadbalancerids=nil)
@@ -8118,11 +8123,11 @@
# @param HealthStatusDetial: (**该参数对象即将下线,不推荐使用,请使用HealthStatusDetail获取健康详情**) 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。
# @type HealthStatusDetial: String
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
extend Gem::Deprecate
- deprecate :HealthStatusDetial, :none, 2024, 9
- deprecate :HealthStatusDetial=, :none, 2024, 9
+ deprecate :HealthStatusDetial, :none, 2024, 10
+ deprecate :HealthStatusDetial=, :none, 2024, 10
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
@IP = ip
@Port = port
@HealthStatus = healthstatus