Class: VMotionNotSupported
- Inherits:
-
VMotionInterfaceIssue
- Object
- MethodFault
- VimFault
- MigrationFault
- VMotionInterfaceIssue
- VMotionNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
atSourceHost - SOAP::SOAPBoolean
failedHost - SOAP::SOAPString
failedHostEntity - ManagedObjectReference
Instance Attribute Summary collapse
-
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#failedHost ⇒ Object
Returns the value of attribute failedHost.
-
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionNotSupported
constructor
A new instance of VMotionNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionNotSupported
Returns a new instance of VMotionNotSupported.
31570 31571 31572 31573 31574 31575 31576 |
# File 'lib/vmware/soap/vim25.rb', line 31570 def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @atSourceHost = atSourceHost @failedHost = failedHost @failedHostEntity = failedHostEntity end |
Instance Attribute Details
#atSourceHost ⇒ Object
Returns the value of attribute atSourceHost.
31566 31567 31568 |
# File 'lib/vmware/soap/vim25.rb', line 31566 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31565 31566 31567 |
# File 'lib/vmware/soap/vim25.rb', line 31565 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31564 31565 31566 |
# File 'lib/vmware/soap/vim25.rb', line 31564 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31567 31568 31569 |
# File 'lib/vmware/soap/vim25.rb', line 31567 def failedHost @failedHost end |
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
31568 31569 31570 |
# File 'lib/vmware/soap/vim25.rb', line 31568 def failedHostEntity @failedHostEntity end |