{
"operation-name" : "add",
"description" : "Adds a RELAY protocol to this stack",
"request-properties" : {
"module" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The module with which to resolve the protocol type.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "org.jgroups",
"stability" : "default"
},
"properties" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "The properties of this protocol.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"site" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the local site.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"statistics-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Indicates whether or not this protocol will collect statistics overriding stack configuration.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}