Class: HostConnectInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostConnectInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
serverIp - SOAP::SOAPString
host - HostListSummary
vm - VirtualMachineSummary
vimAccountNameRequired - SOAP::SOAPBoolean
clusterSupported - SOAP::SOAPBoolean
network - HostConnectInfoNetworkInfo
datastore - HostDatastoreConnectInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], serverIp = nil, host = nil, vm = [], vimAccountNameRequired = nil, clusterSupported = nil, network = [], datastore = []) ⇒ HostConnectInfo

Returns a new instance of HostConnectInfo.



17366
17367
17368
17369
17370
17371
17372
17373
17374
17375
17376
# File 'lib/vmware/soap/vim25.rb', line 17366

def initialize(dynamicType = nil, dynamicProperty = [], serverIp = nil, host = nil, vm = [], vimAccountNameRequired = nil, clusterSupported = nil, network = [], datastore = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @serverIp = serverIp
  @host = host
  @vm = vm
  @vimAccountNameRequired = vimAccountNameRequired
  @clusterSupported = clusterSupported
  @network = network
  @datastore = datastore
end

Instance Attribute Details

#clusterSupportedObject

Returns the value of attribute clusterSupported.



17362
17363
17364
# File 'lib/vmware/soap/vim25.rb', line 17362

def clusterSupported
  @clusterSupported
end

#datastoreObject

Returns the value of attribute datastore.



17364
17365
17366
# File 'lib/vmware/soap/vim25.rb', line 17364

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17357
17358
17359
# File 'lib/vmware/soap/vim25.rb', line 17357

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17356
17357
17358
# File 'lib/vmware/soap/vim25.rb', line 17356

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



17359
17360
17361
# File 'lib/vmware/soap/vim25.rb', line 17359

def host
  @host
end

#networkObject

Returns the value of attribute network.



17363
17364
17365
# File 'lib/vmware/soap/vim25.rb', line 17363

def network
  @network
end

#serverIpObject

Returns the value of attribute serverIp.



17358
17359
17360
# File 'lib/vmware/soap/vim25.rb', line 17358

def serverIp
  @serverIp
end

#vimAccountNameRequiredObject

Returns the value of attribute vimAccountNameRequired.



17361
17362
17363
# File 'lib/vmware/soap/vim25.rb', line 17361

def vimAccountNameRequired
  @vimAccountNameRequired
end

#vmObject

Returns the value of attribute vm.



17360
17361
17362
# File 'lib/vmware/soap/vim25.rb', line 17360

def vm
  @vm
end