Class: VmotionInterfaceNotEnabled

Inherits:
HostPowerOpFailed show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmotionInterfaceNotEnabled

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30513
30514
30515
# File 'lib/vmware/soap/vim25.rb', line 30513

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30512
30513
30514
# File 'lib/vmware/soap/vim25.rb', line 30512

def dynamicType
  @dynamicType
end