public class HostScsiTopologyTarget extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
key |
HostScsiTopologyLun[] |
lun |
int |
target |
HostTargetTransport |
transport |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostScsiTopologyTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
HostScsiTopologyLun[] |
getLun() |
int |
getTarget() |
HostTargetTransport |
getTransport() |
void |
setKey(String key) |
void |
setLun(HostScsiTopologyLun[] lun) |
void |
setTarget(int target) |
void |
setTransport(HostTargetTransport transport) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public int target
public HostScsiTopologyLun[] lun
public HostTargetTransport transport
public String getKey()
public int getTarget()
public HostScsiTopologyLun[] getLun()
public HostTargetTransport getTransport()
public void setKey(String key)
public void setTarget(int target)
public void setLun(HostScsiTopologyLun[] lun)
public void setTransport(HostTargetTransport transport)
Copyright © 2011-2012. All Rights Reserved.