Class DefaultDrgRouteTables.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • vcn

        public DefaultDrgRouteTables.Builder vcn​(String vcn)
        The OCID of the default DRG route table to be assigned to DRG attachments of type VCN on creation.
        Parameters:
        vcn - the value to set
        Returns:
        this builder
      • ipsecTunnel

        public DefaultDrgRouteTables.Builder ipsecTunnel​(String ipsecTunnel)
        The OCID of the default DRG route table assigned to DRG attachments of type IPSEC_TUNNEL on creation.
        Parameters:
        ipsecTunnel - the value to set
        Returns:
        this builder
      • virtualCircuit

        public DefaultDrgRouteTables.Builder virtualCircuit​(String virtualCircuit)
        The OCID of the default DRG route table to be assigned to DRG attachments of type VIRTUAL_CIRCUIT on creation.
        Parameters:
        virtualCircuit - the value to set
        Returns:
        this builder
      • remotePeeringConnection

        public DefaultDrgRouteTables.Builder remotePeeringConnection​(String remotePeeringConnection)
        The OCID of the default DRG route table to be assigned to DRG attachments of type REMOTE_PEERING_CONNECTION on creation.
        Parameters:
        remotePeeringConnection - the value to set
        Returns:
        this builder