public class ClusterIoFilterInfo extends IoFilterInfo
Java class for ClusterIoFilterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterIoFilterInfo">
<complexContent>
<extension base="{urn:vim25}IoFilterInfo">
<sequence>
<element name="opType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vibUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
opType |
protected String |
vibUrl |
id, name, releaseDate, summary, type, vendor, version| Constructor and Description |
|---|
ClusterIoFilterInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOpType()
Gets the value of the opType property.
|
String |
getVibUrl()
Gets the value of the vibUrl property.
|
void |
setOpType(String value)
Sets the value of the opType property.
|
void |
setVibUrl(String value)
Sets the value of the vibUrl property.
|
getId, getName, getReleaseDate, getSummary, getType, getVendor, getVersion, setId, setName, setReleaseDate, setSummary, setType, setVendor, setVersionpublic String getOpType()
Stringpublic void setOpType(String value)
value - allowed object is
Stringpublic String getVibUrl()
StringCopyright © 2018. All rights reserved.