Class: SwapDatastoreUnset
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- SwapDatastoreUnset
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SwapDatastoreUnset
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SwapDatastoreUnset
constructor
A new instance of SwapDatastoreUnset.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SwapDatastoreUnset
Returns a new instance of SwapDatastoreUnset.
32051 32052 32053 32054 |
# File 'lib/vmware/soap/vim25.rb', line 32051 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32049 32050 32051 |
# File 'lib/vmware/soap/vim25.rb', line 32049 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32048 32049 32050 |
# File 'lib/vmware/soap/vim25.rb', line 32048 def dynamicType @dynamicType end |