1. Packages
  2. Azure Native v2
  3. API Docs
  4. managednetworkfabric
  5. getExternalNetwork
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.managednetworkfabric.getExternalNetwork

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Implements ExternalNetworks GET method. Azure REST API version: 2023-02-01-preview.

Other available API versions: 2023-06-15.

Using getExternalNetwork

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 getExternalNetwork(args: GetExternalNetworkArgs, opts?: InvokeOptions): Promise<GetExternalNetworkResult>
function getExternalNetworkOutput(args: GetExternalNetworkOutputArgs, opts?: InvokeOptions): Output<GetExternalNetworkResult>
Copy
def get_external_network(external_network_name: Optional[str] = None,
                         l3_isolation_domain_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetExternalNetworkResult
def get_external_network_output(external_network_name: Optional[pulumi.Input[str]] = None,
                         l3_isolation_domain_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetExternalNetworkResult]
Copy
func LookupExternalNetwork(ctx *Context, args *LookupExternalNetworkArgs, opts ...InvokeOption) (*LookupExternalNetworkResult, error)
func LookupExternalNetworkOutput(ctx *Context, args *LookupExternalNetworkOutputArgs, opts ...InvokeOption) LookupExternalNetworkResultOutput
Copy

> Note: This function is named LookupExternalNetwork in the Go SDK.

public static class GetExternalNetwork 
{
    public static Task<GetExternalNetworkResult> InvokeAsync(GetExternalNetworkArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalNetworkResult> Invoke(GetExternalNetworkInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExternalNetworkResult> getExternalNetwork(GetExternalNetworkArgs args, InvokeOptions options)
public static Output<GetExternalNetworkResult> getExternalNetwork(GetExternalNetworkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:managednetworkfabric:getExternalNetwork
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExternalNetworkName
This property is required.
Changes to this property will trigger replacement.
string
Name of the ExternalNetwork
L3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of the L3IsolationDomain
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ExternalNetworkName
This property is required.
Changes to this property will trigger replacement.
string
Name of the ExternalNetwork
L3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of the L3IsolationDomain
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
externalNetworkName
This property is required.
Changes to this property will trigger replacement.
String
Name of the ExternalNetwork
l3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
String
Name of the L3IsolationDomain
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
externalNetworkName
This property is required.
Changes to this property will trigger replacement.
string
Name of the ExternalNetwork
l3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of the L3IsolationDomain
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
external_network_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the ExternalNetwork
l3_isolation_domain_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the L3IsolationDomain
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
externalNetworkName
This property is required.
Changes to this property will trigger replacement.
String
Name of the ExternalNetwork
l3IsolationDomainName
This property is required.
Changes to this property will trigger replacement.
String
Name of the L3IsolationDomain
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getExternalNetwork Result

The following output properties are available:

AdministrativeState string
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
DisabledOnResources List<string>
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
NetworkToNetworkInterconnectId string
Gets the networkToNetworkInterconnectId of the resource.
PeeringOption string
Peering option list.
ProvisioningState string
Gets the provisioning state of the resource.
SystemData Pulumi.AzureNative.ManagedNetworkFabric.Outputs.SystemDataResponse
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"
Annotation string
Switch configuration description.
ExportRoutePolicyId string
ARM resource ID of exportRoutePolicy.
ImportRoutePolicyId string
ARM resource ID of importRoutePolicy.
OptionAProperties Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
OptionBProperties Pulumi.AzureNative.ManagedNetworkFabric.Outputs.OptionBPropertiesResponse
option B properties object
AdministrativeState string
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
DisabledOnResources []string
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
NetworkToNetworkInterconnectId string
Gets the networkToNetworkInterconnectId of the resource.
PeeringOption string
Peering option list.
ProvisioningState string
Gets the provisioning state of the resource.
SystemData SystemDataResponse
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"
Annotation string
Switch configuration description.
ExportRoutePolicyId string
ARM resource ID of exportRoutePolicy.
ImportRoutePolicyId string
ARM resource ID of importRoutePolicy.
OptionAProperties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
OptionBProperties OptionBPropertiesResponse
option B properties object
administrativeState String
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
disabledOnResources List<String>
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
networkToNetworkInterconnectId String
Gets the networkToNetworkInterconnectId of the resource.
peeringOption String
Peering option list.
provisioningState String
Gets the provisioning state of the resource.
systemData SystemDataResponse
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"
annotation String
Switch configuration description.
exportRoutePolicyId String
ARM resource ID of exportRoutePolicy.
importRoutePolicyId String
ARM resource ID of importRoutePolicy.
optionAProperties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
optionBProperties OptionBPropertiesResponse
option B properties object
administrativeState string
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
disabledOnResources string[]
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name string
The name of the resource
networkToNetworkInterconnectId string
Gets the networkToNetworkInterconnectId of the resource.
peeringOption string
Peering option list.
provisioningState string
Gets the provisioning state of the resource.
systemData SystemDataResponse
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"
annotation string
Switch configuration description.
exportRoutePolicyId string
ARM resource ID of exportRoutePolicy.
importRoutePolicyId string
ARM resource ID of importRoutePolicy.
optionAProperties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
optionBProperties OptionBPropertiesResponse
option B properties object
administrative_state str
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
disabled_on_resources Sequence[str]
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name str
The name of the resource
network_to_network_interconnect_id str
Gets the networkToNetworkInterconnectId of the resource.
peering_option str
Peering option list.
provisioning_state str
Gets the provisioning state of the resource.
system_data SystemDataResponse
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"
annotation str
Switch configuration description.
export_route_policy_id str
ARM resource ID of exportRoutePolicy.
import_route_policy_id str
ARM resource ID of importRoutePolicy.
option_a_properties ExternalNetworkPropertiesResponseOptionAProperties
option A properties object
option_b_properties OptionBPropertiesResponse
option B properties object
administrativeState String
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
disabledOnResources List<String>
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
networkToNetworkInterconnectId String
Gets the networkToNetworkInterconnectId of the resource.
peeringOption String
Peering option list.
provisioningState String
Gets the provisioning state of the resource.
systemData 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"
annotation String
Switch configuration description.
exportRoutePolicyId String
ARM resource ID of exportRoutePolicy.
importRoutePolicyId String
ARM resource ID of importRoutePolicy.
optionAProperties Property Map
option A properties object
optionBProperties Property Map
option B properties object

Supporting Types

BfdConfigurationResponse

AdministrativeState This property is required. string
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
Interval This property is required. int
interval in milliseconds. Example: 300.
Multiplier This property is required. int
Multiplier for the Bfd Configuration. Example: 3.
AdministrativeState This property is required. string
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
Interval This property is required. int
interval in milliseconds. Example: 300.
Multiplier This property is required. int
Multiplier for the Bfd Configuration. Example: 3.
administrativeState This property is required. String
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
interval This property is required. Integer
interval in milliseconds. Example: 300.
multiplier This property is required. Integer
Multiplier for the Bfd Configuration. Example: 3.
administrativeState This property is required. string
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
interval This property is required. number
interval in milliseconds. Example: 300.
multiplier This property is required. number
Multiplier for the Bfd Configuration. Example: 3.
administrative_state This property is required. str
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
interval This property is required. int
interval in milliseconds. Example: 300.
multiplier This property is required. int
Multiplier for the Bfd Configuration. Example: 3.
administrativeState This property is required. String
Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
interval This property is required. Number
interval in milliseconds. Example: 300.
multiplier This property is required. Number
Multiplier for the Bfd Configuration. Example: 3.

ExternalNetworkPropertiesResponseOptionAProperties

FabricASN This property is required. int
Fabric ASN number. Example 65001
PeerASN This property is required. int
Peer ASN number.Example : 28
VlanId This property is required. int
Vlan identifier. Example : 501
BfdConfiguration Pulumi.AzureNative.ManagedNetworkFabric.Inputs.BfdConfigurationResponse
BFD configuration properties
Mtu int
MTU to use for option A peering.
PrimaryIpv4Prefix string
IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
PrimaryIpv6Prefix string
IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
SecondaryIpv4Prefix string
Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
SecondaryIpv6Prefix string
Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
FabricASN This property is required. int
Fabric ASN number. Example 65001
PeerASN This property is required. int
Peer ASN number.Example : 28
VlanId This property is required. int
Vlan identifier. Example : 501
BfdConfiguration BfdConfigurationResponse
BFD configuration properties
Mtu int
MTU to use for option A peering.
PrimaryIpv4Prefix string
IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
PrimaryIpv6Prefix string
IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
SecondaryIpv4Prefix string
Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
SecondaryIpv6Prefix string
Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
fabricASN This property is required. Integer
Fabric ASN number. Example 65001
peerASN This property is required. Integer
Peer ASN number.Example : 28
vlanId This property is required. Integer
Vlan identifier. Example : 501
bfdConfiguration BfdConfigurationResponse
BFD configuration properties
mtu Integer
MTU to use for option A peering.
primaryIpv4Prefix String
IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
primaryIpv6Prefix String
IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondaryIpv4Prefix String
Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondaryIpv6Prefix String
Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
fabricASN This property is required. number
Fabric ASN number. Example 65001
peerASN This property is required. number
Peer ASN number.Example : 28
vlanId This property is required. number
Vlan identifier. Example : 501
bfdConfiguration BfdConfigurationResponse
BFD configuration properties
mtu number
MTU to use for option A peering.
primaryIpv4Prefix string
IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
primaryIpv6Prefix string
IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondaryIpv4Prefix string
Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondaryIpv6Prefix string
Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
fabric_asn This property is required. int
Fabric ASN number. Example 65001
peer_asn This property is required. int
Peer ASN number.Example : 28
vlan_id This property is required. int
Vlan identifier. Example : 501
bfd_configuration BfdConfigurationResponse
BFD configuration properties
mtu int
MTU to use for option A peering.
primary_ipv4_prefix str
IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
primary_ipv6_prefix str
IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondary_ipv4_prefix str
Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondary_ipv6_prefix str
Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
fabricASN This property is required. Number
Fabric ASN number. Example 65001
peerASN This property is required. Number
Peer ASN number.Example : 28
vlanId This property is required. Number
Vlan identifier. Example : 501
bfdConfiguration Property Map
BFD configuration properties
mtu Number
MTU to use for option A peering.
primaryIpv4Prefix String
IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
primaryIpv6Prefix String
IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondaryIpv4Prefix String
Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.
secondaryIpv6Prefix String
Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

OptionBPropertiesResponse

ExportRouteTargets List<string>
Route Targets to be applied for outgoing routes from CE.
ImportRouteTargets List<string>
Route Targets to be applied for incoming routes into CE.
ExportRouteTargets []string
Route Targets to be applied for outgoing routes from CE.
ImportRouteTargets []string
Route Targets to be applied for incoming routes into CE.
exportRouteTargets List<String>
Route Targets to be applied for outgoing routes from CE.
importRouteTargets List<String>
Route Targets to be applied for incoming routes into CE.
exportRouteTargets string[]
Route Targets to be applied for outgoing routes from CE.
importRouteTargets string[]
Route Targets to be applied for incoming routes into CE.
export_route_targets Sequence[str]
Route Targets to be applied for outgoing routes from CE.
import_route_targets Sequence[str]
Route Targets to be applied for incoming routes into CE.
exportRouteTargets List<String>
Route Targets to be applied for outgoing routes from CE.
importRouteTargets List<String>
Route Targets to be applied for incoming routes into CE.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi