public class HostFibreChannelTargetTransport extends HostTargetTransport
Java class for HostFibreChannelTargetTransport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFibreChannelTargetTransport">
<complexContent>
<extension base="{urn:vim25}HostTargetTransport">
<sequence>
<element name="portWorldWideName" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="nodeWorldWideName" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
nodeWorldWideName |
protected long |
portWorldWideName |
| Constructor and Description |
|---|
HostFibreChannelTargetTransport() |
| Modifier and Type | Method and Description |
|---|---|
long |
getNodeWorldWideName()
Gets the value of the nodeWorldWideName property.
|
long |
getPortWorldWideName()
Gets the value of the portWorldWideName property.
|
void |
setNodeWorldWideName(long value)
Sets the value of the nodeWorldWideName property.
|
void |
setPortWorldWideName(long value)
Sets the value of the portWorldWideName property.
|
protected long portWorldWideName
protected long nodeWorldWideName
public long getPortWorldWideName()
public void setPortWorldWideName(long value)
public long getNodeWorldWideName()
public void setNodeWorldWideName(long value)
Copyright © 2018. All rights reserved.