18.7. 로컬 아웃 바운드 연결 구성
로컬 아웃 바운드 연결은 아웃 바운드 소켓 바인딩에서만 지정된 로컬
프로토콜을 사용하는 아웃바운드 연결입니다.
기존 로컬 아웃 바운드 연결 업데이트
/subsystem=remoting/local-outbound-connection=new-local-outbound-connection:write-attribute(name=outbound-socket-binding-ref,value=outbound-socket-binding)
/subsystem=remoting/local-outbound-connection=new-local-outbound-connection:write-attribute(name=outbound-socket-binding-ref,value=outbound-socket-binding)
새 로컬 아웃 바운드 연결 생성
/subsystem=remoting/local-outbound-connection=new-local-outbound-connection:add(outbound-socket-binding-ref=outbound-socket-binding)
/subsystem=remoting/local-outbound-connection=new-local-outbound-connection:add(outbound-socket-binding-ref=outbound-socket-binding)
로컬 아웃 바운드 연결 삭제
/subsystem=remoting/local-outbound-connection=new-local-outbound-connection:remove
/subsystem=remoting/local-outbound-connection=new-local-outbound-connection:remove
로컬 아웃바운드 연결을 구성하는 데 사용할 수 있는 속성의 전체 목록은 로컬 아웃 바운드 연결 속성을 참조하십시오.