Class PropagatedRouteTable


  • public final class PropagatedRouteTable
    extends Object
    The list of RouteTables to advertise the routes to.
    • Constructor Detail

      • PropagatedRouteTable

        public PropagatedRouteTable()
    • 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.