RadiusAuthServer Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. RadiusAuthServer
- com.
Implements
public final class RadiusAuthServer
implements JsonSerializable<RadiusAuthServer>
Gateway or VpnServerConfiguration Radius server with radius secret details.
Constructor Summary
| Constructor | Description |
|---|---|
| RadiusAuthServer() |
Creates an instance of Radius |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Radius |
fromJson(JsonReader jsonReader)
Reads an instance of Radius |
| String |
radiusServerAddress()
Get the radius |
| String |
radiusServerSecret()
Get the radius |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Radius |
withRadiusServerAddress(String radiusServerAddress)
Set the radius |
|
Radius |
withRadiusServerSecret(String radiusServerSecret)
Set the radius |
Methods inherited from java.lang.Object
Constructor Details
RadiusAuthServer
public RadiusAuthServer()
Creates an instance of RadiusAuthServer class.
Method Details
fromJson
public static RadiusAuthServer fromJson(JsonReader jsonReader)
Reads an instance of RadiusAuthServer from the JsonReader.
Parameters:
Returns:
Throws:
radiusServerAddress
public String radiusServerAddress()
Get the radiusServerAddress property: Radius server IPAddress.
Returns:
radiusServerSecret
public String radiusServerSecret()
Get the radiusServerSecret property: Radius server secret.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRadiusServerAddress
public RadiusAuthServer withRadiusServerAddress(String radiusServerAddress)
Set the radiusServerAddress property: Radius server IPAddress.
Parameters:
Returns:
withRadiusServerSecret
public RadiusAuthServer withRadiusServerSecret(String radiusServerSecret)
Set the radiusServerSecret property: Radius server secret.
Parameters:
Returns: