remove-network-policy - Cloud Foundry CLI Reference Guide


名前

remove-network-policy - アプリのネットワーク・トラフィック・ポリシーを削除します

使用法

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

オプション

--destination-app

接続するアプリの名前

--port

宛先アプリの接続に使用するポートまたはポート範囲

--protocol

アプリの接続に使用されるプロトコル

-o

宛先アプリの組織 (デフォルト: ターゲットの組織)

-s

宛先アプリのスペース (デフォルト: ターゲットのスペース)

その他の参照先

add-network-policy, apps, network-policies