Class: DisallowedMigrationDeviceAttached
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- DisallowedMigrationDeviceAttached
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DisallowedMigrationDeviceAttached
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], fault = nil) ⇒ DisallowedMigrationDeviceAttached
constructor
A new instance of DisallowedMigrationDeviceAttached.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fault = nil) ⇒ DisallowedMigrationDeviceAttached
Returns a new instance of DisallowedMigrationDeviceAttached.
31029 31030 31031 31032 31033 |
# File 'lib/vmware/soap/vim25.rb', line 31029 def initialize(dynamicType = nil, dynamicProperty = [], fault = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @fault = fault end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31026 31027 31028 |
# File 'lib/vmware/soap/vim25.rb', line 31026 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31025 31026 31027 |
# File 'lib/vmware/soap/vim25.rb', line 31025 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
31027 31028 31029 |
# File 'lib/vmware/soap/vim25.rb', line 31027 def fault @fault end |