機械翻訳について

テナントの表示

テナントは、Oracle Compute Cloud Serviceリソースを使用するエンティティです。 テナントは、サービスの使用を開始する前に、Oracle Cloud Administratorによって登録する必要があります。 テナント・ユーザー情報の取得方法の詳細は、『Oracle Compute Cloud Serviceの使用』を参照してください。

discover tenant

このコマンドを使用すると、指定されたコンテナ内の既存のテナントをリストできます。

構文

oracle-compute discover tenant container

パラメータおよびオプション

次のパラメータは、このコマンドに固有です。 一般的なコマンド・オプションで説明されている共通オプションを使用することもできます。

パラメータ 説明
container テナントの階層的な名前空間。 例えば、/

$ oracle-compute discover tenant /

サンプル出力

$ oracle-compute discover tenant /
entry
/mytenant
.

get tenant

このコマンドを使用すると、特定のテナントの情報を取得できます。

構文

oracle-compute get tenant name

パラメータおよびオプション

次のパラメータは、このコマンドに固有です。 一般的なコマンド・オプションで説明されている共通オプションを使用することもできます。

パラメータ 説明
name テナントの一意の階層名。 例えば、/mytenantです。

$ oracle-compute get tenant /mytenant

サンプル出力

$oracle-compute get tenant /mytenant

uri                            name        description    email                   public_pkey    private_pkey
https://api/tenant/mytenant    mytenant    Tenant User    mytenant@example.com    0x1415         0x1414

list tenant

このコマンドを使用すると、特定のコンテナ内のすべてのテナントの情報を表示できます。

構文

oracle-compute list tenant container

パラメータおよびオプション

次のパラメータは、このコマンドに固有です。 一般的なコマンド・オプションで説明されている共通オプションを使用することもできます。

パラメータ 説明
container テナントの階層的な名前空間。 例えば、/

$ oracle-compute list tenant /demo

サンプル出力

$ oracle-compute list tenant /mytenant 
uri                          name       description   email           public_pkey  private_pkey  
https://api/tenant/mytenant  mytenant   My Tenant      mytenant@e.com 0x1016        0x1015