Class PropagatedRouteTable
java.lang.Object
com.azure.resourcemanager.network.models.PropagatedRouteTable
The list of RouteTables to advertise the routes to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.azure.core.management.SubResource>ids()Get the ids property: The list of resource ids of all the RouteTables.labels()Get the labels property: The list of labels.voidvalidate()Validates the instance.Set the ids property: The list of resource ids of all the RouteTables.withLabels(List<String> labels) Set the labels property: The list of labels.
-
Constructor Details
-
PropagatedRouteTable
public PropagatedRouteTable()Creates an instance of PropagatedRouteTable class.
-
-
Method Details
-
labels
Get the labels property: The list of labels.- Returns:
- the labels value.
-
withLabels
Set the labels property: The list of labels.- Parameters:
labels- the labels value to set.- Returns:
- the PropagatedRouteTable object itself.
-
ids
Get the ids property: The list of resource ids of all the RouteTables.- Returns:
- the ids value.
-
withIds
Set the ids property: The list of resource ids of all the RouteTables.- Parameters:
ids- the ids value to set.- Returns:
- the PropagatedRouteTable object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-