Class DiscoveryConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.SapConfiguration
com.azure.resourcemanager.workloads.models.DiscoveryConfiguration
Discovery Details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the appLocation property: The geo-location where the SAP system exists.Get the centralServerVmId property: The virtual machine ID of the Central Server.void
validate()
Validates the instance.withCentralServerVmId
(String centralServerVmId) Set the centralServerVmId property: The virtual machine ID of the Central Server.
-
Constructor Details
-
DiscoveryConfiguration
public DiscoveryConfiguration()
-
-
Method Details
-
centralServerVmId
Get the centralServerVmId property: The virtual machine ID of the Central Server.- Returns:
- the centralServerVmId value.
-
withCentralServerVmId
Set the centralServerVmId property: The virtual machine ID of the Central Server.- Parameters:
centralServerVmId
- the centralServerVmId value to set.- Returns:
- the DiscoveryConfiguration object itself.
-
appLocation
Get the appLocation property: The geo-location where the SAP system exists.- Returns:
- the appLocation value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSapConfiguration
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-