Class: TencentCloud::Cdn::V20180606::Quota

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

刷新/预热 可用量及配额

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(batch = nil, total = nil, available = nil, area = nil) ⇒ Quota

Returns a new instance of Quota.



11121
11122
11123
11124
11125
11126
# File 'lib/v20180606/models.rb', line 11121

def initialize(batch=nil, total=nil, available=nil, area=nil)
  @Batch = batch
  @Total = total
  @Available = available
  @Area = area
end

Instance Attribute Details

#AreaObject

Parameters:

  • Batch:

    单次批量提交配额上限。

  • Total:

    每日提交配额上限。

  • Available:

    每日剩余的可提交配额。

  • Area:

    配额的区域。



11119
11120
11121
# File 'lib/v20180606/models.rb', line 11119

def Area
  @Area
end

#AvailableObject

Parameters:

  • Batch:

    单次批量提交配额上限。

  • Total:

    每日提交配额上限。

  • Available:

    每日剩余的可提交配额。

  • Area:

    配额的区域。



11119
11120
11121
# File 'lib/v20180606/models.rb', line 11119

def Available
  @Available
end

#BatchObject

Parameters:

  • Batch:

    单次批量提交配额上限。

  • Total:

    每日提交配额上限。

  • Available:

    每日剩余的可提交配额。

  • Area:

    配额的区域。



11119
11120
11121
# File 'lib/v20180606/models.rb', line 11119

def Batch
  @Batch
end

#TotalObject

Parameters:

  • Batch:

    单次批量提交配额上限。

  • Total:

    每日提交配额上限。

  • Available:

    每日剩余的可提交配额。

  • Area:

    配额的区域。



11119
11120
11121
# File 'lib/v20180606/models.rb', line 11119

def Total
  @Total
end

Instance Method Details

#deserialize(params) ⇒ Object



11128
11129
11130
11131
11132
11133
# File 'lib/v20180606/models.rb', line 11128

def deserialize(params)
  @Batch = params['Batch']
  @Total = params['Total']
  @Available = params['Available']
  @Area = params['Area']
end