Class: UnsupportedDatastore

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

Overview

urn:vim25UnsupportedDatastore

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedDatastore.



32701
32702
32703
32704
32705
# File 'lib/vmware/soap/vim25.rb', line 32701

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



32699
32700
32701
# File 'lib/vmware/soap/vim25.rb', line 32699

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32698
32699
32700
# File 'lib/vmware/soap/vim25.rb', line 32698

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32697
32698
32699
# File 'lib/vmware/soap/vim25.rb', line 32697

def dynamicType
  @dynamicType
end