Class: FindByDnsNameRequestType
- Inherits:
-
Object
- Object
- FindByDnsNameRequestType
- 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
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dnsName ⇒ Object
Returns the value of attribute dnsName.
-
#vmSearch ⇒ Object
Returns the value of attribute vmSearch.
Instance Method Summary collapse
-
#initialize(v__this = nil, datacenter = nil, dnsName = nil, vmSearch = nil) ⇒ FindByDnsNameRequestType
constructor
A new instance of FindByDnsNameRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#datacenter ⇒ Object
Returns the value of attribute datacenter.
35782 35783 35784 |
# File 'lib/vmware/soap/vim25.rb', line 35782 def datacenter @datacenter end |
#dnsName ⇒ Object
Returns the value of attribute dnsName.
35783 35784 35785 |
# File 'lib/vmware/soap/vim25.rb', line 35783 def dnsName @dnsName end |
#vmSearch ⇒ Object
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__this ⇒ Object
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 |