vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostNvmeOverRdmaParameters(vim.host.NvmeOverRdmaParameters)
- Extends
 - HostNvmeTransportParameters
 - Since
 - vSphere API Release 7.0
 
Data Object Description
This data object represents the transport specific parameters necessary to establish an NVME over RDMA connection.Properties
| Name | Type | Description | 
|---|---|---|
| address | xsd:string | 
         The address of the connection target.
       | 
| addressFamily* | xsd:string | 
         Indicates the type of the address specified above.
   
  If unset, it is assumed to be an IPv4 address. The set of possible
  values is described in
  HostNvmeTransportParametersNvmeAddressFamily.
  Note that not all of the address families may be supported for
  establishing a connection over RDMA.
        | 
| portNumber* | xsd:int | 
         The port number of the RDMA target port.
   
  When IPv4/IPv6 is used as address family above, the port number
  needs to be specified. If this field is unset, a default
  value of 4420 is assumed as per the IANA assignment:
  https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
        | 
| Properties inherited from HostNvmeTransportParameters | ||
| None | ||
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |