Class: HostNatServiceNameServiceSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNatServiceNameServiceSpec
- 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
-
#dnsAutoDetect ⇒ Object
Returns the value of attribute dnsAutoDetect.
-
#dnsNameServer ⇒ Object
Returns the value of attribute dnsNameServer.
-
#dnsPolicy ⇒ Object
Returns the value of attribute dnsPolicy.
-
#dnsRetries ⇒ Object
Returns the value of attribute dnsRetries.
-
#dnsTimeout ⇒ Object
Returns the value of attribute dnsTimeout.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#nbdsTimeout ⇒ Object
Returns the value of attribute nbdsTimeout.
-
#nbnsRetries ⇒ Object
Returns the value of attribute nbnsRetries.
-
#nbnsTimeout ⇒ Object
Returns the value of attribute nbnsTimeout.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], dnsAutoDetect = nil, dnsPolicy = nil, dnsRetries = nil, dnsTimeout = nil, dnsNameServer = [], nbdsTimeout = nil, nbnsRetries = nil, nbnsTimeout = nil) ⇒ HostNatServiceNameServiceSpec
constructor
A new instance of HostNatServiceNameServiceSpec.
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
#dnsAutoDetect ⇒ Object
Returns the value of attribute dnsAutoDetect.
20159 20160 20161 |
# File 'lib/vmware/soap/vim25.rb', line 20159 def dnsAutoDetect @dnsAutoDetect end |
#dnsNameServer ⇒ Object
Returns the value of attribute dnsNameServer.
20163 20164 20165 |
# File 'lib/vmware/soap/vim25.rb', line 20163 def dnsNameServer @dnsNameServer end |
#dnsPolicy ⇒ Object
Returns the value of attribute dnsPolicy.
20160 20161 20162 |
# File 'lib/vmware/soap/vim25.rb', line 20160 def dnsPolicy @dnsPolicy end |
#dnsRetries ⇒ Object
Returns the value of attribute dnsRetries.
20161 20162 20163 |
# File 'lib/vmware/soap/vim25.rb', line 20161 def dnsRetries @dnsRetries end |
#dnsTimeout ⇒ Object
Returns the value of attribute dnsTimeout.
20162 20163 20164 |
# File 'lib/vmware/soap/vim25.rb', line 20162 def dnsTimeout @dnsTimeout end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20158 20159 20160 |
# File 'lib/vmware/soap/vim25.rb', line 20158 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20157 20158 20159 |
# File 'lib/vmware/soap/vim25.rb', line 20157 def dynamicType @dynamicType end |
#nbdsTimeout ⇒ Object
Returns the value of attribute nbdsTimeout.
20164 20165 20166 |
# File 'lib/vmware/soap/vim25.rb', line 20164 def nbdsTimeout @nbdsTimeout end |
#nbnsRetries ⇒ Object
Returns the value of attribute nbnsRetries.
20165 20166 20167 |
# File 'lib/vmware/soap/vim25.rb', line 20165 def nbnsRetries @nbnsRetries end |
#nbnsTimeout ⇒ Object
Returns the value of attribute nbnsTimeout.
20166 20167 20168 |
# File 'lib/vmware/soap/vim25.rb', line 20166 def nbnsTimeout @nbnsTimeout end |