public class HostMultipathInfoPath extends DynamicData
Java class for HostMultipathInfoPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostMultipathInfoPath">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pathState" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isWorkingPath" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="adapter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lun" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="transport" type="{urn:vim25}HostTargetTransport" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adapter |
protected Boolean |
isWorkingPath |
protected String |
key |
protected String |
lun |
protected String |
name |
protected String |
pathState |
protected String |
state |
protected HostTargetTransport |
transport |
| Constructor and Description |
|---|
HostMultipathInfoPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapter()
Gets the value of the adapter property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getLun()
Gets the value of the lun property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPathState()
Gets the value of the pathState property.
|
String |
getState()
Gets the value of the state property.
|
HostTargetTransport |
getTransport()
Gets the value of the transport property.
|
Boolean |
isIsWorkingPath()
Gets the value of the isWorkingPath property.
|
void |
setAdapter(String value)
Sets the value of the adapter property.
|
void |
setIsWorkingPath(Boolean value)
Sets the value of the isWorkingPath property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLun(String value)
Sets the value of the lun property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPathState(String value)
Sets the value of the pathState property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setTransport(HostTargetTransport value)
Sets the value of the transport property.
|
protected String key
protected String name
protected String pathState
protected String state
protected Boolean isWorkingPath
protected String adapter
protected String lun
protected HostTargetTransport transport
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPathState()
Stringpublic void setPathState(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic Boolean isIsWorkingPath()
Booleanpublic void setIsWorkingPath(Boolean value)
value - allowed object is
Booleanpublic String getAdapter()
Stringpublic void setAdapter(String value)
value - allowed object is
Stringpublic String getLun()
Stringpublic void setLun(String value)
value - allowed object is
Stringpublic HostTargetTransport getTransport()
HostTargetTransportpublic void setTransport(HostTargetTransport value)
value - allowed object is
HostTargetTransportCopyright © 2018. All rights reserved.