This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.managednetworkfabric.getInternalNetwork
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets a InternalNetworks. Azure REST API version: 2023-02-01-preview.
Other available API versions: 2023-06-15.
Using getInternalNetwork
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 getInternalNetwork(args: GetInternalNetworkArgs, opts?: InvokeOptions): Promise<GetInternalNetworkResult>
function getInternalNetworkOutput(args: GetInternalNetworkOutputArgs, opts?: InvokeOptions): Output<GetInternalNetworkResult>def get_internal_network(internal_network_name: Optional[str] = None,
                         l3_isolation_domain_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetInternalNetworkResult
def get_internal_network_output(internal_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[GetInternalNetworkResult]func LookupInternalNetwork(ctx *Context, args *LookupInternalNetworkArgs, opts ...InvokeOption) (*LookupInternalNetworkResult, error)
func LookupInternalNetworkOutput(ctx *Context, args *LookupInternalNetworkOutputArgs, opts ...InvokeOption) LookupInternalNetworkResultOutput> Note: This function is named LookupInternalNetwork in the Go SDK.
public static class GetInternalNetwork 
{
    public static Task<GetInternalNetworkResult> InvokeAsync(GetInternalNetworkArgs args, InvokeOptions? opts = null)
    public static Output<GetInternalNetworkResult> Invoke(GetInternalNetworkInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInternalNetworkResult> getInternalNetwork(GetInternalNetworkArgs args, InvokeOptions options)
public static Output<GetInternalNetworkResult> getInternalNetwork(GetInternalNetworkArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:managednetworkfabric:getInternalNetwork
  arguments:
    # arguments dictionaryThe following arguments are supported:
- InternalNetwork stringName 
- Name of the InternalNetwork
- L3IsolationDomain stringName 
- Name of the L3IsolationDomain
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- InternalNetwork stringName 
- Name of the InternalNetwork
- L3IsolationDomain stringName 
- Name of the L3IsolationDomain
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- internalNetwork StringName 
- Name of the InternalNetwork
- l3IsolationDomain StringName 
- Name of the L3IsolationDomain
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- internalNetwork stringName 
- Name of the InternalNetwork
- l3IsolationDomain stringName 
- Name of the L3IsolationDomain
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- internal_network_ strname 
- Name of the InternalNetwork
- l3_isolation_ strdomain_ name 
- Name of the L3IsolationDomain
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- internalNetwork StringName 
- Name of the InternalNetwork
- l3IsolationDomain StringName 
- Name of the L3IsolationDomain
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getInternalNetwork Result
The following output properties are available:
- AdministrativeState string
- Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- BfdDisabled List<string>On Resources 
- List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- BfdFor List<string>Static Routes Disabled On Resources 
- List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- BgpDisabled List<string>On Resources 
- List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- DisabledOn List<string>Resources 
- List of resources the InternalNetwork 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
- ProvisioningState string
- Gets the provisioning state of the resource.
- SystemData 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"
- VlanId int
- Vlan identifier. Example: 1001.
- Annotation string
- Switch configuration description.
- BgpConfiguration Pulumi.Azure Native. Managed Network Fabric. Outputs. Bgp Configuration Response 
- BGP configuration properties
- ConnectedIPv4Subnets List<Pulumi.Azure Native. Managed Network Fabric. Outputs. Connected Subnet Response> 
- List with object connected IPv4 Subnets.
- ConnectedIPv6Subnets List<Pulumi.Azure Native. Managed Network Fabric. Outputs. Connected Subnet Response> 
- List with object connected IPv6 Subnets.
- ExportRoute stringPolicy Id 
- ARM resource ID of importRoutePolicy.
- ImportRoute stringPolicy Id 
- ARM resource ID of importRoutePolicy.
- Mtu int
- Maximum transmission unit. Default value is 1500.
- StaticRoute Pulumi.Configuration Azure Native. Managed Network Fabric. Outputs. Static Route Configuration Response 
- Static Route Configuration properties.
- AdministrativeState string
- Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- BfdDisabled []stringOn Resources 
- List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- BfdFor []stringStatic Routes Disabled On Resources 
- List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- BgpDisabled []stringOn Resources 
- List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- DisabledOn []stringResources 
- List of resources the InternalNetwork 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
- ProvisioningState string
- Gets the provisioning state of the resource.
- SystemData 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"
- VlanId int
- Vlan identifier. Example: 1001.
- Annotation string
- Switch configuration description.
- BgpConfiguration BgpConfiguration Response 
- BGP configuration properties
- ConnectedIPv4Subnets []ConnectedSubnet Response 
- List with object connected IPv4 Subnets.
- ConnectedIPv6Subnets []ConnectedSubnet Response 
- List with object connected IPv6 Subnets.
- ExportRoute stringPolicy Id 
- ARM resource ID of importRoutePolicy.
- ImportRoute stringPolicy Id 
- ARM resource ID of importRoutePolicy.
- Mtu int
- Maximum transmission unit. Default value is 1500.
- StaticRoute StaticConfiguration Route Configuration Response 
- Static Route Configuration properties.
- administrativeState String
- Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfdDisabled List<String>On Resources 
- List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfdFor List<String>Static Routes Disabled On Resources 
- List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgpDisabled List<String>On Resources 
- List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabledOn List<String>Resources 
- List of resources the InternalNetwork 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
- provisioningState String
- Gets the provisioning state of the resource.
- systemData 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"
- vlanId Integer
- Vlan identifier. Example: 1001.
- annotation String
- Switch configuration description.
- bgpConfiguration BgpConfiguration Response 
- BGP configuration properties
- connectedIPv4Subnets List<ConnectedSubnet Response> 
- List with object connected IPv4 Subnets.
- connectedIPv6Subnets List<ConnectedSubnet Response> 
- List with object connected IPv6 Subnets.
- exportRoute StringPolicy Id 
- ARM resource ID of importRoutePolicy.
- importRoute StringPolicy Id 
- ARM resource ID of importRoutePolicy.
- mtu Integer
- Maximum transmission unit. Default value is 1500.
- staticRoute StaticConfiguration Route Configuration Response 
- Static Route Configuration properties.
- administrativeState string
- Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfdDisabled string[]On Resources 
- List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfdFor string[]Static Routes Disabled On Resources 
- List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgpDisabled string[]On Resources 
- List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabledOn string[]Resources 
- List of resources the InternalNetwork 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
- provisioningState string
- Gets the provisioning state of the resource.
- systemData 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"
- vlanId number
- Vlan identifier. Example: 1001.
- annotation string
- Switch configuration description.
- bgpConfiguration BgpConfiguration Response 
- BGP configuration properties
- connectedIPv4Subnets ConnectedSubnet Response[] 
- List with object connected IPv4 Subnets.
- connectedIPv6Subnets ConnectedSubnet Response[] 
- List with object connected IPv6 Subnets.
- exportRoute stringPolicy Id 
- ARM resource ID of importRoutePolicy.
- importRoute stringPolicy Id 
- ARM resource ID of importRoutePolicy.
- mtu number
- Maximum transmission unit. Default value is 1500.
- staticRoute StaticConfiguration Route Configuration Response 
- Static Route Configuration properties.
- administrative_state str
- Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfd_disabled_ Sequence[str]on_ resources 
- List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfd_for_ Sequence[str]static_ routes_ disabled_ on_ resources 
- List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgp_disabled_ Sequence[str]on_ resources 
- List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabled_on_ Sequence[str]resources 
- List of resources the InternalNetwork 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
- provisioning_state str
- Gets the 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"
- vlan_id int
- Vlan identifier. Example: 1001.
- annotation str
- Switch configuration description.
- bgp_configuration BgpConfiguration Response 
- BGP configuration properties
- connected_i_ Sequence[Connectedpv4_ subnets Subnet Response] 
- List with object connected IPv4 Subnets.
- connected_i_ Sequence[Connectedpv6_ subnets Subnet Response] 
- List with object connected IPv6 Subnets.
- export_route_ strpolicy_ id 
- ARM resource ID of importRoutePolicy.
- import_route_ strpolicy_ id 
- ARM resource ID of importRoutePolicy.
- mtu int
- Maximum transmission unit. Default value is 1500.
- static_route_ Staticconfiguration Route Configuration Response 
- Static Route Configuration properties.
- administrativeState String
- Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfdDisabled List<String>On Resources 
- List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfdFor List<String>Static Routes Disabled On Resources 
- List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgpDisabled List<String>On Resources 
- List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabledOn List<String>Resources 
- List of resources the InternalNetwork 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
- 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"
- vlanId Number
- Vlan identifier. Example: 1001.
- annotation String
- Switch configuration description.
- bgpConfiguration Property Map
- BGP configuration properties
- connectedIPv4Subnets List<Property Map>
- List with object connected IPv4 Subnets.
- connectedIPv6Subnets List<Property Map>
- List with object connected IPv6 Subnets.
- exportRoute StringPolicy Id 
- ARM resource ID of importRoutePolicy.
- importRoute StringPolicy Id 
- ARM resource ID of importRoutePolicy.
- mtu Number
- Maximum transmission unit. Default value is 1500.
- staticRoute Property MapConfiguration 
- Static Route Configuration properties.
Supporting Types
BfdConfigurationResponse  
- AdministrativeState string
- Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- Interval int
- interval in milliseconds. Example: 300.
- Multiplier int
- Multiplier for the Bfd Configuration. Example: 3.
- AdministrativeState string
- Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- Interval int
- interval in milliseconds. Example: 300.
- Multiplier int
- Multiplier for the Bfd Configuration. Example: 3.
- administrativeState String
- Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval Integer
- interval in milliseconds. Example: 300.
- multiplier Integer
- Multiplier for the Bfd Configuration. Example: 3.
- administrativeState string
- Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval number
- interval in milliseconds. Example: 300.
- multiplier number
- Multiplier for the Bfd Configuration. Example: 3.
- administrative_state str
- Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval int
- interval in milliseconds. Example: 300.
- multiplier int
- Multiplier for the Bfd Configuration. Example: 3.
- administrativeState String
- Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
- interval Number
- interval in milliseconds. Example: 300.
- multiplier Number
- Multiplier for the Bfd Configuration. Example: 3.
BgpConfigurationResponse  
- FabricASN int
- ASN of Network Fabric. Example: 65048.
- PeerASN int
- Peer ASN. Example: 65047.
- AllowAS int
- Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
- AllowASOverride string
- Enable Or Disable state.
- Annotation string
- Switch configuration description.
- BfdConfiguration Pulumi.Azure Native. Managed Network Fabric. Inputs. Bfd Configuration Response 
- BFD configuration properties
- DefaultRoute stringOriginate 
- Originate a defaultRoute. Ex: "True" | "False".
- Ipv4ListenRange List<string>Prefixes 
- BGP Ipv4 ListenRange.
- Ipv4NeighborAddress List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Neighbor Address Response> 
- List with stringified ipv4NeighborAddresses.
- Ipv6ListenRange List<string>Prefixes 
- BGP Ipv6 ListenRange.
- Ipv6NeighborAddress List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Neighbor Address Response> 
- List with stringified IPv6 Neighbor Address.
- FabricASN int
- ASN of Network Fabric. Example: 65048.
- PeerASN int
- Peer ASN. Example: 65047.
- AllowAS int
- Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
- AllowASOverride string
- Enable Or Disable state.
- Annotation string
- Switch configuration description.
- BfdConfiguration BfdConfiguration Response 
- BFD configuration properties
- DefaultRoute stringOriginate 
- Originate a defaultRoute. Ex: "True" | "False".
- Ipv4ListenRange []stringPrefixes 
- BGP Ipv4 ListenRange.
- Ipv4NeighborAddress []NeighborAddress Response 
- List with stringified ipv4NeighborAddresses.
- Ipv6ListenRange []stringPrefixes 
- BGP Ipv6 ListenRange.
- Ipv6NeighborAddress []NeighborAddress Response 
- List with stringified IPv6 Neighbor Address.
- fabricASN Integer
- ASN of Network Fabric. Example: 65048.
- peerASN Integer
- Peer ASN. Example: 65047.
- allowAS Integer
- Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
- allowASOverride String
- Enable Or Disable state.
- annotation String
- Switch configuration description.
- bfdConfiguration BfdConfiguration Response 
- BFD configuration properties
- defaultRoute StringOriginate 
- Originate a defaultRoute. Ex: "True" | "False".
- ipv4ListenRange List<String>Prefixes 
- BGP Ipv4 ListenRange.
- ipv4NeighborAddress List<NeighborAddress Response> 
- List with stringified ipv4NeighborAddresses.
- ipv6ListenRange List<String>Prefixes 
- BGP Ipv6 ListenRange.
- ipv6NeighborAddress List<NeighborAddress Response> 
- List with stringified IPv6 Neighbor Address.
- fabricASN number
- ASN of Network Fabric. Example: 65048.
- peerASN number
- Peer ASN. Example: 65047.
- allowAS number
- Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
- allowASOverride string
- Enable Or Disable state.
- annotation string
- Switch configuration description.
- bfdConfiguration BfdConfiguration Response 
- BFD configuration properties
- defaultRoute stringOriginate 
- Originate a defaultRoute. Ex: "True" | "False".
- ipv4ListenRange string[]Prefixes 
- BGP Ipv4 ListenRange.
- ipv4NeighborAddress NeighborAddress Response[] 
- List with stringified ipv4NeighborAddresses.
- ipv6ListenRange string[]Prefixes 
- BGP Ipv6 ListenRange.
- ipv6NeighborAddress NeighborAddress Response[] 
- List with stringified IPv6 Neighbor Address.
- fabric_asn int
- ASN of Network Fabric. Example: 65048.
- peer_asn int
- Peer ASN. Example: 65047.
- allow_as int
- Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
- allow_as_ stroverride 
- Enable Or Disable state.
- annotation str
- Switch configuration description.
- bfd_configuration BfdConfiguration Response 
- BFD configuration properties
- default_route_ stroriginate 
- Originate a defaultRoute. Ex: "True" | "False".
- ipv4_listen_ Sequence[str]range_ prefixes 
- BGP Ipv4 ListenRange.
- ipv4_neighbor_ Sequence[Neighboraddress Address Response] 
- List with stringified ipv4NeighborAddresses.
- ipv6_listen_ Sequence[str]range_ prefixes 
- BGP Ipv6 ListenRange.
- ipv6_neighbor_ Sequence[Neighboraddress Address Response] 
- List with stringified IPv6 Neighbor Address.
- fabricASN Number
- ASN of Network Fabric. Example: 65048.
- peerASN Number
- Peer ASN. Example: 65047.
- allowAS Number
- Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
- allowASOverride String
- Enable Or Disable state.
- annotation String
- Switch configuration description.
- bfdConfiguration Property Map
- BFD configuration properties
- defaultRoute StringOriginate 
- Originate a defaultRoute. Ex: "True" | "False".
- ipv4ListenRange List<String>Prefixes 
- BGP Ipv4 ListenRange.
- ipv4NeighborAddress List<Property Map>
- List with stringified ipv4NeighborAddresses.
- ipv6ListenRange List<String>Prefixes 
- BGP Ipv6 ListenRange.
- ipv6NeighborAddress List<Property Map>
- List with stringified IPv6 Neighbor Address.
ConnectedSubnetResponse  
- Annotation string
- Switch configuration description.
- Prefix string
- Prefix of the connected Subnet.
- Annotation string
- Switch configuration description.
- Prefix string
- Prefix of the connected Subnet.
- annotation String
- Switch configuration description.
- prefix String
- Prefix of the connected Subnet.
- annotation string
- Switch configuration description.
- prefix string
- Prefix of the connected Subnet.
- annotation str
- Switch configuration description.
- prefix str
- Prefix of the connected Subnet.
- annotation String
- Switch configuration description.
- prefix String
- Prefix of the connected Subnet.
NeighborAddressResponse  
- OperationalState string
- OperationalState of the NeighborAddress.
- Address string
- IP Address.
- OperationalState string
- OperationalState of the NeighborAddress.
- Address string
- IP Address.
- operationalState String
- OperationalState of the NeighborAddress.
- address String
- IP Address.
- operationalState string
- OperationalState of the NeighborAddress.
- address string
- IP Address.
- operational_state str
- OperationalState of the NeighborAddress.
- address str
- IP Address.
- operationalState String
- OperationalState of the NeighborAddress.
- address String
- IP Address.
StaticRouteConfigurationResponse   
- BfdConfiguration Pulumi.Azure Native. Managed Network Fabric. Inputs. Bfd Configuration Response 
- BFD configuration properties
- Ipv4Routes
List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Static Route Properties Response> 
- List with object IPv4Routes.
- Ipv6Routes
List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Static Route Properties Response> 
- List with object IPv6Routes.
- BfdConfiguration BfdConfiguration Response 
- BFD configuration properties
- Ipv4Routes
[]StaticRoute Properties Response 
- List with object IPv4Routes.
- Ipv6Routes
[]StaticRoute Properties Response 
- List with object IPv6Routes.
- bfdConfiguration BfdConfiguration Response 
- BFD configuration properties
- ipv4Routes
List<StaticRoute Properties Response> 
- List with object IPv4Routes.
- ipv6Routes
List<StaticRoute Properties Response> 
- List with object IPv6Routes.
- bfdConfiguration BfdConfiguration Response 
- BFD configuration properties
- ipv4Routes
StaticRoute Properties Response[] 
- List with object IPv4Routes.
- ipv6Routes
StaticRoute Properties Response[] 
- List with object IPv6Routes.
- bfd_configuration BfdConfiguration Response 
- BFD configuration properties
- ipv4_routes Sequence[StaticRoute Properties Response] 
- List with object IPv4Routes.
- ipv6_routes Sequence[StaticRoute Properties Response] 
- List with object IPv6Routes.
- bfdConfiguration Property Map
- BFD configuration properties
- ipv4Routes List<Property Map>
- List with object IPv4Routes.
- ipv6Routes List<Property Map>
- List with object IPv6Routes.
StaticRoutePropertiesResponse   
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi