vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanNetworkHealthResult(vim.host.VsanNetworkHealthResult)
- Property of
- VsanClusterNetworkHealthResult
- Returned by
- VsanHostQueryVerifyNetworkSettings
- Extends
- DynamicData
- See also
- HostSystem, VsanNetworkPeerHealthResult, VsanServerClusterInfo
- Since
- vSphere API Release 5.5
Data Object Description
Network health as seen by a particular hostProperties
Name | Type | Description |
---|---|---|
host* | ManagedObjectReference
to a HostSystem |
Reference to host which ran the network health check
|
hostname* | xsd:string |
Hostname/IP of host which ran the network health check.
|
inUnicast* | xsd:boolean |
Host is using unicast or not.
Since vSAN API 6.6 |
ipSubnets* | xsd:string[] |
The IP subnets of vSAN vmknics configured on the host in the form: a.b.c.d/x
|
issueFound* | xsd:boolean |
Any health issue found by the local host? Reason is contained in one of the other
properties.
|
multicastConfig* | xsd:string |
IP addresses used for multicast by vSAN. This is meant as an opaque string, not to
be parsed and the format to be relied on. The format may change in the future.
The basic format for the multicast config is "agent group multicast IP/master
group multicast IP" and will be concatenated by ',' if there are multiple
vSAN vmknics.
|
peerHealth* | VsanNetworkPeerHealthResult[] |
Health of peer network connectivity as seen by the host which ran the check.
|
rdmaEnabled* | xsd:boolean |
True indicates the host has enabled RDMA for data traffic
in Reliable Datagram Transport (RDT) protocol
Since vSAN API vSAN 7.0U2 |
rdtConnProtocol* | xsd:string |
The Reliable Datagram Transport (RDT) protocol used by host
for vSAN data traffic. vSAN supported RDT protocols include
TCP, RoCEv1 and RoCEv2.
Since vSAN API vSAN 7.0U2 |
serverClusters* | VsanServerClusterInfo[] |
Information of server vSAN clusters.
Since vSAN API vSAN 7.0U1 |
unicastConfig* | xsd:string |
IP addresses used for unicast by vSAN in the format of JSON.
Since vSAN API 6.6.1 |
vMotionHealth* | VsanNetworkPeerHealthResult[] |
Perform a connectivity check for vMotion between this host and others.
Since vSAN API 6.6 |
vsanVmknicPresent* | xsd:boolean |
Whether or not the host which ran the health check had a vSAN vmknic configured.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |