Class: TencentCloud::Tke::V20180525::ReleaseHistory
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ReleaseHistory
- Defined in:
- lib/v20180525/models.rb
Overview
应用市场中部署的应用版本历史
Instance Attribute Summary collapse
-
#AppVersion ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#Chart ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#Description ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#Name ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#Namespace ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#Revision ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#Status ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#UpdatedTime ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, namespace = nil, revision = nil, status = nil, chart = nil, appversion = nil, updatedtime = nil, description = nil) ⇒ ReleaseHistory
constructor
A new instance of ReleaseHistory.
Constructor Details
#initialize(name = nil, namespace = nil, revision = nil, status = nil, chart = nil, appversion = nil, updatedtime = nil, description = nil) ⇒ ReleaseHistory
Returns a new instance of ReleaseHistory.
19050 19051 19052 19053 19054 19055 19056 19057 19058 19059 |
# File 'lib/v20180525/models.rb', line 19050 def initialize(name=nil, namespace=nil, revision=nil, status=nil, chart=nil, appversion=nil, updatedtime=nil, description=nil) @Name = name @Namespace = namespace @Revision = revision @Status = status @Chart = chart @AppVersion = appversion @UpdatedTime = updatedtime @Description = description end |
Instance Attribute Details
#AppVersion ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def AppVersion @AppVersion end |
#Chart ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def Chart @Chart end |
#Description ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def Description @Description end |
#Name ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def Name @Name end |
#Namespace ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def Namespace @Namespace end |
#Revision ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def Revision @Revision end |
#Status ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def Status @Status end |
#UpdatedTime ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
19048 19049 19050 |
# File 'lib/v20180525/models.rb', line 19048 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
19061 19062 19063 19064 19065 19066 19067 19068 19069 19070 |
# File 'lib/v20180525/models.rb', line 19061 def deserialize(params) @Name = params['Name'] @Namespace = params['Namespace'] @Revision = params['Revision'] @Status = params['Status'] @Chart = params['Chart'] @AppVersion = params['AppVersion'] @UpdatedTime = params['UpdatedTime'] @Description = params['Description'] end |