NSX-T Data Center REST API
ALBCloneServer (type)
{
"additionalProperties": false,
"description": "Advanced load balancer CloneServer object",
"id": "ALBCloneServer",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"ip_address": {
"$ref": "ALBIpAddr,
"description": "IP Address of the Clone Server.",
"required": false,
"title": "Ip address"
},
"mac": {
"description": "MAC Address of the Clone Server.",
"required": false,
"title": "Mac",
"type": "string"
},
"network_name": {
"description": "Network to clone the traffic to. It is a reference to an object of type Network.",
"required": false,
"title": "Network name",
"type": "string"
},
"subnet": {
"$ref": "ALBIpAddrPrefix,
"description": "Subnet of the network to clone the traffic to.",
"required": false,
"title": "Subnet"
}
},
"title": "CloneServer",
"type": "object"
}