Class: FindByDnsNameRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25FindByDnsNameRequestType

m__this - ManagedObjectReference
datacenter - ManagedObjectReference
dnsName - SOAP::SOAPString
vmSearch - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, datacenter = nil, dnsName = nil, vmSearch = nil) ⇒ FindByDnsNameRequestType

Returns a new instance of FindByDnsNameRequestType.



35794
35795
35796
35797
35798
35799
# File 'lib/vmware/soap/vim25.rb', line 35794

def initialize(v__this = nil, datacenter = nil, dnsName = nil, vmSearch = nil)
  @v__this = v__this
  @datacenter = datacenter
  @dnsName = dnsName
  @vmSearch = vmSearch
end

Instance Attribute Details

#datacenterObject

Returns the value of attribute datacenter.



35782
35783
35784
# File 'lib/vmware/soap/vim25.rb', line 35782

def datacenter
  @datacenter
end

#dnsNameObject

Returns the value of attribute dnsName.



35783
35784
35785
# File 'lib/vmware/soap/vim25.rb', line 35783

def dnsName
  @dnsName
end

#vmSearchObject

Returns the value of attribute vmSearch.



35784
35785
35786
# File 'lib/vmware/soap/vim25.rb', line 35784

def vmSearch
  @vmSearch
end

Instance Method Details

#m__thisObject



35786
35787
35788
# File 'lib/vmware/soap/vim25.rb', line 35786

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35790
35791
35792
# File 'lib/vmware/soap/vim25.rb', line 35790

def m__this=(value)
  @v__this = value
end