Class PeerRouteListInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.PeerRouteListInner

public final class PeerRouteListInner extends Object
List of virtual router peer routes.
  • Constructor Details

    • PeerRouteListInner

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

    • value

      public List<PeerRoute> value()
      Get the value property: List of peer routes.
      Returns:
      the value value.
    • withValue

      public PeerRouteListInner withValue(List<PeerRoute> value)
      Set the value property: List of peer routes.
      Parameters:
      value - the value value to set.
      Returns:
      the PeerRouteListInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.