Class VirtualNetworksPropertiesVmipPoolItem

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

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

    • VirtualNetworksPropertiesVmipPoolItem

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

    • endIp

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

      Set the endIp property: Ending IP address for the IP Pool.
      Parameters:
      endIp - the endIp value to set.
      Returns:
      the VirtualNetworksPropertiesVmipPoolItem object itself.
    • startIp

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

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

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