Class SubnetRouteState.Builder

  • Enclosing class:
    SubnetRouteState

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

      • Builder

        public Builder()
    • Method Detail

      • destinationCidr

        public SubnetRouteState.Builder destinationCidr​(@Nullable
                                                        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 SubnetRouteState.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 SubnetRouteState.Builder nextHop​(@Nullable
                                                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 SubnetRouteState.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 SubnetRouteState.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 subnet. If omitted, the `region` argument of the provider is used. Changing this creates a new routing entry.
        Returns:
        builder
      • region

        public SubnetRouteState.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 subnet. If omitted, the `region` argument of the provider is used. Changing this creates a new routing entry.
        Returns:
        builder
      • subnetId

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

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