azure-native.managednetworkfabric.ExternalNetwork
Explore with Pulumi AI
Defines the External Network resource.
Uses Azure REST API version 2023-06-15. In version 2.x of the Azure Native provider, it used API version 2023-02-01-preview.
Other available API versions: 2023-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native managednetworkfabric [ApiVersion]
. See the version guide for details.
Example Usage
ExternalNetworks_Create_MaximumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var externalNetwork = new AzureNative.ManagedNetworkFabric.ExternalNetwork("externalNetwork", new()
{
Annotation = "annotation",
ExportRoutePolicy = new AzureNative.ManagedNetworkFabric.Inputs.ExportRoutePolicyArgs
{
ExportIpv4RoutePolicyId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
ExportIpv6RoutePolicyId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
},
ExportRoutePolicyId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
ExternalNetworkName = "example-externalnetwork",
ImportRoutePolicy = new AzureNative.ManagedNetworkFabric.Inputs.ImportRoutePolicyArgs
{
ImportIpv4RoutePolicyId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
ImportIpv6RoutePolicyId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
},
ImportRoutePolicyId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
L3IsolationDomainName = "example-l3domain",
NetworkToNetworkInterconnectId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni",
OptionAProperties = new AzureNative.ManagedNetworkFabric.Inputs.ExternalNetworkPropertiesOptionAPropertiesArgs
{
BfdConfiguration = new AzureNative.ManagedNetworkFabric.Inputs.BfdConfigurationArgs
{
IntervalInMilliSeconds = 300,
Multiplier = 15,
},
EgressAclId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
IngressAclId = "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
Mtu = 1500,
PeerASN = 65047,
PrimaryIpv4Prefix = "10.1.1.0/30",
PrimaryIpv6Prefix = "3FFE:FFFF:0:CD30::a0/126",
SecondaryIpv4Prefix = "10.1.1.4/30",
SecondaryIpv6Prefix = "3FFE:FFFF:0:CD30::a4/126",
VlanId = 1001,
},
OptionBProperties = new AzureNative.ManagedNetworkFabric.Inputs.L3OptionBPropertiesArgs
{
ExportRouteTargets = new[]
{
"65046:10039",
},
ImportRouteTargets = new[]
{
"65046:10039",
},
RouteTargets = new AzureNative.ManagedNetworkFabric.Inputs.RouteTargetInformationArgs
{
ExportIpv4RouteTargets = new[]
{
"65046:10039",
},
ExportIpv6RouteTargets = new[]
{
"65046:10039",
},
ImportIpv4RouteTargets = new[]
{
"65046:10039",
},
ImportIpv6RouteTargets = new[]
{
"65046:10039",
},
},
},
PeeringOption = AzureNative.ManagedNetworkFabric.PeeringOption.OptionA,
ResourceGroupName = "example-rg",
});
});
package main
import (
managednetworkfabric "github.com/pulumi/pulumi-azure-native-sdk/managednetworkfabric/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := managednetworkfabric.NewExternalNetwork(ctx, "externalNetwork", &managednetworkfabric.ExternalNetworkArgs{
Annotation: pulumi.String("annotation"),
ExportRoutePolicy: &managednetworkfabric.ExportRoutePolicyArgs{
ExportIpv4RoutePolicyId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName"),
ExportIpv6RoutePolicyId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName"),
},
ExportRoutePolicyId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName"),
ExternalNetworkName: pulumi.String("example-externalnetwork"),
ImportRoutePolicy: &managednetworkfabric.ImportRoutePolicyArgs{
ImportIpv4RoutePolicyId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName"),
ImportIpv6RoutePolicyId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName"),
},
ImportRoutePolicyId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName"),
L3IsolationDomainName: pulumi.String("example-l3domain"),
NetworkToNetworkInterconnectId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni"),
OptionAProperties: &managednetworkfabric.ExternalNetworkPropertiesOptionAPropertiesArgs{
BfdConfiguration: &managednetworkfabric.BfdConfigurationArgs{
IntervalInMilliSeconds: pulumi.Int(300),
Multiplier: pulumi.Int(15),
},
EgressAclId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl"),
IngressAclId: pulumi.String("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl"),
Mtu: pulumi.Int(1500),
PeerASN: pulumi.Float64(65047),
PrimaryIpv4Prefix: pulumi.String("10.1.1.0/30"),
PrimaryIpv6Prefix: pulumi.String("3FFE:FFFF:0:CD30::a0/126"),
SecondaryIpv4Prefix: pulumi.String("10.1.1.4/30"),
SecondaryIpv6Prefix: pulumi.String("3FFE:FFFF:0:CD30::a4/126"),
VlanId: pulumi.Int(1001),
},
OptionBProperties: &managednetworkfabric.L3OptionBPropertiesArgs{
ExportRouteTargets: pulumi.StringArray{
pulumi.String("65046:10039"),
},
ImportRouteTargets: pulumi.StringArray{
pulumi.String("65046:10039"),
},
RouteTargets: &managednetworkfabric.RouteTargetInformationArgs{
ExportIpv4RouteTargets: pulumi.StringArray{
pulumi.String("65046:10039"),
},
ExportIpv6RouteTargets: pulumi.StringArray{
pulumi.String("65046:10039"),
},
ImportIpv4RouteTargets: pulumi.StringArray{
pulumi.String("65046:10039"),
},
ImportIpv6RouteTargets: pulumi.StringArray{
pulumi.String("65046:10039"),
},
},
},
PeeringOption: pulumi.String(managednetworkfabric.PeeringOptionOptionA),
ResourceGroupName: pulumi.String("example-rg"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.managednetworkfabric.ExternalNetwork;
import com.pulumi.azurenative.managednetworkfabric.ExternalNetworkArgs;
import com.pulumi.azurenative.managednetworkfabric.inputs.ExportRoutePolicyArgs;
import com.pulumi.azurenative.managednetworkfabric.inputs.ImportRoutePolicyArgs;
import com.pulumi.azurenative.managednetworkfabric.inputs.ExternalNetworkPropertiesOptionAPropertiesArgs;
import com.pulumi.azurenative.managednetworkfabric.inputs.BfdConfigurationArgs;
import com.pulumi.azurenative.managednetworkfabric.inputs.L3OptionBPropertiesArgs;
import com.pulumi.azurenative.managednetworkfabric.inputs.RouteTargetInformationArgs;
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) {
var externalNetwork = new ExternalNetwork("externalNetwork", ExternalNetworkArgs.builder()
.annotation("annotation")
.exportRoutePolicy(ExportRoutePolicyArgs.builder()
.exportIpv4RoutePolicyId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName")
.exportIpv6RoutePolicyId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName")
.build())
.exportRoutePolicyId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName")
.externalNetworkName("example-externalnetwork")
.importRoutePolicy(ImportRoutePolicyArgs.builder()
.importIpv4RoutePolicyId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName")
.importIpv6RoutePolicyId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName")
.build())
.importRoutePolicyId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName")
.l3IsolationDomainName("example-l3domain")
.networkToNetworkInterconnectId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni")
.optionAProperties(ExternalNetworkPropertiesOptionAPropertiesArgs.builder()
.bfdConfiguration(BfdConfigurationArgs.builder()
.intervalInMilliSeconds(300)
.multiplier(15)
.build())
.egressAclId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl")
.ingressAclId("/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl")
.mtu(1500)
.peerASN(65047.0)
.primaryIpv4Prefix("10.1.1.0/30")
.primaryIpv6Prefix("3FFE:FFFF:0:CD30::a0/126")
.secondaryIpv4Prefix("10.1.1.4/30")
.secondaryIpv6Prefix("3FFE:FFFF:0:CD30::a4/126")
.vlanId(1001)
.build())
.optionBProperties(L3OptionBPropertiesArgs.builder()
.exportRouteTargets("65046:10039")
.importRouteTargets("65046:10039")
.routeTargets(RouteTargetInformationArgs.builder()
.exportIpv4RouteTargets("65046:10039")
.exportIpv6RouteTargets("65046:10039")
.importIpv4RouteTargets("65046:10039")
.importIpv6RouteTargets("65046:10039")
.build())
.build())
.peeringOption("OptionA")
.resourceGroupName("example-rg")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const externalNetwork = new azure_native.managednetworkfabric.ExternalNetwork("externalNetwork", {
annotation: "annotation",
exportRoutePolicy: {
exportIpv4RoutePolicyId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
exportIpv6RoutePolicyId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
},
exportRoutePolicyId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
externalNetworkName: "example-externalnetwork",
importRoutePolicy: {
importIpv4RoutePolicyId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
importIpv6RoutePolicyId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
},
importRoutePolicyId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
l3IsolationDomainName: "example-l3domain",
networkToNetworkInterconnectId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni",
optionAProperties: {
bfdConfiguration: {
intervalInMilliSeconds: 300,
multiplier: 15,
},
egressAclId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
ingressAclId: "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
mtu: 1500,
peerASN: 65047,
primaryIpv4Prefix: "10.1.1.0/30",
primaryIpv6Prefix: "3FFE:FFFF:0:CD30::a0/126",
secondaryIpv4Prefix: "10.1.1.4/30",
secondaryIpv6Prefix: "3FFE:FFFF:0:CD30::a4/126",
vlanId: 1001,
},
optionBProperties: {
exportRouteTargets: ["65046:10039"],
importRouteTargets: ["65046:10039"],
routeTargets: {
exportIpv4RouteTargets: ["65046:10039"],
exportIpv6RouteTargets: ["65046:10039"],
importIpv4RouteTargets: ["65046:10039"],
importIpv6RouteTargets: ["65046:10039"],
},
},
peeringOption: azure_native.managednetworkfabric.PeeringOption.OptionA,
resourceGroupName: "example-rg",
});
import pulumi
import pulumi_azure_native as azure_native
external_network = azure_native.managednetworkfabric.ExternalNetwork("externalNetwork",
annotation="annotation",
export_route_policy={
"export_ipv4_route_policy_id": "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
"export_ipv6_route_policy_id": "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
},
export_route_policy_id="/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
external_network_name="example-externalnetwork",
import_route_policy={
"import_ipv4_route_policy_id": "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
"import_ipv6_route_policy_id": "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
},
import_route_policy_id="/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName",
l3_isolation_domain_name="example-l3domain",
network_to_network_interconnect_id="/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni",
option_a_properties={
"bfd_configuration": {
"interval_in_milli_seconds": 300,
"multiplier": 15,
},
"egress_acl_id": "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
"ingress_acl_id": "/subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl",
"mtu": 1500,
"peer_asn": 65047,
"primary_ipv4_prefix": "10.1.1.0/30",
"primary_ipv6_prefix": "3FFE:FFFF:0:CD30::a0/126",
"secondary_ipv4_prefix": "10.1.1.4/30",
"secondary_ipv6_prefix": "3FFE:FFFF:0:CD30::a4/126",
"vlan_id": 1001,
},
option_b_properties={
"export_route_targets": ["65046:10039"],
"import_route_targets": ["65046:10039"],
"route_targets": {
"export_ipv4_route_targets": ["65046:10039"],
"export_ipv6_route_targets": ["65046:10039"],
"import_ipv4_route_targets": ["65046:10039"],
"import_ipv6_route_targets": ["65046:10039"],
},
},
peering_option=azure_native.managednetworkfabric.PeeringOption.OPTION_A,
resource_group_name="example-rg")
resources:
externalNetwork:
type: azure-native:managednetworkfabric:ExternalNetwork
properties:
annotation: annotation
exportRoutePolicy:
exportIpv4RoutePolicyId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName
exportIpv6RoutePolicyId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName
exportRoutePolicyId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName
externalNetworkName: example-externalnetwork
importRoutePolicy:
importIpv4RoutePolicyId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName
importIpv6RoutePolicyId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName
importRoutePolicyId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/routePolicies/routePolicyName
l3IsolationDomainName: example-l3domain
networkToNetworkInterconnectId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/networkFabrics/example-fabric/networkToNetworkInterconnects/example-nni
optionAProperties:
bfdConfiguration:
intervalInMilliSeconds: 300
multiplier: 15
egressAclId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl
ingressAclId: /subscriptions/1234ABCD-0A1B-1234-5678-123456ABCDEF/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/accessControlLists/example-acl
mtu: 1500
peerASN: 65047
primaryIpv4Prefix: 10.1.1.0/30
primaryIpv6Prefix: 3FFE:FFFF:0:CD30::a0/126
secondaryIpv4Prefix: 10.1.1.4/30
secondaryIpv6Prefix: 3FFE:FFFF:0:CD30::a4/126
vlanId: 1001
optionBProperties:
exportRouteTargets:
- 65046:10039
importRouteTargets:
- 65046:10039
routeTargets:
exportIpv4RouteTargets:
- 65046:10039
exportIpv6RouteTargets:
- 65046:10039
importIpv4RouteTargets:
- 65046:10039
importIpv6RouteTargets:
- 65046:10039
peeringOption: OptionA
resourceGroupName: example-rg
Create ExternalNetwork Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalNetwork(name: string, args: ExternalNetworkArgs, opts?: CustomResourceOptions);
@overload
def ExternalNetwork(resource_name: str,
args: ExternalNetworkArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExternalNetwork(resource_name: str,
opts: Optional[ResourceOptions] = None,
l3_isolation_domain_name: Optional[str] = None,
peering_option: Optional[Union[str, PeeringOption]] = None,
resource_group_name: Optional[str] = None,
annotation: Optional[str] = None,
export_route_policy: Optional[ExportRoutePolicyArgs] = None,
export_route_policy_id: Optional[str] = None,
external_network_name: Optional[str] = None,
import_route_policy: Optional[ImportRoutePolicyArgs] = None,
import_route_policy_id: Optional[str] = None,
network_to_network_interconnect_id: Optional[str] = None,
option_a_properties: Optional[ExternalNetworkPropertiesOptionAPropertiesArgs] = None,
option_b_properties: Optional[L3OptionBPropertiesArgs] = None)
func NewExternalNetwork(ctx *Context, name string, args ExternalNetworkArgs, opts ...ResourceOption) (*ExternalNetwork, error)
public ExternalNetwork(string name, ExternalNetworkArgs args, CustomResourceOptions? opts = null)
public ExternalNetwork(String name, ExternalNetworkArgs args)
public ExternalNetwork(String name, ExternalNetworkArgs args, CustomResourceOptions options)
type: azure-native:managednetworkfabric:ExternalNetwork
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ExternalNetworkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ExternalNetworkArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ExternalNetworkArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalNetworkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalNetworkArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var externalNetworkResource = new AzureNative.ManagedNetworkFabric.ExternalNetwork("externalNetworkResource", new()
{
L3IsolationDomainName = "string",
PeeringOption = "string",
ResourceGroupName = "string",
Annotation = "string",
ExportRoutePolicy = new AzureNative.ManagedNetworkFabric.Inputs.ExportRoutePolicyArgs
{
ExportIpv4RoutePolicyId = "string",
ExportIpv6RoutePolicyId = "string",
},
ExportRoutePolicyId = "string",
ExternalNetworkName = "string",
ImportRoutePolicy = new AzureNative.ManagedNetworkFabric.Inputs.ImportRoutePolicyArgs
{
ImportIpv4RoutePolicyId = "string",
ImportIpv6RoutePolicyId = "string",
},
ImportRoutePolicyId = "string",
NetworkToNetworkInterconnectId = "string",
OptionAProperties = new AzureNative.ManagedNetworkFabric.Inputs.ExternalNetworkPropertiesOptionAPropertiesArgs
{
PeerASN = 0,
VlanId = 0,
BfdConfiguration = new AzureNative.ManagedNetworkFabric.Inputs.BfdConfigurationArgs
{
IntervalInMilliSeconds = 0,
Multiplier = 0,
},
EgressAclId = "string",
IngressAclId = "string",
Mtu = 0,
PrimaryIpv4Prefix = "string",
PrimaryIpv6Prefix = "string",
SecondaryIpv4Prefix = "string",
SecondaryIpv6Prefix = "string",
},
OptionBProperties = new AzureNative.ManagedNetworkFabric.Inputs.L3OptionBPropertiesArgs
{
ExportRouteTargets = new[]
{
"string",
},
ImportRouteTargets = new[]
{
"string",
},
RouteTargets = new AzureNative.ManagedNetworkFabric.Inputs.RouteTargetInformationArgs
{
ExportIpv4RouteTargets = new[]
{
"string",
},
ExportIpv6RouteTargets = new[]
{
"string",
},
ImportIpv4RouteTargets = new[]
{
"string",
},
ImportIpv6RouteTargets = new[]
{
"string",
},
},
},
});
example, err := managednetworkfabric.NewExternalNetwork(ctx, "externalNetworkResource", &managednetworkfabric.ExternalNetworkArgs{
L3IsolationDomainName: pulumi.String("string"),
PeeringOption: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Annotation: pulumi.String("string"),
ExportRoutePolicy: &managednetworkfabric.ExportRoutePolicyArgs{
ExportIpv4RoutePolicyId: pulumi.String("string"),
ExportIpv6RoutePolicyId: pulumi.String("string"),
},
ExportRoutePolicyId: pulumi.String("string"),
ExternalNetworkName: pulumi.String("string"),
ImportRoutePolicy: &managednetworkfabric.ImportRoutePolicyArgs{
ImportIpv4RoutePolicyId: pulumi.String("string"),
ImportIpv6RoutePolicyId: pulumi.String("string"),
},
ImportRoutePolicyId: pulumi.String("string"),
NetworkToNetworkInterconnectId: pulumi.String("string"),
OptionAProperties: &managednetworkfabric.ExternalNetworkPropertiesOptionAPropertiesArgs{
PeerASN: pulumi.Float64(0),
VlanId: pulumi.Int(0),
BfdConfiguration: &managednetworkfabric.BfdConfigurationArgs{
IntervalInMilliSeconds: pulumi.Int(0),
Multiplier: pulumi.Int(0),
},
EgressAclId: pulumi.String("string"),
IngressAclId: pulumi.String("string"),
Mtu: pulumi.Int(0),
PrimaryIpv4Prefix: pulumi.String("string"),
PrimaryIpv6Prefix: pulumi.String("string"),
SecondaryIpv4Prefix: pulumi.String("string"),
SecondaryIpv6Prefix: pulumi.String("string"),
},
OptionBProperties: &managednetworkfabric.L3OptionBPropertiesArgs{
ExportRouteTargets: pulumi.StringArray{
pulumi.String("string"),
},
ImportRouteTargets: pulumi.StringArray{
pulumi.String("string"),
},
RouteTargets: &managednetworkfabric.RouteTargetInformationArgs{
ExportIpv4RouteTargets: pulumi.StringArray{
pulumi.String("string"),
},
ExportIpv6RouteTargets: pulumi.StringArray{
pulumi.String("string"),
},
ImportIpv4RouteTargets: pulumi.StringArray{
pulumi.String("string"),
},
ImportIpv6RouteTargets: pulumi.StringArray{
pulumi.String("string"),
},
},
},
})
var externalNetworkResource = new ExternalNetwork("externalNetworkResource", ExternalNetworkArgs.builder()
.l3IsolationDomainName("string")
.peeringOption("string")
.resourceGroupName("string")
.annotation("string")
.exportRoutePolicy(ExportRoutePolicyArgs.builder()
.exportIpv4RoutePolicyId("string")
.exportIpv6RoutePolicyId("string")
.build())
.exportRoutePolicyId("string")
.externalNetworkName("string")
.importRoutePolicy(ImportRoutePolicyArgs.builder()
.importIpv4RoutePolicyId("string")
.importIpv6RoutePolicyId("string")
.build())
.importRoutePolicyId("string")
.networkToNetworkInterconnectId("string")
.optionAProperties(ExternalNetworkPropertiesOptionAPropertiesArgs.builder()
.peerASN(0)
.vlanId(0)
.bfdConfiguration(BfdConfigurationArgs.builder()
.intervalInMilliSeconds(0)
.multiplier(0)
.build())
.egressAclId("string")
.ingressAclId("string")
.mtu(0)
.primaryIpv4Prefix("string")
.primaryIpv6Prefix("string")
.secondaryIpv4Prefix("string")
.secondaryIpv6Prefix("string")
.build())
.optionBProperties(L3OptionBPropertiesArgs.builder()
.exportRouteTargets("string")
.importRouteTargets("string")
.routeTargets(RouteTargetInformationArgs.builder()
.exportIpv4RouteTargets("string")
.exportIpv6RouteTargets("string")
.importIpv4RouteTargets("string")
.importIpv6RouteTargets("string")
.build())
.build())
.build());
external_network_resource = azure_native.managednetworkfabric.ExternalNetwork("externalNetworkResource",
l3_isolation_domain_name="string",
peering_option="string",
resource_group_name="string",
annotation="string",
export_route_policy={
"export_ipv4_route_policy_id": "string",
"export_ipv6_route_policy_id": "string",
},
export_route_policy_id="string",
external_network_name="string",
import_route_policy={
"import_ipv4_route_policy_id": "string",
"import_ipv6_route_policy_id": "string",
},
import_route_policy_id="string",
network_to_network_interconnect_id="string",
option_a_properties={
"peer_asn": 0,
"vlan_id": 0,
"bfd_configuration": {
"interval_in_milli_seconds": 0,
"multiplier": 0,
},
"egress_acl_id": "string",
"ingress_acl_id": "string",
"mtu": 0,
"primary_ipv4_prefix": "string",
"primary_ipv6_prefix": "string",
"secondary_ipv4_prefix": "string",
"secondary_ipv6_prefix": "string",
},
option_b_properties={
"export_route_targets": ["string"],
"import_route_targets": ["string"],
"route_targets": {
"export_ipv4_route_targets": ["string"],
"export_ipv6_route_targets": ["string"],
"import_ipv4_route_targets": ["string"],
"import_ipv6_route_targets": ["string"],
},
})
const externalNetworkResource = new azure_native.managednetworkfabric.ExternalNetwork("externalNetworkResource", {
l3IsolationDomainName: "string",
peeringOption: "string",
resourceGroupName: "string",
annotation: "string",
exportRoutePolicy: {
exportIpv4RoutePolicyId: "string",
exportIpv6RoutePolicyId: "string",
},
exportRoutePolicyId: "string",
externalNetworkName: "string",
importRoutePolicy: {
importIpv4RoutePolicyId: "string",
importIpv6RoutePolicyId: "string",
},
importRoutePolicyId: "string",
networkToNetworkInterconnectId: "string",
optionAProperties: {
peerASN: 0,
vlanId: 0,
bfdConfiguration: {
intervalInMilliSeconds: 0,
multiplier: 0,
},
egressAclId: "string",
ingressAclId: "string",
mtu: 0,
primaryIpv4Prefix: "string",
primaryIpv6Prefix: "string",
secondaryIpv4Prefix: "string",
secondaryIpv6Prefix: "string",
},
optionBProperties: {
exportRouteTargets: ["string"],
importRouteTargets: ["string"],
routeTargets: {
exportIpv4RouteTargets: ["string"],
exportIpv6RouteTargets: ["string"],
importIpv4RouteTargets: ["string"],
importIpv6RouteTargets: ["string"],
},
},
});
type: azure-native:managednetworkfabric:ExternalNetwork
properties:
annotation: string
exportRoutePolicy:
exportIpv4RoutePolicyId: string
exportIpv6RoutePolicyId: string
exportRoutePolicyId: string
externalNetworkName: string
importRoutePolicy:
importIpv4RoutePolicyId: string
importIpv6RoutePolicyId: string
importRoutePolicyId: string
l3IsolationDomainName: string
networkToNetworkInterconnectId: string
optionAProperties:
bfdConfiguration:
intervalInMilliSeconds: 0
multiplier: 0
egressAclId: string
ingressAclId: string
mtu: 0
peerASN: 0
primaryIpv4Prefix: string
primaryIpv6Prefix: string
secondaryIpv4Prefix: string
secondaryIpv6Prefix: string
vlanId: 0
optionBProperties:
exportRouteTargets:
- string
importRouteTargets:
- string
routeTargets:
exportIpv4RouteTargets:
- string
exportIpv6RouteTargets:
- string
importIpv4RouteTargets:
- string
importIpv6RouteTargets:
- string
peeringOption: string
resourceGroupName: string
ExternalNetwork Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ExternalNetwork resource accepts the following input properties:
- L3Isolation
Domain stringName - Name of the L3 Isolation Domain.
- Peering
Option string | Pulumi.Azure Native. Managed Network Fabric. Peering Option - Peering option list.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Annotation string
- Switch configuration description.
- Export
Route Pulumi.Policy Azure Native. Managed Network Fabric. Inputs. Export Route Policy - Export Route Policy either IPv4 or IPv6.
- Export
Route stringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- External
Network stringName - Name of the External Network.
- Import
Route Pulumi.Policy Azure Native. Managed Network Fabric. Inputs. Import Route Policy - Import Route Policy either IPv4 or IPv6.
- Import
Route stringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- Network
To stringNetwork Interconnect Id - ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
- Option
AProperties Pulumi.Azure Native. Managed Network Fabric. Inputs. External Network Properties Option AProperties - option A properties object
- Option
BProperties Pulumi.Azure Native. Managed Network Fabric. Inputs. L3Option BProperties - option B properties object
- L3Isolation
Domain stringName - Name of the L3 Isolation Domain.
- Peering
Option string | PeeringOption - Peering option list.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Annotation string
- Switch configuration description.
- Export
Route ExportPolicy Route Policy Args - Export Route Policy either IPv4 or IPv6.
- Export
Route stringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- External
Network stringName - Name of the External Network.
- Import
Route ImportPolicy Route Policy Args - Import Route Policy either IPv4 or IPv6.
- Import
Route stringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- Network
To stringNetwork Interconnect Id - ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
- Option
AProperties ExternalNetwork Properties Option AProperties Args - option A properties object
- Option
BProperties L3OptionBProperties Args - option B properties object
- l3Isolation
Domain StringName - Name of the L3 Isolation Domain.
- peering
Option String | PeeringOption - Peering option list.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- annotation String
- Switch configuration description.
- export
Route ExportPolicy Route Policy - Export Route Policy either IPv4 or IPv6.
- export
Route StringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- external
Network StringName - Name of the External Network.
- import
Route ImportPolicy Route Policy - Import Route Policy either IPv4 or IPv6.
- import
Route StringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- network
To StringNetwork Interconnect Id - ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
- option
AProperties ExternalNetwork Properties Option AProperties - option A properties object
- option
BProperties L3OptionBProperties - option B properties object
- l3Isolation
Domain stringName - Name of the L3 Isolation Domain.
- peering
Option string | PeeringOption - Peering option list.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- annotation string
- Switch configuration description.
- export
Route ExportPolicy Route Policy - Export Route Policy either IPv4 or IPv6.
- export
Route stringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- external
Network stringName - Name of the External Network.
- import
Route ImportPolicy Route Policy - Import Route Policy either IPv4 or IPv6.
- import
Route stringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- network
To stringNetwork Interconnect Id - ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
- option
AProperties ExternalNetwork Properties Option AProperties - option A properties object
- option
BProperties L3OptionBProperties - option B properties object
- l3_
isolation_ strdomain_ name - Name of the L3 Isolation Domain.
- peering_
option str | PeeringOption - Peering option list.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- annotation str
- Switch configuration description.
- export_
route_ Exportpolicy Route Policy Args - Export Route Policy either IPv4 or IPv6.
- export_
route_ strpolicy_ id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- external_
network_ strname - Name of the External Network.
- import_
route_ Importpolicy Route Policy Args - Import Route Policy either IPv4 or IPv6.
- import_
route_ strpolicy_ id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- network_
to_ strnetwork_ interconnect_ id - ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
- option_
a_ Externalproperties Network Properties Option AProperties Args - option A properties object
- option_
b_ L3Optionproperties BProperties Args - option B properties object
- l3Isolation
Domain StringName - Name of the L3 Isolation Domain.
- peering
Option String | "OptionA" | "Option B" - Peering option list.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- annotation String
- Switch configuration description.
- export
Route Property MapPolicy - Export Route Policy either IPv4 or IPv6.
- export
Route StringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- external
Network StringName - Name of the External Network.
- import
Route Property MapPolicy - Import Route Policy either IPv4 or IPv6.
- import
Route StringPolicy Id - ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.
- network
To StringNetwork Interconnect Id - ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.
- option
AProperties Property Map - option A properties object
- option
BProperties Property Map - option B properties object
Outputs
All input properties are implicitly available as output properties. Additionally, the ExternalNetwork resource produces the following output properties:
- Administrative
State string - Administrative state of the resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Configuration
State string - Configuration state of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- System
Data Pulumi.Azure Native. Managed Network Fabric. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Administrative
State string - Administrative state of the resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Configuration
State string - Configuration state of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrative
State String - Administrative state of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- configuration
State String - Configuration state of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrative
State string - Administrative state of the resource.
- azure
Api stringVersion - The Azure API version of the resource.
- configuration
State string - Configuration state of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - Provisioning state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrative_
state str - Administrative state of the resource.
- azure_
api_ strversion - The Azure API version of the resource.
- configuration_
state str - Configuration state of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of the resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- administrative
State String - Administrative state of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- configuration
State String - Configuration state of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
BfdConfiguration, BfdConfigurationArgs
- Interval
In intMilli Seconds - Interval in milliseconds. Example: 300.
- Multiplier int
- Multiplier for the Bfd Configuration. Example: 5.
- Interval
In intMilli Seconds - Interval in milliseconds. Example: 300.
- Multiplier int
- Multiplier for the Bfd Configuration. Example: 5.
- interval
In IntegerMilli Seconds - Interval in milliseconds. Example: 300.
- multiplier Integer
- Multiplier for the Bfd Configuration. Example: 5.
- interval
In numberMilli Seconds - Interval in milliseconds. Example: 300.
- multiplier number
- Multiplier for the Bfd Configuration. Example: 5.
- interval_
in_ intmilli_ seconds - Interval in milliseconds. Example: 300.
- multiplier int
- Multiplier for the Bfd Configuration. Example: 5.
- interval
In NumberMilli Seconds - Interval in milliseconds. Example: 300.
- multiplier Number
- Multiplier for the Bfd Configuration. Example: 5.
BfdConfigurationResponse, BfdConfigurationResponseArgs
- Administrative
State string - Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- Interval
In intMilli Seconds - Interval in milliseconds. Example: 300.
- Multiplier int
- Multiplier for the Bfd Configuration. Example: 5.
- Administrative
State string - Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- Interval
In intMilli Seconds - Interval in milliseconds. Example: 300.
- Multiplier int
- Multiplier for the Bfd Configuration. Example: 5.
- administrative
State String - Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval
In IntegerMilli Seconds - Interval in milliseconds. Example: 300.
- multiplier Integer
- Multiplier for the Bfd Configuration. Example: 5.
- administrative
State string - Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval
In numberMilli Seconds - Interval in milliseconds. Example: 300.
- multiplier number
- Multiplier for the Bfd Configuration. Example: 5.
- administrative_
state str - Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval_
in_ intmilli_ seconds - Interval in milliseconds. Example: 300.
- multiplier int
- Multiplier for the Bfd Configuration. Example: 5.
- administrative
State String - Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval
In NumberMilli Seconds - Interval in milliseconds. Example: 300.
- multiplier Number
- Multiplier for the Bfd Configuration. Example: 5.
ExportRoutePolicy, ExportRoutePolicyArgs
- Export
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Export
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Export
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Export
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- export_
ipv4_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- export_
ipv6_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- export
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
ExportRoutePolicyResponse, ExportRoutePolicyResponseArgs
- Export
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Export
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Export
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Export
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- export_
ipv4_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- export_
ipv6_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- export
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- export
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
ExternalNetworkPropertiesOptionAProperties, ExternalNetworkPropertiesOptionAPropertiesArgs
- Peer
ASN double - Peer ASN number.Example : 28
- Vlan
Id int - Vlan identifier. Example : 501
- Bfd
Configuration Pulumi.Azure Native. Managed Network Fabric. Inputs. Bfd Configuration - BFD configuration properties
- Egress
Acl stringId - Egress Acl. ARM resource ID of Access Control Lists.
- Ingress
Acl stringId - Ingress Acl. ARM resource ID of Access Control Lists.
- Mtu int
- MTU to use for option A peering.
- Primary
Ipv4Prefix string - IPv4 Address Prefix.
- Primary
Ipv6Prefix string - IPv6 Address Prefix.
- Secondary
Ipv4Prefix string - Secondary IPv4 Address Prefix.
- Secondary
Ipv6Prefix string - Secondary IPv6 Address Prefix.
- Peer
ASN float64 - Peer ASN number.Example : 28
- Vlan
Id int - Vlan identifier. Example : 501
- Bfd
Configuration BfdConfiguration - BFD configuration properties
- Egress
Acl stringId - Egress Acl. ARM resource ID of Access Control Lists.
- Ingress
Acl stringId - Ingress Acl. ARM resource ID of Access Control Lists.
- Mtu int
- MTU to use for option A peering.
- Primary
Ipv4Prefix string - IPv4 Address Prefix.
- Primary
Ipv6Prefix string - IPv6 Address Prefix.
- Secondary
Ipv4Prefix string - Secondary IPv4 Address Prefix.
- Secondary
Ipv6Prefix string - Secondary IPv6 Address Prefix.
- peer
ASN Double - Peer ASN number.Example : 28
- vlan
Id Integer - Vlan identifier. Example : 501
- bfd
Configuration BfdConfiguration - BFD configuration properties
- egress
Acl StringId - Egress Acl. ARM resource ID of Access Control Lists.
- ingress
Acl StringId - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu Integer
- MTU to use for option A peering.
- primary
Ipv4Prefix String - IPv4 Address Prefix.
- primary
Ipv6Prefix String - IPv6 Address Prefix.
- secondary
Ipv4Prefix String - Secondary IPv4 Address Prefix.
- secondary
Ipv6Prefix String - Secondary IPv6 Address Prefix.
- peer
ASN number - Peer ASN number.Example : 28
- vlan
Id number - Vlan identifier. Example : 501
- bfd
Configuration BfdConfiguration - BFD configuration properties
- egress
Acl stringId - Egress Acl. ARM resource ID of Access Control Lists.
- ingress
Acl stringId - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu number
- MTU to use for option A peering.
- primary
Ipv4Prefix string - IPv4 Address Prefix.
- primary
Ipv6Prefix string - IPv6 Address Prefix.
- secondary
Ipv4Prefix string - Secondary IPv4 Address Prefix.
- secondary
Ipv6Prefix string - Secondary IPv6 Address Prefix.
- peer_
asn float - Peer ASN number.Example : 28
- vlan_
id int - Vlan identifier. Example : 501
- bfd_
configuration BfdConfiguration - BFD configuration properties
- egress_
acl_ strid - Egress Acl. ARM resource ID of Access Control Lists.
- ingress_
acl_ strid - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu int
- MTU to use for option A peering.
- primary_
ipv4_ strprefix - IPv4 Address Prefix.
- primary_
ipv6_ strprefix - IPv6 Address Prefix.
- secondary_
ipv4_ strprefix - Secondary IPv4 Address Prefix.
- secondary_
ipv6_ strprefix - Secondary IPv6 Address Prefix.
- peer
ASN Number - Peer ASN number.Example : 28
- vlan
Id Number - Vlan identifier. Example : 501
- bfd
Configuration Property Map - BFD configuration properties
- egress
Acl StringId - Egress Acl. ARM resource ID of Access Control Lists.
- ingress
Acl StringId - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu Number
- MTU to use for option A peering.
- primary
Ipv4Prefix String - IPv4 Address Prefix.
- primary
Ipv6Prefix String - IPv6 Address Prefix.
- secondary
Ipv4Prefix String - Secondary IPv4 Address Prefix.
- secondary
Ipv6Prefix String - Secondary IPv6 Address Prefix.
ExternalNetworkPropertiesResponseOptionAProperties, ExternalNetworkPropertiesResponseOptionAPropertiesArgs
- Fabric
ASN double - Fabric ASN number. Example 65001
- Peer
ASN double - Peer ASN number.Example : 28
- Vlan
Id int - Vlan identifier. Example : 501
- Bfd
Configuration Pulumi.Azure Native. Managed Network Fabric. Inputs. Bfd Configuration Response - BFD configuration properties
- Egress
Acl stringId - Egress Acl. ARM resource ID of Access Control Lists.
- Ingress
Acl stringId - Ingress Acl. ARM resource ID of Access Control Lists.
- Mtu int
- MTU to use for option A peering.
- Primary
Ipv4Prefix string - IPv4 Address Prefix.
- Primary
Ipv6Prefix string - IPv6 Address Prefix.
- Secondary
Ipv4Prefix string - Secondary IPv4 Address Prefix.
- Secondary
Ipv6Prefix string - Secondary IPv6 Address Prefix.
- Fabric
ASN float64 - Fabric ASN number. Example 65001
- Peer
ASN float64 - Peer ASN number.Example : 28
- Vlan
Id int - Vlan identifier. Example : 501
- Bfd
Configuration BfdConfiguration Response - BFD configuration properties
- Egress
Acl stringId - Egress Acl. ARM resource ID of Access Control Lists.
- Ingress
Acl stringId - Ingress Acl. ARM resource ID of Access Control Lists.
- Mtu int
- MTU to use for option A peering.
- Primary
Ipv4Prefix string - IPv4 Address Prefix.
- Primary
Ipv6Prefix string - IPv6 Address Prefix.
- Secondary
Ipv4Prefix string - Secondary IPv4 Address Prefix.
- Secondary
Ipv6Prefix string - Secondary IPv6 Address Prefix.
- fabric
ASN Double - Fabric ASN number. Example 65001
- peer
ASN Double - Peer ASN number.Example : 28
- vlan
Id Integer - Vlan identifier. Example : 501
- bfd
Configuration BfdConfiguration Response - BFD configuration properties
- egress
Acl StringId - Egress Acl. ARM resource ID of Access Control Lists.
- ingress
Acl StringId - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu Integer
- MTU to use for option A peering.
- primary
Ipv4Prefix String - IPv4 Address Prefix.
- primary
Ipv6Prefix String - IPv6 Address Prefix.
- secondary
Ipv4Prefix String - Secondary IPv4 Address Prefix.
- secondary
Ipv6Prefix String - Secondary IPv6 Address Prefix.
- fabric
ASN number - Fabric ASN number. Example 65001
- peer
ASN number - Peer ASN number.Example : 28
- vlan
Id number - Vlan identifier. Example : 501
- bfd
Configuration BfdConfiguration Response - BFD configuration properties
- egress
Acl stringId - Egress Acl. ARM resource ID of Access Control Lists.
- ingress
Acl stringId - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu number
- MTU to use for option A peering.
- primary
Ipv4Prefix string - IPv4 Address Prefix.
- primary
Ipv6Prefix string - IPv6 Address Prefix.
- secondary
Ipv4Prefix string - Secondary IPv4 Address Prefix.
- secondary
Ipv6Prefix string - Secondary IPv6 Address Prefix.
- fabric_
asn float - Fabric ASN number. Example 65001
- peer_
asn float - Peer ASN number.Example : 28
- vlan_
id int - Vlan identifier. Example : 501
- bfd_
configuration BfdConfiguration Response - BFD configuration properties
- egress_
acl_ strid - Egress Acl. ARM resource ID of Access Control Lists.
- ingress_
acl_ strid - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu int
- MTU to use for option A peering.
- primary_
ipv4_ strprefix - IPv4 Address Prefix.
- primary_
ipv6_ strprefix - IPv6 Address Prefix.
- secondary_
ipv4_ strprefix - Secondary IPv4 Address Prefix.
- secondary_
ipv6_ strprefix - Secondary IPv6 Address Prefix.
- fabric
ASN Number - Fabric ASN number. Example 65001
- peer
ASN Number - Peer ASN number.Example : 28
- vlan
Id Number - Vlan identifier. Example : 501
- bfd
Configuration Property Map - BFD configuration properties
- egress
Acl StringId - Egress Acl. ARM resource ID of Access Control Lists.
- ingress
Acl StringId - Ingress Acl. ARM resource ID of Access Control Lists.
- mtu Number
- MTU to use for option A peering.
- primary
Ipv4Prefix String - IPv4 Address Prefix.
- primary
Ipv6Prefix String - IPv6 Address Prefix.
- secondary
Ipv4Prefix String - Secondary IPv4 Address Prefix.
- secondary
Ipv6Prefix String - Secondary IPv6 Address Prefix.
ImportRoutePolicy, ImportRoutePolicyArgs
- Import
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Import
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Import
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Import
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- import_
ipv4_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- import_
ipv6_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- import
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
ImportRoutePolicyResponse, ImportRoutePolicyResponseArgs
- Import
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Import
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Import
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- Import
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv4Route stringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv6Route stringPolicy Id - ARM resource ID of RoutePolicy.
- import_
ipv4_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- import_
ipv6_ strroute_ policy_ id - ARM resource ID of RoutePolicy.
- import
Ipv4Route StringPolicy Id - ARM resource ID of RoutePolicy.
- import
Ipv6Route StringPolicy Id - ARM resource ID of RoutePolicy.
L3OptionBProperties, L3OptionBPropertiesArgs
- Export
Route List<string>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- Import
Route List<string>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- Route
Targets Pulumi.Azure Native. Managed Network Fabric. Inputs. Route Target Information - RouteTargets to be applied.
- Export
Route []stringTargets - RouteTargets to be applied. This is used for the backward compatibility.
- Import
Route []stringTargets - RouteTargets to be applied. This is used for the backward compatibility.
- Route
Targets RouteTarget Information - RouteTargets to be applied.
- export
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- import
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- route
Targets RouteTarget Information - RouteTargets to be applied.
- export
Route string[]Targets - RouteTargets to be applied. This is used for the backward compatibility.
- import
Route string[]Targets - RouteTargets to be applied. This is used for the backward compatibility.
- route
Targets RouteTarget Information - RouteTargets to be applied.
- export_
route_ Sequence[str]targets - RouteTargets to be applied. This is used for the backward compatibility.
- import_
route_ Sequence[str]targets - RouteTargets to be applied. This is used for the backward compatibility.
- route_
targets RouteTarget Information - RouteTargets to be applied.
- export
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- import
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- route
Targets Property Map - RouteTargets to be applied.
L3OptionBPropertiesResponse, L3OptionBPropertiesResponseArgs
- Export
Route List<string>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- Import
Route List<string>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- Route
Targets Pulumi.Azure Native. Managed Network Fabric. Inputs. Route Target Information Response - RouteTargets to be applied.
- Export
Route []stringTargets - RouteTargets to be applied. This is used for the backward compatibility.
- Import
Route []stringTargets - RouteTargets to be applied. This is used for the backward compatibility.
- Route
Targets RouteTarget Information Response - RouteTargets to be applied.
- export
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- import
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- route
Targets RouteTarget Information Response - RouteTargets to be applied.
- export
Route string[]Targets - RouteTargets to be applied. This is used for the backward compatibility.
- import
Route string[]Targets - RouteTargets to be applied. This is used for the backward compatibility.
- route
Targets RouteTarget Information Response - RouteTargets to be applied.
- export_
route_ Sequence[str]targets - RouteTargets to be applied. This is used for the backward compatibility.
- import_
route_ Sequence[str]targets - RouteTargets to be applied. This is used for the backward compatibility.
- route_
targets RouteTarget Information Response - RouteTargets to be applied.
- export
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- import
Route List<String>Targets - RouteTargets to be applied. This is used for the backward compatibility.
- route
Targets Property Map - RouteTargets to be applied.
PeeringOption, PeeringOptionArgs
- Option
A - OptionA
- Option
B - OptionB
- Peering
Option Option A - OptionA
- Peering
Option Option B - OptionB
- Option
A - OptionA
- Option
B - OptionB
- Option
A - OptionA
- Option
B - OptionB
- OPTION_A
- OptionA
- OPTION_B
- OptionB
- "Option
A" - OptionA
- "Option
B" - OptionB
RouteTargetInformation, RouteTargetInformationArgs
- Export
Ipv4Route List<string>Targets - Route Targets to be applied for outgoing routes into CE.
- Export
Ipv6Route List<string>Targets - Route Targets to be applied for outgoing routes from CE.
- Import
Ipv4Route List<string>Targets - Route Targets to be applied for incoming routes into CE.
- Import
Ipv6Route List<string>Targets - Route Targets to be applied for incoming routes from CE.
- Export
Ipv4Route []stringTargets - Route Targets to be applied for outgoing routes into CE.
- Export
Ipv6Route []stringTargets - Route Targets to be applied for outgoing routes from CE.
- Import
Ipv4Route []stringTargets - Route Targets to be applied for incoming routes into CE.
- Import
Ipv6Route []stringTargets - Route Targets to be applied for incoming routes from CE.
- export
Ipv4Route List<String>Targets - Route Targets to be applied for outgoing routes into CE.
- export
Ipv6Route List<String>Targets - Route Targets to be applied for outgoing routes from CE.
- import
Ipv4Route List<String>Targets - Route Targets to be applied for incoming routes into CE.
- import
Ipv6Route List<String>Targets - Route Targets to be applied for incoming routes from CE.
- export
Ipv4Route string[]Targets - Route Targets to be applied for outgoing routes into CE.
- export
Ipv6Route string[]Targets - Route Targets to be applied for outgoing routes from CE.
- import
Ipv4Route string[]Targets - Route Targets to be applied for incoming routes into CE.
- import
Ipv6Route string[]Targets - Route Targets to be applied for incoming routes from CE.
- export_
ipv4_ Sequence[str]route_ targets - Route Targets to be applied for outgoing routes into CE.
- export_
ipv6_ Sequence[str]route_ targets - Route Targets to be applied for outgoing routes from CE.
- import_
ipv4_ Sequence[str]route_ targets - Route Targets to be applied for incoming routes into CE.
- import_
ipv6_ Sequence[str]route_ targets - Route Targets to be applied for incoming routes from CE.
- export
Ipv4Route List<String>Targets - Route Targets to be applied for outgoing routes into CE.
- export
Ipv6Route List<String>Targets - Route Targets to be applied for outgoing routes from CE.
- import
Ipv4Route List<String>Targets - Route Targets to be applied for incoming routes into CE.
- import
Ipv6Route List<String>Targets - Route Targets to be applied for incoming routes from CE.
RouteTargetInformationResponse, RouteTargetInformationResponseArgs
- Export
Ipv4Route List<string>Targets - Route Targets to be applied for outgoing routes into CE.
- Export
Ipv6Route List<string>Targets - Route Targets to be applied for outgoing routes from CE.
- Import
Ipv4Route List<string>Targets - Route Targets to be applied for incoming routes into CE.
- Import
Ipv6Route List<string>Targets - Route Targets to be applied for incoming routes from CE.
- Export
Ipv4Route []stringTargets - Route Targets to be applied for outgoing routes into CE.
- Export
Ipv6Route []stringTargets - Route Targets to be applied for outgoing routes from CE.
- Import
Ipv4Route []stringTargets - Route Targets to be applied for incoming routes into CE.
- Import
Ipv6Route []stringTargets - Route Targets to be applied for incoming routes from CE.
- export
Ipv4Route List<String>Targets - Route Targets to be applied for outgoing routes into CE.
- export
Ipv6Route List<String>Targets - Route Targets to be applied for outgoing routes from CE.
- import
Ipv4Route List<String>Targets - Route Targets to be applied for incoming routes into CE.
- import
Ipv6Route List<String>Targets - Route Targets to be applied for incoming routes from CE.
- export
Ipv4Route string[]Targets - Route Targets to be applied for outgoing routes into CE.
- export
Ipv6Route string[]Targets - Route Targets to be applied for outgoing routes from CE.
- import
Ipv4Route string[]Targets - Route Targets to be applied for incoming routes into CE.
- import
Ipv6Route string[]Targets - Route Targets to be applied for incoming routes from CE.
- export_
ipv4_ Sequence[str]route_ targets - Route Targets to be applied for outgoing routes into CE.
- export_
ipv6_ Sequence[str]route_ targets - Route Targets to be applied for outgoing routes from CE.
- import_
ipv4_ Sequence[str]route_ targets - Route Targets to be applied for incoming routes into CE.
- import_
ipv6_ Sequence[str]route_ targets - Route Targets to be applied for incoming routes from CE.
- export
Ipv4Route List<String>Targets - Route Targets to be applied for outgoing routes into CE.
- export
Ipv6Route List<String>Targets - Route Targets to be applied for outgoing routes from CE.
- import
Ipv4Route List<String>Targets - Route Targets to be applied for incoming routes into CE.
- import
Ipv6Route List<String>Targets - Route Targets to be applied for incoming routes from CE.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:managednetworkfabric:ExternalNetwork example-externalnetwork /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0