java.lang.Object
com.microsoft.azure.management.containerinstance.IpAddress

public class IpAddress extends Object
IP address for the container group.
  • Constructor Details

    • IpAddress

      public IpAddress()
  • Method Details

    • ports

      public List<Port> ports()
      Get the list of ports exposed on the container group.
      Returns:
      the ports value
    • withPorts

      public IpAddress withPorts(List<Port> ports)
      Set the list of ports exposed on the container group.
      Parameters:
      ports - the ports value to set
      Returns:
      the IpAddress object itself.
    • type

      Get specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'.
      Returns:
      the type value
    • withType

      public IpAddress withType(ContainerGroupIpAddressType type)
      Set specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'.
      Parameters:
      type - the type value to set
      Returns:
      the IpAddress object itself.
    • ip

      public String ip()
      Get the IP exposed to the public internet.
      Returns:
      the ip value
    • withIp

      public IpAddress withIp(String ip)
      Set the IP exposed to the public internet.
      Parameters:
      ip - the ip value to set
      Returns:
      the IpAddress object itself.
    • dnsNameLabel

      public String dnsNameLabel()
      Get the Dns name label for the IP.
      Returns:
      the dnsNameLabel value
    • withDnsNameLabel

      public IpAddress withDnsNameLabel(String dnsNameLabel)
      Set the Dns name label for the IP.
      Parameters:
      dnsNameLabel - the dnsNameLabel value to set
      Returns:
      the IpAddress object itself.
    • fqdn

      public String fqdn()
      Get the FQDN for the IP.
      Returns:
      the fqdn value