Class: FindByIpRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#datacenterObject

Returns the value of attribute datacenter.



35808
35809
35810
# File 'lib/vmware/soap/vim25.rb', line 35808

def datacenter
  @datacenter
end

#ipObject

Returns the value of attribute ip.



35809
35810
35811
# File 'lib/vmware/soap/vim25.rb', line 35809

def ip
  @ip
end

#vmSearchObject

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__thisObject



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