Class: VmfsDatastoreSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmfsDatastoreSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskUuid - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#diskUuid ⇒ Object
Returns the value of attribute diskUuid.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil) ⇒ VmfsDatastoreSpec
constructor
A new instance of VmfsDatastoreSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil) ⇒ VmfsDatastoreSpec
Returns a new instance of VmfsDatastoreSpec.
18046 18047 18048 18049 18050 |
# File 'lib/vmware/soap/vim25.rb', line 18046 def initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskUuid = diskUuid end |
Instance Attribute Details
#diskUuid ⇒ Object
Returns the value of attribute diskUuid.
18044 18045 18046 |
# File 'lib/vmware/soap/vim25.rb', line 18044 def diskUuid @diskUuid end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18043 18044 18045 |
# File 'lib/vmware/soap/vim25.rb', line 18043 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18042 18043 18044 |
# File 'lib/vmware/soap/vim25.rb', line 18042 def dynamicType @dynamicType end |