Class VirtualHubRouteV2

java.lang.Object
com.azure.resourcemanager.network.models.VirtualHubRouteV2
All Implemented Interfaces:
com.azure.json.JsonSerializable<VirtualHubRouteV2>

public final class VirtualHubRouteV2 extends Object implements com.azure.json.JsonSerializable<VirtualHubRouteV2>
VirtualHubRouteTableV2 route.
  • Constructor Details

    • VirtualHubRouteV2

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

    • destinationType

      public String destinationType()
      Get the destinationType property: The type of destinations.
      Returns:
      the destinationType value.
    • withDestinationType

      public VirtualHubRouteV2 withDestinationType(String destinationType)
      Set the destinationType property: The type of destinations.
      Parameters:
      destinationType - the destinationType value to set.
      Returns:
      the VirtualHubRouteV2 object itself.
    • destinations

      public List<String> destinations()
      Get the destinations property: List of all destinations.
      Returns:
      the destinations value.
    • withDestinations

      public VirtualHubRouteV2 withDestinations(List<String> destinations)
      Set the destinations property: List of all destinations.
      Parameters:
      destinations - the destinations value to set.
      Returns:
      the VirtualHubRouteV2 object itself.
    • nextHopType

      public String nextHopType()
      Get the nextHopType property: The type of next hops.
      Returns:
      the nextHopType value.
    • withNextHopType

      public VirtualHubRouteV2 withNextHopType(String nextHopType)
      Set the nextHopType property: The type of next hops.
      Parameters:
      nextHopType - the nextHopType value to set.
      Returns:
      the VirtualHubRouteV2 object itself.
    • nextHops

      public List<String> nextHops()
      Get the nextHops property: NextHops ip address.
      Returns:
      the nextHops value.
    • withNextHops

      public VirtualHubRouteV2 withNextHops(List<String> nextHops)
      Set the nextHops property: NextHops ip address.
      Parameters:
      nextHops - the nextHops value to set.
      Returns:
      the VirtualHubRouteV2 object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<VirtualHubRouteV2>
      Throws:
      IOException
    • fromJson

      public static VirtualHubRouteV2 fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of VirtualHubRouteV2 from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of VirtualHubRouteV2 if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the VirtualHubRouteV2.