Class SDNController.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • protocol

      public Types.SdnControllerProtocol protocol
      Protocol to connect with SDN controller
    • address

      public String address
      IP address of the controller
    • port

      public Long port
      TCP port of the controller
  • Constructor Details

    • Record

      public Record()
  • Method Details