public class ServerFabricPhysicalPort extends Object implements Serializable
| Constructor and Description |
|---|
ServerFabricPhysicalPort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getInterconnectPort() |
String |
getInterconnectUri() |
String |
getMac() |
Integer |
getPhysicalInterconnectPort() |
String |
getPhysicalInterconnectUri() |
Integer |
getPortNumber() |
ServerPortType |
getType() |
List<ServerFabricVirtualPort> |
getVirtualPorts() |
String |
getWwn() |
int |
hashCode() |
void |
setInterconnectPort(Integer interconnectPort) |
void |
setInterconnectUri(String interconnectUri) |
void |
setMac(String mac) |
void |
setPhysicalInterconnectPort(Integer physicalInterconnectPort) |
void |
setPhysicalInterconnectUri(String physicalInterconnectUri) |
void |
setPortNumber(Integer portNumber) |
void |
setType(ServerPortType type) |
void |
setVirtualPorts(List<ServerFabricVirtualPort> virtualPorts) |
void |
setWwn(String wwn) |
String |
toString() |
public Integer getInterconnectPort()
public void setInterconnectPort(Integer interconnectPort)
interconnectPort - the interconnectPort to setpublic String getInterconnectUri()
public void setInterconnectUri(String interconnectUri)
interconnectUri - the interconnectUri to setpublic String getMac()
public void setMac(String mac)
mac - the mac to setpublic Integer getPhysicalInterconnectPort()
public void setPhysicalInterconnectPort(Integer physicalInterconnectPort)
physicalInterconnectPort - the physicalInterconnectPort to setpublic String getPhysicalInterconnectUri()
public void setPhysicalInterconnectUri(String physicalInterconnectUri)
physicalInterconnectUri - the physicalInterconnectUri to setpublic Integer getPortNumber()
public void setPortNumber(Integer portNumber)
portNumber - the portNumber to setpublic ServerPortType getType()
public void setType(ServerPortType type)
type - the type to setpublic List<ServerFabricVirtualPort> getVirtualPorts()
public void setVirtualPorts(List<ServerFabricVirtualPort> virtualPorts)
virtualPorts - the virtualPorts to setpublic String getWwn()
public void setWwn(String wwn)
wwn - the wwn to setCopyright © 2017. All rights reserved.