public class VimVasaProviderStatePerArray extends DynamicData
Java class for VimVasaProviderStatePerArray complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VimVasaProviderStatePerArray">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="arrayId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
arrayId |
protected int |
priority |
| Constructor and Description |
|---|
VimVasaProviderStatePerArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArrayId()
Gets the value of the arrayId property.
|
int |
getPriority()
Gets the value of the priority property.
|
boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setArrayId(String value)
Sets the value of the arrayId property.
|
void |
setPriority(int value)
Sets the value of the priority property.
|
protected int priority
protected String arrayId
protected boolean active
public int getPriority()
public void setPriority(int value)
public String getArrayId()
Stringpublic void setArrayId(String value)
value - allowed object is
Stringpublic boolean isActive()
public void setActive(boolean value)
Copyright © 2018. All rights reserved.