Cf unbind-security-group

1 개요[ | ]

cf unbind-security-group
  • 시큐리티그룹을 스페이스에서 분리하는 cf 명령어
root@zetawiki:~# cf security-groups
Getting security groups as testuser1
OK

     Name              Organization   Space
#0   public_networks
#1   dns
#2   mysql             testorg        testspace
root@zetawiki:~# cf unbind-security-group mysql testorg testspace
Unbinding security group mysql from testorg/testspace as testuser1
OK

TIP: Changes will not apply to existing running applications until they are restarted.
root@zetawiki:~# cf security-groups
Getting security groups as testuser1
OK

     Name              Organization   Space
#0   public_networks
#1   dns
#2   mysql

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}