Class: TencentCloud::Tse::V20201207::KongCertificatesPreview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::KongCertificatesPreview
- Defined in:
- lib/v20201207/models.rb
Overview
云原生网关证书预览信息
Instance Attribute Summary collapse
- #BindDomains ⇒ Object
- #CertId ⇒ Object
- #CertSource ⇒ Object
- #CreateTime ⇒ Object
- #Crt ⇒ Object
- #ExpireTime ⇒ Object
- #Id ⇒ Object
- #IssueTime ⇒ Object
- #Key ⇒ Object
- #Name ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, id = nil, binddomains = nil, status = nil, crt = nil, key = nil, expiretime = nil, createtime = nil, issuetime = nil, certsource = nil, certid = nil) ⇒ KongCertificatesPreview
constructor
A new instance of KongCertificatesPreview.
Constructor Details
#initialize(name = nil, id = nil, binddomains = nil, status = nil, crt = nil, key = nil, expiretime = nil, createtime = nil, issuetime = nil, certsource = nil, certid = nil) ⇒ KongCertificatesPreview
Returns a new instance of KongCertificatesPreview.
8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 |
# File 'lib/v20201207/models.rb', line 8737 def initialize(name=nil, id=nil, binddomains=nil, status=nil, crt=nil, key=nil, expiretime=nil, createtime=nil, issuetime=nil, certsource=nil, certid=nil) @Name = name @Id = id @BindDomains = binddomains @Status = status @Crt = crt @Key = key @ExpireTime = expiretime @CreateTime = createtime @IssueTime = issuetime @CertSource = certsource @CertId = certid end |
Instance Attribute Details
#BindDomains ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def BindDomains @BindDomains end |
#CertId ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def CertId @CertId end |
#CertSource ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def CertSource @CertSource end |
#CreateTime ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def CreateTime @CreateTime end |
#Crt ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def Crt @Crt end |
#ExpireTime ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def ExpireTime @ExpireTime end |
#Id ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def Id @Id end |
#IssueTime ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def IssueTime @IssueTime end |
#Key ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def Key @Key end |
#Name ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def Name @Name end |
#Status ⇒ Object
8735 8736 8737 |
# File 'lib/v20201207/models.rb', line 8735 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 |
# File 'lib/v20201207/models.rb', line 8751 def deserialize(params) @Name = params['Name'] @Id = params['Id'] @BindDomains = params['BindDomains'] @Status = params['Status'] @Crt = params['Crt'] @Key = params['Key'] @ExpireTime = params['ExpireTime'] @CreateTime = params['CreateTime'] @IssueTime = params['IssueTime'] @CertSource = params['CertSource'] @CertId = params['CertId'] end |