DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration

public final class DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration

Configuration for servers Arc auto provisioning.

Constructor Summary

Constructor Description
DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration()

Creates an instance of DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration class.

Method Summary

Modifier and Type Method and Description
String privateLinkScope()

Get the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

String proxy()

Get the proxy property: Optional http proxy endpoint to use for the Arc agent.

void validate()

Validates the instance.

DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration withPrivateLinkScope(String privateLinkScope)

Set the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration withProxy(String proxy)

Set the proxy property: Optional http proxy endpoint to use for the Arc agent.

Methods inherited from java.lang.Object

Constructor Details

DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration

public DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration()

Creates an instance of DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration class.

Method Details

privateLinkScope

public String privateLinkScope()

Get the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

Returns:

the privateLinkScope value.

proxy

public String proxy()

Get the proxy property: Optional http proxy endpoint to use for the Arc agent.

Returns:

the proxy value.

validate

public void validate()

Validates the instance.

withPrivateLinkScope

public DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration withPrivateLinkScope(String privateLinkScope)

Set the privateLinkScope property: Optional Arc private link scope resource id to link the Arc agent.

Parameters:

privateLinkScope - the privateLinkScope value to set.

Returns:

the DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration object itself.

withProxy

public DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration withProxy(String proxy)

Set the proxy property: Optional http proxy endpoint to use for the Arc agent.

Parameters:

proxy - the proxy value to set.

Returns:

the DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration object itself.

Applies to