|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| VsanCompleteMigrateVmsToVds, VsanMigrateVmsToVds |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VsanHostVdsSystem used to make the method call. |
| jobId P | xsd:string |
Unique identifier returned by VsanMigrateVmsToVds()
Since vSAN API 6.6 |
| newState P | xsd:string |
Indicates if the migration is considered completed or
should be rolled back.
Since vSAN API 6.6 |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| NotFound | Task not found |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| VsanFault | Any unexpected runtime error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VsanHostVdsSystem used to make the method call. |
| vmConfigSpecs P | VsanVmVdsMigrationSpec[] |
VMs to be migrated via associated specs
Since vSAN API 6.6 |
| vdsUuid P | xsd:string |
UUID of the VDS that is being migrated to.
Since vSAN API 6.6 |
| timeoutSec P | xsd:long |
Time in seconds. See above for timeout behavior.
Since vSAN API 6.6 |
| revert* P | xsd:boolean |
Since vSAN API 6.6 |
Return Value
| Type | Description |
|---|---|
| xsd:string | A unique identifier referring to this operation |
Faults
| Type | Description |
|---|---|
| NotFound | Task not found |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| VsanFault | Any unexpected runtime error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |