Class: VmotionInterfaceNotEnabled
- Inherits:
-
HostPowerOpFailed
- Object
- MethodFault
- VimFault
- HostPowerOpFailed
- VmotionInterfaceNotEnabled
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmotionInterfaceNotEnabled
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 = []) ⇒ VmotionInterfaceNotEnabled
constructor
A new instance of VmotionInterfaceNotEnabled.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VmotionInterfaceNotEnabled
Returns a new instance of VmotionInterfaceNotEnabled.
30515 30516 30517 30518 |
# File 'lib/vmware/soap/vim25.rb', line 30515 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30513 30514 30515 |
# File 'lib/vmware/soap/vim25.rb', line 30513 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30512 30513 30514 |
# File 'lib/vmware/soap/vim25.rb', line 30512 def dynamicType @dynamicType end |