Class: DatastoreCapability

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

Overview

urn:vim25DatastoreCapability

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
directoryHierarchySupported - SOAP::SOAPBoolean
rawDiskMappingsSupported - SOAP::SOAPBoolean
perFileThinProvisioningSupported - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], directoryHierarchySupported = nil, rawDiskMappingsSupported = nil, perFileThinProvisioningSupported = nil) ⇒ DatastoreCapability

Returns a new instance of DatastoreCapability.



935
936
937
938
939
940
941
# File 'lib/vmware/soap/vim25.rb', line 935

def initialize(dynamicType = nil, dynamicProperty = [], directoryHierarchySupported = nil, rawDiskMappingsSupported = nil, perFileThinProvisioningSupported = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @directoryHierarchySupported = directoryHierarchySupported
  @rawDiskMappingsSupported = rawDiskMappingsSupported
  @perFileThinProvisioningSupported = perFileThinProvisioningSupported
end

Instance Attribute Details

#directoryHierarchySupportedObject

Returns the value of attribute directoryHierarchySupported.



931
932
933
# File 'lib/vmware/soap/vim25.rb', line 931

def directoryHierarchySupported
  @directoryHierarchySupported
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



930
931
932
# File 'lib/vmware/soap/vim25.rb', line 930

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



929
930
931
# File 'lib/vmware/soap/vim25.rb', line 929

def dynamicType
  @dynamicType
end

#perFileThinProvisioningSupportedObject

Returns the value of attribute perFileThinProvisioningSupported.



933
934
935
# File 'lib/vmware/soap/vim25.rb', line 933

def perFileThinProvisioningSupported
  @perFileThinProvisioningSupported
end

#rawDiskMappingsSupportedObject

Returns the value of attribute rawDiskMappingsSupported.



932
933
934
# File 'lib/vmware/soap/vim25.rb', line 932

def rawDiskMappingsSupported
  @rawDiskMappingsSupported
end