Class: HostCommunication
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- HostCommunication
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCommunication
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostCommunication
constructor
A new instance of HostCommunication.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29210 29211 29212 |
# File 'lib/vmware/soap/vim25.rb', line 29210 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29209 29210 29211 |
# File 'lib/vmware/soap/vim25.rb', line 29209 def dynamicType @dynamicType end |