Class: NotSupportedHost
- Inherits:
-
HostConnectFault
- Object
- MethodFault
- VimFault
- HostConnectFault
- NotSupportedHost
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NotSupportedHost
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
productName - SOAP::SOAPString
productVersion - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#productName ⇒ Object
Returns the value of attribute productName.
-
#productVersion ⇒ Object
Returns the value of attribute productVersion.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], productName = nil, productVersion = nil) ⇒ NotSupportedHost
constructor
A new instance of NotSupportedHost.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], productName = nil, productVersion = nil) ⇒ NotSupportedHost
Returns a new instance of NotSupportedHost.
30442 30443 30444 30445 30446 30447 |
# File 'lib/vmware/soap/vim25.rb', line 30442 def initialize(dynamicType = nil, dynamicProperty = [], productName = nil, productVersion = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @productName = productName @productVersion = productVersion end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30438 30439 30440 |
# File 'lib/vmware/soap/vim25.rb', line 30438 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30437 30438 30439 |
# File 'lib/vmware/soap/vim25.rb', line 30437 def dynamicType @dynamicType end |
#productName ⇒ Object
Returns the value of attribute productName.
30439 30440 30441 |
# File 'lib/vmware/soap/vim25.rb', line 30439 def productName @productName end |
#productVersion ⇒ Object
Returns the value of attribute productVersion.
30440 30441 30442 |
# File 'lib/vmware/soap/vim25.rb', line 30440 def productVersion @productVersion end |