Class: FindByIpRequestType
- Inherits:
-
Object
- Object
- FindByIpRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindByIpRequestType
m__this - ManagedObjectReference
datacenter - ManagedObjectReference
ip - SOAP::SOAPString
vmSearch - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#vmSearch ⇒ Object
Returns the value of attribute vmSearch.
Instance Method Summary collapse
-
#initialize(v__this = nil, datacenter = nil, ip = nil, vmSearch = nil) ⇒ FindByIpRequestType
constructor
A new instance of FindByIpRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datacenter = nil, ip = nil, vmSearch = nil) ⇒ FindByIpRequestType
Returns a new instance of FindByIpRequestType.
35820 35821 35822 35823 35824 35825 |
# File 'lib/vmware/soap/vim25.rb', line 35820 def initialize(v__this = nil, datacenter = nil, ip = nil, vmSearch = nil) @v__this = v__this @datacenter = datacenter @ip = ip @vmSearch = vmSearch end |
Instance Attribute Details
#datacenter ⇒ Object
Returns the value of attribute datacenter.
35808 35809 35810 |
# File 'lib/vmware/soap/vim25.rb', line 35808 def datacenter @datacenter end |
#ip ⇒ Object
Returns the value of attribute ip.
35809 35810 35811 |
# File 'lib/vmware/soap/vim25.rb', line 35809 def ip @ip end |
#vmSearch ⇒ Object
Returns the value of attribute vmSearch.
35810 35811 35812 |
# File 'lib/vmware/soap/vim25.rb', line 35810 def vmSearch @vmSearch end |
Instance Method Details
#m__this ⇒ Object
35812 35813 35814 |
# File 'lib/vmware/soap/vim25.rb', line 35812 def m__this @v__this end |
#m__this=(value) ⇒ Object
35816 35817 35818 |
# File 'lib/vmware/soap/vim25.rb', line 35816 def m__this=(value) @v__this = value end |