Class RouterRouteArgs.Builder

  • Enclosing class:
    RouterRouteArgs

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

      • Builder

        public Builder()
    • Method Detail

      • destinationCidr

        public RouterRouteArgs.Builder destinationCidr​(com.pulumi.core.Output<java.lang.String> destinationCidr)
        Parameters:
        destinationCidr - CIDR block to match on the packet’s destination IP. Changing this creates a new routing entry.
        Returns:
        builder
      • destinationCidr

        public RouterRouteArgs.Builder destinationCidr​(java.lang.String destinationCidr)
        Parameters:
        destinationCidr - CIDR block to match on the packet’s destination IP. Changing this creates a new routing entry.
        Returns:
        builder
      • nextHop

        public RouterRouteArgs.Builder nextHop​(com.pulumi.core.Output<java.lang.String> nextHop)
        Parameters:
        nextHop - IP address of the next hop gateway. Changing this creates a new routing entry.
        Returns:
        builder
      • nextHop

        public RouterRouteArgs.Builder nextHop​(java.lang.String nextHop)
        Parameters:
        nextHop - IP address of the next hop gateway. Changing this creates a new routing entry.
        Returns:
        builder
      • region

        public RouterRouteArgs.Builder region​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which to obtain the V2 networking client. A networking client is needed to configure a routing entry on a router. If omitted, the `region` argument of the provider is used. Changing this creates a new routing entry.
        Returns:
        builder
      • region

        public RouterRouteArgs.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which to obtain the V2 networking client. A networking client is needed to configure a routing entry on a router. If omitted, the `region` argument of the provider is used. Changing this creates a new routing entry.
        Returns:
        builder
      • routerId

        public RouterRouteArgs.Builder routerId​(com.pulumi.core.Output<java.lang.String> routerId)
        Parameters:
        routerId - ID of the router this routing entry belongs to. Changing this creates a new routing entry.
        Returns:
        builder
      • routerId

        public RouterRouteArgs.Builder routerId​(java.lang.String routerId)
        Parameters:
        routerId - ID of the router this routing entry belongs to. Changing this creates a new routing entry.
        Returns:
        builder