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

public final class Ipv6Config extends Object
Details related to the IPv6 address configuration.
  • Constructor Details

    • Ipv6Config

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

    • ipAddress

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

      public Integer prefixLength()
      Get the prefixLength property: The IPv6 prefix of the network adapter.
      Returns:
      the prefixLength value.
    • gateway

      public String gateway()
      Get the gateway property: The IPv6 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.