Class VlanEndpoint.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • address

        public VlanEndpoint.Builder address​(String address)
        The IPv4 address of the Endpoint.
        Parameters:
        address - the value to set
        Returns:
        this builder
      • vlanId

        public VlanEndpoint.Builder vlanId​(String vlanId)
        The OCID of the VLAN containing the IP address.

        This can be used to disambiguate which VLAN is queried, in case the endpoint IP address belongs to more than one VLAN (when there are VLANs with overlapping IP ranges).

        Parameters:
        vlanId - the value to set
        Returns:
        this builder