Class: Kaltura::KalturaStorageProfile

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#allow_auto_deleteObject

Flag sugnifying that the storage exported content should be deleted when soure entry is deleted



6594
6595
6596
# File 'lib/kaltura_client.rb', line 6594

def allow_auto_delete
  @allow_auto_delete
end

Indicates to the local file transfer manager to create a link to the file instead of copying it



6597
6598
6599
# File 'lib/kaltura_client.rb', line 6597

def create_file_link
  @create_file_link
end

#created_atObject

Returns the value of attribute created_at.



6565
6566
6567
# File 'lib/kaltura_client.rb', line 6565

def created_at
  @created_at
end

#delivery_priorityObject

Delivery Priority



6589
6590
6591
# File 'lib/kaltura_client.rb', line 6589

def delivery_priority
  @delivery_priority
end

#delivery_profile_idsObject

Delivery profile ids



6603
6604
6605
# File 'lib/kaltura_client.rb', line 6603

def delivery_profile_ids
  @delivery_profile_ids
end

#delivery_statusObject

Returns the value of attribute delivery_status.



6590
6591
6592
# File 'lib/kaltura_client.rb', line 6590

def delivery_status
  @delivery_status
end

#desciptionObject

Returns the value of attribute desciption.



6570
6571
6572
# File 'lib/kaltura_client.rb', line 6570

def desciption
  @desciption
end

#flavor_params_idsObject

Returns the value of attribute flavor_params_ids.



6580
6581
6582
# File 'lib/kaltura_client.rb', line 6580

def flavor_params_ids
  @flavor_params_ids
end

#idObject

Returns the value of attribute id.



6564
6565
6566
# File 'lib/kaltura_client.rb', line 6564

def id
  @id
end

#max_concurrent_connectionsObject

Returns the value of attribute max_concurrent_connections.



6581
6582
6583
# File 'lib/kaltura_client.rb', line 6581

def max_concurrent_connections
  @max_concurrent_connections
end

#max_file_sizeObject

Returns the value of attribute max_file_size.



6579
6580
6581
# File 'lib/kaltura_client.rb', line 6579

def max_file_size
  @max_file_size
end

#min_file_sizeObject

Returns the value of attribute min_file_size.



6578
6579
6580
# File 'lib/kaltura_client.rb', line 6578

def min_file_size
  @min_file_size
end

#nameObject

Returns the value of attribute name.



6568
6569
6570
# File 'lib/kaltura_client.rb', line 6568

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



6567
6568
6569
# File 'lib/kaltura_client.rb', line 6567

def partner_id
  @partner_id
end

#pass_phraseObject

Returns the value of attribute pass_phrase.



6606
6607
6608
# File 'lib/kaltura_client.rb', line 6606

def pass_phrase
  @pass_phrase
end

#path_manager_classObject

Returns the value of attribute path_manager_class.



6582
6583
6584
# File 'lib/kaltura_client.rb', line 6582

def path_manager_class
  @path_manager_class
end

#path_manager_paramsObject

Returns the value of attribute path_manager_params.



6583
6584
6585
# File 'lib/kaltura_client.rb', line 6583

def path_manager_params
  @path_manager_params
end

#private_keyObject

Returns the value of attribute private_key.



6604
6605
6606
# File 'lib/kaltura_client.rb', line 6604

def private_key
  @private_key
end

#protocolObject

Returns the value of attribute protocol.



6572
6573
6574
# File 'lib/kaltura_client.rb', line 6572

def protocol
  @protocol
end

#public_keyObject

Returns the value of attribute public_key.



6605
6606
6607
# File 'lib/kaltura_client.rb', line 6605

def public_key
  @public_key
end

#ready_behaviorObject

Returns the value of attribute ready_behavior.



6591
6592
6593
# File 'lib/kaltura_client.rb', line 6591

def ready_behavior
  @ready_behavior
end

#rulesObject

Holds storage profile export rules



6600
6601
6602
# File 'lib/kaltura_client.rb', line 6600

def rules
  @rules
end

#statusObject

Returns the value of attribute status.



6571
6572
6573
# File 'lib/kaltura_client.rb', line 6571

def status
  @status
end

#storage_base_dirObject

Returns the value of attribute storage_base_dir.



6574
6575
6576
# File 'lib/kaltura_client.rb', line 6574

def storage_base_dir
  @storage_base_dir
end

#storage_ftp_passive_modeObject

Returns the value of attribute storage_ftp_passive_mode.



6577
6578
6579
# File 'lib/kaltura_client.rb', line 6577

def storage_ftp_passive_mode
  @storage_ftp_passive_mode
end

#storage_passwordObject

Returns the value of attribute storage_password.



6576
6577
6578
# File 'lib/kaltura_client.rb', line 6576

def storage_password
  @storage_password
end

#storage_urlObject

Returns the value of attribute storage_url.



6573
6574
6575
# File 'lib/kaltura_client.rb', line 6573

def storage_url
  @storage_url
end

#storage_usernameObject

Returns the value of attribute storage_username.



6575
6576
6577
# File 'lib/kaltura_client.rb', line 6575

def storage_username
  @storage_username
end

#system_nameObject

Returns the value of attribute system_name.



6569
6570
6571
# File 'lib/kaltura_client.rb', line 6569

def system_name
  @system_name
end

#triggerObject

No need to create enum for temp field



6586
6587
6588
# File 'lib/kaltura_client.rb', line 6586

def trigger
  @trigger
end

#updated_atObject

Returns the value of attribute updated_at.



6566
6567
6568
# File 'lib/kaltura_client.rb', line 6566

def updated_at
  @updated_at
end