public class VCenterServerVMFilter extends VCenterServerFilter
Java class for vCenterServerVMFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vCenterServerVMFilter"> <complexContent> <extension base="{}vCenterServerFilter"> <sequence> <element name="ip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ip |
filteredEntityName, filterType
Constructor and Description |
---|
VCenterServerVMFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIp()
Gets the value of the ip property.
|
void |
setIp(java.lang.String value)
Sets the value of the ip property.
|
getFilteredEntityName, getFilterType, setFilteredEntityName, setFilterType