Class: TencentCloud::Ssl::V20191205::GAAPListenerDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::GAAPListenerDetail
- Defined in:
- lib/v20191205/models.rb
Overview
GAAP监听器详情
Instance Attribute Summary collapse
- #CertIdList ⇒ Object
- #ListenerId ⇒ Object
- #ListenerName ⇒ Object
- #ListenerStatus ⇒ Object
- #NoMatchDomains ⇒ Object
- #Protocol ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listenerstatus = nil, listenerid = nil, listenername = nil, nomatchdomains = nil, certidlist = nil, protocol = nil) ⇒ GAAPListenerDetail
constructor
A new instance of GAAPListenerDetail.
Constructor Details
#initialize(listenerstatus = nil, listenerid = nil, listenername = nil, nomatchdomains = nil, certidlist = nil, protocol = nil) ⇒ GAAPListenerDetail
Returns a new instance of GAAPListenerDetail.
5966 5967 5968 5969 5970 5971 5972 5973 |
# File 'lib/v20191205/models.rb', line 5966 def initialize(listenerstatus=nil, listenerid=nil, listenername=nil, nomatchdomains=nil, certidlist=nil, protocol=nil) @ListenerStatus = listenerstatus @ListenerId = listenerid @ListenerName = listenername @NoMatchDomains = nomatchdomains @CertIdList = certidlist @Protocol = protocol end |
Instance Attribute Details
#CertIdList ⇒ Object
5964 5965 5966 |
# File 'lib/v20191205/models.rb', line 5964 def CertIdList @CertIdList end |
#ListenerId ⇒ Object
5964 5965 5966 |
# File 'lib/v20191205/models.rb', line 5964 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
5964 5965 5966 |
# File 'lib/v20191205/models.rb', line 5964 def ListenerName @ListenerName end |
#ListenerStatus ⇒ Object
5964 5965 5966 |
# File 'lib/v20191205/models.rb', line 5964 def ListenerStatus @ListenerStatus end |
#NoMatchDomains ⇒ Object
5964 5965 5966 |
# File 'lib/v20191205/models.rb', line 5964 def NoMatchDomains @NoMatchDomains end |
#Protocol ⇒ Object
5964 5965 5966 |
# File 'lib/v20191205/models.rb', line 5964 def Protocol @Protocol end |
Instance Method Details
#deserialize(params) ⇒ Object
5975 5976 5977 5978 5979 5980 5981 5982 |
# File 'lib/v20191205/models.rb', line 5975 def deserialize(params) @ListenerStatus = params['ListenerStatus'] @ListenerId = params['ListenerId'] @ListenerName = params['ListenerName'] @NoMatchDomains = params['NoMatchDomains'] @CertIdList = params['CertIdList'] @Protocol = params['Protocol'] end |