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