Class: CreateNasDatastoreRequestType
- Inherits:
-
Object
- Object
- CreateNasDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateNasDatastoreRequestType
m__this - ManagedObjectReference
spec - HostNasVolumeSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ CreateNasDatastoreRequestType
constructor
A new instance of CreateNasDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ CreateNasDatastoreRequestType
Returns a new instance of CreateNasDatastoreRequestType.
37941 37942 37943 37944 |
# File 'lib/vmware/soap/vim25.rb', line 37941 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.
37931 37932 37933 |
# File 'lib/vmware/soap/vim25.rb', line 37931 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
37933 37934 37935 |
# File 'lib/vmware/soap/vim25.rb', line 37933 def m__this @v__this end |
#m__this=(value) ⇒ Object
37937 37938 37939 |
# File 'lib/vmware/soap/vim25.rb', line 37937 def m__this=(value) @v__this = value end |