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.
17079 17080 17081 17082 17083 17084 17085 17086 17087 17088 17089 17090 17091 |
# File 'lib/v20180525/models.rb', line 17079 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
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def ClusterId @ClusterId end |
#EksId ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def EksId @EksId end |
#EndTime ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def EndTime @EndTime end |
#Kind ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def Kind @Kind end |
#KindName ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def KindName @KindName end |
#Name ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def Name @Name end |
#Namespace ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def Namespace @Namespace end |
#Product ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def Product @Product end |
#ReservedInstanceId ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def ReservedInstanceId @ReservedInstanceId end |
#StartTime ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def StartTime @StartTime end |
#Uid ⇒ Object
17077 17078 17079 |
# File 'lib/v20180525/models.rb', line 17077 def Uid @Uid end |
Instance Method Details
#deserialize(params) ⇒ Object
17093 17094 17095 17096 17097 17098 17099 17100 17101 17102 17103 17104 17105 |
# File 'lib/v20180525/models.rb', line 17093 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 |