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
Returns a new instance of RIUtilizationDetail.
17043 17044 17045 17046 17047 17048 17049 17050 17051 17052 17053 17054 17055 |
# File 'lib/v20180525/models.rb', line 17043 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
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def ClusterId @ClusterId end |
#EksId ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def EksId @EksId end |
#EndTime ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def EndTime @EndTime end |
#Kind ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def Kind @Kind end |
#KindName ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def KindName @KindName end |
#Name ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def Name @Name end |
#Namespace ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def Namespace @Namespace end |
#Product ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def Product @Product end |
#ReservedInstanceId ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def ReservedInstanceId @ReservedInstanceId end |
#StartTime ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def StartTime @StartTime end |
#Uid ⇒ Object
17041 17042 17043 |
# File 'lib/v20180525/models.rb', line 17041 def Uid @Uid end |
Instance Method Details
#deserialize(params) ⇒ Object
17057 17058 17059 17060 17061 17062 17063 17064 17065 17066 17067 17068 17069 |
# File 'lib/v20180525/models.rb', line 17057 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 |