31장. floating
이 장에서는 floating 명령의 명령에 대해 설명합니다.
31.1. floating ip create 링크 복사링크가 클립보드에 복사되었습니다!
유동 IP 생성
사용법:
openstack floating ip create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--subnet <subnet>]
[--port <port>]
[--floating-ip-address <ip-address>]
[--fixed-ip-address <ip-address>]
[--qos-policy <qos-policy>]
[--description <description>]
[--project <project>]
[--project-domain <project-domain>]
<network>
| 값 | 요약 |
|---|---|
| --print-empty | 표시할 데이터가 없는 경우 빈 테이블을 인쇄합니다. |
| --max-width <integer> | 최대 디스플레이 너비, <1 to disable.. CLIFF_MAX_TERM_WIDTH 환경 변수를 사용할 수도 있지만 매개변수가 우선합니다. |
| --fit-width | 테이블을 표시 너비에 적용합니다. --max- width가 0보다 큰 경우 implied합니다. 환경 변수 CLIFF_FIT_WIDTH=1을 항상 활성화하도록 설정합니다. |
| 값 | 요약 |
|---|---|
| <network> | 네트워크: 유동 IP 할당(이름 또는 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 들여쓰기를 비활성화할지 여부 |
| 값 | 요약 |
|---|---|
| --fixed-ip-address <ip-address> | floating ip에 매핑된 고정 IP 주소 |
| --description <description> | 부동 ip 설명 설정 |
| --project-domain <project-domain> | 프로젝트가 속하는 도메인(이름 또는 id). 프로젝트 이름 간의 충돌이 존재하는 경우 사용할 수 있습니다. |
| --project <project> | 소유자의 프로젝트(이름 또는 ID) |
| --port <port> | 유동 ip(이름 또는 ID)와 연결할 포트입니다. |
| --qos-policy <qos-policy> | 유동 ip(이름 또는 id)에 qos 정책 연결 |
| -h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
| --floating-ip-address <ip-address> | 부동 IP 주소 |
| --subnet <subnet> | 부동 ip(이름 또는 ID)를 생성할 서브넷 |
| 값 | 요약 |
|---|---|
| UNIX 쉘에서 구문 분석할 수 있는 형식(variable="value")--prefix PREFIX | 모든 변수 이름에 접두사 추가 |