Class: HostNatServiceNameServiceSpec

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

Overview

urn:vim25HostNatServiceNameServiceSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
dnsAutoDetect - SOAP::SOAPBoolean
dnsPolicy - SOAP::SOAPString
dnsRetries - SOAP::SOAPInt
dnsTimeout - SOAP::SOAPInt
dnsNameServer - SOAP::SOAPString
nbdsTimeout - SOAP::SOAPInt
nbnsRetries - SOAP::SOAPInt
nbnsTimeout - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], dnsAutoDetect = nil, dnsPolicy = nil, dnsRetries = nil, dnsTimeout = nil, dnsNameServer = [], nbdsTimeout = nil, nbnsRetries = nil, nbnsTimeout = nil) ⇒ HostNatServiceNameServiceSpec

Returns a new instance of HostNatServiceNameServiceSpec.



20168
20169
20170
20171
20172
20173
20174
20175
20176
20177
20178
20179
# File 'lib/vmware/soap/vim25.rb', line 20168

def initialize(dynamicType = nil, dynamicProperty = [], dnsAutoDetect = nil, dnsPolicy = nil, dnsRetries = nil, dnsTimeout = nil, dnsNameServer = [], nbdsTimeout = nil, nbnsRetries = nil, nbnsTimeout = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @dnsAutoDetect = dnsAutoDetect
  @dnsPolicy = dnsPolicy
  @dnsRetries = dnsRetries
  @dnsTimeout = dnsTimeout
  @dnsNameServer = dnsNameServer
  @nbdsTimeout = nbdsTimeout
  @nbnsRetries = nbnsRetries
  @nbnsTimeout = nbnsTimeout
end

Instance Attribute Details

#dnsAutoDetectObject

Returns the value of attribute dnsAutoDetect.



20159
20160
20161
# File 'lib/vmware/soap/vim25.rb', line 20159

def dnsAutoDetect
  @dnsAutoDetect
end

#dnsNameServerObject

Returns the value of attribute dnsNameServer.



20163
20164
20165
# File 'lib/vmware/soap/vim25.rb', line 20163

def dnsNameServer
  @dnsNameServer
end

#dnsPolicyObject

Returns the value of attribute dnsPolicy.



20160
20161
20162
# File 'lib/vmware/soap/vim25.rb', line 20160

def dnsPolicy
  @dnsPolicy
end

#dnsRetriesObject

Returns the value of attribute dnsRetries.



20161
20162
20163
# File 'lib/vmware/soap/vim25.rb', line 20161

def dnsRetries
  @dnsRetries
end

#dnsTimeoutObject

Returns the value of attribute dnsTimeout.



20162
20163
20164
# File 'lib/vmware/soap/vim25.rb', line 20162

def dnsTimeout
  @dnsTimeout
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20158
20159
20160
# File 'lib/vmware/soap/vim25.rb', line 20158

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20157
20158
20159
# File 'lib/vmware/soap/vim25.rb', line 20157

def dynamicType
  @dynamicType
end

#nbdsTimeoutObject

Returns the value of attribute nbdsTimeout.



20164
20165
20166
# File 'lib/vmware/soap/vim25.rb', line 20164

def nbdsTimeout
  @nbdsTimeout
end

#nbnsRetriesObject

Returns the value of attribute nbnsRetries.



20165
20166
20167
# File 'lib/vmware/soap/vim25.rb', line 20165

def nbnsRetries
  @nbnsRetries
end

#nbnsTimeoutObject

Returns the value of attribute nbnsTimeout.



20166
20167
20168
# File 'lib/vmware/soap/vim25.rb', line 20166

def nbnsTimeout
  @nbnsTimeout
end