public class HostMultipathInfoLogicalUnit extends DynamicData
Java class for HostMultipathInfoLogicalUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostMultipathInfoLogicalUnit">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lun" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{urn:vim25}HostMultipathInfoPath" maxOccurs="unbounded"/>
<element name="policy" type="{urn:vim25}HostMultipathInfoLogicalUnitPolicy"/>
<element name="storageArrayTypePolicy" type="{urn:vim25}HostMultipathInfoLogicalUnitStorageArrayTypePolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
key |
protected String |
lun |
protected List<HostMultipathInfoPath> |
path |
protected HostMultipathInfoLogicalUnitPolicy |
policy |
protected HostMultipathInfoLogicalUnitStorageArrayTypePolicy |
storageArrayTypePolicy |
| Constructor and Description |
|---|
HostMultipathInfoLogicalUnit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getLun()
Gets the value of the lun property.
|
List<HostMultipathInfoPath> |
getPath()
Gets the value of the path property.
|
HostMultipathInfoLogicalUnitPolicy |
getPolicy()
Gets the value of the policy property.
|
HostMultipathInfoLogicalUnitStorageArrayTypePolicy |
getStorageArrayTypePolicy()
Gets the value of the storageArrayTypePolicy property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLun(String value)
Sets the value of the lun property.
|
void |
setPolicy(HostMultipathInfoLogicalUnitPolicy value)
Sets the value of the policy property.
|
void |
setStorageArrayTypePolicy(HostMultipathInfoLogicalUnitStorageArrayTypePolicy value)
Sets the value of the storageArrayTypePolicy property.
|
protected String key
protected String id
protected String lun
protected List<HostMultipathInfoPath> path
protected HostMultipathInfoLogicalUnitPolicy policy
protected HostMultipathInfoLogicalUnitStorageArrayTypePolicy storageArrayTypePolicy
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getLun()
Stringpublic void setLun(String value)
value - allowed object is
Stringpublic List<HostMultipathInfoPath> getPath()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the path property.
For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
HostMultipathInfoPath
public HostMultipathInfoLogicalUnitPolicy getPolicy()
HostMultipathInfoLogicalUnitPolicypublic void setPolicy(HostMultipathInfoLogicalUnitPolicy value)
value - allowed object is
HostMultipathInfoLogicalUnitPolicypublic HostMultipathInfoLogicalUnitStorageArrayTypePolicy getStorageArrayTypePolicy()
HostMultipathInfoLogicalUnitStorageArrayTypePolicypublic void setStorageArrayTypePolicy(HostMultipathInfoLogicalUnitStorageArrayTypePolicy value)
value - allowed object is
HostMultipathInfoLogicalUnitStorageArrayTypePolicyCopyright © 2018. All rights reserved.