public class PhysicalNicSpec extends DynamicData
Java class for PhysicalNicSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalNicSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ip" type="{urn:vim25}HostIpConfig" minOccurs="0"/>
<element name="linkSpeed" type="{urn:vim25}PhysicalNicLinkInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostIpConfig |
ip |
protected PhysicalNicLinkInfo |
linkSpeed |
| Constructor and Description |
|---|
PhysicalNicSpec() |
| Modifier and Type | Method and Description |
|---|---|
HostIpConfig |
getIp()
Gets the value of the ip property.
|
PhysicalNicLinkInfo |
getLinkSpeed()
Gets the value of the linkSpeed property.
|
void |
setIp(HostIpConfig value)
Sets the value of the ip property.
|
void |
setLinkSpeed(PhysicalNicLinkInfo value)
Sets the value of the linkSpeed property.
|
protected HostIpConfig ip
protected PhysicalNicLinkInfo linkSpeed
public HostIpConfig getIp()
HostIpConfigpublic void setIp(HostIpConfig value)
value - allowed object is
HostIpConfigpublic PhysicalNicLinkInfo getLinkSpeed()
PhysicalNicLinkInfopublic void setLinkSpeed(PhysicalNicLinkInfo value)
value - allowed object is
PhysicalNicLinkInfoCopyright © 2018. All rights reserved.