Class: CreateVmfsDatastoreRequestType
- Inherits:
-
Object
- Object
- CreateVmfsDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateVmfsDatastoreRequestType
m__this - ManagedObjectReference
spec - VmfsDatastoreCreateSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ CreateVmfsDatastoreRequestType
constructor
A new instance of CreateVmfsDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ CreateVmfsDatastoreRequestType
Returns a new instance of CreateVmfsDatastoreRequestType.
37875 37876 37877 37878 |
# File 'lib/vmware/soap/vim25.rb', line 37875 def initialize(v__this = nil, spec = nil) @v__this = v__this @spec = spec end |
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
37865 37866 37867 |
# File 'lib/vmware/soap/vim25.rb', line 37865 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
37867 37868 37869 |
# File 'lib/vmware/soap/vim25.rb', line 37867 def m__this @v__this end |
#m__this=(value) ⇒ Object
37871 37872 37873 |
# File 'lib/vmware/soap/vim25.rb', line 37871 def m__this=(value) @v__this = value end |