Class: CreateLocalDatastoreRequestType
- Inherits:
-
Object
- Object
- CreateLocalDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateLocalDatastoreRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
path - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, path = nil) ⇒ CreateLocalDatastoreRequestType
constructor
A new instance of CreateLocalDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, path = nil) ⇒ CreateLocalDatastoreRequestType
Returns a new instance of CreateLocalDatastoreRequestType.
37963 37964 37965 37966 37967 |
# File 'lib/vmware/soap/vim25.rb', line 37963 def initialize(v__this = nil, name = nil, path = nil) @v__this = v__this @name = name @path = path end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
37952 37953 37954 |
# File 'lib/vmware/soap/vim25.rb', line 37952 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
37953 37954 37955 |
# File 'lib/vmware/soap/vim25.rb', line 37953 def path @path end |
Instance Method Details
#m__this ⇒ Object
37955 37956 37957 |
# File 'lib/vmware/soap/vim25.rb', line 37955 def m__this @v__this end |
#m__this=(value) ⇒ Object
37959 37960 37961 |
# File 'lib/vmware/soap/vim25.rb', line 37959 def m__this=(value) @v__this = value end |