{
"operation-name" : "add",
"description" : "Adds a local destination outbound socket binding to a socket binding group",
"request-properties" : {
"fixed-source-port" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether the port value should remain fixed even if numeric offsets are applied to the other outbound sockets in the socket group.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"socket-binding-ref" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the local socket-binding which will be used to determine the port to which this outbound socket connects.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.network.socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"source-interface" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the interface which will be used for the source address of the outbound socket.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.network.interface",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"source-port" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The port number which will be used as the source port of the outbound socket.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min" : 0,
"max" : 65535,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}