Class: TencentCloud::Cdb::V20170320::DeleteRotationPasswordRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DeleteRotationPasswordRequest
- Defined in:
- lib/v20170320/models.rb
Overview
DeleteRotationPassword请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, user = nil, host = nil, password = nil, encryptmethod = nil) ⇒ DeleteRotationPasswordRequest
constructor
A new instance of DeleteRotationPasswordRequest.
Constructor Details
#initialize(instanceid = nil, user = nil, host = nil, password = nil, encryptmethod = nil) ⇒ DeleteRotationPasswordRequest
Returns a new instance of DeleteRotationPasswordRequest.
4215 4216 4217 4218 4219 4220 4221 |
# File 'lib/v20170320/models.rb', line 4215 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
#EncryptMethod ⇒ Object
4213 4214 4215 |
# File 'lib/v20170320/models.rb', line 4213 def EncryptMethod @EncryptMethod end |
#Host ⇒ Object
4213 4214 4215 |
# File 'lib/v20170320/models.rb', line 4213 def Host @Host end |
#InstanceId ⇒ Object
4213 4214 4215 |
# File 'lib/v20170320/models.rb', line 4213 def InstanceId @InstanceId end |
#Password ⇒ Object
4213 4214 4215 |
# File 'lib/v20170320/models.rb', line 4213 def Password @Password end |
#User ⇒ Object
4213 4214 4215 |
# File 'lib/v20170320/models.rb', line 4213 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
4223 4224 4225 4226 4227 4228 4229 |
# File 'lib/v20170320/models.rb', line 4223 def deserialize(params) @InstanceId = params['InstanceId'] @User = params['User'] @Host = params['Host'] @Password = params['Password'] @EncryptMethod = params['EncryptMethod'] end |