Class IPv6Status.Builder

  • Enclosing class:
    IPv6Status

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

      • Builder

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

      • setConnectedSegmentPath

        public IPv6Status.Builder setConnectedSegmentPath​(java.lang.String connectedSegmentPath)
        Path of the segment attached to the interface. 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:
        connectedSegmentPath - New value for the property.
      • setDadStatuses

        public IPv6Status.Builder setDadStatuses​(java.util.List<IPv6DADStatus> dadStatuses)
        Array of DAD status which contains DAD information for IP addresses on the interface. 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:
        dadStatuses - New value for the property.
      • setInterfaceId

        public IPv6Status.Builder setInterfaceId​(java.lang.String interfaceId)
        Policy path or realization ID of interface for which IPv6 DAD status is returned.
        Parameters:
        interfaceId - New value for the property.
      • setTier0Gateway

        public IPv6Status.Builder setTier0Gateway​(java.lang.String tier0Gateway)
        Tier-0 Gateway this router Link belongs to.
        Parameters:
        tier0Gateway - New value for the property.
      • setTier1Gateway

        public IPv6Status.Builder setTier1Gateway​(java.lang.String tier1Gateway)
        Tier-1 Gateway this router Link belongs to.
        Parameters:
        tier1Gateway - New value for the property.