Class: UnrecognizedHost
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- UnrecognizedHost
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnrecognizedHost
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostName ⇒ Object
Returns the value of attribute hostName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil) ⇒ UnrecognizedHost
constructor
A new instance of UnrecognizedHost.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil) ⇒ UnrecognizedHost
Returns a new instance of UnrecognizedHost.
32121 32122 32123 32124 32125 |
# File 'lib/vmware/soap/vim25.rb', line 32121 def initialize(dynamicType = nil, dynamicProperty = [], hostName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostName = hostName end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32118 32119 32120 |
# File 'lib/vmware/soap/vim25.rb', line 32118 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32117 32118 32119 |
# File 'lib/vmware/soap/vim25.rb', line 32117 def dynamicType @dynamicType end |
#hostName ⇒ Object
Returns the value of attribute hostName.
32119 32120 32121 |
# File 'lib/vmware/soap/vim25.rb', line 32119 def hostName @hostName end |