Class RadiusServer
java.lang.Object
com.azure.resourcemanager.network.models.RadiusServer
Radius Server Settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the radiusServerAddress property: The address of this radius server.Get the radiusServerScore property: The initial score assigned to this radius server.Get the radiusServerSecret property: The secret used for this radius server.voidvalidate()Validates the instance.withRadiusServerAddress(String radiusServerAddress) Set the radiusServerAddress property: The address of this radius server.withRadiusServerScore(Long radiusServerScore) Set the radiusServerScore property: The initial score assigned to this radius server.withRadiusServerSecret(String radiusServerSecret) Set the radiusServerSecret property: The secret used for this radius server.
-
Constructor Details
-
RadiusServer
public RadiusServer()Creates an instance of RadiusServer class.
-
-
Method Details
-
radiusServerAddress
Get the radiusServerAddress property: The address of this radius server.- Returns:
- the radiusServerAddress value.
-
withRadiusServerAddress
Set the radiusServerAddress property: The address of this radius server.- Parameters:
radiusServerAddress- the radiusServerAddress value to set.- Returns:
- the RadiusServer object itself.
-
radiusServerScore
Get the radiusServerScore property: The initial score assigned to this radius server.- Returns:
- the radiusServerScore value.
-
withRadiusServerScore
Set the radiusServerScore property: The initial score assigned to this radius server.- Parameters:
radiusServerScore- the radiusServerScore value to set.- Returns:
- the RadiusServer object itself.
-
radiusServerSecret
Get the radiusServerSecret property: The secret used for this radius server.- Returns:
- the radiusServerSecret value.
-
withRadiusServerSecret
Set the radiusServerSecret property: The secret used for this radius server.- Parameters:
radiusServerSecret- the radiusServerSecret value to set.- Returns:
- the RadiusServer object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-