DefenderFoDatabasesAwsOfferingArcAutoProvisioning Class

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

public final class DefenderFoDatabasesAwsOfferingArcAutoProvisioning

The ARC autoprovisioning configuration.

Constructor Summary

Constructor Description
DefenderFoDatabasesAwsOfferingArcAutoProvisioning()

Creates an instance of DefenderFoDatabasesAwsOfferingArcAutoProvisioning class.

Method Summary

Modifier and Type Method and Description
String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.

DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration configuration()

Get the configuration property: Configuration for servers Arc auto provisioning.

Boolean enabled()

Get the enabled property: Is arc auto provisioning enabled.

void validate()

Validates the instance.

DefenderFoDatabasesAwsOfferingArcAutoProvisioning withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS for this feature.

DefenderFoDatabasesAwsOfferingArcAutoProvisioning withConfiguration(DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration configuration)

Set the configuration property: Configuration for servers Arc auto provisioning.

DefenderFoDatabasesAwsOfferingArcAutoProvisioning withEnabled(Boolean enabled)

Set the enabled property: Is arc auto provisioning enabled.

Methods inherited from java.lang.Object

Constructor Details

DefenderFoDatabasesAwsOfferingArcAutoProvisioning

public DefenderFoDatabasesAwsOfferingArcAutoProvisioning()

Creates an instance of DefenderFoDatabasesAwsOfferingArcAutoProvisioning class.

Method Details

cloudRoleArn

public String cloudRoleArn()

Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.

Returns:

the cloudRoleArn value.

configuration

public DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration configuration()

Get the configuration property: Configuration for servers Arc auto provisioning.

Returns:

the configuration value.

enabled

public Boolean enabled()

Get the enabled property: Is arc auto provisioning enabled.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

withCloudRoleArn

public DefenderFoDatabasesAwsOfferingArcAutoProvisioning withCloudRoleArn(String cloudRoleArn)

Set the cloudRoleArn property: The cloud role ARN in AWS for this feature.

Parameters:

cloudRoleArn - the cloudRoleArn value to set.

Returns:

the DefenderFoDatabasesAwsOfferingArcAutoProvisioning object itself.

withConfiguration

public DefenderFoDatabasesAwsOfferingArcAutoProvisioning withConfiguration(DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration configuration)

Set the configuration property: Configuration for servers Arc auto provisioning.

Parameters:

configuration - the configuration value to set.

Returns:

the DefenderFoDatabasesAwsOfferingArcAutoProvisioning object itself.

withEnabled

public DefenderFoDatabasesAwsOfferingArcAutoProvisioning withEnabled(Boolean enabled)

Set the enabled property: Is arc auto provisioning enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the DefenderFoDatabasesAwsOfferingArcAutoProvisioning object itself.

Applies to