Class: FindByUuidRequestType
- Inherits:
-
Object
- Object
- FindByUuidRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindByUuidRequestType
m__this - ManagedObjectReference
datacenter - ManagedObjectReference
uuid - SOAP::SOAPString
vmSearch - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#vmSearch ⇒ Object
Returns the value of attribute vmSearch.
Instance Method Summary collapse
-
#initialize(v__this = nil, datacenter = nil, uuid = nil, vmSearch = nil) ⇒ FindByUuidRequestType
constructor
A new instance of FindByUuidRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datacenter = nil, uuid = nil, vmSearch = nil) ⇒ FindByUuidRequestType
Returns a new instance of FindByUuidRequestType.
35745 35746 35747 35748 35749 35750 |
# File 'lib/vmware/soap/vim25.rb', line 35745 def initialize(v__this = nil, datacenter = nil, uuid = nil, vmSearch = nil) @v__this = v__this @datacenter = datacenter @uuid = uuid @vmSearch = vmSearch end |
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
35733 35734 35735 |
# File 'lib/vmware/soap/vim25.rb', line 35733 def datacenter @datacenter end |
#uuid ⇒ Object
Returns the value of attribute uuid.
35734 35735 35736 |
# File 'lib/vmware/soap/vim25.rb', line 35734 def uuid @uuid end |
#vmSearch ⇒ Object
Returns the value of attribute vmSearch.
35735 35736 35737 |
# File 'lib/vmware/soap/vim25.rb', line 35735 def vmSearch @vmSearch end |
Instance Method Details
#m__this ⇒ Object
35737 35738 35739 |
# File 'lib/vmware/soap/vim25.rb', line 35737 def m__this @v__this end |
#m__this=(value) ⇒ Object
35741 35742 35743 |
# File 'lib/vmware/soap/vim25.rb', line 35741 def m__this=(value) @v__this = value end |