lib/v20200915/models.rb in tencentcloud-sdk-cdwch-3.0.899 vs lib/v20200915/models.rb in tencentcloud-sdk-cdwch-3.0.900

- old
+ new

@@ -205,11 +205,11 @@ class CkUserAlterInfo < TencentCloud::Common::AbstractModel # @param InstanceId: 集群实例id # @type InstanceId: String # @param UserName: 用户名 # @type UserName: String - # @param PassWord: 密码 + # @param PassWord: base64加密后的密码 # @type PassWord: String # @param Describe: 描述 # @type Describe: String attr_accessor :InstanceId, :UserName, :PassWord, :Describe @@ -422,11 +422,11 @@ # @param TagItems: 标签列表 # @type TagItems: Array attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems extend Gem::Deprecate - deprecate :Tags, :none, 2024, 7 - deprecate :Tags=, :none, 2024, 7 + deprecate :Tags, :none, 2024, 9 + deprecate :Tags=, :none, 2024, 9 def initialize(zone=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dataspec=nil, tags=nil, clslogsetid=nil, cosbucketname=nil, mountdisktype=nil, hazk=nil, commonspec=nil, tagitems=nil) @Zone = zone @HaFlag = haflag @UserVPCId = uservpcid