public class DvsFilterConfig extends InheritablePolicy
Java class for DvsFilterConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsFilterConfig">
<complexContent>
<extension base="{urn:vim25}InheritablePolicy">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="agentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="slotNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameters" type="{urn:vim25}DvsFilterParameter" minOccurs="0"/>
<element name="onFailure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
key |
protected String |
onFailure |
protected DvsFilterParameter |
parameters |
protected String |
slotNumber |
inherited| Constructor and Description |
|---|
DvsFilterConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getOnFailure()
Gets the value of the onFailure property.
|
DvsFilterParameter |
getParameters()
Gets the value of the parameters property.
|
String |
getSlotNumber()
Gets the value of the slotNumber property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setOnFailure(String value)
Sets the value of the onFailure property.
|
void |
setParameters(DvsFilterParameter value)
Sets the value of the parameters property.
|
void |
setSlotNumber(String value)
Sets the value of the slotNumber property.
|
isInherited, setInheritedprotected String key
protected String agentName
protected String slotNumber
protected DvsFilterParameter parameters
protected String onFailure
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getSlotNumber()
Stringpublic void setSlotNumber(String value)
value - allowed object is
Stringpublic DvsFilterParameter getParameters()
DvsFilterParameterpublic void setParameters(DvsFilterParameter value)
value - allowed object is
DvsFilterParameterpublic String getOnFailure()
StringCopyright © 2018. All rights reserved.