public class HostMultipathInfoPath extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
adapter |
Boolean |
isWorkingPath |
String |
key |
String |
lun |
String |
name |
String |
pathState |
String |
state |
HostTargetTransport |
transport |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostMultipathInfoPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapter() |
Boolean |
getIsWorkingPath() |
String |
getKey() |
String |
getLun() |
String |
getName() |
String |
getPathState() |
String |
getState() |
HostTargetTransport |
getTransport() |
void |
setAdapter(String adapter) |
void |
setIsWorkingPath(Boolean isWorkingPath) |
void |
setKey(String key) |
void |
setLun(String lun) |
void |
setName(String name) |
void |
setPathState(String pathState) |
void |
setState(String state) |
void |
setTransport(HostTargetTransport transport) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public String name
public String pathState
public String state
public Boolean isWorkingPath
public String adapter
public String lun
public HostTargetTransport transport
public String getKey()
public String getName()
public String getPathState()
public String getState()
public Boolean getIsWorkingPath()
public String getAdapter()
public String getLun()
public HostTargetTransport getTransport()
public void setKey(String key)
public void setName(String name)
public void setPathState(String pathState)
public void setState(String state)
public void setIsWorkingPath(Boolean isWorkingPath)
public void setAdapter(String adapter)
public void setLun(String lun)
public void setTransport(HostTargetTransport transport)
Copyright © 2011-2012. All Rights Reserved.