Class: HostNatServiceSpec

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#activeFtpObject

Returns the value of attribute activeFtp.



20197
20198
20199
# File 'lib/vmware/soap/vim25.rb', line 20197

def activeFtp
  @activeFtp
end

#allowAnyOuiObject

Returns the value of attribute allowAnyOui.



20198
20199
20200
# File 'lib/vmware/soap/vim25.rb', line 20198

def allowAnyOui
  @allowAnyOui
end

#configPortObject

Returns the value of attribute configPort.



20199
20200
20201
# File 'lib/vmware/soap/vim25.rb', line 20199

def configPort
  @configPort
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20195
20196
20197
# File 'lib/vmware/soap/vim25.rb', line 20195

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20194
20195
20196
# File 'lib/vmware/soap/vim25.rb', line 20194

def dynamicType
  @dynamicType
end

#ipGatewayAddressObject

Returns the value of attribute ipGatewayAddress.



20200
20201
20202
# File 'lib/vmware/soap/vim25.rb', line 20200

def ipGatewayAddress
  @ipGatewayAddress
end

#nameServiceObject

Returns the value of attribute nameService.



20203
20204
20205
# File 'lib/vmware/soap/vim25.rb', line 20203

def nameService
  @nameService
end

#portForwardObject

Returns the value of attribute portForward.



20202
20203
20204
# File 'lib/vmware/soap/vim25.rb', line 20202

def portForward
  @portForward
end

#udpTimeoutObject

Returns the value of attribute udpTimeout.



20201
20202
20203
# File 'lib/vmware/soap/vim25.rb', line 20201

def udpTimeout
  @udpTimeout
end

#virtualSwitchObject

Returns the value of attribute virtualSwitch.



20196
20197
20198
# File 'lib/vmware/soap/vim25.rb', line 20196

def virtualSwitch
  @virtualSwitch
end