Class FirewallVpcFirewallLocalVpcArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.alicloud.cloudfirewall.inputs.FirewallVpcFirewallLocalVpcArgs
-
public final class FirewallVpcFirewallLocalVpcArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FirewallVpcFirewallLocalVpcArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static FirewallVpcFirewallLocalVpcArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirewallVpcFirewallLocalVpcArgs.Builder
builder()
static FirewallVpcFirewallLocalVpcArgs.Builder
builder(FirewallVpcFirewallLocalVpcArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
eniId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
eniPrivateIpAddress()
com.pulumi.core.Output<java.util.List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>>
localVpcCidrTableLists()
com.pulumi.core.Output<java.lang.String>
regionNo()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
routerInterfaceId()
com.pulumi.core.Output<java.lang.String>
vpcId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
vpcName()
-
-
-
Field Detail
-
Empty
public static final FirewallVpcFirewallLocalVpcArgs Empty
-
-
Method Detail
-
eniId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> eniId()
- Returns:
- The ID of the instance of the ENI in the peer VPC.
-
eniPrivateIpAddress
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> eniPrivateIpAddress()
- Returns:
- The private IP address of the elastic network card in the peer VPC.
-
localVpcCidrTableLists
public com.pulumi.core.Output<java.util.List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>> localVpcCidrTableLists()
- Returns:
- The network segment list of the local VPC. See `local_vpc_cidr_table_list` below.
-
regionNo
public com.pulumi.core.Output<java.lang.String> regionNo()
- Returns:
- The region ID of the local VPC.
-
routerInterfaceId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> routerInterfaceId()
- Returns:
- The ID of the router interface in the peer VPC.
-
vpcId
public com.pulumi.core.Output<java.lang.String> vpcId()
- Returns:
- The ID of the local VPC instance.
-
vpcName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcName()
- Returns:
- The instance name of the peer VPC.
-
builder
public static FirewallVpcFirewallLocalVpcArgs.Builder builder()
-
builder
public static FirewallVpcFirewallLocalVpcArgs.Builder builder(FirewallVpcFirewallLocalVpcArgs defaults)
-
-