Method: HostVirtualSwitchSimpleBridge#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], nicDevice = nil) ⇒ HostVirtualSwitchSimpleBridge
Returns a new instance of HostVirtualSwitchSimpleBridge.
21949 21950 21951 21952 21953 |
# File 'lib/vmware/soap/vim25.rb', line 21949 def initialize(dynamicType = nil, dynamicProperty = [], nicDevice = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @nicDevice = nicDevice end |