Class PropagatedRouteTableNfv
java.lang.Object
com.azure.resourcemanager.network.models.PropagatedRouteTableNfv
Nfv version of the list of RouteTables to advertise the routes to.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PropagatedRouteTableNfv class. -
Method Summary
Modifier and TypeMethodDescriptionids()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
-
PropagatedRouteTableNfv
public PropagatedRouteTableNfv()Creates an instance of PropagatedRouteTableNfv 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 PropagatedRouteTableNfv 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 PropagatedRouteTableNfv object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-