Class: HostConnectSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostConnectSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConnectSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - SOAP::SOAPString
port - SOAP::SOAPInt
sslThumbprint - SOAP::SOAPString
userName - SOAP::SOAPString
password - SOAP::SOAPString
vmFolder - ManagedObjectReference
force - SOAP::SOAPBoolean
vimAccountName - SOAP::SOAPString
vimAccountPassword - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#force ⇒ Object
Returns the value of attribute force.
-
#hostName ⇒ Object
Returns the value of attribute hostName.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vimAccountName ⇒ Object
Returns the value of attribute vimAccountName.
-
#vimAccountPassword ⇒ Object
Returns the value of attribute vimAccountPassword.
-
#vmFolder ⇒ Object
Returns the value of attribute vmFolder.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, port = nil, sslThumbprint = nil, userName = nil, password = nil, vmFolder = nil, force = nil, vimAccountName = nil, vimAccountPassword = nil) ⇒ HostConnectSpec
constructor
A new instance of HostConnectSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, port = nil, sslThumbprint = nil, userName = nil, password = nil, vmFolder = nil, force = nil, vimAccountName = nil, vimAccountPassword = nil) ⇒ HostConnectSpec
Returns a new instance of HostConnectSpec.
17404 17405 17406 17407 17408 17409 17410 17411 17412 17413 17414 17415 17416 |
# File 'lib/vmware/soap/vim25.rb', line 17404 def initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, port = nil, sslThumbprint = nil, userName = nil, password = nil, vmFolder = nil, force = nil, vimAccountName = nil, vimAccountPassword = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostName = hostName @port = port @sslThumbprint = sslThumbprint @userName = userName @password = password @vmFolder = vmFolder @force = force @vimAccountName = vimAccountName @vimAccountPassword = vimAccountPassword end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17393 17394 17395 |
# File 'lib/vmware/soap/vim25.rb', line 17393 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17392 17393 17394 |
# File 'lib/vmware/soap/vim25.rb', line 17392 def dynamicType @dynamicType end |
#force ⇒ Object
Returns the value of attribute force.
17400 17401 17402 |
# File 'lib/vmware/soap/vim25.rb', line 17400 def force @force end |
#hostName ⇒ Object
Returns the value of attribute hostName.
17394 17395 17396 |
# File 'lib/vmware/soap/vim25.rb', line 17394 def hostName @hostName end |
#password ⇒ Object
Returns the value of attribute password.
17398 17399 17400 |
# File 'lib/vmware/soap/vim25.rb', line 17398 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
17395 17396 17397 |
# File 'lib/vmware/soap/vim25.rb', line 17395 def port @port end |
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
17396 17397 17398 |
# File 'lib/vmware/soap/vim25.rb', line 17396 def sslThumbprint @sslThumbprint end |
#userName ⇒ Object
Returns the value of attribute userName.
17397 17398 17399 |
# File 'lib/vmware/soap/vim25.rb', line 17397 def userName @userName end |
#vimAccountName ⇒ Object
Returns the value of attribute vimAccountName.
17401 17402 17403 |
# File 'lib/vmware/soap/vim25.rb', line 17401 def vimAccountName @vimAccountName end |
#vimAccountPassword ⇒ Object
Returns the value of attribute vimAccountPassword.
17402 17403 17404 |
# File 'lib/vmware/soap/vim25.rb', line 17402 def vimAccountPassword @vimAccountPassword end |
#vmFolder ⇒ Object
Returns the value of attribute vmFolder.
17399 17400 17401 |
# File 'lib/vmware/soap/vim25.rb', line 17399 def vmFolder @vmFolder end |