Class: Kaltura::KalturaAkamaiProvisionJobData

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_id, #stream_name

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#cpcodeObject

Returns the value of attribute cpcode.



8214
8215
8216
# File 'lib/kaltura_client.rb', line 8214

def cpcode
  @cpcode
end

#email_idObject

Returns the value of attribute email_id.



8215
8216
8217
# File 'lib/kaltura_client.rb', line 8215

def email_id
  @email_id
end

#primary_contactObject

Returns the value of attribute primary_contact.



8216
8217
8218
# File 'lib/kaltura_client.rb', line 8216

def primary_contact
  @primary_contact
end

#secondary_contactObject

Returns the value of attribute secondary_contact.



8217
8218
8219
# File 'lib/kaltura_client.rb', line 8217

def secondary_contact
  @secondary_contact
end

#wsdl_passwordObject

Returns the value of attribute wsdl_password.



8213
8214
8215
# File 'lib/kaltura_client.rb', line 8213

def wsdl_password
  @wsdl_password
end

#wsdl_usernameObject

Returns the value of attribute wsdl_username.



8212
8213
8214
# File 'lib/kaltura_client.rb', line 8212

def wsdl_username
  @wsdl_username
end