Test Search vSphere Web Services API


Data Object - HostNvmeOverTcpParameters(vim.host.NvmeOverTcpParameters)

Extends
HostNvmeTransportParameters
Since
vSphere API Release 7.0.3.0

Data Object Description

This data object represents the transport specific parameters necessary to establish an NVME over TCP connection.

Properties

Name Type Description
addressxsd:string

The address of the connection target.

It is expected to be an IPv4 or IPv6 address.

digestVerification*xsd:string

Digest verification parameter.

When used in a discovery or connect spec, this parameter specifies the requested digest verification setting. The list of supported values is described in HostDigestVerificationSetting. If unset, a default value of disabled is assumed. For details, see:

  • NVM Express Technical Proposal 8000 - NVMe/TCP Transport, Section 7.4.10.2, "Initialize Connection Request PDU (ICReq)" - DGST field.
When part of HostNvmeDiscoveryLogEntry, this value is unset.
portNumber*xsd:int

The port number of the TCP target port.

If this field is unset, the default value of 8009 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
*Need not be set
Show WSDL type definition