Alibaba Cloud v3.62.1 published on Monday, Sep 16, 2024 by Pulumi
alicloud.cloudfirewall.getVpcFirewalls
Explore with Pulumi AI
This data source provides Cloud Firewall Vpc Firewall available to the user.What is Vpc Firewall
NOTE: Available in 1.194.0+
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const default = alicloud.cloudfirewall.getVpcFirewalls({
ids: ["id-example"],
memberUid: "1415189284827022",
status: "closed",
vpcFirewallName: "tf-test",
});
export const alicloudCfwVpcFirewallExampleId = _default.then(_default => _default.firewalls?.[0]?.id);
import pulumi
import pulumi_alicloud as alicloud
default = alicloud.cloudfirewall.get_vpc_firewalls(ids=["id-example"],
member_uid="1415189284827022",
status="closed",
vpc_firewall_name="tf-test")
pulumi.export("alicloudCfwVpcFirewallExampleId", default.firewalls[0].id)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/cloudfirewall"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_default, err := cloudfirewall.GetVpcFirewalls(ctx, &cloudfirewall.GetVpcFirewallsArgs{
Ids: []string{
"id-example",
},
MemberUid: pulumi.StringRef("1415189284827022"),
Status: pulumi.StringRef("closed"),
VpcFirewallName: pulumi.StringRef("tf-test"),
}, nil)
if err != nil {
return err
}
ctx.Export("alicloudCfwVpcFirewallExampleId", _default.Firewalls[0].Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var @default = AliCloud.CloudFirewall.GetVpcFirewalls.Invoke(new()
{
Ids = new[]
{
"id-example",
},
MemberUid = "1415189284827022",
Status = "closed",
VpcFirewallName = "tf-test",
});
return new Dictionary<string, object?>
{
["alicloudCfwVpcFirewallExampleId"] = @default.Apply(@default => @default.Apply(getVpcFirewallsResult => getVpcFirewallsResult.Firewalls[0]?.Id)),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.cloudfirewall.CloudfirewallFunctions;
import com.pulumi.alicloud.cloudfirewall.inputs.GetVpcFirewallsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var default = CloudfirewallFunctions.getVpcFirewalls(GetVpcFirewallsArgs.builder()
.ids("id-example")
.memberUid("1415189284827022")
.status("closed")
.vpcFirewallName("tf-test")
.build());
ctx.export("alicloudCfwVpcFirewallExampleId", default_.firewalls()[0].id());
}
}
variables:
default:
fn::invoke:
Function: alicloud:cloudfirewall:getVpcFirewalls
Arguments:
ids:
- id-example
memberUid: '1415189284827022'
status: closed
vpcFirewallName: tf-test
outputs:
alicloudCfwVpcFirewallExampleId: ${default.firewalls[0].id}
Using getVpcFirewalls
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpcFirewalls(args: GetVpcFirewallsArgs, opts?: InvokeOptions): Promise<GetVpcFirewallsResult>
function getVpcFirewallsOutput(args: GetVpcFirewallsOutputArgs, opts?: InvokeOptions): Output<GetVpcFirewallsResult>
def get_vpc_firewalls(ids: Optional[Sequence[str]] = None,
lang: Optional[str] = None,
member_uid: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
region_no: Optional[str] = None,
status: Optional[str] = None,
vpc_firewall_id: Optional[str] = None,
vpc_firewall_name: Optional[str] = None,
vpc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcFirewallsResult
def get_vpc_firewalls_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
lang: Optional[pulumi.Input[str]] = None,
member_uid: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
region_no: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
vpc_firewall_id: Optional[pulumi.Input[str]] = None,
vpc_firewall_name: Optional[pulumi.Input[str]] = None,
vpc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcFirewallsResult]
func GetVpcFirewalls(ctx *Context, args *GetVpcFirewallsArgs, opts ...InvokeOption) (*GetVpcFirewallsResult, error)
func GetVpcFirewallsOutput(ctx *Context, args *GetVpcFirewallsOutputArgs, opts ...InvokeOption) GetVpcFirewallsResultOutput
> Note: This function is named GetVpcFirewalls
in the Go SDK.
public static class GetVpcFirewalls
{
public static Task<GetVpcFirewallsResult> InvokeAsync(GetVpcFirewallsArgs args, InvokeOptions? opts = null)
public static Output<GetVpcFirewallsResult> Invoke(GetVpcFirewallsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVpcFirewallsResult> getVpcFirewalls(GetVpcFirewallsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: alicloud:cloudfirewall/getVpcFirewalls:getVpcFirewalls
arguments:
# arguments dictionary
The following arguments are supported:
- Ids List<string>
- A list of Vpc Firewall IDs.
- Lang string
- The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.
- Member
Uid string - The UID of the Alibaba Cloud member account.
- Name
Regex string - A regex string to filter results by Group Metric Rule name.
- Output
File string - File name where to save data source results (after running
pulumi preview
). - Region
No string - The region ID of the peer VPC.
- Status string
- The status of the resource
- Vpc
Firewall stringId - The ID of the VPC firewall instance.
- Vpc
Firewall stringName - The name of the VPC firewall instance.
- Vpc
Id string - The ID of the peer VPC instance.
- Ids []string
- A list of Vpc Firewall IDs.
- Lang string
- The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.
- Member
Uid string - The UID of the Alibaba Cloud member account.
- Name
Regex string - A regex string to filter results by Group Metric Rule name.
- Output
File string - File name where to save data source results (after running
pulumi preview
). - Region
No string - The region ID of the peer VPC.
- Status string
- The status of the resource
- Vpc
Firewall stringId - The ID of the VPC firewall instance.
- Vpc
Firewall stringName - The name of the VPC firewall instance.
- Vpc
Id string - The ID of the peer VPC instance.
- ids List<String>
- A list of Vpc Firewall IDs.
- lang String
- The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.
- member
Uid String - The UID of the Alibaba Cloud member account.
- name
Regex String - A regex string to filter results by Group Metric Rule name.
- output
File String - File name where to save data source results (after running
pulumi preview
). - region
No String - The region ID of the peer VPC.
- status String
- The status of the resource
- vpc
Firewall StringId - The ID of the VPC firewall instance.
- vpc
Firewall StringName - The name of the VPC firewall instance.
- vpc
Id String - The ID of the peer VPC instance.
- ids string[]
- A list of Vpc Firewall IDs.
- lang string
- The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.
- member
Uid string - The UID of the Alibaba Cloud member account.
- name
Regex string - A regex string to filter results by Group Metric Rule name.
- output
File string - File name where to save data source results (after running
pulumi preview
). - region
No string - The region ID of the peer VPC.
- status string
- The status of the resource
- vpc
Firewall stringId - The ID of the VPC firewall instance.
- vpc
Firewall stringName - The name of the VPC firewall instance.
- vpc
Id string - The ID of the peer VPC instance.
- ids Sequence[str]
- A list of Vpc Firewall IDs.
- lang str
- The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.
- member_
uid str - The UID of the Alibaba Cloud member account.
- name_
regex str - A regex string to filter results by Group Metric Rule name.
- output_
file str - File name where to save data source results (after running
pulumi preview
). - region_
no str - The region ID of the peer VPC.
- status str
- The status of the resource
- vpc_
firewall_ strid - The ID of the VPC firewall instance.
- vpc_
firewall_ strname - The name of the VPC firewall instance.
- vpc_
id str - The ID of the peer VPC instance.
- ids List<String>
- A list of Vpc Firewall IDs.
- lang String
- The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.
- member
Uid String - The UID of the Alibaba Cloud member account.
- name
Regex String - A regex string to filter results by Group Metric Rule name.
- output
File String - File name where to save data source results (after running
pulumi preview
). - region
No String - The region ID of the peer VPC.
- status String
- The status of the resource
- vpc
Firewall StringId - The ID of the VPC firewall instance.
- vpc
Firewall StringName - The name of the VPC firewall instance.
- vpc
Id String - The ID of the peer VPC instance.
getVpcFirewalls Result
The following output properties are available:
- Firewalls
List<Pulumi.
Ali Cloud. Cloud Firewall. Outputs. Get Vpc Firewalls Firewall> - A list of Vpc Firewall Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of Vpc Firewall IDs.
- Names List<string>
- A list of name of Vpc Firewalls.
- Lang string
- Member
Uid string - The UID of the Alibaba Cloud member account.
- Name
Regex string - Output
File string - Region
No string - The region ID of the peer VPC.
- Status string
- The status of the resource
- Vpc
Firewall stringId - The ID of the VPC firewall instance.
- Vpc
Firewall stringName - The name of the VPC firewall instance.
- Vpc
Id string - The ID of the peer VPC instance.
- Firewalls
[]Get
Vpc Firewalls Firewall - A list of Vpc Firewall Entries. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of Vpc Firewall IDs.
- Names []string
- A list of name of Vpc Firewalls.
- Lang string
- Member
Uid string - The UID of the Alibaba Cloud member account.
- Name
Regex string - Output
File string - Region
No string - The region ID of the peer VPC.
- Status string
- The status of the resource
- Vpc
Firewall stringId - The ID of the VPC firewall instance.
- Vpc
Firewall stringName - The name of the VPC firewall instance.
- Vpc
Id string - The ID of the peer VPC instance.
- firewalls
List<Get
Vpc Firewalls Firewall> - A list of Vpc Firewall Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Vpc Firewall IDs.
- names List<String>
- A list of name of Vpc Firewalls.
- lang String
- member
Uid String - The UID of the Alibaba Cloud member account.
- name
Regex String - output
File String - region
No String - The region ID of the peer VPC.
- status String
- The status of the resource
- vpc
Firewall StringId - The ID of the VPC firewall instance.
- vpc
Firewall StringName - The name of the VPC firewall instance.
- vpc
Id String - The ID of the peer VPC instance.
- firewalls
Get
Vpc Firewalls Firewall[] - A list of Vpc Firewall Entries. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of Vpc Firewall IDs.
- names string[]
- A list of name of Vpc Firewalls.
- lang string
- member
Uid string - The UID of the Alibaba Cloud member account.
- name
Regex string - output
File string - region
No string - The region ID of the peer VPC.
- status string
- The status of the resource
- vpc
Firewall stringId - The ID of the VPC firewall instance.
- vpc
Firewall stringName - The name of the VPC firewall instance.
- vpc
Id string - The ID of the peer VPC instance.
- firewalls
Sequence[Get
Vpc Firewalls Firewall] - A list of Vpc Firewall Entries. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of Vpc Firewall IDs.
- names Sequence[str]
- A list of name of Vpc Firewalls.
- lang str
- member_
uid str - The UID of the Alibaba Cloud member account.
- name_
regex str - output_
file str - region_
no str - The region ID of the peer VPC.
- status str
- The status of the resource
- vpc_
firewall_ strid - The ID of the VPC firewall instance.
- vpc_
firewall_ strname - The name of the VPC firewall instance.
- vpc_
id str - The ID of the peer VPC instance.
- firewalls List<Property Map>
- A list of Vpc Firewall Entries. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of Vpc Firewall IDs.
- names List<String>
- A list of name of Vpc Firewalls.
- lang String
- member
Uid String - The UID of the Alibaba Cloud member account.
- name
Regex String - output
File String - region
No String - The region ID of the peer VPC.
- status String
- The status of the resource
- vpc
Firewall StringId - The ID of the VPC firewall instance.
- vpc
Firewall StringName - The name of the VPC firewall instance.
- vpc
Id String - The ID of the peer VPC instance.
Supporting Types
GetVpcFirewallsFirewall
- Bandwidth int
- Bandwidth specifications for high-speed channels. Unit: Mbps.
- Connect
Type string - The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
- Id string
- The name of the VPC firewall instance and the value same as
vpc_firewall_id
. - Local
Vpcs List<Pulumi.Ali Cloud. Cloud Firewall. Inputs. Get Vpc Firewalls Firewall Local Vpc> - The details of the local VPC.
- Peer
Vpcs List<Pulumi.Ali Cloud. Cloud Firewall. Inputs. Get Vpc Firewalls Firewall Peer Vpc> - The details of the peer VPC.
- Region
Status string - The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
- Status string
- The status of the resource
- Vpc
Firewall stringId - The ID of the VPC firewall instance.
- Vpc
Firewall stringName - The name of the VPC firewall instance.
- Bandwidth int
- Bandwidth specifications for high-speed channels. Unit: Mbps.
- Connect
Type string - The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
- Id string
- The name of the VPC firewall instance and the value same as
vpc_firewall_id
. - Local
Vpcs []GetVpc Firewalls Firewall Local Vpc - The details of the local VPC.
- Peer
Vpcs []GetVpc Firewalls Firewall Peer Vpc - The details of the peer VPC.
- Region
Status string - The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
- Status string
- The status of the resource
- Vpc
Firewall stringId - The ID of the VPC firewall instance.
- Vpc
Firewall stringName - The name of the VPC firewall instance.
- bandwidth Integer
- Bandwidth specifications for high-speed channels. Unit: Mbps.
- connect
Type String - The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
- id String
- The name of the VPC firewall instance and the value same as
vpc_firewall_id
. - local
Vpcs List<GetVpc Firewalls Firewall Local Vpc> - The details of the local VPC.
- peer
Vpcs List<GetVpc Firewalls Firewall Peer Vpc> - The details of the peer VPC.
- region
Status String - The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
- status String
- The status of the resource
- vpc
Firewall StringId - The ID of the VPC firewall instance.
- vpc
Firewall StringName - The name of the VPC firewall instance.
- bandwidth number
- Bandwidth specifications for high-speed channels. Unit: Mbps.
- connect
Type string - The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
- id string
- The name of the VPC firewall instance and the value same as
vpc_firewall_id
. - local
Vpcs GetVpc Firewalls Firewall Local Vpc[] - The details of the local VPC.
- peer
Vpcs GetVpc Firewalls Firewall Peer Vpc[] - The details of the peer VPC.
- region
Status string - The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
- status string
- The status of the resource
- vpc
Firewall stringId - The ID of the VPC firewall instance.
- vpc
Firewall stringName - The name of the VPC firewall instance.
- bandwidth int
- Bandwidth specifications for high-speed channels. Unit: Mbps.
- connect_
type str - The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
- id str
- The name of the VPC firewall instance and the value same as
vpc_firewall_id
. - local_
vpcs Sequence[GetVpc Firewalls Firewall Local Vpc] - The details of the local VPC.
- peer_
vpcs Sequence[GetVpc Firewalls Firewall Peer Vpc] - The details of the peer VPC.
- region_
status str - The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
- status str
- The status of the resource
- vpc_
firewall_ strid - The ID of the VPC firewall instance.
- vpc_
firewall_ strname - The name of the VPC firewall instance.
- bandwidth Number
- Bandwidth specifications for high-speed channels. Unit: Mbps.
- connect
Type String - The communication type of the VPC firewall. Valid value: expressconnect, which indicates Express Connect.
- id String
- The name of the VPC firewall instance and the value same as
vpc_firewall_id
. - local
Vpcs List<Property Map> - The details of the local VPC.
- peer
Vpcs List<Property Map> - The details of the peer VPC.
- region
Status String - The region is open. Value:-enable: is enabled, indicating that VPC firewall can be configured in this region.-disable: indicates that VPC firewall cannot be configured in this region.
- status String
- The status of the resource
- vpc
Firewall StringId - The ID of the VPC firewall instance.
- vpc
Firewall StringName - The name of the VPC firewall instance.
GetVpcFirewallsFirewallLocalVpc
- Eni
Id string - Eni
Private stringIp Address - Local
Vpc List<Pulumi.Cidr Table Lists Ali Cloud. Cloud Firewall. Inputs. Get Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List> - The network segment list of the local VPC.
- Region
No string - The region ID of the peer VPC.
- Router
Interface stringId - Vpc
Id string - The ID of the peer VPC instance.
- Vpc
Name string - The instance name of the peer VPC.
- Eni
Id string - Eni
Private stringIp Address - Local
Vpc []GetCidr Table Lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List - The network segment list of the local VPC.
- Region
No string - The region ID of the peer VPC.
- Router
Interface stringId - Vpc
Id string - The ID of the peer VPC instance.
- Vpc
Name string - The instance name of the peer VPC.
- eni
Id String - eni
Private StringIp Address - local
Vpc List<GetCidr Table Lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List> - The network segment list of the local VPC.
- region
No String - The region ID of the peer VPC.
- router
Interface StringId - vpc
Id String - The ID of the peer VPC instance.
- vpc
Name String - The instance name of the peer VPC.
- eni
Id string - eni
Private stringIp Address - local
Vpc GetCidr Table Lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List[] - The network segment list of the local VPC.
- region
No string - The region ID of the peer VPC.
- router
Interface stringId - vpc
Id string - The ID of the peer VPC instance.
- vpc
Name string - The instance name of the peer VPC.
- eni_
id str - eni_
private_ strip_ address - local_
vpc_ Sequence[Getcidr_ table_ lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List] - The network segment list of the local VPC.
- region_
no str - The region ID of the peer VPC.
- router_
interface_ strid - vpc_
id str - The ID of the peer VPC instance.
- vpc_
name str - The instance name of the peer VPC.
- eni
Id String - eni
Private StringIp Address - local
Vpc List<Property Map>Cidr Table Lists - The network segment list of the local VPC.
- region
No String - The region ID of the peer VPC.
- router
Interface StringId - vpc
Id String - The ID of the peer VPC instance.
- vpc
Name String - The instance name of the peer VPC.
GetVpcFirewallsFirewallLocalVpcLocalVpcCidrTableList
- Local
Route List<Pulumi.Entry Lists Ali Cloud. Cloud Firewall. Inputs. Get Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List Local Route Entry List> - The list of route entries of the local VPC.
- Local
Route stringTable Id - The ID of the route table of the local VPC.
- Local
Route []GetEntry Lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List Local Route Entry List - The list of route entries of the local VPC.
- Local
Route stringTable Id - The ID of the route table of the local VPC.
- local
Route List<GetEntry Lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List Local Route Entry List> - The list of route entries of the local VPC.
- local
Route StringTable Id - The ID of the route table of the local VPC.
- local
Route GetEntry Lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List Local Route Entry List[] - The list of route entries of the local VPC.
- local
Route stringTable Id - The ID of the route table of the local VPC.
- local_
route_ Sequence[Getentry_ lists Vpc Firewalls Firewall Local Vpc Local Vpc Cidr Table List Local Route Entry List] - The list of route entries of the local VPC.
- local_
route_ strtable_ id - The ID of the route table of the local VPC.
- local
Route List<Property Map>Entry Lists - The list of route entries of the local VPC.
- local
Route StringTable Id - The ID of the route table of the local VPC.
GetVpcFirewallsFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList
- Local
Destination stringCidr - The target network segment of the local VPC.
- Local
Next stringHop Instance Id - The ID of the next-hop instance in the local VPC.
- Local
Destination stringCidr - The target network segment of the local VPC.
- Local
Next stringHop Instance Id - The ID of the next-hop instance in the local VPC.
- local
Destination StringCidr - The target network segment of the local VPC.
- local
Next StringHop Instance Id - The ID of the next-hop instance in the local VPC.
- local
Destination stringCidr - The target network segment of the local VPC.
- local
Next stringHop Instance Id - The ID of the next-hop instance in the local VPC.
- local_
destination_ strcidr - The target network segment of the local VPC.
- local_
next_ strhop_ instance_ id - The ID of the next-hop instance in the local VPC.
- local
Destination StringCidr - The target network segment of the local VPC.
- local
Next StringHop Instance Id - The ID of the next-hop instance in the local VPC.
GetVpcFirewallsFirewallPeerVpc
- Eni
Id string - Eni
Private stringIp Address - Peer
Vpc List<Pulumi.Cidr Table Lists Ali Cloud. Cloud Firewall. Inputs. Get Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List> - The network segment list of the peer VPC.
- Region
No string - The region ID of the peer VPC.
- Router
Interface stringId - Vpc
Id string - The ID of the peer VPC instance.
- Vpc
Name string - The instance name of the peer VPC.
- Eni
Id string - Eni
Private stringIp Address - Peer
Vpc []GetCidr Table Lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List - The network segment list of the peer VPC.
- Region
No string - The region ID of the peer VPC.
- Router
Interface stringId - Vpc
Id string - The ID of the peer VPC instance.
- Vpc
Name string - The instance name of the peer VPC.
- eni
Id String - eni
Private StringIp Address - peer
Vpc List<GetCidr Table Lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List> - The network segment list of the peer VPC.
- region
No String - The region ID of the peer VPC.
- router
Interface StringId - vpc
Id String - The ID of the peer VPC instance.
- vpc
Name String - The instance name of the peer VPC.
- eni
Id string - eni
Private stringIp Address - peer
Vpc GetCidr Table Lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List[] - The network segment list of the peer VPC.
- region
No string - The region ID of the peer VPC.
- router
Interface stringId - vpc
Id string - The ID of the peer VPC instance.
- vpc
Name string - The instance name of the peer VPC.
- eni_
id str - eni_
private_ strip_ address - peer_
vpc_ Sequence[Getcidr_ table_ lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List] - The network segment list of the peer VPC.
- region_
no str - The region ID of the peer VPC.
- router_
interface_ strid - vpc_
id str - The ID of the peer VPC instance.
- vpc_
name str - The instance name of the peer VPC.
- eni
Id String - eni
Private StringIp Address - peer
Vpc List<Property Map>Cidr Table Lists - The network segment list of the peer VPC.
- region
No String - The region ID of the peer VPC.
- router
Interface StringId - vpc
Id String - The ID of the peer VPC instance.
- vpc
Name String - The instance name of the peer VPC.
GetVpcFirewallsFirewallPeerVpcPeerVpcCidrTableList
- Peer
Route List<Pulumi.Entry Lists Ali Cloud. Cloud Firewall. Inputs. Get Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List Peer Route Entry List> - Peer VPC route entry list information.
- Peer
Route stringTable Id - The ID of the route table of the peer VPC.
- Peer
Route []GetEntry Lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List Peer Route Entry List - Peer VPC route entry list information.
- Peer
Route stringTable Id - The ID of the route table of the peer VPC.
- peer
Route List<GetEntry Lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List Peer Route Entry List> - Peer VPC route entry list information.
- peer
Route StringTable Id - The ID of the route table of the peer VPC.
- peer
Route GetEntry Lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List Peer Route Entry List[] - Peer VPC route entry list information.
- peer
Route stringTable Id - The ID of the route table of the peer VPC.
- peer_
route_ Sequence[Getentry_ lists Vpc Firewalls Firewall Peer Vpc Peer Vpc Cidr Table List Peer Route Entry List] - Peer VPC route entry list information.
- peer_
route_ strtable_ id - The ID of the route table of the peer VPC.
- peer
Route List<Property Map>Entry Lists - Peer VPC route entry list information.
- peer
Route StringTable Id - The ID of the route table of the peer VPC.
GetVpcFirewallsFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList
- Peer
Destination stringCidr - The target network segment of the peer VPC.
- Peer
Next stringHop Instance Id - The ID of the next-hop instance in the peer VPC.
- Peer
Destination stringCidr - The target network segment of the peer VPC.
- Peer
Next stringHop Instance Id - The ID of the next-hop instance in the peer VPC.
- peer
Destination StringCidr - The target network segment of the peer VPC.
- peer
Next StringHop Instance Id - The ID of the next-hop instance in the peer VPC.
- peer
Destination stringCidr - The target network segment of the peer VPC.
- peer
Next stringHop Instance Id - The ID of the next-hop instance in the peer VPC.
- peer_
destination_ strcidr - The target network segment of the peer VPC.
- peer_
next_ strhop_ instance_ id - The ID of the next-hop instance in the peer VPC.
- peer
Destination StringCidr - The target network segment of the peer VPC.
- peer
Next StringHop Instance Id - The ID of the next-hop instance in the peer VPC.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.