次の方法で共有


KubernetesComputeAttachConfiguration クラス

Arc コンピューティング ターゲットをアタッチするための構成パラメーターを表します。

アタッチ パラメーターを指定するには、attach_configuration クラスの KubernetesCompute メソッドを使用します。

構成オブジェクトを初期化します。

コンストラクター

KubernetesComputeAttachConfiguration(resource_id=None, namespace=None, identity_type=None, identity_ids=None)

パラメーター

名前 説明
resource_id
規定値: None
namespace
規定値: None
identity_type
規定値: None
identity_ids
規定値: None

メソッド

to_dict

utils から関数to_json_dict返します。

validate_configuration

指定した構成値が有効であることを確認します。

検証が失敗した場合に ComputeTargetException を発生させます。

to_dict

utils から関数to_json_dict返します。

to_dict()

validate_configuration

指定した構成値が有効であることを確認します。

検証が失敗した場合に ComputeTargetException を発生させます。

validate_configuration()

例外

説明