public class InvalidDasConfigArgument extends InvalidArgument
Java class for InvalidDasConfigArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidDasConfigArgument">
<complexContent>
<extension base="{urn:vim25}InvalidArgument">
<sequence>
<element name="entry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clusterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clusterName |
protected String |
entry |
invalidPropertyfaultCause, faultMessage| Constructor and Description |
|---|
InvalidDasConfigArgument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Gets the value of the clusterName property.
|
String |
getEntry()
Gets the value of the entry property.
|
void |
setClusterName(String value)
Sets the value of the clusterName property.
|
void |
setEntry(String value)
Sets the value of the entry property.
|
getInvalidProperty, setInvalidPropertygetFaultCause, getFaultMessage, setFaultCausepublic String getEntry()
Stringpublic void setEntry(String value)
value - allowed object is
Stringpublic String getClusterName()
StringCopyright © 2018. All rights reserved.