Package com.xensource.xenapi
Class SDNController.Record
java.lang.Object
com.xensource.xenapi.SDNController.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- SDNController
Represents all the fields in a SDNController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
protocol
Protocol to connect with SDN controller -
address
IP address of the controller -
port
TCP port of the controller
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a SDN_controller.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-