Class VirtualNetworksPropertiesVipPoolItem

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksPropertiesVipPoolItem

public final class VirtualNetworksPropertiesVipPoolItem extends Object
The VirtualNetworksPropertiesVipPoolItem model.
  • Constructor Details

    • VirtualNetworksPropertiesVipPoolItem

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

    • endIp

      public String endIp()
      Get the endIp property: Ending IP address for the IP Pool.
      Returns:
      the endIp value.
    • withEndIp

      public VirtualNetworksPropertiesVipPoolItem withEndIp(String endIp)
      Set the endIp property: Ending IP address for the IP Pool.
      Parameters:
      endIp - the endIp value to set.
      Returns:
      the VirtualNetworksPropertiesVipPoolItem object itself.
    • startIp

      public String startIp()
      Get the startIp property: Starting IP address for the IP Pool.
      Returns:
      the startIp value.
    • withStartIp

      public VirtualNetworksPropertiesVipPoolItem withStartIp(String startIp)
      Set the startIp property: Starting IP address for the IP Pool.
      Parameters:
      startIp - the startIp value to set.
      Returns:
      the VirtualNetworksPropertiesVipPoolItem object itself.
    • validate

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