63.4. 서브넷 풀 생성
서브넷 풀 생성
사용법:
openstack subnet pool create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --pool-prefix
<pool-prefix>
[--default-prefix-length <default-prefix-length>]
[--min-prefix-length <min-prefix-length>]
[--max-prefix-length <max-prefix-length>]
[--project <project>]
[--project-domain <project-domain>]
[--address-scope <address-scope>]
[--default | --no-default]
[--share | --no-share]
[--description <description>]
[--default-quota <num-ip-addresses>]
[--tag <tag> | --no-tag]
<name>
| 값 | 요약 |
|---|---|
| --print-empty | 표시할 데이터가 없는 경우 빈 테이블을 인쇄합니다. |
| --max-width <integer> | 최대 디스플레이 너비, <1 to disable.. CLIFF_MAX_TERM_WIDTH 환경 변수를 사용할 수도 있지만 매개변수가 우선합니다. |
| --fit-width | 테이블을 표시 너비에 적용합니다. --max- width가 0보다 큰 경우 implied합니다. 환경 변수 CLIFF_FIT_WIDTH=1을 항상 활성화하도록 설정합니다. |
| 값 | 요약 |
|---|---|
| <name> | 새 서브넷 풀의 이름 |
| 값 | 요약 |
|---|---|
| 출력 형식 옵션-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 들여쓰기를 비활성화할지 여부 |
| 값 | 요약 |
|---|---|
| --share | 이 서브넷 풀을 공유로 설정 |
| --no-share | 이 서브넷 풀을 공유하지 않음으로 설정합니다. |
| --min-prefix-length <min-prefix-length> | 서브넷 풀 최소 접두사 길이 설정 |
| --no-tag | 서브넷 풀과 연결된 태그 없음 |
| --default-quota <num-ip-addresses> | 서브넷 풀에서 기본 할당량을 서브넷에서 허용되는 IP 주소 수로 설정합니다. |
| --tag <tag> | 서브넷 풀에 추가할 태그(여러 태그를 설정하는peat 옵션) |
| --project-domain <project-domain> | 프로젝트가 속하는 도메인(이름 또는 id). 프로젝트 이름 간의 충돌이 존재하는 경우 사용할 수 있습니다. |
| --address-scope <address-scope> | 서브넷 풀(이름 또는 ID)과 연결된 주소 범위 설정, 주소 범위 전체에서 접두사를 고유해야 합니다. |
| --max-prefix-length <max-prefix-length> | 서브넷 풀 최대 접두사 길이 설정 |
| --pool-prefix <pool-prefix> | 서브넷 풀 접두사(cidr 표기법 내) 설정 (여러 접두사를 설정하려면 peat 옵션) |
| --no-default | 기본이 서브넷 풀로 설정 |
| --default | 기본 서브넷 풀로 설정 |
| -h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
| --description <description> | 서브넷 풀 설명 설정 |
| --project <project> | 소유자의 프로젝트(이름 또는 ID) |
| --default-prefix-length <default-prefix-length> | 서브넷 풀 기본 접두사 길이 설정 |
| 값 | 요약 |
|---|---|
| UNIX 쉘에서 구문 분석할 수 있는 형식(variable="value")--prefix PREFIX | 모든 변수 이름에 접두사 추가 |