Class PhysicalNicCdpInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.PhysicalNicCdpInfo
All Implemented Interfaces:
Serializable

public class PhysicalNicCdpInfo extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • PhysicalNicCdpInfo

      public PhysicalNicCdpInfo()
  • Method Details

    • getCdpVersion

      public Integer getCdpVersion()
    • getTimeout

      public Integer getTimeout()
    • getTtl

      public Integer getTtl()
    • getSamples

      public Integer getSamples()
    • getDevId

      public String getDevId()
    • getAddress

      public String getAddress()
    • getPortId

      public String getPortId()
    • getDeviceCapability

      public PhysicalNicCdpDeviceCapability getDeviceCapability()
    • getSoftwareVersion

      public String getSoftwareVersion()
    • getHardwarePlatform

      public String getHardwarePlatform()
    • getIpPrefix

      public String getIpPrefix()
    • getIpPrefixLen

      public Integer getIpPrefixLen()
    • getVlan

      public Integer getVlan()
    • getFullDuplex

      public Boolean getFullDuplex()
    • getMtu

      public Integer getMtu()
    • getSystemName

      public String getSystemName()
    • getSystemOID

      public String getSystemOID()
    • getMgmtAddr

      public String getMgmtAddr()
    • getLocation

      public String getLocation()
    • setCdpVersion

      public void setCdpVersion(Integer cdpVersion)
    • setTimeout

      public void setTimeout(Integer timeout)
    • setTtl

      public void setTtl(Integer ttl)
    • setSamples

      public void setSamples(Integer samples)
    • setDevId

      public void setDevId(String devId)
    • setAddress

      public void setAddress(String address)
    • setPortId

      public void setPortId(String portId)
    • setDeviceCapability

      public void setDeviceCapability(PhysicalNicCdpDeviceCapability deviceCapability)
    • setSoftwareVersion

      public void setSoftwareVersion(String softwareVersion)
    • setHardwarePlatform

      public void setHardwarePlatform(String hardwarePlatform)
    • setIpPrefix

      public void setIpPrefix(String ipPrefix)
    • setIpPrefixLen

      public void setIpPrefixLen(Integer ipPrefixLen)
    • setVlan

      public void setVlan(Integer vlan)
    • setFullDuplex

      public void setFullDuplex(Boolean fullDuplex)
    • setMtu

      public void setMtu(Integer mtu)
    • setSystemName

      public void setSystemName(String systemName)
    • setSystemOID

      public void setSystemOID(String systemOID)
    • setMgmtAddr

      public void setMgmtAddr(String mgmtAddr)
    • setLocation

      public void setLocation(String location)