Class OsSapConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.OsSapConfiguration
Defines the OS and SAP Configurations for Deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deployerVmPackages property: The url and storage account ID where deployer VM packages are uploaded.sapFqdn()
Get the sapFqdn property: The FQDN to set for the SAP system.void
validate()
Validates the instance.withDeployerVmPackages
(DeployerVmPackages deployerVmPackages) Set the deployerVmPackages property: The url and storage account ID where deployer VM packages are uploaded.withSapFqdn
(String sapFqdn) Set the sapFqdn property: The FQDN to set for the SAP system.
-
Constructor Details
-
OsSapConfiguration
public OsSapConfiguration()
-
-
Method Details
-
deployerVmPackages
Get the deployerVmPackages property: The url and storage account ID where deployer VM packages are uploaded.- Returns:
- the deployerVmPackages value.
-
withDeployerVmPackages
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
Get the sapFqdn property: The FQDN to set for the SAP system.- Returns:
- the sapFqdn value.
-
withSapFqdn
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.
-