Package com.vmware.vim25
Class PhysicalNicLinkInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.PhysicalNicLinkInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisDuplex()voidsetDuplex(boolean duplex) voidsetSpeedMb(int speedMb) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
speedMb
public int speedMb -
duplex
public boolean duplex
-
-
Constructor Details
-
PhysicalNicLinkInfo
public PhysicalNicLinkInfo()
-
-
Method Details
-
getSpeedMb
public int getSpeedMb() -
isDuplex
public boolean isDuplex() -
setSpeedMb
public void setSpeedMb(int speedMb) -
setDuplex
public void setDuplex(boolean duplex)
-