Class: VagrantPlugins::VSphere::Config
- Inherits:
-
Object
- Object
- VagrantPlugins::VSphere::Config
- Defined in:
- lib/vSphere/config.rb
Instance Attribute Summary collapse
-
#addressType ⇒ Object
Returns the value of attribute addressType.
-
#clone_from_vm ⇒ Object
Returns the value of attribute clone_from_vm.
-
#compute_resource_name ⇒ Object
Returns the value of attribute compute_resource_name.
-
#cpu_count ⇒ Object
Returns the value of attribute cpu_count.
-
#cpu_reservation ⇒ Object
Returns the value of attribute cpu_reservation.
-
#custom_attributes ⇒ Object
readonly
Returns the value of attribute custom_attributes.
-
#customization_spec_name ⇒ Object
Returns the value of attribute customization_spec_name.
-
#data_center_name ⇒ Object
Returns the value of attribute data_center_name.
-
#data_store_name ⇒ Object
Returns the value of attribute data_store_name.
-
#host ⇒ Object
Returns the value of attribute host.
-
#insecure ⇒ Object
Returns the value of attribute insecure.
-
#linked_clone ⇒ Object
Returns the value of attribute linked_clone.
-
#mac ⇒ Object
Returns the value of attribute mac.
-
#mem_reservation ⇒ Object
Returns the value of attribute mem_reservation.
-
#memory_mb ⇒ Object
Returns the value of attribute memory_mb.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#proxy_host ⇒ Object
Returns the value of attribute proxy_host.
-
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
-
#resource_pool_name ⇒ Object
Returns the value of attribute resource_pool_name.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
-
#user ⇒ Object
Returns the value of attribute user.
-
#vlan ⇒ Object
Returns the value of attribute vlan.
-
#vm_base_path ⇒ Object
Returns the value of attribute vm_base_path.
Instance Method Summary collapse
- #custom_attribute(key, value) ⇒ Object
-
#initialize ⇒ Config
constructor
A new instance of Config.
- #validate(machine) ⇒ Object
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
32 33 34 |
# File 'lib/vSphere/config.rb', line 32 def initialize @custom_attributes = {} end |
Instance Attribute Details
#addressType ⇒ Object
Returns the value of attribute addressType.
23 24 25 |
# File 'lib/vSphere/config.rb', line 23 def addressType @addressType end |
#clone_from_vm ⇒ Object
Returns the value of attribute clone_from_vm.
13 14 15 |
# File 'lib/vSphere/config.rb', line 13 def clone_from_vm @clone_from_vm end |
#compute_resource_name ⇒ Object
Returns the value of attribute compute_resource_name.
11 12 13 |
# File 'lib/vSphere/config.rb', line 11 def compute_resource_name @compute_resource_name end |
#cpu_count ⇒ Object
Returns the value of attribute cpu_count.
26 27 28 |
# File 'lib/vSphere/config.rb', line 26 def cpu_count @cpu_count end |
#cpu_reservation ⇒ Object
Returns the value of attribute cpu_reservation.
27 28 29 |
# File 'lib/vSphere/config.rb', line 27 def cpu_reservation @cpu_reservation end |
#custom_attributes ⇒ Object (readonly)
Returns the value of attribute custom_attributes.
30 31 32 |
# File 'lib/vSphere/config.rb', line 30 def custom_attributes @custom_attributes end |
#customization_spec_name ⇒ Object
Returns the value of attribute customization_spec_name.
17 18 19 |
# File 'lib/vSphere/config.rb', line 17 def customization_spec_name @customization_spec_name end |
#data_center_name ⇒ Object
Returns the value of attribute data_center_name.
10 11 12 |
# File 'lib/vSphere/config.rb', line 10 def data_center_name @data_center_name end |
#data_store_name ⇒ Object
Returns the value of attribute data_store_name.
18 19 20 |
# File 'lib/vSphere/config.rb', line 18 def data_store_name @data_store_name end |
#host ⇒ Object
Returns the value of attribute host.
6 7 8 |
# File 'lib/vSphere/config.rb', line 6 def host @host end |
#insecure ⇒ Object
Returns the value of attribute insecure.
7 8 9 |
# File 'lib/vSphere/config.rb', line 7 def insecure @insecure end |
#linked_clone ⇒ Object
Returns the value of attribute linked_clone.
19 20 21 |
# File 'lib/vSphere/config.rb', line 19 def linked_clone @linked_clone end |
#mac ⇒ Object
Returns the value of attribute mac.
24 25 26 |
# File 'lib/vSphere/config.rb', line 24 def mac @mac end |
#mem_reservation ⇒ Object
Returns the value of attribute mem_reservation.
28 29 30 |
# File 'lib/vSphere/config.rb', line 28 def mem_reservation @mem_reservation end |
#memory_mb ⇒ Object
Returns the value of attribute memory_mb.
25 26 27 |
# File 'lib/vSphere/config.rb', line 25 def memory_mb @memory_mb end |
#name ⇒ Object
Returns the value of attribute name.
15 16 17 |
# File 'lib/vSphere/config.rb', line 15 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
9 10 11 |
# File 'lib/vSphere/config.rb', line 9 def password @password end |
#proxy_host ⇒ Object
Returns the value of attribute proxy_host.
20 21 22 |
# File 'lib/vSphere/config.rb', line 20 def proxy_host @proxy_host end |
#proxy_port ⇒ Object
Returns the value of attribute proxy_port.
21 22 23 |
# File 'lib/vSphere/config.rb', line 21 def proxy_port @proxy_port end |
#resource_pool_name ⇒ Object
Returns the value of attribute resource_pool_name.
12 13 14 |
# File 'lib/vSphere/config.rb', line 12 def resource_pool_name @resource_pool_name end |
#template_name ⇒ Object
Returns the value of attribute template_name.
14 15 16 |
# File 'lib/vSphere/config.rb', line 14 def template_name @template_name end |
#user ⇒ Object
Returns the value of attribute user.
8 9 10 |
# File 'lib/vSphere/config.rb', line 8 def user @user end |
#vlan ⇒ Object
Returns the value of attribute vlan.
22 23 24 |
# File 'lib/vSphere/config.rb', line 22 def vlan @vlan end |
#vm_base_path ⇒ Object
Returns the value of attribute vm_base_path.
16 17 18 |
# File 'lib/vSphere/config.rb', line 16 def vm_base_path @vm_base_path end |
Instance Method Details
#custom_attribute(key, value) ⇒ Object
36 37 38 |
# File 'lib/vSphere/config.rb', line 36 def custom_attribute(key, value) @custom_attributes[key.to_sym] = value end |
#validate(machine) ⇒ Object
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/vSphere/config.rb', line 40 def validate(machine) errors = _detected_errors if password == :ask || password.nil? self.password = machine.ui.ask('vSphere Password (will be hidden): ', echo: false) end # TODO: add blank? errors << I18n.t('vsphere.config.host') if host.nil? errors << I18n.t('vsphere.config.user') if user.nil? errors << I18n.t('vsphere.config.password') if password.nil? errors << I18n.t('vsphere.config.template') if template_name.nil? # Only required if we're cloning from an actual template errors << I18n.t('vsphere.config.compute_resource') if compute_resource_name.nil? && !clone_from_vm { 'vSphere Provider' => errors } end |