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