Class: WakeOnLanNotSupportedByVmotionNIC
- Inherits:
-
HostPowerOpFailed
- Object
- MethodFault
- VimFault
- HostPowerOpFailed
- WakeOnLanNotSupportedByVmotionNIC
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25WakeOnLanNotSupportedByVmotionNIC
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 = []) ⇒ WakeOnLanNotSupportedByVmotionNIC
constructor
A new instance of WakeOnLanNotSupportedByVmotionNIC.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ WakeOnLanNotSupportedByVmotionNIC
Returns a new instance of WakeOnLanNotSupportedByVmotionNIC.
30528 30529 30530 30531 |
# File 'lib/vmware/soap/vim25.rb', line 30528 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30526 30527 30528 |
# File 'lib/vmware/soap/vim25.rb', line 30526 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30525 30526 30527 |
# File 'lib/vmware/soap/vim25.rb', line 30525 def dynamicType @dynamicType end |