public class PerformVsanUpgradeRequestType extends Object
Java class for PerformVsanUpgradeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformVsanUpgradeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="cluster" type="{urn:vim25}ManagedObjectReference"/>
<element name="performObjectUpgrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="downgradeFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowReducedRedundancy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="excludeHosts" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected Boolean |
allowReducedRedundancy |
protected ManagedObjectReference |
cluster |
protected Boolean |
downgradeFormat |
protected List<ManagedObjectReference> |
excludeHosts |
protected Boolean |
performObjectUpgrade |
| Constructor and Description |
|---|
PerformVsanUpgradeRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getCluster()
Gets the value of the cluster property.
|
List<ManagedObjectReference> |
getExcludeHosts()
Gets the value of the excludeHosts property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
Boolean |
isAllowReducedRedundancy()
Gets the value of the allowReducedRedundancy property.
|
Boolean |
isDowngradeFormat()
Gets the value of the downgradeFormat property.
|
Boolean |
isPerformObjectUpgrade()
Gets the value of the performObjectUpgrade property.
|
void |
setAllowReducedRedundancy(Boolean value)
Sets the value of the allowReducedRedundancy property.
|
void |
setCluster(ManagedObjectReference value)
Sets the value of the cluster property.
|
void |
setDowngradeFormat(Boolean value)
Sets the value of the downgradeFormat property.
|
void |
setPerformObjectUpgrade(Boolean value)
Sets the value of the performObjectUpgrade property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference cluster
protected Boolean performObjectUpgrade
protected Boolean downgradeFormat
protected Boolean allowReducedRedundancy
protected List<ManagedObjectReference> excludeHosts
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getCluster()
ManagedObjectReferencepublic void setCluster(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isPerformObjectUpgrade()
Booleanpublic void setPerformObjectUpgrade(Boolean value)
value - allowed object is
Booleanpublic Boolean isDowngradeFormat()
Booleanpublic void setDowngradeFormat(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowReducedRedundancy()
Booleanpublic void setAllowReducedRedundancy(Boolean value)
value - allowed object is
Booleanpublic List<ManagedObjectReference> getExcludeHosts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the excludeHosts property.
For example, to add a new item, do as follows:
getExcludeHosts().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
Copyright © 2018. All rights reserved.