DefenderForServersAwsOfferingArcAutoProvisioning Class

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

public final class DefenderForServersAwsOfferingArcAutoProvisioning

The ARC autoprovisioning configuration.

Constructor Summary

Constructor Description
DefenderForServersAwsOfferingArcAutoProvisioning()

Creates an instance of DefenderForServersAwsOfferingArcAutoProvisioning class.

Method Summary

Modifier and Type Method and Description
String cloudRoleArn()

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

DefenderForServersAwsOfferingArcAutoProvisioningConfiguration 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.

DefenderForServersAwsOfferingArcAutoProvisioning withCloudRoleArn(String cloudRoleArn)

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

DefenderForServersAwsOfferingArcAutoProvisioning withConfiguration(DefenderForServersAwsOfferingArcAutoProvisioningConfiguration configuration)

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

DefenderForServersAwsOfferingArcAutoProvisioning withEnabled(Boolean enabled)

Set the enabled property: Is arc auto provisioning enabled.

Methods inherited from java.lang.Object

Constructor Details

DefenderForServersAwsOfferingArcAutoProvisioning

public DefenderForServersAwsOfferingArcAutoProvisioning()

Creates an instance of DefenderForServersAwsOfferingArcAutoProvisioning 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 DefenderForServersAwsOfferingArcAutoProvisioningConfiguration 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 DefenderForServersAwsOfferingArcAutoProvisioning 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 DefenderForServersAwsOfferingArcAutoProvisioning object itself.

withConfiguration

public DefenderForServersAwsOfferingArcAutoProvisioning withConfiguration(DefenderForServersAwsOfferingArcAutoProvisioningConfiguration configuration)

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

Parameters:

configuration - the configuration value to set.

Returns:

the DefenderForServersAwsOfferingArcAutoProvisioning object itself.

withEnabled

public DefenderForServersAwsOfferingArcAutoProvisioning withEnabled(Boolean enabled)

Set the enabled property: Is arc auto provisioning enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the DefenderForServersAwsOfferingArcAutoProvisioning object itself.

Applies to