Class: NonHomeRDMVMotionNotSupported
- Inherits:
-
MigrationFeatureNotSupported
- Object
- MethodFault
- VimFault
- MigrationFault
- MigrationFeatureNotSupported
- NonHomeRDMVMotionNotSupported
- 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
-
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#failedHost ⇒ Object
Returns the value of attribute failedHost.
-
#failedHostName ⇒ Object
Returns the value of attribute failedHostName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHostName = nil, failedHost = nil, device = nil) ⇒ NonHomeRDMVMotionNotSupported
constructor
A new instance of NonHomeRDMVMotionNotSupported.
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
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31154 31155 31156 |
# File 'lib/vmware/soap/vim25.rb', line 31154 def atSourceHost @atSourceHost end |
#device ⇒ Object
Returns the value of attribute device.
31157 31158 31159 |
# File 'lib/vmware/soap/vim25.rb', line 31157 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31153 31154 31155 |
# File 'lib/vmware/soap/vim25.rb', line 31153 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31152 31153 31154 |
# File 'lib/vmware/soap/vim25.rb', line 31152 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31156 31157 31158 |
# File 'lib/vmware/soap/vim25.rb', line 31156 def failedHost @failedHost end |
#failedHostName ⇒ Object
Returns the value of attribute failedHostName.
31155 31156 31157 |
# File 'lib/vmware/soap/vim25.rb', line 31155 def failedHostName @failedHostName end |