Method: PhysicalNicHintInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, subnet = [], network = [], connectedSwitchPort = nil) ⇒ PhysicalNicHintInfo

Returns a new instance of PhysicalNicHintInfo.



20898
20899
20900
20901
20902
20903
20904
20905
# File 'lib/vmware/soap/vim25.rb', line 20898

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, subnet = [], network = [], connectedSwitchPort = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @subnet = subnet
  @network = network
  @connectedSwitchPort = connectedSwitchPort
end