public class HostPlugStoreTopologyPath extends DynamicData
Java class for HostPlugStoreTopologyPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPlugStoreTopologyPath">
<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="channelNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="targetNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lunNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="adapter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="target" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adapter |
protected Integer |
channelNumber |
protected String |
device |
protected String |
key |
protected Integer |
lunNumber |
protected String |
name |
protected String |
target |
protected Integer |
targetNumber |
| Constructor and Description |
|---|
HostPlugStoreTopologyPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapter()
Gets the value of the adapter property.
|
Integer |
getChannelNumber()
Gets the value of the channelNumber property.
|
String |
getDevice()
Gets the value of the device property.
|
String |
getKey()
Gets the value of the key property.
|
Integer |
getLunNumber()
Gets the value of the lunNumber property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTarget()
Gets the value of the target property.
|
Integer |
getTargetNumber()
Gets the value of the targetNumber property.
|
void |
setAdapter(String value)
Sets the value of the adapter property.
|
void |
setChannelNumber(Integer value)
Sets the value of the channelNumber property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLunNumber(Integer value)
Sets the value of the lunNumber property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setTargetNumber(Integer value)
Sets the value of the targetNumber property.
|
protected String key
protected String name
protected Integer channelNumber
protected Integer targetNumber
protected Integer lunNumber
protected String adapter
protected String target
protected String device
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 Integer getChannelNumber()
Integerpublic void setChannelNumber(Integer value)
value - allowed object is
Integerpublic Integer getTargetNumber()
Integerpublic void setTargetNumber(Integer value)
value - allowed object is
Integerpublic Integer getLunNumber()
Integerpublic void setLunNumber(Integer value)
value - allowed object is
Integerpublic String getAdapter()
Stringpublic void setAdapter(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic String getDevice()
StringCopyright © 2018. All rights reserved.