Class: DisallowedMigrationDeviceAttached

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

Overview

urn:vim25DisallowedMigrationDeviceAttached

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fault - LocalizedMethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], fault = nil) ⇒ DisallowedMigrationDeviceAttached

Returns a new instance of DisallowedMigrationDeviceAttached.



31029
31030
31031
31032
31033
# File 'lib/vmware/soap/vim25.rb', line 31029

def initialize(dynamicType = nil, dynamicProperty = [], fault = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fault = fault
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31026
31027
31028
# File 'lib/vmware/soap/vim25.rb', line 31026

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31025
31026
31027
# File 'lib/vmware/soap/vim25.rb', line 31025

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



31027
31028
31029
# File 'lib/vmware/soap/vim25.rb', line 31027

def fault
  @fault
end