Class: InvalidDatastorePath

Inherits:
InvalidDatastore show all
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

Instance Method Summary collapse

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

#datastoreObject

Returns the value of attribute datastore.



30747
30748
30749
# File 'lib/vmware/soap/vim25.rb', line 30747

def datastore
  @datastore
end

#datastorePathObject

Returns the value of attribute datastorePath.



30749
30750
30751
# File 'lib/vmware/soap/vim25.rb', line 30749

def datastorePath
  @datastorePath
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30746
30747
30748
# File 'lib/vmware/soap/vim25.rb', line 30746

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30745
30746
30747
# File 'lib/vmware/soap/vim25.rb', line 30745

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



30748
30749
30750
# File 'lib/vmware/soap/vim25.rb', line 30748

def name
  @name
end