Class: TencentCloud::Sqlserver::V20180328::ModifyDBInstanceSSLRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ModifyDBInstanceSSLRequest
- Defined in:
- lib/v20180328/models.rb
Overview
ModifyDBInstanceSSL请求参数结构体
Instance Attribute Summary collapse
- #InstanceId ⇒ Object
- #IsKMS ⇒ Object
- #KeyId ⇒ Object
- #KeyRegion ⇒ Object
- #Type ⇒ Object
- #WaitSwitch ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, type = nil, waitswitch = nil, iskms = nil, keyid = nil, keyregion = nil) ⇒ ModifyDBInstanceSSLRequest
constructor
A new instance of ModifyDBInstanceSSLRequest.
Constructor Details
#initialize(instanceid = nil, type = nil, waitswitch = nil, iskms = nil, keyid = nil, keyregion = nil) ⇒ ModifyDBInstanceSSLRequest
Returns a new instance of ModifyDBInstanceSSLRequest.
8840 8841 8842 8843 8844 8845 8846 8847 |
# File 'lib/v20180328/models.rb', line 8840 def initialize(instanceid=nil, type=nil, waitswitch=nil, iskms=nil, keyid=nil, keyregion=nil) @InstanceId = instanceid @Type = type @WaitSwitch = waitswitch @IsKMS = iskms @KeyId = keyid @KeyRegion = keyregion end |
Instance Attribute Details
#InstanceId ⇒ Object
8838 8839 8840 |
# File 'lib/v20180328/models.rb', line 8838 def InstanceId @InstanceId end |
#IsKMS ⇒ Object
8838 8839 8840 |
# File 'lib/v20180328/models.rb', line 8838 def IsKMS @IsKMS end |
#KeyId ⇒ Object
8838 8839 8840 |
# File 'lib/v20180328/models.rb', line 8838 def KeyId @KeyId end |
#KeyRegion ⇒ Object
8838 8839 8840 |
# File 'lib/v20180328/models.rb', line 8838 def KeyRegion @KeyRegion end |
#Type ⇒ Object
8838 8839 8840 |
# File 'lib/v20180328/models.rb', line 8838 def Type @Type end |
#WaitSwitch ⇒ Object
8838 8839 8840 |
# File 'lib/v20180328/models.rb', line 8838 def WaitSwitch @WaitSwitch end |
Instance Method Details
#deserialize(params) ⇒ Object
8849 8850 8851 8852 8853 8854 8855 8856 |
# File 'lib/v20180328/models.rb', line 8849 def deserialize(params) @InstanceId = params['InstanceId'] @Type = params['Type'] @WaitSwitch = params['WaitSwitch'] @IsKMS = params['IsKMS'] @KeyId = params['KeyId'] @KeyRegion = params['KeyRegion'] end |