Class: IncorrectHostInformation
- Inherits:
-
NotEnoughLicenses
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- IncorrectHostInformation
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IncorrectHostInformation
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
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 = []) ⇒ IncorrectHostInformation
constructor
A new instance of IncorrectHostInformation.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ IncorrectHostInformation
Returns a new instance of IncorrectHostInformation.
29445 29446 29447 29448 |
# File 'lib/vmware/soap/vim25.rb', line 29445 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29443 29444 29445 |
# File 'lib/vmware/soap/vim25.rb', line 29443 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29442 29443 29444 |
# File 'lib/vmware/soap/vim25.rb', line 29442 def dynamicType @dynamicType end |