Class OsSapConfiguration

java.lang.Object
com.azure.resourcemanager.workloads.models.OsSapConfiguration

public final class OsSapConfiguration extends Object
Defines the OS and SAP Configurations for Deployment.
  • Constructor Details

    • OsSapConfiguration

      public OsSapConfiguration()
  • Method Details

    • deployerVmPackages

      public DeployerVmPackages deployerVmPackages()
      Get the deployerVmPackages property: The url and storage account ID where deployer VM packages are uploaded.
      Returns:
      the deployerVmPackages value.
    • withDeployerVmPackages

      public OsSapConfiguration withDeployerVmPackages(DeployerVmPackages deployerVmPackages)
      Set the deployerVmPackages property: The url and storage account ID where deployer VM packages are uploaded.
      Parameters:
      deployerVmPackages - the deployerVmPackages value to set.
      Returns:
      the OsSapConfiguration object itself.
    • sapFqdn

      public String sapFqdn()
      Get the sapFqdn property: The FQDN to set for the SAP system.
      Returns:
      the sapFqdn value.
    • withSapFqdn

      public OsSapConfiguration withSapFqdn(String sapFqdn)
      Set the sapFqdn property: The FQDN to set for the SAP system.
      Parameters:
      sapFqdn - the sapFqdn value to set.
      Returns:
      the OsSapConfiguration object itself.
    • validate

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