public class ClusterMigrationAction extends ClusterAction
Java class for ClusterMigrationAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterMigrationAction">
<complexContent>
<extension base="{urn:vim25}ClusterAction">
<sequence>
<element name="drsMigration" type="{urn:vim25}ClusterDrsMigration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDrsMigration |
drsMigration |
target, type| Constructor and Description |
|---|
ClusterMigrationAction() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDrsMigration |
getDrsMigration()
Gets the value of the drsMigration property.
|
void |
setDrsMigration(ClusterDrsMigration value)
Sets the value of the drsMigration property.
|
getTarget, getType, setTarget, setTypeprotected ClusterDrsMigration drsMigration
public ClusterDrsMigration getDrsMigration()
ClusterDrsMigrationpublic void setDrsMigration(ClusterDrsMigration value)
value - allowed object is
ClusterDrsMigrationCopyright © 2018. All rights reserved.