Class: FindByDatastorePathRequestType
- Inherits:
-
Object
- Object
- FindByDatastorePathRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindByDatastorePathRequestType
m__this - ManagedObjectReference
datacenter - ManagedObjectReference
path - SOAP::SOAPString
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(v__this = nil, datacenter = nil, path = nil) ⇒ FindByDatastorePathRequestType
constructor
A new instance of FindByDatastorePathRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datacenter = nil, path = nil) ⇒ FindByDatastorePathRequestType
Returns a new instance of FindByDatastorePathRequestType.
35769 35770 35771 35772 35773 |
# File 'lib/vmware/soap/vim25.rb', line 35769 def initialize(v__this = nil, datacenter = nil, path = nil) @v__this = v__this @datacenter = datacenter @path = path end |
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
35758 35759 35760 |
# File 'lib/vmware/soap/vim25.rb', line 35758 def datacenter @datacenter end |
#path ⇒ Object
Returns the value of attribute path.
35759 35760 35761 |
# File 'lib/vmware/soap/vim25.rb', line 35759 def path @path end |
Instance Method Details
#m__this ⇒ Object
35761 35762 35763 |
# File 'lib/vmware/soap/vim25.rb', line 35761 def m__this @v__this end |
#m__this=(value) ⇒ Object
35765 35766 35767 |
# File 'lib/vmware/soap/vim25.rb', line 35765 def m__this=(value) @v__this = value end |