Class: HostNatServiceSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNatServiceSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNatServiceSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
virtualSwitch - SOAP::SOAPString
activeFtp - SOAP::SOAPBoolean
allowAnyOui - SOAP::SOAPBoolean
configPort - SOAP::SOAPBoolean
ipGatewayAddress - SOAP::SOAPString
udpTimeout - SOAP::SOAPInt
portForward - HostNatServicePortForwardSpec
nameService - HostNatServiceNameServiceSpec
Instance Attribute Summary collapse
-
#activeFtp ⇒ Object
Returns the value of attribute activeFtp.
-
#allowAnyOui ⇒ Object
Returns the value of attribute allowAnyOui.
-
#configPort ⇒ Object
Returns the value of attribute configPort.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipGatewayAddress ⇒ Object
Returns the value of attribute ipGatewayAddress.
-
#nameService ⇒ Object
Returns the value of attribute nameService.
-
#portForward ⇒ Object
Returns the value of attribute portForward.
-
#udpTimeout ⇒ Object
Returns the value of attribute udpTimeout.
-
#virtualSwitch ⇒ Object
Returns the value of attribute virtualSwitch.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], virtualSwitch = nil, activeFtp = nil, allowAnyOui = nil, configPort = nil, ipGatewayAddress = nil, udpTimeout = nil, portForward = [], nameService = nil) ⇒ HostNatServiceSpec
constructor
A new instance of HostNatServiceSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], virtualSwitch = nil, activeFtp = nil, allowAnyOui = nil, configPort = nil, ipGatewayAddress = nil, udpTimeout = nil, portForward = [], nameService = nil) ⇒ HostNatServiceSpec
Returns a new instance of HostNatServiceSpec.
20205 20206 20207 20208 20209 20210 20211 20212 20213 20214 20215 20216 |
# File 'lib/vmware/soap/vim25.rb', line 20205 def initialize(dynamicType = nil, dynamicProperty = [], virtualSwitch = nil, activeFtp = nil, allowAnyOui = nil, configPort = nil, ipGatewayAddress = nil, udpTimeout = nil, portForward = [], nameService = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @virtualSwitch = virtualSwitch @activeFtp = activeFtp @allowAnyOui = allowAnyOui @configPort = configPort @ipGatewayAddress = ipGatewayAddress @udpTimeout = udpTimeout @portForward = portForward @nameService = nameService end |
Instance Attribute Details
#activeFtp ⇒ Object
Returns the value of attribute activeFtp.
20197 20198 20199 |
# File 'lib/vmware/soap/vim25.rb', line 20197 def activeFtp @activeFtp end |
#allowAnyOui ⇒ Object
Returns the value of attribute allowAnyOui.
20198 20199 20200 |
# File 'lib/vmware/soap/vim25.rb', line 20198 def allowAnyOui @allowAnyOui end |
#configPort ⇒ Object
Returns the value of attribute configPort.
20199 20200 20201 |
# File 'lib/vmware/soap/vim25.rb', line 20199 def configPort @configPort end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20195 20196 20197 |
# File 'lib/vmware/soap/vim25.rb', line 20195 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20194 20195 20196 |
# File 'lib/vmware/soap/vim25.rb', line 20194 def dynamicType @dynamicType end |
#ipGatewayAddress ⇒ Object
Returns the value of attribute ipGatewayAddress.
20200 20201 20202 |
# File 'lib/vmware/soap/vim25.rb', line 20200 def ipGatewayAddress @ipGatewayAddress end |
#nameService ⇒ Object
Returns the value of attribute nameService.
20203 20204 20205 |
# File 'lib/vmware/soap/vim25.rb', line 20203 def nameService @nameService end |
#portForward ⇒ Object
Returns the value of attribute portForward.
20202 20203 20204 |
# File 'lib/vmware/soap/vim25.rb', line 20202 def portForward @portForward end |
#udpTimeout ⇒ Object
Returns the value of attribute udpTimeout.
20201 20202 20203 |
# File 'lib/vmware/soap/vim25.rb', line 20201 def udpTimeout @udpTimeout end |
#virtualSwitch ⇒ Object
Returns the value of attribute virtualSwitch.
20196 20197 20198 |
# File 'lib/vmware/soap/vim25.rb', line 20196 def virtualSwitch @virtualSwitch end |