Class: TencentCloud::Cdb::V20170320::DeleteRotationPasswordRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170320/models.rb

Overview

DeleteRotationPassword请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, user = nil, host = nil, password = nil, encryptmethod = nil) ⇒ DeleteRotationPasswordRequest



4229
4230
4231
4232
4233
4234
4235
# File 'lib/v20170320/models.rb', line 4229

def initialize(instanceid=nil, user=nil, host=nil, password=nil, encryptmethod=nil)
  @InstanceId = instanceid
  @User = user
  @Host = host
  @Password = password
  @EncryptMethod = encryptmethod
end

Instance Attribute Details

#EncryptMethodObject



4227
4228
4229
# File 'lib/v20170320/models.rb', line 4227

def EncryptMethod
  @EncryptMethod
end

#HostObject



4227
4228
4229
# File 'lib/v20170320/models.rb', line 4227

def Host
  @Host
end

#InstanceIdObject



4227
4228
4229
# File 'lib/v20170320/models.rb', line 4227

def InstanceId
  @InstanceId
end

#PasswordObject



4227
4228
4229
# File 'lib/v20170320/models.rb', line 4227

def Password
  @Password
end

#UserObject



4227
4228
4229
# File 'lib/v20170320/models.rb', line 4227

def User
  @User
end

Instance Method Details

#deserialize(params) ⇒ Object



4237
4238
4239
4240
4241
4242
4243
# File 'lib/v20170320/models.rb', line 4237

def deserialize(params)
  @InstanceId = params['InstanceId']
  @User = params['User']
  @Host = params['Host']
  @Password = params['Password']
  @EncryptMethod = params['EncryptMethod']
end