network.sfc.flow_classifiers.json Maven / Gradle / Ivy
The newest version!
{
"flow_classifiers": [
{
"id" : "12345678-abcd-abcd-abcd-abcdefabcdef",
"name": "FC1",
"project_id": "12345678909876543210abcdefabcdef",
"tenant_id": "12345678909876543210abcdefabcdef",
"description": "Openstack4j test flow classifier 1",
"protocol": "TCP",
"ethertype": "IPv4",
"source_port_range_min": 22,
"source_port_range_max": 3000,
"destination_port_range_min": 80,
"destination_port_range_max": 80,
"source_ip_prefix": null,
"destination_ip_prefix": "10.20.30.40",
"logical_destination_port": "12345678-abcd-abcd-abcd-abcdefabcdef",
"logical_source_port": "abcdefab-abcd-abcd-abcd-abcdefabcdef",
"l7_parameters": { "aparam": "A"}
},
{
"id" : "abcdefab-abcd-abcd-abcd-abcdefabcdef",
"name": "FC2",
"project_id": "12345678909876543210abcdefabcdef",
"tenant_id": "12345678909876543210abcdefabcdef",
"description": "Openstack4j test flow classifier 2",
"protocol": "TCP",
"ethertype": "IPv4",
"source_port_range_min": 22,
"source_port_range_max": 3000,
"destination_port_range_min": 80,
"destination_port_range_max": 80,
"source_ip_prefix": null,
"destination_ip_prefix": "50.60.70.80",
"logical_destination_port": "12345678-abcd-abcd-abcd-abcdefabcdef",
"logical_source_port": "abcdefab-abcd-abcd-abcd-abcdefabcdef",
"l7_parameters": { "bparam": "B"}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy