Class: Kaltura::KalturaAmazonS3StorageProfile

Inherits:
KalturaStorageProfile show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaStorageProfile

#allow_auto_delete, #create_file_link, #created_at, #delivery_priority, #delivery_profile_ids, #delivery_status, #desciption, #flavor_params_ids, #id, #max_concurrent_connections, #max_file_size, #min_file_size, #name, #partner_id, #pass_phrase, #path_manager_class, #path_manager_params, #private_key, #protocol, #public_key, #ready_behavior, #rules, #status, #storage_base_dir, #storage_ftp_passive_mode, #storage_password, #storage_url, #storage_username, #system_name, #trigger, #updated_at

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#files_permission_in_s3Object

Returns the value of attribute files_permission_in_s3.



6864
6865
6866
# File 'lib/kaltura_types.rb', line 6864

def files_permission_in_s3
  @files_permission_in_s3
end

#s3regionObject

Returns the value of attribute s3region.



6865
6866
6867
# File 'lib/kaltura_types.rb', line 6865

def s3region
  @s3region
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



6868
6869
6870
6871
6872
# File 'lib/kaltura_types.rb', line 6868

def from_xml(xml_element)
  super
  self.files_permission_in_s3 = xml_element.elements['filesPermissionInS3'].text
  self.s3region = xml_element.elements['s3Region'].text
end