ConnectorSetting.UpdateStages.WithHybridComputeSettings Interface

public static interface ConnectorSetting.UpdateStages.WithHybridComputeSettings

The stage of the ConnectorSetting update allowing to specify hybridComputeSettings.

Method Summary

Modifier and Type Method and Description
abstract Update withHybridComputeSettings(HybridComputeSettingsProperties hybridComputeSettings)

Specifies the hybridComputeSettings property: Settings for hybrid compute management.

Method Details

withHybridComputeSettings

public abstract ConnectorSetting.Update withHybridComputeSettings(HybridComputeSettingsProperties hybridComputeSettings)

Specifies the hybridComputeSettings property: Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute)..

Parameters:

hybridComputeSettings - Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).

Returns:

the next definition stage.

Applies to