Class: Runcible::Models::IsoImporter
- Defined in:
- lib/runcible/models/iso_importer.rb
Constant Summary collapse
- ID =
'iso_importer'
Instance Attribute Summary collapse
-
#feed ⇒ Object
Returns the value of attribute feed.
-
#max_speed ⇒ Object
Returns the value of attribute max_speed.
-
#num_threads ⇒ Object
Returns the value of attribute num_threads.
-
#proxy_pass ⇒ Object
Returns the value of attribute proxy_pass.
-
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
-
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
-
#proxy_user ⇒ Object
Returns the value of attribute proxy_user.
-
#remove_missing_units ⇒ Object
Returns the value of attribute remove_missing_units.
-
#ssl_ca_cert ⇒ Object
Returns the value of attribute ssl_ca_cert.
-
#ssl_client_cert ⇒ Object
Returns the value of attribute ssl_client_cert.
-
#ssl_client_key ⇒ Object
Returns the value of attribute ssl_client_key.
Instance Method Summary collapse
-
#config ⇒ Hash
generate the pulp config for the iso importer.
-
#id ⇒ string
Importer Type id.
Methods inherited from Importer
Constructor Details
This class inherits a constructor from Runcible::Models::Importer
Instance Attribute Details
#feed ⇒ Object
Returns the value of attribute feed.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def feed @feed end |
#max_speed ⇒ Object
Returns the value of attribute max_speed.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def max_speed @max_speed end |
#num_threads ⇒ Object
Returns the value of attribute num_threads.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def num_threads @num_threads end |
#proxy_pass ⇒ Object
Returns the value of attribute proxy_pass.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def proxy_pass @proxy_pass end |
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def proxy_port @proxy_port end |
#proxy_url ⇒ Object
Returns the value of attribute proxy_url.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def proxy_url @proxy_url end |
#proxy_user ⇒ Object
Returns the value of attribute proxy_user.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def proxy_user @proxy_user end |
#remove_missing_units ⇒ Object
Returns the value of attribute remove_missing_units.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def remove_missing_units @remove_missing_units end |
#ssl_ca_cert ⇒ Object
Returns the value of attribute ssl_ca_cert.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def ssl_ca_cert @ssl_ca_cert end |
#ssl_client_cert ⇒ Object
Returns the value of attribute ssl_client_cert.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def ssl_client_cert @ssl_client_cert end |
#ssl_client_key ⇒ Object
Returns the value of attribute ssl_client_key.
29 30 31 |
# File 'lib/runcible/models/iso_importer.rb', line 29 def ssl_client_key @ssl_client_key end |
Instance Method Details
#config ⇒ Hash
generate the pulp config for the iso importer
43 44 45 |
# File 'lib/runcible/models/iso_importer.rb', line 43 def config as_json end |
#id ⇒ string
Importer Type id
36 37 38 |
# File 'lib/runcible/models/iso_importer.rb', line 36 def id IsoImporter::ID end |