Class: InvalidDatastorePath
- Inherits:
-
InvalidDatastore
- Object
- MethodFault
- VimFault
- InvalidDatastore
- InvalidDatastorePath
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidDatastorePath
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
name - SOAP::SOAPString
datastorePath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#datastorePath ⇒ Object
Returns the value of attribute datastorePath.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, datastorePath = nil) ⇒ InvalidDatastorePath
constructor
A new instance of InvalidDatastorePath.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, datastorePath = nil) ⇒ InvalidDatastorePath
Returns a new instance of InvalidDatastorePath.
30751 30752 30753 30754 30755 30756 30757 |
# File 'lib/vmware/soap/vim25.rb', line 30751 def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, datastorePath = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @datastore = datastore @name = name @datastorePath = datastorePath end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
30747 30748 30749 |
# File 'lib/vmware/soap/vim25.rb', line 30747 def datastore @datastore end |
#datastorePath ⇒ Object
Returns the value of attribute datastorePath.
30749 30750 30751 |
# File 'lib/vmware/soap/vim25.rb', line 30749 def datastorePath @datastorePath end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30746 30747 30748 |
# File 'lib/vmware/soap/vim25.rb', line 30746 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30745 30746 30747 |
# File 'lib/vmware/soap/vim25.rb', line 30745 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
30748 30749 30750 |
# File 'lib/vmware/soap/vim25.rb', line 30748 def name @name end |