Class RouterInterfaceState


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

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

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

      • forceDestroy

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> forceDestroy()
        Returns:
        A boolean indicating whether the routes from the corresponding router ID should be deleted so that the router interface can be destroyed without any errors. The default value is `false`.
      • portId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> portId()
        Returns:
        ID of the port this interface connects to. Changing this creates a new router interface.
      • 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 create a router. If omitted, the `region` argument of the provider is used. Changing this creates a new router interface.
      • routerId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> routerId()
        Returns:
        ID of the router this interface belongs to. Changing this creates a new router interface.
      • subnetId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> subnetId()
        Returns:
        ID of the subnet this interface connects to. Changing this creates a new router interface.