Class: InvalidDatastore

Inherits:
VimFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25InvalidDatastore

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil) ⇒ InvalidDatastore

Returns a new instance of InvalidDatastore.



30667
30668
30669
30670
30671
30672
# File 'lib/vmware/soap/vim25.rb', line 30667

def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @datastore = datastore
  @name = name
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



30664
30665
30666
# File 'lib/vmware/soap/vim25.rb', line 30664

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30663
30664
30665
# File 'lib/vmware/soap/vim25.rb', line 30663

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30662
30663
30664
# File 'lib/vmware/soap/vim25.rb', line 30662

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



30665
30666
30667
# File 'lib/vmware/soap/vim25.rb', line 30665

def name
  @name
end