Class: DatastoreOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- DatastoreOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
unsupportedVolumes - VirtualMachineDatastoreVolumeOption
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#unsupportedVolumes ⇒ Object
Returns the value of attribute unsupportedVolumes.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], unsupportedVolumes = []) ⇒ DatastoreOption
constructor
A new instance of DatastoreOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], unsupportedVolumes = []) ⇒ DatastoreOption
Returns a new instance of DatastoreOption.
23351 23352 23353 23354 23355 |
# File 'lib/vmware/soap/vim25.rb', line 23351 def initialize(dynamicType = nil, dynamicProperty = [], unsupportedVolumes = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @unsupportedVolumes = unsupportedVolumes end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23348 23349 23350 |
# File 'lib/vmware/soap/vim25.rb', line 23348 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23347 23348 23349 |
# File 'lib/vmware/soap/vim25.rb', line 23347 def dynamicType @dynamicType end |
#unsupportedVolumes ⇒ Object
Returns the value of attribute unsupportedVolumes.
23349 23350 23351 |
# File 'lib/vmware/soap/vim25.rb', line 23349 def unsupportedVolumes @unsupportedVolumes end |