public class PhysicalNicLinkInfo extends DynamicData
Java class for PhysicalNicLinkInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalNicLinkInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="speedMb" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="duplex" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
duplex |
protected int |
speedMb |
| Constructor and Description |
|---|
PhysicalNicLinkInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSpeedMb()
Gets the value of the speedMb property.
|
boolean |
isDuplex()
Gets the value of the duplex property.
|
void |
setDuplex(boolean value)
Sets the value of the duplex property.
|
void |
setSpeedMb(int value)
Sets the value of the speedMb property.
|
public int getSpeedMb()
public void setSpeedMb(int value)
public boolean isDuplex()
public void setDuplex(boolean value)
Copyright © 2018. All rights reserved.