Class: RDMNotSupportedOnDatastore
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- RDMNotSupportedOnDatastore
- 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
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#datastoreName ⇒ Object
Returns the value of attribute datastoreName.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, datastore = nil, datastoreName = nil) ⇒ RDMNotSupportedOnDatastore
constructor
A new instance of RDMNotSupportedOnDatastore.
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
#datastore ⇒ Object
Returns the value of attribute datastore.
32664 32665 32666 |
# File 'lib/vmware/soap/vim25.rb', line 32664 def datastore @datastore end |
#datastoreName ⇒ Object
Returns the value of attribute datastoreName.
32665 32666 32667 |
# File 'lib/vmware/soap/vim25.rb', line 32665 def datastoreName @datastoreName end |
#device ⇒ Object
Returns the value of attribute device.
32663 32664 32665 |
# File 'lib/vmware/soap/vim25.rb', line 32663 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32662 32663 32664 |
# File 'lib/vmware/soap/vim25.rb', line 32662 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32661 32662 32663 |
# File 'lib/vmware/soap/vim25.rb', line 32661 def dynamicType @dynamicType end |