Class: DatastoreCapability
- Inherits:
-
DynamicData
- Object
- DynamicData
- DatastoreCapability
- 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
-
#directoryHierarchySupported ⇒ Object
Returns the value of attribute directoryHierarchySupported.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#perFileThinProvisioningSupported ⇒ Object
Returns the value of attribute perFileThinProvisioningSupported.
-
#rawDiskMappingsSupported ⇒ Object
Returns the value of attribute rawDiskMappingsSupported.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], directoryHierarchySupported = nil, rawDiskMappingsSupported = nil, perFileThinProvisioningSupported = nil) ⇒ DatastoreCapability
constructor
A new instance of DatastoreCapability.
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
#directoryHierarchySupported ⇒ Object
Returns the value of attribute directoryHierarchySupported.
931 932 933 |
# File 'lib/vmware/soap/vim25.rb', line 931 def directoryHierarchySupported @directoryHierarchySupported end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
930 931 932 |
# File 'lib/vmware/soap/vim25.rb', line 930 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
929 930 931 |
# File 'lib/vmware/soap/vim25.rb', line 929 def dynamicType @dynamicType end |
#perFileThinProvisioningSupported ⇒ Object
Returns the value of attribute perFileThinProvisioningSupported.
933 934 935 |
# File 'lib/vmware/soap/vim25.rb', line 933 def perFileThinProvisioningSupported @perFileThinProvisioningSupported end |
#rawDiskMappingsSupported ⇒ Object
Returns the value of attribute rawDiskMappingsSupported.
932 933 934 |
# File 'lib/vmware/soap/vim25.rb', line 932 def rawDiskMappingsSupported @rawDiskMappingsSupported end |