public class ServerFabricVirtualPort extends Object implements Serializable
| Constructor and Description |
|---|
ServerFabricVirtualPort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getCurrentAllocatedVirtualFunctionCount() |
String |
getMac() |
String |
getPortFunction() |
Integer |
getPortNumber() |
String |
getWwnn() |
String |
getWwpn() |
int |
hashCode() |
void |
setCurrentAllocatedVirtualFunctionCount(Integer currentAllocatedVirtualFunctionCount) |
void |
setMac(String mac) |
void |
setPortFunction(String portFunction) |
void |
setPortNumber(Integer portNumber) |
void |
setWwnn(String wwnn) |
void |
setWwpn(String wwpn) |
String |
toString() |
public Integer getCurrentAllocatedVirtualFunctionCount()
public void setCurrentAllocatedVirtualFunctionCount(Integer currentAllocatedVirtualFunctionCount)
currentAllocatedVirtualFunctionCount - the currentAllocatedVirtualFunctionCount to setpublic String getMac()
public void setMac(String mac)
mac - the mac to setpublic String getPortFunction()
public void setPortFunction(String portFunction)
portFunction - the portFunction to setpublic Integer getPortNumber()
public void setPortNumber(Integer portNumber)
portNumber - the portNumber to setpublic String getWwnn()
public void setWwnn(String wwnn)
wwnn - the wwnn to setpublic String getWwpn()
public void setWwpn(String wwpn)
wwpn - the wwpn to setCopyright © 2017. All rights reserved.