Method: MigrationFeatureNotSupported#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil) ⇒ MigrationFeatureNotSupported

Returns a new instance of MigrationFeatureNotSupported.



31091
31092
31093
31094
31095
31096
31097
# File 'lib/vmware/soap/vim25.rb', line 31091

def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @atSourceHost = atSourceHost
  @failedHostName = failedHostName
  @failedHost = failedHost
end