public class VmValidateMaxDevice extends VimFault
Java class for VmValidateMaxDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmValidateMaxDevice">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="max" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected String |
device |
protected int |
max |
faultCause, faultMessage| Constructor and Description |
|---|
VmValidateMaxDevice() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
String |
getDevice()
Gets the value of the device property.
|
int |
getMax()
Gets the value of the max property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setMax(int value)
Sets the value of the max property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String device
protected int max
protected int count
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic int getMax()
public void setMax(int value)
public int getCount()
public void setCount(int value)
Copyright © 2018. All rights reserved.