public class VCenterServerLunFilter extends VCenterServerFilter
Java class for vCenterServerLunFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vCenterServerLunFilter"> <complexContent> <extension base="{}vCenterServerFilter"> <sequence> <element name="lunID" type="{}deviceUID" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DeviceUID |
lunID |
filteredEntityName, filterType
Constructor and Description |
---|
VCenterServerLunFilter() |
Modifier and Type | Method and Description |
---|---|
DeviceUID |
getLunID()
Gets the value of the lunID property.
|
void |
setLunID(DeviceUID value)
Sets the value of the lunID property.
|
getFilteredEntityName, getFilterType, setFilteredEntityName, setFilterType
protected DeviceUID lunID