Class: RDMNotPreserved
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- RDMNotPreserved
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RDMNotPreserved
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil) ⇒ RDMNotPreserved
constructor
A new instance of RDMNotPreserved.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil) ⇒ RDMNotPreserved
Returns a new instance of RDMNotPreserved.
31270 31271 31272 31273 31274 |
# File 'lib/vmware/soap/vim25.rb', line 31270 def initialize(dynamicType = nil, dynamicProperty = [], device = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
31268 31269 31270 |
# File 'lib/vmware/soap/vim25.rb', line 31268 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31267 31268 31269 |
# File 'lib/vmware/soap/vim25.rb', line 31267 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31266 31267 31268 |
# File 'lib/vmware/soap/vim25.rb', line 31266 def dynamicType @dynamicType end |