Method: PhysicalNicCdpInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], cdpVersion = nil, timeout = nil, ttl = nil, samples = nil, devId = nil, address = nil, portId = nil, deviceCapability = nil, softwareVersion = nil, hardwarePlatform = nil, ipPrefix = nil, ipPrefixLen = nil, vlan = nil, fullDuplex = nil, mtu = nil, systemName = nil, systemOID = nil, mgmtAddr = nil, location = nil) ⇒ PhysicalNicCdpInfo
Returns a new instance of PhysicalNicCdpInfo.
20987 20988 20989 20990 20991 20992 20993 20994 20995 20996 20997 20998 20999 21000 21001 21002 21003 21004 21005 21006 21007 21008 21009 |
# File 'lib/vmware/soap/vim25.rb', line 20987 def initialize(dynamicType = nil, dynamicProperty = [], cdpVersion = nil, timeout = nil, ttl = nil, samples = nil, devId = nil, address = nil, portId = nil, deviceCapability = nil, softwareVersion = nil, hardwarePlatform = nil, ipPrefix = nil, ipPrefixLen = nil, vlan = nil, fullDuplex = nil, mtu = nil, systemName = nil, systemOID = nil, mgmtAddr = nil, location = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @cdpVersion = cdpVersion @timeout = timeout @ttl = ttl @samples = samples @devId = devId @address = address @portId = portId @deviceCapability = deviceCapability @softwareVersion = softwareVersion @hardwarePlatform = hardwarePlatform @ipPrefix = ipPrefix @ipPrefixLen = ipPrefixLen @vlan = vlan @fullDuplex = fullDuplex @mtu = mtu @systemName = systemName @systemOID = systemOID @mgmtAddr = mgmtAddr @location = location end |