Class SubnetRouteArgs


  • public final class SubnetRouteArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SubnetRouteArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • destinationCidr

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

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        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.
      • subnetId

        public com.pulumi.core.Output<java.lang.String> subnetId()
        Returns:
        ID of the subnet this routing entry belongs to. Changing this creates a new routing entry.