public class PhysicalNicCdpInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
address |
Integer |
cdpVersion |
PhysicalNicCdpDeviceCapability |
deviceCapability |
String |
devId |
Boolean |
fullDuplex |
String |
hardwarePlatform |
String |
ipPrefix |
Integer |
ipPrefixLen |
String |
location |
String |
mgmtAddr |
Integer |
mtu |
String |
portId |
Integer |
samples |
String |
softwareVersion |
String |
systemName |
String |
systemOID |
Integer |
timeout |
Integer |
ttl |
Integer |
vlan |
dynamicProperty, dynamicType| Constructor and Description |
|---|
PhysicalNicCdpInfo() |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Integer cdpVersion
public Integer timeout
public Integer ttl
public Integer samples
public String devId
public String address
public String portId
public PhysicalNicCdpDeviceCapability deviceCapability
public String softwareVersion
public String hardwarePlatform
public String ipPrefix
public Integer ipPrefixLen
public Integer vlan
public Boolean fullDuplex
public Integer mtu
public String systemName
public String systemOID
public String mgmtAddr
public String location
public Integer getCdpVersion()
public Integer getTimeout()
public Integer getTtl()
public Integer getSamples()
public String getDevId()
public String getAddress()
public String getPortId()
public PhysicalNicCdpDeviceCapability getDeviceCapability()
public String getSoftwareVersion()
public String getHardwarePlatform()
public String getIpPrefix()
public Integer getIpPrefixLen()
public Integer getVlan()
public Boolean getFullDuplex()
public Integer getMtu()
public String getSystemName()
public String getSystemOID()
public String getMgmtAddr()
public String getLocation()
public void setCdpVersion(Integer cdpVersion)
public void setTimeout(Integer timeout)
public void setTtl(Integer ttl)
public void setSamples(Integer samples)
public void setDevId(String devId)
public void setAddress(String address)
public void setPortId(String portId)
public void setDeviceCapability(PhysicalNicCdpDeviceCapability deviceCapability)
public void setSoftwareVersion(String softwareVersion)
public void setHardwarePlatform(String hardwarePlatform)
public void setIpPrefix(String ipPrefix)
public void setIpPrefixLen(Integer ipPrefixLen)
public void setVlan(Integer vlan)
public void setFullDuplex(Boolean fullDuplex)
public void setMtu(Integer mtu)
public void setSystemName(String systemName)
public void setSystemOID(String systemOID)
public void setMgmtAddr(String mgmtAddr)
public void setLocation(String location)
Copyright © 2011-2012. All Rights Reserved.