Class: NoHost
- Inherits:
-
HostConnectFault
- Object
- MethodFault
- VimFault
- HostConnectFault
- NoHost
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoHost
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ NoHost
constructor
A new instance of NoHost.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ NoHost
Returns a new instance of NoHost.
30411 30412 30413 30414 30415 |
# File 'lib/vmware/soap/vim25.rb', line 30411 def initialize(dynamicType = nil, dynamicProperty = [], name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30408 30409 30410 |
# File 'lib/vmware/soap/vim25.rb', line 30408 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30407 30408 30409 |
# File 'lib/vmware/soap/vim25.rb', line 30407 def dynamicType @dynamicType end |
permalink #name ⇒ Object
Returns the value of attribute name.
30409 30410 30411 |
# File 'lib/vmware/soap/vim25.rb', line 30409 def name @name end |