Class: TencentCloud::Tke::V20180525::ReleaseDetails
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ReleaseDetails
- Defined in:
- lib/v20180525/models.rb
Overview
应用市场的安装应用详情
Instance Attribute Summary collapse
- #AppVersion ⇒ Object
- #ChartDescription ⇒ Object
- #ChartFrom ⇒ Object
- #ChartName ⇒ Object
- #ChartURL ⇒ Object
- #ChartVersion ⇒ Object
- #ComputedValues ⇒ Object
- #Config ⇒ Object
- #Description ⇒ Object
- #FirstDeployedTime ⇒ Object
- #LastDeployedTime ⇒ Object
- #Manifest ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #Notes ⇒ Object
- #Resources ⇒ Object
- #Status ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, namespace = nil, version = nil, status = nil, description = nil, notes = nil, config = nil, manifest = nil, chartversion = nil, chartname = nil, chartdescription = nil, appversion = nil, firstdeployedtime = nil, lastdeployedtime = nil, computedvalues = nil, chartfrom = nil, charturl = nil, resources = nil) ⇒ ReleaseDetails
constructor
A new instance of ReleaseDetails.
Constructor Details
#initialize(name = nil, namespace = nil, version = nil, status = nil, description = nil, notes = nil, config = nil, manifest = nil, chartversion = nil, chartname = nil, chartdescription = nil, appversion = nil, firstdeployedtime = nil, lastdeployedtime = nil, computedvalues = nil, chartfrom = nil, charturl = nil, resources = nil) ⇒ ReleaseDetails
Returns a new instance of ReleaseDetails.
17233 17234 17235 17236 17237 17238 17239 17240 17241 17242 17243 17244 17245 17246 17247 17248 17249 17250 17251 17252 |
# File 'lib/v20180525/models.rb', line 17233 def initialize(name=nil, namespace=nil, version=nil, status=nil, description=nil, notes=nil, config=nil, manifest=nil, chartversion=nil, chartname=nil, chartdescription=nil, appversion=nil, firstdeployedtime=nil, lastdeployedtime=nil, computedvalues=nil, chartfrom=nil, charturl=nil, resources=nil) @Name = name @Namespace = namespace @Version = version @Status = status @Description = description @Notes = notes @Config = config @Manifest = manifest @ChartVersion = chartversion @ChartName = chartname @ChartDescription = chartdescription @AppVersion = appversion @FirstDeployedTime = firstdeployedtime @LastDeployedTime = lastdeployedtime @ComputedValues = computedvalues @ChartFrom = chartfrom @ChartURL = charturl @Resources = resources end |
Instance Attribute Details
#AppVersion ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def AppVersion @AppVersion end |
#ChartDescription ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def ChartDescription @ChartDescription end |
#ChartFrom ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def ChartFrom @ChartFrom end |
#ChartName ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def ChartName @ChartName end |
#ChartURL ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def ChartURL @ChartURL end |
#ChartVersion ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def ChartVersion @ChartVersion end |
#ComputedValues ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def ComputedValues @ComputedValues end |
#Config ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Config @Config end |
#Description ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Description @Description end |
#FirstDeployedTime ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def FirstDeployedTime @FirstDeployedTime end |
#LastDeployedTime ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def LastDeployedTime @LastDeployedTime end |
#Manifest ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Manifest @Manifest end |
#Name ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Name @Name end |
#Namespace ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Namespace @Namespace end |
#Notes ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Notes @Notes end |
#Resources ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Resources @Resources end |
#Status ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Status @Status end |
#Version ⇒ Object
17231 17232 17233 |
# File 'lib/v20180525/models.rb', line 17231 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
17254 17255 17256 17257 17258 17259 17260 17261 17262 17263 17264 17265 17266 17267 17268 17269 17270 17271 17272 17273 |
# File 'lib/v20180525/models.rb', line 17254 def deserialize(params) @Name = params['Name'] @Namespace = params['Namespace'] @Version = params['Version'] @Status = params['Status'] @Description = params['Description'] @Notes = params['Notes'] @Config = params['Config'] @Manifest = params['Manifest'] @ChartVersion = params['ChartVersion'] @ChartName = params['ChartName'] @ChartDescription = params['ChartDescription'] @AppVersion = params['AppVersion'] @FirstDeployedTime = params['FirstDeployedTime'] @LastDeployedTime = params['LastDeployedTime'] @ComputedValues = params['ComputedValues'] @ChartFrom = params['ChartFrom'] @ChartURL = params['ChartURL'] @Resources = params['Resources'] end |