ConnectorSettingInner Class

public final class ConnectorSettingInner
extends ProxyResource

The connector setting.

Constructor Summary

Constructor Description
ConnectorSettingInner()

Creates an instance of ConnectorSettingInner class.

Method Summary

Modifier and Type Method and Description
AuthenticationDetailsProperties authenticationDetails()

Get the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.

HybridComputeSettingsProperties hybridComputeSettings()

Get the hybridComputeSettings property: Settings for hybrid compute management.

void validate()

Validates the instance.

ConnectorSettingInner withAuthenticationDetails(AuthenticationDetailsProperties authenticationDetails)

Set the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.

ConnectorSettingInner withHybridComputeSettings(HybridComputeSettingsProperties hybridComputeSettings)

Set the hybridComputeSettings property: Settings for hybrid compute management.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ConnectorSettingInner

public ConnectorSettingInner()

Creates an instance of ConnectorSettingInner class.

Method Details

authenticationDetails

public AuthenticationDetailsProperties authenticationDetails()

Get the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.

Returns:

the authenticationDetails value.

hybridComputeSettings

public HybridComputeSettingsProperties hybridComputeSettings()

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

Returns:

the hybridComputeSettings value.

validate

public void validate()

Validates the instance.

withAuthenticationDetails

public ConnectorSettingInner withAuthenticationDetails(AuthenticationDetailsProperties authenticationDetails)

Set the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.

Parameters:

authenticationDetails - the authenticationDetails value to set.

Returns:

the ConnectorSettingInner object itself.

withHybridComputeSettings

public ConnectorSettingInner withHybridComputeSettings(HybridComputeSettingsProperties hybridComputeSettings)

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

Parameters:

hybridComputeSettings - the hybridComputeSettings value to set.

Returns:

the ConnectorSettingInner object itself.

Applies to