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