Class: HostDnsConfig

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

Overview

urn:vim25HostDnsConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
dhcp - SOAP::SOAPBoolean
virtualNicDevice - SOAP::SOAPString
hostName - SOAP::SOAPString
domainName - SOAP::SOAPString
address - SOAP::SOAPString
searchDomain - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], dhcp = nil, virtualNicDevice = nil, hostName = nil, domainName = nil, address = [], searchDomain = []) ⇒ HostDnsConfig

Returns a new instance of HostDnsConfig.



18776
18777
18778
18779
18780
18781
18782
18783
18784
18785
# File 'lib/vmware/soap/vim25.rb', line 18776

def initialize(dynamicType = nil, dynamicProperty = [], dhcp = nil, virtualNicDevice = nil, hostName = nil, domainName = nil, address = [], searchDomain = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @dhcp = dhcp
  @virtualNicDevice = virtualNicDevice
  @hostName = hostName
  @domainName = domainName
  @address = address
  @searchDomain = searchDomain
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



18773
18774
18775
# File 'lib/vmware/soap/vim25.rb', line 18773

def address
  @address
end

#dhcpObject

Returns the value of attribute dhcp.



18769
18770
18771
# File 'lib/vmware/soap/vim25.rb', line 18769

def dhcp
  @dhcp
end

#domainNameObject

Returns the value of attribute domainName.



18772
18773
18774
# File 'lib/vmware/soap/vim25.rb', line 18772

def domainName
  @domainName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18768
18769
18770
# File 'lib/vmware/soap/vim25.rb', line 18768

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18767
18768
18769
# File 'lib/vmware/soap/vim25.rb', line 18767

def dynamicType
  @dynamicType
end

#hostNameObject

Returns the value of attribute hostName.



18771
18772
18773
# File 'lib/vmware/soap/vim25.rb', line 18771

def hostName
  @hostName
end

#searchDomainObject

Returns the value of attribute searchDomain.



18774
18775
18776
# File 'lib/vmware/soap/vim25.rb', line 18774

def searchDomain
  @searchDomain
end

#virtualNicDeviceObject

Returns the value of attribute virtualNicDevice.



18770
18771
18772
# File 'lib/vmware/soap/vim25.rb', line 18770

def virtualNicDevice
  @virtualNicDevice
end