Class FirewallVpcFirewallLocalVpcArgs


  • public final class FirewallVpcFirewallLocalVpcArgs
    extends com.pulumi.resources.ResourceArgs
    • 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.
      • 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.