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.
17633 17634 17635 17636 17637 17638 17639 17640 17641 17642 |
# File 'lib/v20180525/models.rb', line 17633 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: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def AppVersion @AppVersion end |
#Chart ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def Chart @Chart end |
#Description ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def Description @Description end |
#Name ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def Name @Name end |
#Namespace ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def Namespace @Namespace end |
#Revision ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def Revision @Revision end |
#Status ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def Status @Status end |
#UpdatedTime ⇒ Object
可选值及其释义如下:• unknown: 状态未知• deployed: 已成功部署• uninstalled: 已卸载• superseded: 已被新版本替代• failed: 部署失败• uninstalling: 正在卸载中• pending-install: 等待安装/安装进行中• pending-upgrade: 等待升级/升级进行中• pending-rollback: 等待回滚/回滚进行中
17631 17632 17633 |
# File 'lib/v20180525/models.rb', line 17631 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
17644 17645 17646 17647 17648 17649 17650 17651 17652 17653 |
# File 'lib/v20180525/models.rb', line 17644 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 |