Class: Kaltura::KalturaAkamaiUniversalProvisionJobData

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

Instance Attribute Summary collapse

Attributes inherited from KalturaProvisionJobData

#backup_encoder_ip, #backup_stream_id, #encoder_ip, #encoder_password, #encoder_username, #end_date, #media_type, #primary_broadcasting_url, #return_val, #rtmp, #secondary_broadcasting_url, #stream_name

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#domain_nameObject

Returns the value of attribute domain_name.



8225
8226
8227
# File 'lib/kaltura_client.rb', line 8225

def domain_name
  @domain_name
end

#dvr_enabledObject

Returns the value of attribute dvr_enabled.



8226
8227
8228
# File 'lib/kaltura_client.rb', line 8226

def dvr_enabled
  @dvr_enabled
end

#dvr_windowObject

Returns the value of attribute dvr_window.



8227
8228
8229
# File 'lib/kaltura_client.rb', line 8227

def dvr_window
  @dvr_window
end

#notification_emailObject

Returns the value of attribute notification_email.



8231
8232
8233
# File 'lib/kaltura_client.rb', line 8231

def notification_email
  @notification_email
end

#primary_contactObject

Returns the value of attribute primary_contact.



8228
8229
8230
# File 'lib/kaltura_client.rb', line 8228

def primary_contact
  @primary_contact
end

#secondary_contactObject

Returns the value of attribute secondary_contact.



8229
8230
8231
# File 'lib/kaltura_client.rb', line 8229

def secondary_contact
  @secondary_contact
end

#stream_idObject

Returns the value of attribute stream_id.



8222
8223
8224
# File 'lib/kaltura_client.rb', line 8222

def stream_id
  @stream_id
end

#stream_typeObject

Returns the value of attribute stream_type.



8230
8231
8232
# File 'lib/kaltura_client.rb', line 8230

def stream_type
  @stream_type
end

#system_passwordObject

Returns the value of attribute system_password.



8224
8225
8226
# File 'lib/kaltura_client.rb', line 8224

def system_password
  @system_password
end

#system_user_nameObject

Returns the value of attribute system_user_name.



8223
8224
8225
# File 'lib/kaltura_client.rb', line 8223

def system_user_name
  @system_user_name
end