69.14. share group create
新しい共有グループを作成します
使用方法
openstack share group create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] [--name <name>] [--description <description>] [--share-types <share-types> [<share-types> ...]] [--share-group-type <share-group-type>] [--share-network <share-network>] [--source-share-group-snapshot <source-share-group-snapshot>] [--availability-zone <availability-zone>] [--wait]
openstack share group create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--name <name>]
[--description <description>]
[--share-types <share-types> [<share-types> ...]]
[--share-group-type <share-group-type>]
[--share-network <share-network>]
[--source-share-group-snapshot <source-share-group-snapshot>]
[--availability-zone <availability-zone>]
[--wait]
値 | 概要 |
---|---|
-h、--help | help メッセージを表示して終了します |
--name <name> | 共有グループの名前 |
--description <description> | 共有グループの説明 |
--share-types <share-types> [<share-types> …] | 共有タイプの名前または ID。 |
--share-group-type <share-group-type> | 作成する共有グループの共有グループタイプ名または ID。 |
--share-network <share-network> | 共有ネットワークの名前または ID を指定します |
--source-share-group-snapshot <source-share-group-snapshot> | 共有グループの作成元となる共有グループスナップショットの名前または ID。 |
--availability-zone <availability-zone> | グループを作成するオプションのアベイラビリティーゾーン |
--wait | 共有グループの作成を待ちます |
値 | 概要 |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | 出力形式。デフォルトは table です。 |
-c COLUMN, --column COLUMN | 追加する列を指定します。複数の列を表示するには、繰り返すことができます。 |
値 | 概要 |
---|---|
--noindent | JSON のインデントを無効にするかどうか。 |
値 | 概要 |
---|---|
--prefix PREFIX | すべての変数名に接頭辞を追加します。 |
値 | 概要 |
---|---|
--max-width <integer> | 表示の幅の最大値 <1 は無効にする。CLIFF_MAX_TERM_MYBACKUPDIRTH 環境変数を使用することもできますが、パラメーターが優先されます。 |
--fit-width | 表示幅にテーブルを適合させます。--max- width が 0 よりも大きい場合は暗黙的になります。常に有効にするには、環境変数を CLIFF_FIT_MYBACKUPDIRTH=1 に設定します。 |
--print-empty | 表示するデータがない場合は空のテーブルを出力します。 |