Class: KalturaApi::KalturaSshUrlResource

Inherits:
KalturaUrlResource show all
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

Attributes inherited from KalturaUrlResource

#url

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#key_passphraseObject

Passphrase for SSH keys



8731
8732
8733
# File 'lib/kaltura_client.rb', line 8731

def key_passphrase
  @key_passphrase
end

#private_keyObject

SSH private key



8725
8726
8727
# File 'lib/kaltura_client.rb', line 8725

def private_key
  @private_key
end

#public_keyObject

SSH public key



8728
8729
8730
# File 'lib/kaltura_client.rb', line 8728

def public_key
  @public_key
end