RadiusAuthServerListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. RadiusAuthServerListResultInner
- com.
Implements
public final class RadiusAuthServerListResultInner
implements JsonSerializable<RadiusAuthServerListResultInner>
List of Radius servers with respective radius secrets.
Constructor Summary
| Constructor | Description |
|---|---|
| RadiusAuthServerListResultInner() |
Creates an instance of Radius |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Radius |
fromJson(JsonReader jsonReader)
Reads an instance of Radius |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Radius |
value()
Get the value property: List of Radius servers with respective radius secrets. |
|
Radius |
withNextLink(String nextLink)
Set the next |
|
Radius |
withValue(List<RadiusAuthServer> value)
Set the value property: List of Radius servers with respective radius secrets. |
Methods inherited from java.lang.Object
Constructor Details
RadiusAuthServerListResultInner
public RadiusAuthServerListResultInner()
Creates an instance of RadiusAuthServerListResultInner class.
Method Details
fromJson
public static RadiusAuthServerListResultInner fromJson(JsonReader jsonReader)
Reads an instance of RadiusAuthServerListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of operation list results if there are any.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<RadiusAuthServer> value()
Get the value property: List of Radius servers with respective radius secrets.
Returns:
withNextLink
public RadiusAuthServerListResultInner withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of operation list results if there are any.
Parameters:
Returns:
withValue
public RadiusAuthServerListResultInner withValue(List<RadiusAuthServer> value)
Set the value property: List of Radius servers with respective radius secrets.
Parameters:
Returns: