Class: RDMNotSupportedOnDatastore

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

Overview

urn:vim25RDMNotSupportedOnDatastore

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
datastore - ManagedObjectReference
datastoreName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, datastore = nil, datastoreName = nil) ⇒ RDMNotSupportedOnDatastore

Returns a new instance of RDMNotSupportedOnDatastore.



32667
32668
32669
32670
32671
32672
32673
# File 'lib/vmware/soap/vim25.rb', line 32667

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



32664
32665
32666
# File 'lib/vmware/soap/vim25.rb', line 32664

def datastore
  @datastore
end

#datastoreNameObject

Returns the value of attribute datastoreName.



32665
32666
32667
# File 'lib/vmware/soap/vim25.rb', line 32665

def datastoreName
  @datastoreName
end

#deviceObject

Returns the value of attribute device.



32663
32664
32665
# File 'lib/vmware/soap/vim25.rb', line 32663

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32662
32663
32664
# File 'lib/vmware/soap/vim25.rb', line 32662

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32661
32662
32663
# File 'lib/vmware/soap/vim25.rb', line 32661

def dynamicType
  @dynamicType
end