vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostNvmeOpaqueTransportParameters(vim.host.NvmeOpaqueTransportParameters)
- Extends
- HostNvmeTransportParameters
- Since
- vSphere API Release 7.0
Data Object Description
This data object represents the raw transport specific parameters returned in a Discovery Log Page Entry, when they cannot be interpreted as one of the known common types of parameters.For details, see:
- "NVM Express over Fabrics 1.0", Section 5.3, Discovery Log Page
Properties
Name | Type | Description |
---|---|---|
adrfam | xsd:string |
Indicates the address family of the address specified above.
Corresponds to the ADRFAM field in the Discovery Log Page Entry
as specified by the NVME over Fabrics spec.
The set of supported values is described in
HostNvmeTransportParametersNvmeAddressFamily.
|
traddr | xsd:string |
The transport address.
Corresponds to the TRADDR field in the Discovery Log Page Entry
as specified by the NVME over Fabrics spec.
|
trsvcid | xsd:string |
Transport service identifier.
Corresponds to the TRSVCID field in the Discovery Log Page Entry
as specified by the NVME over Fabrics spec.
Its interpretation varies depending on the transport type.
|
trtype | xsd:string |
The transport type.
Corresponds to the TRTYPE field in the Discovery Log Page Entry
as specified by the NVME over Fabrics spec.
The set of possible values is desribed in HostNvmeTransportType.
|
tsas | xsd:base64Binary |
Transport specific address subtype.
Corresponds to the TSAS field in the Discovery Log Page Entry
as specified by the NVME over Fabrics spec.
Its interpretation varies depending on the transport type.
|
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 |