public class ClusterAction extends DynamicData
Java class for ClusterAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterAction">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="target" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
target |
protected String |
type |
| Constructor and Description |
|---|
ClusterAction() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getTarget()
Gets the value of the target property.
|
String |
getType()
Gets the value of the type property.
|
void |
setTarget(ManagedObjectReference value)
Sets the value of the target property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected ManagedObjectReference target
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ManagedObjectReference getTarget()
ManagedObjectReferencepublic void setTarget(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.