Class SubnetEndpoint.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • address

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

        public SubnetEndpoint.Builder subnetId​(String subnetId)
        The OCID of the subnet containing the IP address.

        This can be used to disambiguate which subnet is intended, in case the IP address is used in more than one subnet (when there are subnets with overlapping IP ranges).

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