Class: TencentCloud::Tke::V20180525::RIUtilizationDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RIUtilizationDetail
- Defined in:
- lib/v20180525/models.rb
Overview
预留券抵扣详情
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #EksId ⇒ Object
- #EndTime ⇒ Object
- #Kind ⇒ Object
- #KindName ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #Product ⇒ Object
- #ReservedInstanceId ⇒ Object
- #StartTime ⇒ Object
- #Uid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reservedinstanceid = nil, eksid = nil, clusterid = nil, name = nil, namespace = nil, kind = nil, kindname = nil, uid = nil, starttime = nil, endtime = nil, product = nil) ⇒ RIUtilizationDetail
constructor
A new instance of RIUtilizationDetail.
Constructor Details
#initialize(reservedinstanceid = nil, eksid = nil, clusterid = nil, name = nil, namespace = nil, kind = nil, kindname = nil, uid = nil, starttime = nil, endtime = nil, product = nil) ⇒ RIUtilizationDetail
18382 18383 18384 18385 18386 18387 18388 18389 18390 18391 18392 18393 18394 |
# File 'lib/v20180525/models.rb', line 18382 def initialize(reservedinstanceid=nil, eksid=nil, clusterid=nil, name=nil, namespace=nil, kind=nil, kindname=nil, uid=nil, starttime=nil, endtime=nil, product=nil) @ReservedInstanceId = reservedinstanceid @EksId = eksid @ClusterId = clusterid @Name = name @Namespace = namespace @Kind = kind @KindName = kindname @Uid = uid @StartTime = starttime @EndTime = endtime @Product = product end |
Instance Attribute Details
#ClusterId ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def ClusterId @ClusterId end |
#EksId ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def EksId @EksId end |
#EndTime ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def EndTime @EndTime end |
#Kind ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def Kind @Kind end |
#KindName ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def KindName @KindName end |
#Name ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def Name @Name end |
#Namespace ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def Namespace @Namespace end |
#Product ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def Product @Product end |
#ReservedInstanceId ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def ReservedInstanceId @ReservedInstanceId end |
#StartTime ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def StartTime @StartTime end |
#Uid ⇒ Object
18380 18381 18382 |
# File 'lib/v20180525/models.rb', line 18380 def Uid @Uid end |
Instance Method Details
#deserialize(params) ⇒ Object
18396 18397 18398 18399 18400 18401 18402 18403 18404 18405 18406 18407 18408 |
# File 'lib/v20180525/models.rb', line 18396 def deserialize(params) @ReservedInstanceId = params['ReservedInstanceId'] @EksId = params['EksId'] @ClusterId = params['ClusterId'] @Name = params['Name'] @Namespace = params['Namespace'] @Kind = params['Kind'] @KindName = params['KindName'] @Uid = params['Uid'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] end |