Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - FolderBatchAddHostsToClusterResult(vim.Folder.BatchAddHostsToClusterResult)
- Returned by
- BatchAddHostsToCluster_Task
- Extends
- DynamicData
- See also
- FolderFailedHostResult, HostSystem
- Since
- vSphere API Release 6.7.1
Data Object Description
Properties
Name | Type | Description |
---|---|---|
hostsAddedToCluster* | ManagedObjectReference[]
to a HostSystem[] |
List of hosts that were successfully added to the cluster
in the desired state.
|
hostsFailedInventoryAdd* | FolderFailedHostResult[] |
Contains a fault for each host that failed addition to the inventory.
A failed host will not be part of hostsAddedToCluster list.
|
hostsFailedMoveToCluster* | FolderFailedHostResult[] |
List of hosts that are part of inventory but failed to move to the
cluster in the desired state.
A failed host will not be part of hostsAddedToCluster list however,
a failed host will be part of inventory as it might have been added
as a standalone host but failed to move to cluster in the desired
state.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |