Class IpTag


  • public class IpTag
    extends Object
    Contains the IpTag associated with the public IP address.
    • Constructor Detail

      • IpTag

        public IpTag()
    • Method Detail

      • ipTagType

        public String ipTagType()
        Get the ipTagType value.
        Returns:
        the ipTagType value
      • withIpTagType

        public IpTag withIpTagType​(String ipTagType)
        Set the ipTagType value.
        Parameters:
        ipTagType - the ipTagType value to set
        Returns:
        the IpTag object itself.
      • tag

        public String tag()
        Get the tag value.
        Returns:
        the tag value
      • withTag

        public IpTag withTag​(String tag)
        Set the tag value.
        Parameters:
        tag - the tag value to set
        Returns:
        the IpTag object itself.