get_pool_detail

ソフトウェア・プールの詳細を取得します。

書式

 emcli get_pool_detail
      -name="<Software Pool name>"
      -target_type="<Target type of Software Pool>"

オプション

  • name

    既存のソフトウェア・プールの名前。

  • target_type

    ソフトウェア・プールのターゲット・タイプ。

次の例では、MyPoolソフトウェア・プールの詳細を取得します。

 emcli get_pool_detail
        -name="My Pool"
       -target_type="mwaas_zone"

次の情報が表示されます。

   Name                         My Pool 
   Target Type                  mwaas_zone 
   Description                  This is a test Pool 
   Paas Infrastructure Zone     My PaaS Zone 
   Number of Members            1 
   Placement Constraints        MAX_INSTANCES : 25 
   Member Constraints           VERSION : 10.3.5.0 

ノート:

このソフトウェア・プールのメンバーを取得するには、次の手順を実行します。

emcli get_system_members -name="My Pool" -type="mwaas_zone"