Method: HostNatServiceConfig#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil) ⇒ HostNatServiceConfig
Returns a new instance of HostNatServiceConfig.
20232 20233 20234 20235 20236 20237 20238 |
# File 'lib/vmware/soap/vim25.rb', line 20232 def initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @changeOperation = changeOperation @key = key @spec = spec end |