Class IpAddressInfo.Builder

  • Enclosing class:
    IpAddressInfo

    public static final class IpAddressInfo.Builder
    extends java.lang.Object
    Builder class for IpAddressInfo.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of IpAddressInfo.
    • Method Detail

      • setIpAddresses

        public IpAddressInfo.Builder setIpAddresses​(java.util.List<java.lang.String> ipAddresses)
        IP Addresses of the the virtual network interface, as discovered in the source. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        ipAddresses - New value for the property.
      • setSource

        public IpAddressInfo.Builder setSource​(java.lang.String source)
        Possible values are: Source of the ipaddress information. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        source - New value for the property.