| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
VsanRollbackVdsToVss, VsanVdsGetMigrationPlan, VsanVdsMigrateVss, VsanVssMigrateVds |
Privileges | Required on |
---|---|
Host.Config.Storage | RootFolder |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanVdsSystem used to make the method call. |
task | ManagedObjectReference
to a Task |
The task associated with the change committed by
the VsanVdsMigrateVss
|
Return Value
Type | Description |
---|---|
xsd:boolean | Always return True |
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 |
Privileges | Required on |
---|---|
System.Read | ClusterComputeResource |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanVdsSystem used to make the method call. |
cluster | ManagedObjectReference
to a ComputeResource |
Hosts of this cluster will be migrated to the new VDS
|
vswitchName* | xsd:string |
Name of the original VSS vSwitch
Since vSAN API 6.6 |
vdsName* | xsd:string |
Name of the new VDS. Only required for the creation of
a new VDS
Since vSAN API 6.6 |
vmnicDevices* | xsd:string[] |
Physical NICs that are currently unused to be
attached to the new vDS.
Since vSAN API 6.6 |
infraVm* | ManagedObjectReference[]
to a VirtualMachine[] |
Infrastructure VMs that will be handled specially
during migration.
Since vSAN API 6.6 |
vds* | ManagedObjectReference
to a VmwareDistributedVirtualSwitch |
The VDS which the hosts are connected to. Set this parameter
when existing VDS can be leveraged.
Since vSAN API 6.7 |
hosts* | ManagedObjectReference[]
to a HostSystem[] |
hosts in the cluster to be migrated to the VDS. Leave this
field empty if all the hosts in the cluster needs to be
migrated.
Since vSAN API vSAN 6.7U1 |
Return Value
Type | Description |
---|---|
VsanVdsMigrationPlan | Detailed migration plan. |
Faults
Type | Description |
---|---|
InvalidArgument | When hosts with invalid or inconsistent configuration are found. |
NotFound | when specified cluster doesn't exist. |
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 |
This API by default requires DVSwitch.Create and DVSwitch.Modify on RootFolder, and System.Read on cluster. Host.Inventory.EditCluster on hosts is required if hosts parameter is provided.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanVdsSystem used to make the method call. |
cluster | ManagedObjectReference
to a ComputeResource |
Hosts of this cluster will be migrated to the new VDS
|
migrationPlan* | VsanVdsMigrationPlan |
Detailed migration plan
Since vSAN API 6.6 |
vswitchName* | xsd:string |
Name of the original VSS vswitch
Since vSAN API 6.6 |
vdsName* | xsd:string |
Name of the new VDS. Only required for the creation of
a new VDS
Since vSAN API 6.6 |
vmnicDevices* | xsd:string[] |
Physical NICs that are currently unused to be
attached to the new VDS.
Since vSAN API 6.6 |
infraVm* | ManagedObjectReference[]
to a VirtualMachine[] |
Infrastructure VMs that will be handled specially
during migration.
Since vSAN API 6.6 |
vds* | ManagedObjectReference
to a VmwareDistributedVirtualSwitch |
The VDS which the hosts are connected to. Set this parameter
when existing VDS can be leveraged.
Since vSAN API 6.7 |
hosts* | ManagedObjectReference[]
to a HostSystem[] |
hosts in the cluster to be migrated to the VDS. Leave this
field empty if all the hosts in the cluster needs to be
migrated.
Since vSAN API vSAN 6.7U1 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | The task associated with the migration |
Faults
Type | Description |
---|---|
InvalidArgument | When hosts with invalid or inconsistent configuration are found. |
NotFound | when specified cluster doesn't exist. |
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 |
This API requires DVSwitch.Delete and DVSwitch.Modify on vds, extra privilege check might be needed depends on what is being migrated.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanVdsSystem used to make the method call. |
cluster* | ManagedObjectReference
to a ComputeResource |
Hosts of this cluster will be migrated from the specified
VDS to the new VSS.
Since vSAN API 6.7 |
hosts* | ManagedObjectReference[]
to a HostSystem[] |
Individual hosts to be migrated from the VDS to the VSS.
Since vSAN API 6.7 |
vds | ManagedObjectReference
to a VmwareDistributedVirtualSwitch |
The VDS which the hosts in the cluster are connected to.
|
vswitchName* | xsd:string |
Name of the new VSS to be migrated to.
Since vSAN API 6.7 |
vmnicDevices* | xsd:string[] |
Physical NICs that are currently unused to be
attached to the new VSS.
Since vSAN API 6.7 |
infraVm* | ManagedObjectReference[]
to a VirtualMachine[] |
Infrastructure VMs that will be handled specially
during migration.
Since vSAN API 6.7 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | The task associated with the migration |
Faults
Type | Description |
---|---|
NotFound | when specified cluster doesn't exist. |
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 |