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.
8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 |
# File 'lib/v20201207/models.rb', line 8755 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
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def BindDomains @BindDomains end |
#CertId ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def CertId @CertId end |
#CertSource ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def CertSource @CertSource end |
#CreateTime ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def CreateTime @CreateTime end |
#Crt ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def Crt @Crt end |
#ExpireTime ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def ExpireTime @ExpireTime end |
#Id ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def Id @Id end |
#IssueTime ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def IssueTime @IssueTime end |
#Key ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def Key @Key end |
#Name ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def Name @Name end |
#Status ⇒ Object
8753 8754 8755 |
# File 'lib/v20201207/models.rb', line 8753 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
8769 8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 |
# File 'lib/v20201207/models.rb', line 8769 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 |