Class PolicyIPAddressInfo.Builder

    • Constructor Detail

      • Builder

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

      • setAddressValue

        public PolicyIPAddressInfo.Builder setAddressValue​(java.lang.String addressValue)
        Value of the IPv4Address. format: ipv4
        Parameters:
        addressValue - New value for the property.
      • setDisplayName

        public PolicyIPAddressInfo.Builder setDisplayName​(java.lang.String displayName)
        Display name used to help identify the IPv4Address.
        Parameters:
        displayName - New value for the property.
      • setNextHop

        public PolicyIPAddressInfo.Builder setNextHop​(java.lang.String nextHop)
        Next hop used in auto-plumbing of static route. If a value is not provided, static route will not be auto-plumbed. format: ipv4
        Parameters:
        nextHop - New value for the property.