Class: Kaltura::KalturaPartnerStatistics
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPartnerStatistics
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#bandwidth ⇒ Object
Partner total bandwidth in GB.
-
#hosting ⇒ Object
Partner total hosting in GB on the disk.
-
#package_bandwidth_and_storage ⇒ Object
Package total allowed bandwidth and storage.
-
#reached_limit_date ⇒ Object
date when partner reached the limit of his package (timestamp).
-
#usage ⇒ Object
total usage in GB - including bandwidth and storage.
-
#usage_percent ⇒ Object
Percent of usage out of partner’s package.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bandwidth ⇒ Object
Partner total bandwidth in GB
4987 4988 4989 |
# File 'lib/kaltura_client.rb', line 4987 def bandwidth @bandwidth end |
#hosting ⇒ Object
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_storage ⇒ Object
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_date ⇒ Object
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 |
#usage ⇒ Object
total usage in GB - including bandwidth and storage
4990 4991 4992 |
# File 'lib/kaltura_client.rb', line 4990 def usage @usage end |
#usage_percent ⇒ Object
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 |