Class FirewallVpcFirewallLocalVpcLocalVpcCidrTableList
- java.lang.Object
-
- com.pulumi.alicloud.cloudfirewall.outputs.FirewallVpcFirewallLocalVpcLocalVpcCidrTableList
-
public final class FirewallVpcFirewallLocalVpcLocalVpcCidrTableList extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FirewallVpcFirewallLocalVpcLocalVpcCidrTableList.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirewallVpcFirewallLocalVpcLocalVpcCidrTableList.Builder
builder()
static FirewallVpcFirewallLocalVpcLocalVpcCidrTableList.Builder
builder(FirewallVpcFirewallLocalVpcLocalVpcCidrTableList defaults)
java.util.List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList>
localRouteEntryLists()
java.lang.String
localRouteTableId()
-
-
-
Method Detail
-
localRouteEntryLists
public java.util.List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList> localRouteEntryLists()
- Returns:
- The list of route entries of the local VPC. See `local_route_entry_list` below.
-
localRouteTableId
public java.lang.String localRouteTableId()
- Returns:
- The ID of the route table of the local VPC.
-
builder
public static FirewallVpcFirewallLocalVpcLocalVpcCidrTableList.Builder builder()
-
builder
public static FirewallVpcFirewallLocalVpcLocalVpcCidrTableList.Builder builder(FirewallVpcFirewallLocalVpcLocalVpcCidrTableList defaults)
-
-