Package com.pulumi.openstack.networking
Class RouterInterfaceArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.networking.RouterInterfaceArgs
-
public final class RouterInterfaceArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRouterInterfaceArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RouterInterfaceArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouterInterfaceArgs.Builderbuilder()static RouterInterfaceArgs.Builderbuilder(RouterInterfaceArgs defaults)java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>forceDestroy()java.util.Optional<com.pulumi.core.Output<java.lang.String>>portId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()com.pulumi.core.Output<java.lang.String>routerId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>subnetId()
-
-
-
Field Detail
-
Empty
public static final RouterInterfaceArgs Empty
-
-
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 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.
-
builder
public static RouterInterfaceArgs.Builder builder()
-
builder
public static RouterInterfaceArgs.Builder builder(RouterInterfaceArgs defaults)
-
-