Class: HostConnectSpec

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17393
17394
17395
# File 'lib/vmware/soap/vim25.rb', line 17393

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17392
17393
17394
# File 'lib/vmware/soap/vim25.rb', line 17392

def dynamicType
  @dynamicType
end

#forceObject

Returns the value of attribute force.



17400
17401
17402
# File 'lib/vmware/soap/vim25.rb', line 17400

def force
  @force
end

#hostNameObject

Returns the value of attribute hostName.



17394
17395
17396
# File 'lib/vmware/soap/vim25.rb', line 17394

def hostName
  @hostName
end

#passwordObject

Returns the value of attribute password.



17398
17399
17400
# File 'lib/vmware/soap/vim25.rb', line 17398

def password
  @password
end

#portObject

Returns the value of attribute port.



17395
17396
17397
# File 'lib/vmware/soap/vim25.rb', line 17395

def port
  @port
end

#sslThumbprintObject

Returns the value of attribute sslThumbprint.



17396
17397
17398
# File 'lib/vmware/soap/vim25.rb', line 17396

def sslThumbprint
  @sslThumbprint
end

#userNameObject

Returns the value of attribute userName.



17397
17398
17399
# File 'lib/vmware/soap/vim25.rb', line 17397

def userName
  @userName
end

#vimAccountNameObject

Returns the value of attribute vimAccountName.



17401
17402
17403
# File 'lib/vmware/soap/vim25.rb', line 17401

def vimAccountName
  @vimAccountName
end

#vimAccountPasswordObject

Returns the value of attribute vimAccountPassword.



17402
17403
17404
# File 'lib/vmware/soap/vim25.rb', line 17402

def vimAccountPassword
  @vimAccountPassword
end

#vmFolderObject

Returns the value of attribute vmFolder.



17399
17400
17401
# File 'lib/vmware/soap/vim25.rb', line 17399

def vmFolder
  @vmFolder
end