Class: KalturaApi::KalturaPartnerStatistics

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bandwidthObject

Partner total bandwidth in GB



4987
4988
4989
# File 'lib/kaltura_client.rb', line 4987

def bandwidth
  @bandwidth
end

#hostingObject

Partner total hosting in GB on the disk



4984
4985
4986
# File 'lib/kaltura_client.rb', line 4984

def hosting
  @hosting
end

#package_bandwidth_and_storageObject

Package total allowed bandwidth and storage



4981
4982
4983
# File 'lib/kaltura_client.rb', line 4981

def package_bandwidth_and_storage
  @package_bandwidth_and_storage
end

#reached_limit_dateObject

date when partner reached the limit of his package (timestamp)



4996
4997
4998
# File 'lib/kaltura_client.rb', line 4996

def reached_limit_date
  @reached_limit_date
end

#usageObject

total usage in GB - including bandwidth and storage



4990
4991
4992
# File 'lib/kaltura_client.rb', line 4990

def usage
  @usage
end

#usage_percentObject

Percent of usage out of partner’s package. if usage is 5GB and package is 10GB, this value will be 50



4993
4994
4995
# File 'lib/kaltura_client.rb', line 4993

def usage_percent
  @usage_percent
end