Class: Kaltura::KalturaStorageProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaStorageProfile
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#allow_auto_delete ⇒ Object
Flag sugnifying that the storage exported content should be deleted when soure entry is deleted.
-
#create_file_link ⇒ Object
Indicates to the local file transfer manager to create a link to the file instead of copying it.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#delivery_http_base_url ⇒ Object
Returns the value of attribute delivery_http_base_url.
-
#delivery_https_base_url ⇒ Object
Returns the value of attribute delivery_https_base_url.
-
#delivery_iis_base_url ⇒ Object
Returns the value of attribute delivery_iis_base_url.
-
#delivery_priority ⇒ Object
Delivery Priority.
-
#delivery_rmp_base_url ⇒ Object
Returns the value of attribute delivery_rmp_base_url.
-
#delivery_status ⇒ Object
Returns the value of attribute delivery_status.
-
#desciption ⇒ Object
Returns the value of attribute desciption.
-
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
-
#id ⇒ Object
Returns the value of attribute id.
-
#max_concurrent_connections ⇒ Object
Returns the value of attribute max_concurrent_connections.
-
#max_file_size ⇒ Object
Returns the value of attribute max_file_size.
-
#min_file_size ⇒ Object
Returns the value of attribute min_file_size.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#path_manager_class ⇒ Object
Returns the value of attribute path_manager_class.
-
#path_manager_params ⇒ Object
Returns the value of attribute path_manager_params.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#ready_behavior ⇒ Object
Returns the value of attribute ready_behavior.
-
#rtmp_prefix ⇒ Object
Returns the value of attribute rtmp_prefix.
-
#rules ⇒ Object
Holds storage profile export rules.
-
#status ⇒ Object
Returns the value of attribute status.
-
#storage_base_dir ⇒ Object
Returns the value of attribute storage_base_dir.
-
#storage_ftp_passive_mode ⇒ Object
Returns the value of attribute storage_ftp_passive_mode.
-
#storage_password ⇒ Object
Returns the value of attribute storage_password.
-
#storage_url ⇒ Object
Returns the value of attribute storage_url.
-
#storage_username ⇒ Object
Returns the value of attribute storage_username.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#trigger ⇒ Object
No need to create enum for temp field.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#url_manager_class ⇒ Object
Returns the value of attribute url_manager_class.
-
#url_manager_params ⇒ Object
Returns the value of attribute url_manager_params.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#allow_auto_delete ⇒ Object
Flag sugnifying that the storage exported content should be deleted when soure entry is deleted
5549 5550 5551 |
# File 'lib/kaltura_client.rb', line 5549 def allow_auto_delete @allow_auto_delete end |
#create_file_link ⇒ Object
Indicates to the local file transfer manager to create a link to the file instead of copying it
5552 5553 5554 |
# File 'lib/kaltura_client.rb', line 5552 def create_file_link @create_file_link end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5513 5514 5515 |
# File 'lib/kaltura_client.rb', line 5513 def created_at @created_at end |
#delivery_http_base_url ⇒ Object
Returns the value of attribute delivery_http_base_url.
5526 5527 5528 |
# File 'lib/kaltura_client.rb', line 5526 def delivery_http_base_url @delivery_http_base_url end |
#delivery_https_base_url ⇒ Object
Returns the value of attribute delivery_https_base_url.
5527 5528 5529 |
# File 'lib/kaltura_client.rb', line 5527 def delivery_https_base_url @delivery_https_base_url end |
#delivery_iis_base_url ⇒ Object
Returns the value of attribute delivery_iis_base_url.
5529 5530 5531 |
# File 'lib/kaltura_client.rb', line 5529 def delivery_iis_base_url @delivery_iis_base_url end |
#delivery_priority ⇒ Object
Delivery Priority
5543 5544 5545 |
# File 'lib/kaltura_client.rb', line 5543 def delivery_priority @delivery_priority end |
#delivery_rmp_base_url ⇒ Object
Returns the value of attribute delivery_rmp_base_url.
5528 5529 5530 |
# File 'lib/kaltura_client.rb', line 5528 def delivery_rmp_base_url @delivery_rmp_base_url end |
#delivery_status ⇒ Object
Returns the value of attribute delivery_status.
5544 5545 5546 |
# File 'lib/kaltura_client.rb', line 5544 def delivery_status @delivery_status end |
#desciption ⇒ Object
Returns the value of attribute desciption.
5518 5519 5520 |
# File 'lib/kaltura_client.rb', line 5518 def desciption @desciption end |
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
5532 5533 5534 |
# File 'lib/kaltura_client.rb', line 5532 def flavor_params_ids @flavor_params_ids end |
#id ⇒ Object
Returns the value of attribute id.
5512 5513 5514 |
# File 'lib/kaltura_client.rb', line 5512 def id @id end |
#max_concurrent_connections ⇒ Object
Returns the value of attribute max_concurrent_connections.
5533 5534 5535 |
# File 'lib/kaltura_client.rb', line 5533 def max_concurrent_connections @max_concurrent_connections end |
#max_file_size ⇒ Object
Returns the value of attribute max_file_size.
5531 5532 5533 |
# File 'lib/kaltura_client.rb', line 5531 def max_file_size @max_file_size end |
#min_file_size ⇒ Object
Returns the value of attribute min_file_size.
5530 5531 5532 |
# File 'lib/kaltura_client.rb', line 5530 def min_file_size @min_file_size end |
#name ⇒ Object
Returns the value of attribute name.
5516 5517 5518 |
# File 'lib/kaltura_client.rb', line 5516 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5515 5516 5517 |
# File 'lib/kaltura_client.rb', line 5515 def partner_id @partner_id end |
#path_manager_class ⇒ Object
Returns the value of attribute path_manager_class.
5534 5535 5536 |
# File 'lib/kaltura_client.rb', line 5534 def path_manager_class @path_manager_class end |
#path_manager_params ⇒ Object
Returns the value of attribute path_manager_params.
5535 5536 5537 |
# File 'lib/kaltura_client.rb', line 5535 def path_manager_params @path_manager_params end |
#protocol ⇒ Object
Returns the value of attribute protocol.
5520 5521 5522 |
# File 'lib/kaltura_client.rb', line 5520 def protocol @protocol end |
#ready_behavior ⇒ Object
Returns the value of attribute ready_behavior.
5546 5547 5548 |
# File 'lib/kaltura_client.rb', line 5546 def ready_behavior @ready_behavior end |
#rtmp_prefix ⇒ Object
Returns the value of attribute rtmp_prefix.
5545 5546 5547 |
# File 'lib/kaltura_client.rb', line 5545 def rtmp_prefix @rtmp_prefix end |
#rules ⇒ Object
Holds storage profile export rules
5555 5556 5557 |
# File 'lib/kaltura_client.rb', line 5555 def rules @rules end |
#status ⇒ Object
Returns the value of attribute status.
5519 5520 5521 |
# File 'lib/kaltura_client.rb', line 5519 def status @status end |
#storage_base_dir ⇒ Object
Returns the value of attribute storage_base_dir.
5522 5523 5524 |
# File 'lib/kaltura_client.rb', line 5522 def storage_base_dir @storage_base_dir end |
#storage_ftp_passive_mode ⇒ Object
Returns the value of attribute storage_ftp_passive_mode.
5525 5526 5527 |
# File 'lib/kaltura_client.rb', line 5525 def storage_ftp_passive_mode @storage_ftp_passive_mode end |
#storage_password ⇒ Object
Returns the value of attribute storage_password.
5524 5525 5526 |
# File 'lib/kaltura_client.rb', line 5524 def storage_password @storage_password end |
#storage_url ⇒ Object
Returns the value of attribute storage_url.
5521 5522 5523 |
# File 'lib/kaltura_client.rb', line 5521 def storage_url @storage_url end |
#storage_username ⇒ Object
Returns the value of attribute storage_username.
5523 5524 5525 |
# File 'lib/kaltura_client.rb', line 5523 def storage_username @storage_username end |
#system_name ⇒ Object
Returns the value of attribute system_name.
5517 5518 5519 |
# File 'lib/kaltura_client.rb', line 5517 def system_name @system_name end |
#trigger ⇒ Object
No need to create enum for temp field
5540 5541 5542 |
# File 'lib/kaltura_client.rb', line 5540 def trigger @trigger end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5514 5515 5516 |
# File 'lib/kaltura_client.rb', line 5514 def updated_at @updated_at end |
#url_manager_class ⇒ Object
Returns the value of attribute url_manager_class.
5536 5537 5538 |
# File 'lib/kaltura_client.rb', line 5536 def url_manager_class @url_manager_class end |
#url_manager_params ⇒ Object
Returns the value of attribute url_manager_params.
5537 5538 5539 |
# File 'lib/kaltura_client.rb', line 5537 def url_manager_params @url_manager_params end |