java.lang.Object
com.azure.resourcemanager.databoxedge.models.Ipv4Config

public final class Ipv4Config extends Object
Details related to the IPv4 address configuration.
  • Constructor Details

    • Ipv4Config

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

    • ipAddress

      public String ipAddress()
      Get the ipAddress property: The IPv4 address of the network adapter.
      Returns:
      the ipAddress value.
    • subnet

      public String subnet()
      Get the subnet property: The IPv4 subnet of the network adapter.
      Returns:
      the subnet value.
    • gateway

      public String gateway()
      Get the gateway property: The IPv4 gateway of the network adapter.
      Returns:
      the gateway value.
    • validate

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