Class DefenderForServersAwsOfferingArcAutoProvisioning

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

public final class DefenderForServersAwsOfferingArcAutoProvisioning extends Object
The ARC autoprovisioning configuration.
  • Constructor Details

    • DefenderForServersAwsOfferingArcAutoProvisioning

      public DefenderForServersAwsOfferingArcAutoProvisioning()
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Is arc auto provisioning enabled.
      Returns:
      the enabled value.
    • withEnabled

      Set the enabled property: Is arc auto provisioning enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the DefenderForServersAwsOfferingArcAutoProvisioning object itself.
    • cloudRoleArn

      public String cloudRoleArn()
      Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.
      Returns:
      the cloudRoleArn value.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.