public static class SDNController.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address
IP address of the controller
|
java.lang.Long |
port
TCP port of the controller
|
Types.SdnControllerProtocol |
protocol
Protocol to connect with SDN controller
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a SDN_controller.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public Types.SdnControllerProtocol protocol
public java.lang.String address
public java.lang.Long port
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record