public class HostFibreChannelOverEthernetHba extends HostFibreChannelHba
Java class for HostFibreChannelOverEthernetHba complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFibreChannelOverEthernetHba">
<complexContent>
<extension base="{urn:vim25}HostFibreChannelHba">
<sequence>
<element name="underlyingNic" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkInfo" type="{urn:vim25}HostFibreChannelOverEthernetHbaLinkInfo"/>
<element name="isSoftwareFcoe" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="markedForRemoval" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSoftwareFcoe |
protected HostFibreChannelOverEthernetHbaLinkInfo |
linkInfo |
protected boolean |
markedForRemoval |
protected String |
underlyingNic |
nodeWorldWideName, portType, portWorldWideName, speed| Constructor and Description |
|---|
HostFibreChannelOverEthernetHba() |
| Modifier and Type | Method and Description |
|---|---|
HostFibreChannelOverEthernetHbaLinkInfo |
getLinkInfo()
Gets the value of the linkInfo property.
|
String |
getUnderlyingNic()
Gets the value of the underlyingNic property.
|
boolean |
isIsSoftwareFcoe()
Gets the value of the isSoftwareFcoe property.
|
boolean |
isMarkedForRemoval()
Gets the value of the markedForRemoval property.
|
void |
setIsSoftwareFcoe(boolean value)
Sets the value of the isSoftwareFcoe property.
|
void |
setLinkInfo(HostFibreChannelOverEthernetHbaLinkInfo value)
Sets the value of the linkInfo property.
|
void |
setMarkedForRemoval(boolean value)
Sets the value of the markedForRemoval property.
|
void |
setUnderlyingNic(String value)
Sets the value of the underlyingNic property.
|
getNodeWorldWideName, getPortType, getPortWorldWideName, getSpeed, setNodeWorldWideName, setPortType, setPortWorldWideName, setSpeedprotected String underlyingNic
protected HostFibreChannelOverEthernetHbaLinkInfo linkInfo
protected boolean isSoftwareFcoe
protected boolean markedForRemoval
public String getUnderlyingNic()
Stringpublic void setUnderlyingNic(String value)
value - allowed object is
Stringpublic HostFibreChannelOverEthernetHbaLinkInfo getLinkInfo()
HostFibreChannelOverEthernetHbaLinkInfopublic void setLinkInfo(HostFibreChannelOverEthernetHbaLinkInfo value)
value - allowed object is
HostFibreChannelOverEthernetHbaLinkInfopublic boolean isIsSoftwareFcoe()
public void setIsSoftwareFcoe(boolean value)
public boolean isMarkedForRemoval()
public void setMarkedForRemoval(boolean value)
Copyright © 2018. All rights reserved.