Class PropagatedRouteTable
- java.lang.Object
-
- com.azure.resourcemanager.network.models.PropagatedRouteTable
-
public final class PropagatedRouteTable extends Object
The list of RouteTables to advertise the routes to.
-
-
Constructor Summary
Constructors Constructor Description PropagatedRouteTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.azure.core.management.SubResource>ids()Get the ids property: The list of resource ids of all the RouteTables.List<String>labels()Get the labels property: The list of labels.voidvalidate()Validates the instance.PropagatedRouteTablewithIds(List<com.azure.core.management.SubResource> ids)Set the ids property: The list of resource ids of all the RouteTables.PropagatedRouteTablewithLabels(List<String> labels)Set the labels property: The list of labels.
-
-
-
Method Detail
-
labels
public List<String> labels()
Get the labels property: The list of labels.- Returns:
- the labels value.
-
withLabels
public PropagatedRouteTable withLabels(List<String> labels)
Set the labels property: The list of labels.- Parameters:
labels- the labels value to set.- Returns:
- the PropagatedRouteTable object itself.
-
ids
public List<com.azure.core.management.SubResource> ids()
Get the ids property: The list of resource ids of all the RouteTables.- Returns:
- the ids value.
-
withIds
public PropagatedRouteTable withIds(List<com.azure.core.management.SubResource> ids)
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.
-
-