Class PropagatedRouteTableNfv

java.lang.Object
com.azure.resourcemanager.network.models.PropagatedRouteTableNfv

public final class PropagatedRouteTableNfv extends Object
Nfv version of the list of RouteTables to advertise the routes to.
  • Constructor Details

    • PropagatedRouteTableNfv

      public PropagatedRouteTableNfv()
      Creates an instance of PropagatedRouteTableNfv class.
  • Method Details

    • labels

      public List<String> labels()
      Get the labels property: The list of labels.
      Returns:
      the labels value.
    • withLabels

      public PropagatedRouteTableNfv withLabels(List<String> labels)
      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.