Class: Kaltura::KalturaProvisionJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaProvisionJobData
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaAkamaiProvisionJobData, KalturaAkamaiUniversalProvisionJobData, KalturaVelocixProvisionJobData
Instance Attribute Summary collapse
-
#backup_encoder_ip ⇒ Object
Returns the value of attribute backup_encoder_ip.
-
#backup_stream_id ⇒ Object
Returns the value of attribute backup_stream_id.
-
#encoder_ip ⇒ Object
Returns the value of attribute encoder_ip.
-
#encoder_password ⇒ Object
Returns the value of attribute encoder_password.
-
#encoder_username ⇒ Object
Returns the value of attribute encoder_username.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#media_type ⇒ Object
Returns the value of attribute media_type.
-
#primary_broadcasting_url ⇒ Object
Returns the value of attribute primary_broadcasting_url.
-
#return_val ⇒ Object
Returns the value of attribute return_val.
-
#rtmp ⇒ Object
Returns the value of attribute rtmp.
-
#secondary_broadcasting_url ⇒ Object
Returns the value of attribute secondary_broadcasting_url.
-
#stream_id ⇒ Object
Returns the value of attribute stream_id.
-
#stream_name ⇒ Object
Returns the value of attribute stream_name.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#backup_encoder_ip ⇒ Object
Returns the value of attribute backup_encoder_ip.
7873 7874 7875 |
# File 'lib/kaltura_client.rb', line 7873 def backup_encoder_ip @backup_encoder_ip end |
#backup_stream_id ⇒ Object
Returns the value of attribute backup_stream_id.
7870 7871 7872 |
# File 'lib/kaltura_client.rb', line 7870 def backup_stream_id @backup_stream_id end |
#encoder_ip ⇒ Object
Returns the value of attribute encoder_ip.
7872 7873 7874 |
# File 'lib/kaltura_client.rb', line 7872 def encoder_ip @encoder_ip end |
#encoder_password ⇒ Object
Returns the value of attribute encoder_password.
7874 7875 7876 |
# File 'lib/kaltura_client.rb', line 7874 def encoder_password @encoder_password end |
#encoder_username ⇒ Object
Returns the value of attribute encoder_username.
7875 7876 7877 |
# File 'lib/kaltura_client.rb', line 7875 def encoder_username @encoder_username end |
#end_date ⇒ Object
Returns the value of attribute end_date.
7876 7877 7878 |
# File 'lib/kaltura_client.rb', line 7876 def end_date @end_date end |
#media_type ⇒ Object
Returns the value of attribute media_type.
7878 7879 7880 |
# File 'lib/kaltura_client.rb', line 7878 def media_type @media_type end |
#primary_broadcasting_url ⇒ Object
Returns the value of attribute primary_broadcasting_url.
7879 7880 7881 |
# File 'lib/kaltura_client.rb', line 7879 def primary_broadcasting_url @primary_broadcasting_url end |
#return_val ⇒ Object
Returns the value of attribute return_val.
7877 7878 7879 |
# File 'lib/kaltura_client.rb', line 7877 def return_val @return_val end |
#rtmp ⇒ Object
Returns the value of attribute rtmp.
7871 7872 7873 |
# File 'lib/kaltura_client.rb', line 7871 def rtmp @rtmp end |
#secondary_broadcasting_url ⇒ Object
Returns the value of attribute secondary_broadcasting_url.
7880 7881 7882 |
# File 'lib/kaltura_client.rb', line 7880 def secondary_broadcasting_url @secondary_broadcasting_url end |
#stream_id ⇒ Object
Returns the value of attribute stream_id.
7869 7870 7871 |
# File 'lib/kaltura_client.rb', line 7869 def stream_id @stream_id end |
#stream_name ⇒ Object
Returns the value of attribute stream_name.
7881 7882 7883 |
# File 'lib/kaltura_client.rb', line 7881 def stream_name @stream_name end |