Class: Kaltura::KalturaSshUrlResource
- Inherits:
-
KalturaUrlResource
- Object
- KalturaObjectBase
- KalturaResource
- KalturaContentResource
- KalturaUrlResource
- Kaltura::KalturaSshUrlResource
- Defined in:
- lib/kaltura_client.rb
Overview
Used to ingest media that is available on remote SSH server and accessible using the supplied URL, media file will be downloaded using import job in order to make the asset ready.
Instance Attribute Summary collapse
-
#key_passphrase ⇒ Object
Passphrase for SSH keys.
-
#private_key ⇒ Object
SSH private key.
-
#public_key ⇒ Object
SSH public key.
Attributes inherited from KalturaUrlResource
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#key_passphrase ⇒ Object
Passphrase for SSH keys
8731 8732 8733 |
# File 'lib/kaltura_client.rb', line 8731 def key_passphrase @key_passphrase end |
#private_key ⇒ Object
SSH private key
8725 8726 8727 |
# File 'lib/kaltura_client.rb', line 8725 def private_key @private_key end |
#public_key ⇒ Object
SSH public key
8728 8729 8730 |
# File 'lib/kaltura_client.rb', line 8728 def public_key @public_key end |