Class: VirtualHardwareVersionNotSupported
- Inherits:
-
VirtualHardwareCompatibilityIssue
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- VirtualHardwareVersionNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualHardwareVersionNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - SOAP::SOAPString
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#hostName ⇒ Object
Returns the value of attribute hostName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, host = nil) ⇒ VirtualHardwareVersionNotSupported
constructor
A new instance of VirtualHardwareVersionNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, host = nil) ⇒ VirtualHardwareVersionNotSupported
Returns a new instance of VirtualHardwareVersionNotSupported.
33263 33264 33265 33266 33267 33268 |
# File 'lib/vmware/soap/vim25.rb', line 33263 def initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, host = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostName = hostName @host = host end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33259 33260 33261 |
# File 'lib/vmware/soap/vim25.rb', line 33259 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33258 33259 33260 |
# File 'lib/vmware/soap/vim25.rb', line 33258 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
33261 33262 33263 |
# File 'lib/vmware/soap/vim25.rb', line 33261 def host @host end |
#hostName ⇒ Object
Returns the value of attribute hostName.
33260 33261 33262 |
# File 'lib/vmware/soap/vim25.rb', line 33260 def hostName @hostName end |