vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanUnicastAddressInfo(vim.cluster.VsanUnicastAddressInfo)
- Property of
- VsanPerfMemberInfo, VsanServerHostUnicastInfo
- Extends
- DynamicData
- Since
- 6.6
Data Object Description
Unicast address information of a cluster member. When unicast is used for vSAN clustering, we need to tell each host about the addresses information of all hosts in the cluster. These information includes the IP address, port and the vmknic. Host uses such information to communicate with others (through others' IP address). One such object represents one address information.Properties
Name | Type | Description |
---|---|---|
address | xsd:string |
IP address of a cluster member. It could be IPv4 or IPv6 address.
|
nicType* | xsd:string |
nictype of a cluster member for unicast traffic.
Since 9.0.0.0 |
port* | xsd:int |
Port of a cluster member used for unicast traffic.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |