Class: TencentCloud::Waf::V20180125::TLSCiphers
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::TLSCiphers
- Defined in:
- lib/v20180125/models.rb
Overview
TLS 加密套件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(versionid = nil, cipherid = nil, ciphername = nil) ⇒ TLSCiphers
constructor
A new instance of TLSCiphers.
Constructor Details
#initialize(versionid = nil, cipherid = nil, ciphername = nil) ⇒ TLSCiphers
Returns a new instance of TLSCiphers.
18654 18655 18656 18657 18658 |
# File 'lib/v20180125/models.rb', line 18654 def initialize(versionid=nil, cipherid=nil, ciphername=nil) @VersionId = versionid @CipherId = cipherid @CipherName = ciphername end |
Instance Attribute Details
#CipherId ⇒ Object
18652 18653 18654 |
# File 'lib/v20180125/models.rb', line 18652 def CipherId @CipherId end |
#CipherName ⇒ Object
18652 18653 18654 |
# File 'lib/v20180125/models.rb', line 18652 def CipherName @CipherName end |
#VersionId ⇒ Object
18652 18653 18654 |
# File 'lib/v20180125/models.rb', line 18652 def VersionId @VersionId end |
Instance Method Details
#deserialize(params) ⇒ Object
18660 18661 18662 18663 18664 |
# File 'lib/v20180125/models.rb', line 18660 def deserialize(params) @VersionId = params['VersionId'] @CipherId = params['CipherId'] @CipherName = params['CipherName'] end |