com.hyper9.simdk.stubs.dao
Class PhysicalNic
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.PhysicalNic
- All Implemented Interfaces:
- Serializable
public class PhysicalNic
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
PhysicalNic
public PhysicalNic()
getKey
public String getKey()
setKey
public void setKey(String toSet)
getDevice
public String getDevice()
setDevice
public void setDevice(String toSet)
getPci
public String getPci()
setPci
public void setPci(String toSet)
getDriver
public String getDriver()
setDriver
public void setDriver(String toSet)
getLinkSpeed
public PhysicalNicLinkInfo getLinkSpeed()
setLinkSpeed
public void setLinkSpeed(PhysicalNicLinkInfo toSet)
getValidLinkSpecification
public List<PhysicalNicLinkInfo> getValidLinkSpecification()
setValidLinkSpecification
public void setValidLinkSpecification(List<PhysicalNicLinkInfo> toSet)
getSpec
public PhysicalNicSpec getSpec()
setSpec
public void setSpec(PhysicalNicSpec toSet)
getWakeOnLanSupported
public Boolean getWakeOnLanSupported()
setWakeOnLanSupported
public void setWakeOnLanSupported(Boolean toSet)
getMac
public String getMac()
setMac
public void setMac(String toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.