public class PhysicalNicCdpInfo extends DynamicData
Java class for PhysicalNicCdpInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalNicCdpInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="cdpVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ttl" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="samples" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="devId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="portId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceCapability" type="{urn:vim25}PhysicalNicCdpDeviceCapability" minOccurs="0"/>
<element name="softwareVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hardwarePlatform" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipPrefixLen" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vlan" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="fullDuplex" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mtu" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="systemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="systemOID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mgmtAddr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected Integer |
cdpVersion |
protected PhysicalNicCdpDeviceCapability |
deviceCapability |
protected String |
devId |
protected Boolean |
fullDuplex |
protected String |
hardwarePlatform |
protected String |
ipPrefix |
protected Integer |
ipPrefixLen |
protected String |
location |
protected String |
mgmtAddr |
protected Integer |
mtu |
protected String |
portId |
protected Integer |
samples |
protected String |
softwareVersion |
protected String |
systemName |
protected String |
systemOID |
protected Integer |
timeout |
protected Integer |
ttl |
protected Integer |
vlan |
| Constructor and Description |
|---|
PhysicalNicCdpInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
Integer |
getCdpVersion()
Gets the value of the cdpVersion property.
|
PhysicalNicCdpDeviceCapability |
getDeviceCapability()
Gets the value of the deviceCapability property.
|
String |
getDevId()
Gets the value of the devId property.
|
String |
getHardwarePlatform()
Gets the value of the hardwarePlatform property.
|
String |
getIpPrefix()
Gets the value of the ipPrefix property.
|
Integer |
getIpPrefixLen()
Gets the value of the ipPrefixLen property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getMgmtAddr()
Gets the value of the mgmtAddr property.
|
Integer |
getMtu()
Gets the value of the mtu property.
|
String |
getPortId()
Gets the value of the portId property.
|
Integer |
getSamples()
Gets the value of the samples property.
|
String |
getSoftwareVersion()
Gets the value of the softwareVersion property.
|
String |
getSystemName()
Gets the value of the systemName property.
|
String |
getSystemOID()
Gets the value of the systemOID property.
|
Integer |
getTimeout()
Gets the value of the timeout property.
|
Integer |
getTtl()
Gets the value of the ttl property.
|
Integer |
getVlan()
Gets the value of the vlan property.
|
Boolean |
isFullDuplex()
Gets the value of the fullDuplex property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setCdpVersion(Integer value)
Sets the value of the cdpVersion property.
|
void |
setDeviceCapability(PhysicalNicCdpDeviceCapability value)
Sets the value of the deviceCapability property.
|
void |
setDevId(String value)
Sets the value of the devId property.
|
void |
setFullDuplex(Boolean value)
Sets the value of the fullDuplex property.
|
void |
setHardwarePlatform(String value)
Sets the value of the hardwarePlatform property.
|
void |
setIpPrefix(String value)
Sets the value of the ipPrefix property.
|
void |
setIpPrefixLen(Integer value)
Sets the value of the ipPrefixLen property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setMgmtAddr(String value)
Sets the value of the mgmtAddr property.
|
void |
setMtu(Integer value)
Sets the value of the mtu property.
|
void |
setPortId(String value)
Sets the value of the portId property.
|
void |
setSamples(Integer value)
Sets the value of the samples property.
|
void |
setSoftwareVersion(String value)
Sets the value of the softwareVersion property.
|
void |
setSystemName(String value)
Sets the value of the systemName property.
|
void |
setSystemOID(String value)
Sets the value of the systemOID property.
|
void |
setTimeout(Integer value)
Sets the value of the timeout property.
|
void |
setTtl(Integer value)
Sets the value of the ttl property.
|
void |
setVlan(Integer value)
Sets the value of the vlan property.
|
protected Integer cdpVersion
protected Integer timeout
protected Integer ttl
protected Integer samples
protected String devId
protected String address
protected String portId
protected PhysicalNicCdpDeviceCapability deviceCapability
protected String softwareVersion
protected String hardwarePlatform
protected String ipPrefix
protected Integer ipPrefixLen
protected Integer vlan
protected Boolean fullDuplex
protected Integer mtu
protected String systemName
protected String systemOID
protected String mgmtAddr
protected String location
public Integer getCdpVersion()
Integerpublic void setCdpVersion(Integer value)
value - allowed object is
Integerpublic Integer getTimeout()
Integerpublic void setTimeout(Integer value)
value - allowed object is
Integerpublic Integer getTtl()
Integerpublic void setTtl(Integer value)
value - allowed object is
Integerpublic Integer getSamples()
Integerpublic void setSamples(Integer value)
value - allowed object is
Integerpublic String getDevId()
Stringpublic void setDevId(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getPortId()
Stringpublic void setPortId(String value)
value - allowed object is
Stringpublic PhysicalNicCdpDeviceCapability getDeviceCapability()
PhysicalNicCdpDeviceCapabilitypublic void setDeviceCapability(PhysicalNicCdpDeviceCapability value)
value - allowed object is
PhysicalNicCdpDeviceCapabilitypublic String getSoftwareVersion()
Stringpublic void setSoftwareVersion(String value)
value - allowed object is
Stringpublic String getHardwarePlatform()
Stringpublic void setHardwarePlatform(String value)
value - allowed object is
Stringpublic String getIpPrefix()
Stringpublic void setIpPrefix(String value)
value - allowed object is
Stringpublic Integer getIpPrefixLen()
Integerpublic void setIpPrefixLen(Integer value)
value - allowed object is
Integerpublic Integer getVlan()
Integerpublic void setVlan(Integer value)
value - allowed object is
Integerpublic Boolean isFullDuplex()
Booleanpublic void setFullDuplex(Boolean value)
value - allowed object is
Booleanpublic Integer getMtu()
Integerpublic void setMtu(Integer value)
value - allowed object is
Integerpublic String getSystemName()
Stringpublic void setSystemName(String value)
value - allowed object is
Stringpublic String getSystemOID()
Stringpublic void setSystemOID(String value)
value - allowed object is
Stringpublic String getMgmtAddr()
Stringpublic void setMgmtAddr(String value)
value - allowed object is
Stringpublic String getLocation()
StringCopyright © 2018. All rights reserved.