Class: NonHomeRDMVMotionNotSupported

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

Overview

urn:vim25NonHomeRDMVMotionNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHostName - SOAP::SOAPString
failedHost - ManagedObjectReference
device - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NonHomeRDMVMotionNotSupported.



31159
31160
31161
31162
31163
31164
31165
31166
# File 'lib/vmware/soap/vim25.rb', line 31159

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

Instance Attribute Details

#atSourceHostObject

Returns the value of attribute atSourceHost.



31154
31155
31156
# File 'lib/vmware/soap/vim25.rb', line 31154

def atSourceHost
  @atSourceHost
end

#deviceObject

Returns the value of attribute device.



31157
31158
31159
# File 'lib/vmware/soap/vim25.rb', line 31157

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31153
31154
31155
# File 'lib/vmware/soap/vim25.rb', line 31153

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31152
31153
31154
# File 'lib/vmware/soap/vim25.rb', line 31152

def dynamicType
  @dynamicType
end

#failedHostObject

Returns the value of attribute failedHost.



31156
31157
31158
# File 'lib/vmware/soap/vim25.rb', line 31156

def failedHost
  @failedHost
end

#failedHostNameObject

Returns the value of attribute failedHostName.



31155
31156
31157
# File 'lib/vmware/soap/vim25.rb', line 31155

def failedHostName
  @failedHostName
end