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 Details

    • PropagatedRouteTable

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

    • 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.