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.
4240 4241 4242 4243 4244 4245 4246 |
# File 'lib/v20170320/models.rb', line 4240 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
4238 4239 4240 |
# File 'lib/v20170320/models.rb', line 4238 def EncryptMethod @EncryptMethod end |
#Host ⇒ Object
4238 4239 4240 |
# File 'lib/v20170320/models.rb', line 4238 def Host @Host end |
#InstanceId ⇒ Object
4238 4239 4240 |
# File 'lib/v20170320/models.rb', line 4238 def InstanceId @InstanceId end |
#Password ⇒ Object
4238 4239 4240 |
# File 'lib/v20170320/models.rb', line 4238 def Password @Password end |
#User ⇒ Object
4238 4239 4240 |
# File 'lib/v20170320/models.rb', line 4238 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/v20170320/models.rb', line 4248 def deserialize(params) @InstanceId = params['InstanceId'] @User = params['User'] @Host = params['Host'] @Password = params['Password'] @EncryptMethod = params['EncryptMethod'] end |