Package com.xensource.xenapi
Class VdiNbdServerInfo.Record
java.lang.Object
com.xensource.xenapi.VdiNbdServerInfo.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VdiNbdServerInfo
Represents all the fields in a VdiNbdServerInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn address on which the server can be reached; this can be IPv4, IPv6, or a DNS name.The TLS certificate of the serverThe exportname to request over NBD.The TCP portFor convenience, this redundant field holds a DNS (hostname) subject of the certificate. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exportname
The exportname to request over NBD. This holds details including an authentication token, so it must be protected appropriately. Clients should regard the exportname as an opaque string or token. -
address
An address on which the server can be reached; this can be IPv4, IPv6, or a DNS name. -
port
The TCP port -
cert
The TLS certificate of the server -
subject
For convenience, this redundant field holds a DNS (hostname) subject of the certificate. This can be a wildcard, but only for a certificate that has a wildcard subject and no concrete hostname subjects.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a vdi_nbd_server_info.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-