rename_targets_property_value

すべてのターゲットのプロパティ値を変更します。

書式

標準モード

 emcli rename_targets_property_value 
   -property_name="null"
   -property_value="null"
   -new_property_value="null"

[ ]  indicates that the parameter is optional.

インタラクティブまたはスクリプト・モード

rename_targets_property_value(
   property_name="null"
   ,property_value="null"
   ,new_property_value="null"
   )

オプション

  • -property_name

    変更するプロパティの名前。

  • -property_value

    プロパティの既存の値。

  • -new_property_value

    プロパティの新しい値

終了コード

正常終了した場合は0。0以外の値は、verb処理が正常終了しなかったことを示します。

次のコマンドでは、orcl_gtp_lifecycle_statusプロパティを持つすべてのターゲットの値をProductからDevelopmentに変更します。

emcli rename_targets_property_value 
   -property_name="orcl_gtp_lifecycle_status"  
   -property_value="Production" 
   -new_property_value="Development"