Class: HostCommunication

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

Overview

urn:vim25HostCommunication

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Direct Known Subclasses

HostNotConnected, HostNotReachable

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostCommunication

Returns a new instance of HostCommunication.



29212
29213
29214
29215
# File 'lib/vmware/soap/vim25.rb', line 29212

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29210
29211
29212
# File 'lib/vmware/soap/vim25.rb', line 29210

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29209
29210
29211
# File 'lib/vmware/soap/vim25.rb', line 29209

def dynamicType
  @dynamicType
end