Class: UnsupportedDatastore
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- UnsupportedDatastore
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnsupportedDatastore
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil) ⇒ UnsupportedDatastore
constructor
A new instance of UnsupportedDatastore.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil) ⇒ UnsupportedDatastore
Returns a new instance of UnsupportedDatastore.
32701 32702 32703 32704 32705 |
# File 'lib/vmware/soap/vim25.rb', line 32701 def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @datastore = datastore end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
32699 32700 32701 |
# File 'lib/vmware/soap/vim25.rb', line 32699 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32698 32699 32700 |
# File 'lib/vmware/soap/vim25.rb', line 32698 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32697 32698 32699 |
# File 'lib/vmware/soap/vim25.rb', line 32697 def dynamicType @dynamicType end |