public class HostFibreChannelOverEthernetTargetTransport extends HostFibreChannelTargetTransport
Java class for HostFibreChannelOverEthernetTargetTransport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFibreChannelOverEthernetTargetTransport">
<complexContent>
<extension base="{urn:vim25}HostFibreChannelTargetTransport">
<sequence>
<element name="vnportMac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fcfMac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vlanId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fcfMac |
protected int |
vlanId |
protected String |
vnportMac |
nodeWorldWideName, portWorldWideName| Constructor and Description |
|---|
HostFibreChannelOverEthernetTargetTransport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFcfMac()
Gets the value of the fcfMac property.
|
int |
getVlanId()
Gets the value of the vlanId property.
|
String |
getVnportMac()
Gets the value of the vnportMac property.
|
void |
setFcfMac(String value)
Sets the value of the fcfMac property.
|
void |
setVlanId(int value)
Sets the value of the vlanId property.
|
void |
setVnportMac(String value)
Sets the value of the vnportMac property.
|
getNodeWorldWideName, getPortWorldWideName, setNodeWorldWideName, setPortWorldWideNameprotected String vnportMac
protected String fcfMac
protected int vlanId
public HostFibreChannelOverEthernetTargetTransport()
public String getVnportMac()
Stringpublic void setVnportMac(String value)
value - allowed object is
Stringpublic String getFcfMac()
Stringpublic void setFcfMac(String value)
value - allowed object is
Stringpublic int getVlanId()
public void setVlanId(int value)
Copyright © 2018. All rights reserved.