Class: TencentCloud::Tke::V20180525::PendingRelease
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PendingRelease
- Defined in:
- lib/v20180525/models.rb
Overview
应用市场安装的Pending应用
Instance Attribute Summary collapse
-
#Condition ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#CreatedTime ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中.
-
#ID ⇒ 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: 等待回滚/回滚进行中.
-
#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(condition = nil, createdtime = nil, id = nil, name = nil, namespace = nil, status = nil, updatedtime = nil) ⇒ PendingRelease
constructor
A new instance of PendingRelease.
Constructor Details
#initialize(condition = nil, createdtime = nil, id = nil, name = nil, namespace = nil, status = nil, updatedtime = nil) ⇒ PendingRelease
Returns a new instance of PendingRelease.
17137 17138 17139 17140 17141 17142 17143 17144 17145 |
# File 'lib/v20180525/models.rb', line 17137 def initialize(condition=nil, createdtime=nil, id=nil, name=nil, namespace=nil, status=nil, updatedtime=nil) @Condition = condition @CreatedTime = createdtime @ID = id @Name = name @Namespace = namespace @Status = status @UpdatedTime = updatedtime end |
Instance Attribute Details
#Condition ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def Condition @Condition end |
#CreatedTime ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def CreatedTime @CreatedTime end |
#ID ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def ID @ID end |
#Name ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def Name @Name end |
#Namespace ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def Namespace @Namespace end |
#Status ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def Status @Status end |
#UpdatedTime ⇒ Object
可选值及其释义如下: • unknown: 状态未知 • deployed: 已成功部署 • uninstalled: 已卸载 • superseded: 已被新版本替代 • failed: 部署失败 • uninstalling: 正在卸载中 • pending-install: 等待安装/安装进行中 • pending-upgrade: 等待升级/升级进行中 • pending-rollback: 等待回滚/回滚进行中
17135 17136 17137 |
# File 'lib/v20180525/models.rb', line 17135 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
17147 17148 17149 17150 17151 17152 17153 17154 17155 |
# File 'lib/v20180525/models.rb', line 17147 def deserialize(params) @Condition = params['Condition'] @CreatedTime = params['CreatedTime'] @ID = params['ID'] @Name = params['Name'] @Namespace = params['Namespace'] @Status = params['Status'] @UpdatedTime = params['UpdatedTime'] end |