Class: TencentCloud::Vod::V20180717::StorageStatData

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

Overview

云点播存储用量的分区统计数据

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(area = nil, totalstorage = nil, infrequentstorage = nil, standardstorage = nil, archivestorage = nil, deeparchivestorage = nil) ⇒ StorageStatData

Returns a new instance of StorageStatData.



27434
27435
27436
27437
27438
27439
27440
27441
# File 'lib/v20180717/models.rb', line 27434

def initialize(area=nil, totalstorage=nil, infrequentstorage=nil, standardstorage=nil, archivestorage=nil, deeparchivestorage=nil)
  @Area = area
  @TotalStorage = totalstorage
  @InfrequentStorage = infrequentstorage
  @StandardStorage = standardstorage
  @ArchiveStorage = archivestorage
  @DeepArchiveStorage = deeparchivestorage
end

Instance Attribute Details

#ArchiveStorageObject

<li>Chinese Mainland:中国境内(不包含港澳台)。</li> <li>Outside Chinese Mainland:中国境外。</li>

Parameters:

  • Area:

    点播存储的计费区域,可能值:

  • TotalStorage:

    当前总存储量,单位是字节。

  • InfrequentStorage:

    当前低频存储量,单位是字节。

  • StandardStorage:

    当前标准存储量,单位是字节。

  • ArchiveStorage:

    当前归档存储量,单位是字节。

  • DeepArchiveStorage:

    当前深度归档存储量,单位是字节。



27432
27433
27434
# File 'lib/v20180717/models.rb', line 27432

def ArchiveStorage
  @ArchiveStorage
end

#AreaObject

<li>Chinese Mainland:中国境内(不包含港澳台)。</li> <li>Outside Chinese Mainland:中国境外。</li>

Parameters:

  • Area:

    点播存储的计费区域,可能值:

  • TotalStorage:

    当前总存储量,单位是字节。

  • InfrequentStorage:

    当前低频存储量,单位是字节。

  • StandardStorage:

    当前标准存储量,单位是字节。

  • ArchiveStorage:

    当前归档存储量,单位是字节。

  • DeepArchiveStorage:

    当前深度归档存储量,单位是字节。



27432
27433
27434
# File 'lib/v20180717/models.rb', line 27432

def Area
  @Area
end

#DeepArchiveStorageObject

<li>Chinese Mainland:中国境内(不包含港澳台)。</li> <li>Outside Chinese Mainland:中国境外。</li>

Parameters:

  • Area:

    点播存储的计费区域,可能值:

  • TotalStorage:

    当前总存储量,单位是字节。

  • InfrequentStorage:

    当前低频存储量,单位是字节。

  • StandardStorage:

    当前标准存储量,单位是字节。

  • ArchiveStorage:

    当前归档存储量,单位是字节。

  • DeepArchiveStorage:

    当前深度归档存储量,单位是字节。



27432
27433
27434
# File 'lib/v20180717/models.rb', line 27432

def DeepArchiveStorage
  @DeepArchiveStorage
end

#InfrequentStorageObject

<li>Chinese Mainland:中国境内(不包含港澳台)。</li> <li>Outside Chinese Mainland:中国境外。</li>

Parameters:

  • Area:

    点播存储的计费区域,可能值:

  • TotalStorage:

    当前总存储量,单位是字节。

  • InfrequentStorage:

    当前低频存储量,单位是字节。

  • StandardStorage:

    当前标准存储量,单位是字节。

  • ArchiveStorage:

    当前归档存储量,单位是字节。

  • DeepArchiveStorage:

    当前深度归档存储量,单位是字节。



27432
27433
27434
# File 'lib/v20180717/models.rb', line 27432

def InfrequentStorage
  @InfrequentStorage
end

#StandardStorageObject

<li>Chinese Mainland:中国境内(不包含港澳台)。</li> <li>Outside Chinese Mainland:中国境外。</li>

Parameters:

  • Area:

    点播存储的计费区域,可能值:

  • TotalStorage:

    当前总存储量,单位是字节。

  • InfrequentStorage:

    当前低频存储量,单位是字节。

  • StandardStorage:

    当前标准存储量,单位是字节。

  • ArchiveStorage:

    当前归档存储量,单位是字节。

  • DeepArchiveStorage:

    当前深度归档存储量,单位是字节。



27432
27433
27434
# File 'lib/v20180717/models.rb', line 27432

def StandardStorage
  @StandardStorage
end

#TotalStorageObject

<li>Chinese Mainland:中国境内(不包含港澳台)。</li> <li>Outside Chinese Mainland:中国境外。</li>

Parameters:

  • Area:

    点播存储的计费区域,可能值:

  • TotalStorage:

    当前总存储量,单位是字节。

  • InfrequentStorage:

    当前低频存储量,单位是字节。

  • StandardStorage:

    当前标准存储量,单位是字节。

  • ArchiveStorage:

    当前归档存储量,单位是字节。

  • DeepArchiveStorage:

    当前深度归档存储量,单位是字节。



27432
27433
27434
# File 'lib/v20180717/models.rb', line 27432

def TotalStorage
  @TotalStorage
end

Instance Method Details

#deserialize(params) ⇒ Object



27443
27444
27445
27446
27447
27448
27449
27450
# File 'lib/v20180717/models.rb', line 27443

def deserialize(params)
  @Area = params['Area']
  @TotalStorage = params['TotalStorage']
  @InfrequentStorage = params['InfrequentStorage']
  @StandardStorage = params['StandardStorage']
  @ArchiveStorage = params['ArchiveStorage']
  @DeepArchiveStorage = params['DeepArchiveStorage']
end