remove-network-policy - Cloud Foundry CLI Reference Guide


NAME

remove-network-policy - Netzverkehrsrichtlinie einer App entfernen

VERWENDUNG

cf remove-network-policy SOURCE_APP --destination-app DESTINATION_APP [-s DESTINATION_SPACE_NAME [-o DESTINATION_ORG_NAME]] --protocol (tcp | udp) --port RANGE

EXAMPLES

cf remove-network-policy frontend --destination-app backend --protocol tcp --port 8081 cf remove-network-policy frontend --destination-app backend -s backend-space -o backend-org --protocol tcp --port 8080-8090

Optionen

--destination-app

Name der App, mit der eine Verbindung hergestellt wird

--port

Port oder Portbereich, mit dem die Ziel-App verbunden ist

--protocol

Protokoll, mit dem Apps verbunden sind

-o

Organisation der Zielapp (Standardwert: als Ziel angegebene Organisation)

-s

Bereich der Zielapp (Standardwert: als Ziel angegebener Bereich)

SIEHE AUCH

add-network-policy, apps, network-policies