Method: HostVirtualSwitchSpec#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], numPorts = nil, bridge = nil, policy = nil, mtu = nil) ⇒ HostVirtualSwitchSpec
Returns a new instance of HostVirtualSwitchSpec.
22006 22007 22008 22009 22010 22011 22012 22013 |
# File 'lib/vmware/soap/vim25.rb', line 22006 def initialize(dynamicType = nil, dynamicProperty = [], numPorts = nil, bridge = nil, policy = nil, mtu = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @numPorts = numPorts @bridge = bridge @policy = policy @mtu = mtu end |