public class ReconfigureClusterRequestType extends Object
Java class for ReconfigureClusterRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconfigureClusterRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="spec" type="{urn:vim25}ClusterConfigSpec"/>
<element name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected boolean |
modify |
protected ClusterConfigSpec |
spec |
| Constructor and Description |
|---|
ReconfigureClusterRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfigSpec |
getSpec()
Gets the value of the spec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isModify()
Gets the value of the modify property.
|
void |
setModify(boolean value)
Sets the value of the modify property.
|
void |
setSpec(ClusterConfigSpec value)
Sets the value of the spec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ClusterConfigSpec spec
protected boolean modify
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ClusterConfigSpec getSpec()
ClusterConfigSpecpublic void setSpec(ClusterConfigSpec value)
value - allowed object is
ClusterConfigSpecpublic boolean isModify()
public void setModify(boolean value)
Copyright © 2018. All rights reserved.