1. Packages
  2. Azure Native
  3. API Docs
  4. managednetworkfabric
  5. getInternalNetwork
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.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.managednetworkfabric.getInternalNetwork

Explore with Pulumi AI

azure-native logo
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.41.0 published on Tuesday, May 14, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:managednetworkfabric:getInternalNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InternalNetworkName string
    Name of the InternalNetwork
    L3IsolationDomainName string
    Name of the L3IsolationDomain
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    InternalNetworkName string
    Name of the InternalNetwork
    L3IsolationDomainName string
    Name of the L3IsolationDomain
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    internalNetworkName String
    Name of the InternalNetwork
    l3IsolationDomainName String
    Name of the L3IsolationDomain
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    internalNetworkName string
    Name of the InternalNetwork
    l3IsolationDomainName string
    Name of the L3IsolationDomain
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    internal_network_name str
    Name of the InternalNetwork
    l3_isolation_domain_name str
    Name of the L3IsolationDomain
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    internalNetworkName String
    Name of the InternalNetwork
    l3IsolationDomainName String
    Name of the L3IsolationDomain
    resourceGroupName String
    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.
    BfdDisabledOnResources List<string>
    List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    BfdForStaticRoutesDisabledOnResources List<string>
    List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
    BgpDisabledOnResources List<string>
    List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    DisabledOnResources List<string>
    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.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"
    VlanId int
    Vlan identifier. Example: 1001.
    Annotation string
    Switch configuration description.
    BgpConfiguration Pulumi.AzureNative.ManagedNetworkFabric.Outputs.BgpConfigurationResponse
    BGP configuration properties
    ConnectedIPv4Subnets List<Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ConnectedSubnetResponse>
    List with object connected IPv4 Subnets.
    ConnectedIPv6Subnets List<Pulumi.AzureNative.ManagedNetworkFabric.Outputs.ConnectedSubnetResponse>
    List with object connected IPv6 Subnets.
    ExportRoutePolicyId string
    ARM resource ID of importRoutePolicy.
    ImportRoutePolicyId string
    ARM resource ID of importRoutePolicy.
    Mtu int
    Maximum transmission unit. Default value is 1500.
    StaticRouteConfiguration Pulumi.AzureNative.ManagedNetworkFabric.Outputs.StaticRouteConfigurationResponse
    Static Route Configuration properties.
    AdministrativeState string
    Administrative state of the InternalNetwork. Example: Enabled | Disabled.
    BfdDisabledOnResources []string
    List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    BfdForStaticRoutesDisabledOnResources []string
    List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
    BgpDisabledOnResources []string
    List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    DisabledOnResources []string
    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 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"
    VlanId int
    Vlan identifier. Example: 1001.
    Annotation string
    Switch configuration description.
    BgpConfiguration BgpConfigurationResponse
    BGP configuration properties
    ConnectedIPv4Subnets []ConnectedSubnetResponse
    List with object connected IPv4 Subnets.
    ConnectedIPv6Subnets []ConnectedSubnetResponse
    List with object connected IPv6 Subnets.
    ExportRoutePolicyId string
    ARM resource ID of importRoutePolicy.
    ImportRoutePolicyId string
    ARM resource ID of importRoutePolicy.
    Mtu int
    Maximum transmission unit. Default value is 1500.
    StaticRouteConfiguration StaticRouteConfigurationResponse
    Static Route Configuration properties.
    administrativeState String
    Administrative state of the InternalNetwork. Example: Enabled | Disabled.
    bfdDisabledOnResources List<String>
    List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bfdForStaticRoutesDisabledOnResources List<String>
    List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bgpDisabledOnResources List<String>
    List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    disabledOnResources List<String>
    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 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"
    vlanId Integer
    Vlan identifier. Example: 1001.
    annotation String
    Switch configuration description.
    bgpConfiguration BgpConfigurationResponse
    BGP configuration properties
    connectedIPv4Subnets List<ConnectedSubnetResponse>
    List with object connected IPv4 Subnets.
    connectedIPv6Subnets List<ConnectedSubnetResponse>
    List with object connected IPv6 Subnets.
    exportRoutePolicyId String
    ARM resource ID of importRoutePolicy.
    importRoutePolicyId String
    ARM resource ID of importRoutePolicy.
    mtu Integer
    Maximum transmission unit. Default value is 1500.
    staticRouteConfiguration StaticRouteConfigurationResponse
    Static Route Configuration properties.
    administrativeState string
    Administrative state of the InternalNetwork. Example: Enabled | Disabled.
    bfdDisabledOnResources string[]
    List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bfdForStaticRoutesDisabledOnResources string[]
    List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bgpDisabledOnResources string[]
    List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    disabledOnResources string[]
    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 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"
    vlanId number
    Vlan identifier. Example: 1001.
    annotation string
    Switch configuration description.
    bgpConfiguration BgpConfigurationResponse
    BGP configuration properties
    connectedIPv4Subnets ConnectedSubnetResponse[]
    List with object connected IPv4 Subnets.
    connectedIPv6Subnets ConnectedSubnetResponse[]
    List with object connected IPv6 Subnets.
    exportRoutePolicyId string
    ARM resource ID of importRoutePolicy.
    importRoutePolicyId string
    ARM resource ID of importRoutePolicy.
    mtu number
    Maximum transmission unit. Default value is 1500.
    staticRouteConfiguration StaticRouteConfigurationResponse
    Static Route Configuration properties.
    administrative_state str
    Administrative state of the InternalNetwork. Example: Enabled | Disabled.
    bfd_disabled_on_resources Sequence[str]
    List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bfd_for_static_routes_disabled_on_resources Sequence[str]
    List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bgp_disabled_on_resources Sequence[str]
    List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    disabled_on_resources Sequence[str]
    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 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"
    vlan_id int
    Vlan identifier. Example: 1001.
    annotation str
    Switch configuration description.
    bgp_configuration BgpConfigurationResponse
    BGP configuration properties
    connected_i_pv4_subnets Sequence[ConnectedSubnetResponse]
    List with object connected IPv4 Subnets.
    connected_i_pv6_subnets Sequence[ConnectedSubnetResponse]
    List with object connected IPv6 Subnets.
    export_route_policy_id str
    ARM resource ID of importRoutePolicy.
    import_route_policy_id str
    ARM resource ID of importRoutePolicy.
    mtu int
    Maximum transmission unit. Default value is 1500.
    static_route_configuration StaticRouteConfigurationResponse
    Static Route Configuration properties.
    administrativeState String
    Administrative state of the InternalNetwork. Example: Enabled | Disabled.
    bfdDisabledOnResources List<String>
    List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bfdForStaticRoutesDisabledOnResources List<String>
    List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
    bgpDisabledOnResources List<String>
    List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
    disabledOnResources List<String>
    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.
    exportRoutePolicyId String
    ARM resource ID of importRoutePolicy.
    importRoutePolicyId String
    ARM resource ID of importRoutePolicy.
    mtu Number
    Maximum transmission unit. Default value is 1500.
    staticRouteConfiguration Property Map
    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.AzureNative.ManagedNetworkFabric.Inputs.BfdConfigurationResponse
    BFD configuration properties
    DefaultRouteOriginate string
    Originate a defaultRoute. Ex: "True" | "False".
    Ipv4ListenRangePrefixes List<string>
    BGP Ipv4 ListenRange.
    Ipv4NeighborAddress List<Pulumi.AzureNative.ManagedNetworkFabric.Inputs.NeighborAddressResponse>
    List with stringified ipv4NeighborAddresses.
    Ipv6ListenRangePrefixes List<string>
    BGP Ipv6 ListenRange.
    Ipv6NeighborAddress List<Pulumi.AzureNative.ManagedNetworkFabric.Inputs.NeighborAddressResponse>
    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 BfdConfigurationResponse
    BFD configuration properties
    DefaultRouteOriginate string
    Originate a defaultRoute. Ex: "True" | "False".
    Ipv4ListenRangePrefixes []string
    BGP Ipv4 ListenRange.
    Ipv4NeighborAddress []NeighborAddressResponse
    List with stringified ipv4NeighborAddresses.
    Ipv6ListenRangePrefixes []string
    BGP Ipv6 ListenRange.
    Ipv6NeighborAddress []NeighborAddressResponse
    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 BfdConfigurationResponse
    BFD configuration properties
    defaultRouteOriginate String
    Originate a defaultRoute. Ex: "True" | "False".
    ipv4ListenRangePrefixes List<String>
    BGP Ipv4 ListenRange.
    ipv4NeighborAddress List<NeighborAddressResponse>
    List with stringified ipv4NeighborAddresses.
    ipv6ListenRangePrefixes List<String>
    BGP Ipv6 ListenRange.
    ipv6NeighborAddress List<NeighborAddressResponse>
    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 BfdConfigurationResponse
    BFD configuration properties
    defaultRouteOriginate string
    Originate a defaultRoute. Ex: "True" | "False".
    ipv4ListenRangePrefixes string[]
    BGP Ipv4 ListenRange.
    ipv4NeighborAddress NeighborAddressResponse[]
    List with stringified ipv4NeighborAddresses.
    ipv6ListenRangePrefixes string[]
    BGP Ipv6 ListenRange.
    ipv6NeighborAddress NeighborAddressResponse[]
    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_override str
    Enable Or Disable state.
    annotation str
    Switch configuration description.
    bfd_configuration BfdConfigurationResponse
    BFD configuration properties
    default_route_originate str
    Originate a defaultRoute. Ex: "True" | "False".
    ipv4_listen_range_prefixes Sequence[str]
    BGP Ipv4 ListenRange.
    ipv4_neighbor_address Sequence[NeighborAddressResponse]
    List with stringified ipv4NeighborAddresses.
    ipv6_listen_range_prefixes Sequence[str]
    BGP Ipv6 ListenRange.
    ipv6_neighbor_address Sequence[NeighborAddressResponse]
    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
    defaultRouteOriginate String
    Originate a defaultRoute. Ex: "True" | "False".
    ipv4ListenRangePrefixes List<String>
    BGP Ipv4 ListenRange.
    ipv4NeighborAddress List<Property Map>
    List with stringified ipv4NeighborAddresses.
    ipv6ListenRangePrefixes List<String>
    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 BfdConfigurationResponse
    BFD configuration properties
    Ipv4Routes []StaticRoutePropertiesResponse
    List with object IPv4Routes.
    Ipv6Routes []StaticRoutePropertiesResponse
    List with object IPv6Routes.
    bfdConfiguration BfdConfigurationResponse
    BFD configuration properties
    ipv4Routes List<StaticRoutePropertiesResponse>
    List with object IPv4Routes.
    ipv6Routes List<StaticRoutePropertiesResponse>
    List with object IPv6Routes.
    bfdConfiguration BfdConfigurationResponse
    BFD configuration properties
    ipv4Routes StaticRoutePropertiesResponse[]
    List with object IPv4Routes.
    ipv6Routes StaticRoutePropertiesResponse[]
    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

    NextHop List<string>
    List of next hop IPv4 | IPv6 addresses.
    Prefix string
    IPv4 | IPv6 Prefix.
    NextHop []string
    List of next hop IPv4 | IPv6 addresses.
    Prefix string
    IPv4 | IPv6 Prefix.
    nextHop List<String>
    List of next hop IPv4 | IPv6 addresses.
    prefix String
    IPv4 | IPv6 Prefix.
    nextHop string[]
    List of next hop IPv4 | IPv6 addresses.
    prefix string
    IPv4 | IPv6 Prefix.
    next_hop Sequence[str]
    List of next hop IPv4 | IPv6 addresses.
    prefix str
    IPv4 | IPv6 Prefix.
    nextHop List<String>
    List of next hop IPv4 | IPv6 addresses.
    prefix String
    IPv4 | IPv6 Prefix.

    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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.41.0 published on Tuesday, May 14, 2024 by Pulumi