Class: HostConnectInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostConnectInfo
- 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
-
#clusterSupported ⇒ Object
Returns the value of attribute clusterSupported.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#network ⇒ Object
Returns the value of attribute network.
-
#serverIp ⇒ Object
Returns the value of attribute serverIp.
-
#vimAccountNameRequired ⇒ Object
Returns the value of attribute vimAccountNameRequired.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], serverIp = nil, host = nil, vm = [], vimAccountNameRequired = nil, clusterSupported = nil, network = [], datastore = []) ⇒ HostConnectInfo
constructor
A new instance of HostConnectInfo.
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
#clusterSupported ⇒ Object
Returns the value of attribute clusterSupported.
17362 17363 17364 |
# File 'lib/vmware/soap/vim25.rb', line 17362 def clusterSupported @clusterSupported end |
#datastore ⇒ Object
Returns the value of attribute datastore.
17364 17365 17366 |
# File 'lib/vmware/soap/vim25.rb', line 17364 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17357 17358 17359 |
# File 'lib/vmware/soap/vim25.rb', line 17357 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17356 17357 17358 |
# File 'lib/vmware/soap/vim25.rb', line 17356 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
17359 17360 17361 |
# File 'lib/vmware/soap/vim25.rb', line 17359 def host @host end |
#network ⇒ Object
Returns the value of attribute network.
17363 17364 17365 |
# File 'lib/vmware/soap/vim25.rb', line 17363 def network @network end |
#serverIp ⇒ Object
Returns the value of attribute serverIp.
17358 17359 17360 |
# File 'lib/vmware/soap/vim25.rb', line 17358 def serverIp @serverIp end |
#vimAccountNameRequired ⇒ Object
Returns the value of attribute vimAccountNameRequired.
17361 17362 17363 |
# File 'lib/vmware/soap/vim25.rb', line 17361 def vimAccountNameRequired @vimAccountNameRequired end |
#vm ⇒ Object
Returns the value of attribute vm.
17360 17361 17362 |
# File 'lib/vmware/soap/vim25.rb', line 17360 def vm @vm end |