PropagatedRouteTable Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. PropagatedRouteTable
- com.
Implements
public final class PropagatedRouteTable
implements JsonSerializable<PropagatedRouteTable>
The list of RouteTables to advertise the routes to.
Constructor Summary
| Constructor | Description |
|---|---|
| PropagatedRouteTable() |
Creates an instance of Propagated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Propagated |
fromJson(JsonReader jsonReader)
Reads an instance of Propagated |
|
List<Sub |
ids()
Get the ids property: The list of resource ids of all the Route |
| List<String> |
labels()
Get the labels property: The list of labels. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Propagated |
withIds(List<SubResource> ids)
Set the ids property: The list of resource ids of all the Route |
|
Propagated |
withLabels(List<String> labels)
Set the labels property: The list of labels. |
Methods inherited from java.lang.Object
Constructor Details
PropagatedRouteTable
public PropagatedRouteTable()
Creates an instance of PropagatedRouteTable class.
Method Details
fromJson
public static PropagatedRouteTable fromJson(JsonReader jsonReader)
Reads an instance of PropagatedRouteTable from the JsonReader.
Parameters:
Returns:
Throws:
ids
public List<SubResource> ids()
Get the ids property: The list of resource ids of all the RouteTables.
Returns:
labels
public List<String> labels()
Get the labels property: The list of labels.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIds
public PropagatedRouteTable withIds(List<SubResource> ids)
Set the ids property: The list of resource ids of all the RouteTables.
Parameters:
Returns:
withLabels
public PropagatedRouteTable withLabels(List<String> labels)
Set the labels property: The list of labels.
Parameters:
Returns: