Class: VMotionNotConfigured
- Inherits:
-
VMotionInterfaceIssue
- Object
- MethodFault
- VimFault
- MigrationFault
- VMotionInterfaceIssue
- VMotionNotConfigured
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionNotConfigured
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) ⇒ VMotionNotConfigured
constructor
A new instance of VMotionNotConfigured.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionNotConfigured
Returns a new instance of VMotionNotConfigured.
31526 31527 31528 31529 31530 31531 31532 |
# File 'lib/vmware/soap/vim25.rb', line 31526 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.
31522 31523 31524 |
# File 'lib/vmware/soap/vim25.rb', line 31522 def atSourceHost @atSourceHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31521 31522 31523 |
# File 'lib/vmware/soap/vim25.rb', line 31521 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31520 31521 31522 |
# File 'lib/vmware/soap/vim25.rb', line 31520 def dynamicType @dynamicType end |
#failedHost ⇒ Object
Returns the value of attribute failedHost.
31523 31524 31525 |
# File 'lib/vmware/soap/vim25.rb', line 31523 def failedHost @failedHost end |
#failedHostEntity ⇒ Object
Returns the value of attribute failedHostEntity.
31524 31525 31526 |
# File 'lib/vmware/soap/vim25.rb', line 31524 def failedHostEntity @failedHostEntity end |