Class: VmfsDatastoreOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmfsDatastoreOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
info - VmfsDatastoreBaseOption
spec - VmfsDatastoreSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#info ⇒ Object
Returns the value of attribute info.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) ⇒ VmfsDatastoreOption
constructor
A new instance of VmfsDatastoreOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) ⇒ VmfsDatastoreOption
Returns a new instance of VmfsDatastoreOption.
18184 18185 18186 18187 18188 18189 |
# File 'lib/vmware/soap/vim25.rb', line 18184 def initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @info = info @spec = spec end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18180 18181 18182 |
# File 'lib/vmware/soap/vim25.rb', line 18180 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18179 18180 18181 |
# File 'lib/vmware/soap/vim25.rb', line 18179 def dynamicType @dynamicType end |
#info ⇒ Object
Returns the value of attribute info.
18181 18182 18183 |
# File 'lib/vmware/soap/vim25.rb', line 18181 def info @info end |
#spec ⇒ Object
Returns the value of attribute spec.
18182 18183 18184 |
# File 'lib/vmware/soap/vim25.rb', line 18182 def spec @spec end |