com.xensource.xenapi
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 |
---|
SDNController.Record() |
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