Class RadiusServer
- java.lang.Object
-
- com.azure.resourcemanager.network.models.RadiusServer
-
public final class RadiusServer extends Object
Radius Server Settings.
-
-
Constructor Summary
Constructors Constructor Description RadiusServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringradiusServerAddress()Get the radiusServerAddress property: The address of this radius server.LongradiusServerScore()Get the radiusServerScore property: The initial score assigned to this radius server.StringradiusServerSecret()Get the radiusServerSecret property: The secret used for this radius server.voidvalidate()Validates the instance.RadiusServerwithRadiusServerAddress(String radiusServerAddress)Set the radiusServerAddress property: The address of this radius server.RadiusServerwithRadiusServerScore(Long radiusServerScore)Set the radiusServerScore property: The initial score assigned to this radius server.RadiusServerwithRadiusServerSecret(String radiusServerSecret)Set the radiusServerSecret property: The secret used for this radius server.
-
-
-
Method Detail
-
radiusServerAddress
public String radiusServerAddress()
Get the radiusServerAddress property: The address of this radius server.- Returns:
- the radiusServerAddress value.
-
withRadiusServerAddress
public RadiusServer withRadiusServerAddress(String radiusServerAddress)
Set the radiusServerAddress property: The address of this radius server.- Parameters:
radiusServerAddress- the radiusServerAddress value to set.- Returns:
- the RadiusServer object itself.
-
radiusServerScore
public Long radiusServerScore()
Get the radiusServerScore property: The initial score assigned to this radius server.- Returns:
- the radiusServerScore value.
-
withRadiusServerScore
public RadiusServer withRadiusServerScore(Long radiusServerScore)
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
public String radiusServerSecret()
Get the radiusServerSecret property: The secret used for this radius server.- Returns:
- the radiusServerSecret value.
-
withRadiusServerSecret
public RadiusServer withRadiusServerSecret(String radiusServerSecret)
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.
-
-