39.28. LoadBalancer 멤버 create
풀에서 멤버 생성
사용법:
openstack loadbalancer member create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--weight <weight>] --address
<ip_address>
[--subnet-id <subnet_id>]
--protocol-port <protocol_port>
[--monitor-port <monitor_port>]
[--monitor-address <monitor_address>]
[--enable | --disable]
<pool>
| 값 | 요약 |
|---|---|
| --print-empty | 표시할 데이터가 없는 경우 빈 테이블을 인쇄합니다. |
| --max-width <integer> | 최대 디스플레이 너비, <1 to disable.. CLIFF_MAX_TERM_WIDTH 환경 변수를 사용할 수도 있지만 매개변수가 우선합니다. |
| --fit-width | 테이블을 표시 너비에 적용합니다. --max- width가 0보다 큰 경우 implied합니다. 환경 변수 CLIFF_FIT_WIDTH=1을 항상 활성화하도록 설정합니다. |
| 값 | 요약 |
|---|---|
| <pool> | 멤버를 생성할 풀의 ID 또는 이름입니다. |
| 값 | 요약 |
|---|---|
| 출력 형식 옵션-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | 출력 형식, 기본값은 table입니다. |
| -c COLUMN, --column COLUMN | 포함할 열을 반복할 수 있습니다. specify the column(s) to include, can be repeated. |
| 값 | 요약 |
|---|---|
| --noindent | json 들여쓰기를 비활성화할지 여부 |
| 값 | 요약 |
|---|---|
| --protocol-port <protocol_port> | 백엔드 멤버 서버가 수신 대기 중인 프로토콜 포트 번호입니다. |
| --enable | 멤버 활성화 (기본값) |
| --name <name> | 멤버의 이름입니다. |
| --monitor-port <monitor_port> | 백엔드 멤버를 상태 모니터링하는 데 사용되는 대체 프로토콜 포트입니다. |
| --subnet-id <subnet_id> | 멤버 서비스에서 액세스할 수 있는 서브넷 ID. |
| --monitor-address <monitor_address> | 백엔드 멤버를 상태 모니터링하는 데 사용되는 대체 ip 주소입니다. |
| --address <ip_address> | 백엔드 멤버 서버의 ip 주소입니다. |
| -h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
| --disable | 멤버 비활성화 |
| --weight <weight> | 멤버의 weight는 풀의 다른 멤버와 비교하여 서비스하는 요청 또는 연결의 부분을 결정합니다. |
| 값 | 요약 |
|---|---|
| UNIX 쉘에서 구문 분석할 수 있는 형식(variable="value")--prefix PREFIX | 모든 변수 이름에 접두사 추가 |