Class DNSNameResolverResolvedAddress

    • Constructor Detail

      • DNSNameResolverResolvedAddress

        public DNSNameResolverResolvedAddress()
        No args constructor for use in serialization
      • DNSNameResolverResolvedAddress

        public DNSNameResolverResolvedAddress​(String ip,
                                              String lastLookupTime,
                                              Integer ttlSeconds)
    • Method Detail

      • getIp

        public String getIp()
        ip is an IP address associated with the dnsName. The validity of the IP address expires after lastLookupTime + ttlSeconds. To refresh the information, a DNS lookup will be performed upon the expiration of the IP address's validity. If the information is not refreshed then it will be removed with a grace period after the expiration of the IP address's validity.
      • setIp

        public void setIp​(String ip)
        ip is an IP address associated with the dnsName. The validity of the IP address expires after lastLookupTime + ttlSeconds. To refresh the information, a DNS lookup will be performed upon the expiration of the IP address's validity. If the information is not refreshed then it will be removed with a grace period after the expiration of the IP address's validity.
      • getLastLookupTime

        public String getLastLookupTime()
        DNSNameResolverResolvedAddress describes the details of an IP address for a resolved DNS name.
      • setLastLookupTime

        public void setLastLookupTime​(String lastLookupTime)
        DNSNameResolverResolvedAddress describes the details of an IP address for a resolved DNS name.
      • getTtlSeconds

        public Integer getTtlSeconds()
        ttlSeconds is the time-to-live value of the IP address. The validity of the IP address expires after lastLookupTime + ttlSeconds. On a successful DNS lookup the value of this field will be updated with the current time-to-live value. If the information is not refreshed then it will be removed with a grace period after the expiration of the IP address's validity.
      • setTtlSeconds

        public void setTtlSeconds​(Integer ttlSeconds)
        ttlSeconds is the time-to-live value of the IP address. The validity of the IP address expires after lastLookupTime + ttlSeconds. On a successful DNS lookup the value of this field will be updated with the current time-to-live value. If the information is not refreshed then it will be removed with a grace period after the expiration of the IP address's validity.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)