Class VdiNbdServerInfo.Record

java.lang.Object
com.xensource.xenapi.VdiNbdServerInfo.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
VdiNbdServerInfo

public static class VdiNbdServerInfo.Record extends Object implements Types.Record
Represents all the fields in a VdiNbdServerInfo
  • Field Details

    • exportname

      public String 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

      public String address
      An address on which the server can be reached; this can be IPv4, IPv6, or a DNS name.
    • port

      public Long port
      The TCP port
    • cert

      public String cert
      The TLS certificate of the server
    • subject

      public String 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