NSX-T Data Center REST API
ALBIPNetworkSubnet (type)
{
"additionalProperties": false,
"description": "Advanced load balancer IPNetworkSubnet object",
"id": "ALBIPNetworkSubnet",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"network_name": {
"description": "Network for VirtualService IP allocation with Vantage as the IPAM provider. Network should be created before this is configured. It is a reference to an object of type Network.",
"required": false,
"title": "Network name",
"type": "string"
},
"subnet": {
"$ref": "ALBIpAddrPrefix,
"description": "Subnet for VirtualService IP allocation with Vantage or Infoblox as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed.",
"required": false,
"title": "Subnet"
},
"subnet6": {
"$ref": "ALBIpAddrPrefix,
"description": "Subnet for VirtualService IPv6 allocation with Vantage or Infoblox as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Allowed in Basic edition, Essentials edition, Enterprise edition.",
"required": false,
"title": "Subnet6"
},
"subnet6_uuid": {
"description": "Subnet UUID or Name or Prefix for VirtualService IPv6 allocation with AWS or OpenStack as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Allowed in Basic edition, Essentials edition, Enterprise edition.",
"required": false,
"title": "Subnet6 uuid",
"type": "string"
},
"subnet_uuid": {
"description": "Subnet UUID or Name or Prefix for VirtualService IP allocation with AWS or OpenStack as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed.",
"required": false,
"title": "Subnet uuid",
"type": "string"
}
},
"title": "IPNetworkSubnet",
"type": "object"
}