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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 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:
- Internal
Network stringName - Name of the InternalNetwork
- L3Isolation
Domain stringName - Name of the L3IsolationDomain
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Internal
Network stringName - Name of the InternalNetwork
- L3Isolation
Domain stringName - Name of the L3IsolationDomain
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- internal
Network StringName - Name of the InternalNetwork
- l3Isolation
Domain StringName - Name of the L3IsolationDomain
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- internal
Network stringName - Name of the InternalNetwork
- l3Isolation
Domain stringName - Name of the L3IsolationDomain
- resource
Group 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.
- internal
Network StringName - Name of the InternalNetwork
- l3Isolation
Domain StringName - Name of the L3IsolationDomain
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getInternalNetwork Result
The following output properties are available:
- Administrative
State string - Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- Bfd
Disabled List<string>On Resources - List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- Bfd
For List<string>Static Routes Disabled On Resources - List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- Bgp
Disabled List<string>On Resources - List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- Disabled
On 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
- Provisioning
State string - Gets the 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"
- Vlan
Id int - Vlan identifier. Example: 1001.
- Annotation string
- Switch configuration description.
- Bgp
Configuration Pulumi.Azure Native. Managed Network Fabric. Outputs. Bgp Configuration Response - BGP configuration properties
- Connected
IPv4Subnets List<Pulumi.Azure Native. Managed Network Fabric. Outputs. Connected Subnet Response> - List with object connected IPv4 Subnets.
- Connected
IPv6Subnets List<Pulumi.Azure Native. Managed Network Fabric. Outputs. Connected Subnet Response> - List with object connected IPv6 Subnets.
- Export
Route stringPolicy Id - ARM resource ID of importRoutePolicy.
- Import
Route stringPolicy Id - ARM resource ID of importRoutePolicy.
- Mtu int
- Maximum transmission unit. Default value is 1500.
- Static
Route Pulumi.Configuration Azure Native. Managed Network Fabric. Outputs. Static Route Configuration Response - Static Route Configuration properties.
- Administrative
State string - Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- Bfd
Disabled []stringOn Resources - List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- Bfd
For []stringStatic Routes Disabled On Resources - List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- Bgp
Disabled []stringOn Resources - List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- Disabled
On []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
- Provisioning
State string - Gets the 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"
- Vlan
Id int - Vlan identifier. Example: 1001.
- Annotation string
- Switch configuration description.
- Bgp
Configuration BgpConfiguration Response - BGP configuration properties
- Connected
IPv4Subnets []ConnectedSubnet Response - List with object connected IPv4 Subnets.
- Connected
IPv6Subnets []ConnectedSubnet Response - List with object connected IPv6 Subnets.
- Export
Route stringPolicy Id - ARM resource ID of importRoutePolicy.
- Import
Route stringPolicy 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.
- administrative
State String - Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfd
Disabled List<String>On Resources - List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfd
For List<String>Static Routes Disabled On Resources - List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgp
Disabled List<String>On Resources - List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabled
On 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
- provisioning
State String - Gets the 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"
- vlan
Id Integer - Vlan identifier. Example: 1001.
- annotation String
- Switch configuration description.
- bgp
Configuration BgpConfiguration Response - BGP configuration properties
- connected
IPv4Subnets List<ConnectedSubnet Response> - List with object connected IPv4 Subnets.
- connected
IPv6Subnets List<ConnectedSubnet Response> - List with object connected IPv6 Subnets.
- export
Route StringPolicy Id - ARM resource ID of importRoutePolicy.
- import
Route StringPolicy Id - ARM resource ID of importRoutePolicy.
- mtu Integer
- Maximum transmission unit. Default value is 1500.
- static
Route StaticConfiguration Route Configuration Response - Static Route Configuration properties.
- administrative
State string - Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfd
Disabled string[]On Resources - List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfd
For string[]Static Routes Disabled On Resources - List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgp
Disabled string[]On Resources - List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabled
On 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
- provisioning
State string - Gets the 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"
- vlan
Id number - Vlan identifier. Example: 1001.
- annotation string
- Switch configuration description.
- bgp
Configuration BgpConfiguration Response - BGP configuration properties
- connected
IPv4Subnets ConnectedSubnet Response[] - List with object connected IPv4 Subnets.
- connected
IPv6Subnets ConnectedSubnet Response[] - List with object connected IPv6 Subnets.
- export
Route stringPolicy Id - ARM resource ID of importRoutePolicy.
- import
Route stringPolicy Id - ARM resource ID of importRoutePolicy.
- mtu number
- Maximum transmission unit. Default value is 1500.
- static
Route 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.
- administrative
State String - Administrative state of the InternalNetwork. Example: Enabled | Disabled.
- bfd
Disabled List<String>On Resources - List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bfd
For List<String>Static Routes Disabled On Resources - List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.
- bgp
Disabled List<String>On Resources - List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.
- disabled
On 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
- provisioning
State String - Gets the 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"
- vlan
Id Number - Vlan identifier. Example: 1001.
- annotation String
- Switch configuration description.
- bgp
Configuration Property Map - BGP configuration properties
- connected
IPv4Subnets List<Property Map> - List with object connected IPv4 Subnets.
- connected
IPv6Subnets List<Property Map> - List with object connected IPv6 Subnets.
- export
Route StringPolicy Id - ARM resource ID of importRoutePolicy.
- import
Route StringPolicy Id - ARM resource ID of importRoutePolicy.
- mtu Number
- Maximum transmission unit. Default value is 1500.
- static
Route Property MapConfiguration - Static Route Configuration properties.
Supporting Types
BfdConfigurationResponse
- Administrative
State 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.
- Administrative
State 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.
- administrative
State 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.
- administrative
State 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.
- administrative
State 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
- 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
ASOverride string - Enable Or Disable state.
- Annotation string
- Switch configuration description.
- Bfd
Configuration Pulumi.Azure Native. Managed Network Fabric. Inputs. Bfd Configuration Response - BFD configuration properties
- Default
Route stringOriginate - Originate a defaultRoute. Ex: "True" | "False".
- Ipv4Listen
Range List<string>Prefixes - BGP Ipv4 ListenRange.
- Ipv4Neighbor
Address List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Neighbor Address Response> - List with stringified ipv4NeighborAddresses.
- Ipv6Listen
Range List<string>Prefixes - BGP Ipv6 ListenRange.
- Ipv6Neighbor
Address List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Neighbor Address 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
ASOverride string - Enable Or Disable state.
- Annotation string
- Switch configuration description.
- Bfd
Configuration BfdConfiguration Response - BFD configuration properties
- Default
Route stringOriginate - Originate a defaultRoute. Ex: "True" | "False".
- Ipv4Listen
Range []stringPrefixes - BGP Ipv4 ListenRange.
- Ipv4Neighbor
Address []NeighborAddress Response - List with stringified ipv4NeighborAddresses.
- Ipv6Listen
Range []stringPrefixes - BGP Ipv6 ListenRange.
- Ipv6Neighbor
Address []NeighborAddress Response - List with stringified IPv6 Neighbor Address.
- fabric
ASN Integer - ASN of Network Fabric. Example: 65048.
- peer
ASN Integer - Peer ASN. Example: 65047.
- allow
AS 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.
- allow
ASOverride String - Enable Or Disable state.
- annotation String
- Switch configuration description.
- bfd
Configuration BfdConfiguration Response - BFD configuration properties
- default
Route StringOriginate - Originate a defaultRoute. Ex: "True" | "False".
- ipv4Listen
Range List<String>Prefixes - BGP Ipv4 ListenRange.
- ipv4Neighbor
Address List<NeighborAddress Response> - List with stringified ipv4NeighborAddresses.
- ipv6Listen
Range List<String>Prefixes - BGP Ipv6 ListenRange.
- ipv6Neighbor
Address List<NeighborAddress Response> - List with stringified IPv6 Neighbor Address.
- fabric
ASN number - ASN of Network Fabric. Example: 65048.
- peer
ASN number - Peer ASN. Example: 65047.
- allow
AS 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.
- allow
ASOverride string - Enable Or Disable state.
- annotation string
- Switch configuration description.
- bfd
Configuration BfdConfiguration Response - BFD configuration properties
- default
Route stringOriginate - Originate a defaultRoute. Ex: "True" | "False".
- ipv4Listen
Range string[]Prefixes - BGP Ipv4 ListenRange.
- ipv4Neighbor
Address NeighborAddress Response[] - List with stringified ipv4NeighborAddresses.
- ipv6Listen
Range string[]Prefixes - BGP Ipv6 ListenRange.
- ipv6Neighbor
Address 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.
- fabric
ASN Number - ASN of Network Fabric. Example: 65048.
- peer
ASN Number - Peer ASN. Example: 65047.
- allow
AS 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.
- allow
ASOverride String - Enable Or Disable state.
- annotation String
- Switch configuration description.
- bfd
Configuration Property Map - BFD configuration properties
- default
Route StringOriginate - Originate a defaultRoute. Ex: "True" | "False".
- ipv4Listen
Range List<String>Prefixes - BGP Ipv4 ListenRange.
- ipv4Neighbor
Address List<Property Map> - List with stringified ipv4NeighborAddresses.
- ipv6Listen
Range List<String>Prefixes - BGP Ipv6 ListenRange.
- ipv6Neighbor
Address 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
- Operational
State string - OperationalState of the NeighborAddress.
- Address string
- IP Address.
- Operational
State string - OperationalState of the NeighborAddress.
- Address string
- IP Address.
- operational
State String - OperationalState of the NeighborAddress.
- address String
- IP Address.
- operational
State string - OperationalState of the NeighborAddress.
- address string
- IP Address.
- operational_
state str - OperationalState of the NeighborAddress.
- address str
- IP Address.
- operational
State String - OperationalState of the NeighborAddress.
- address String
- IP Address.
StaticRouteConfigurationResponse
- Bfd
Configuration 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.
- Bfd
Configuration BfdConfiguration Response - BFD configuration properties
- Ipv4Routes
[]Static
Route Properties Response - List with object IPv4Routes.
- Ipv6Routes
[]Static
Route Properties Response - List with object IPv6Routes.
- bfd
Configuration BfdConfiguration Response - BFD configuration properties
- ipv4Routes
List<Static
Route Properties Response> - List with object IPv4Routes.
- ipv6Routes
List<Static
Route Properties Response> - List with object IPv6Routes.
- bfd
Configuration BfdConfiguration Response - BFD configuration properties
- ipv4Routes
Static
Route Properties Response[] - List with object IPv4Routes.
- ipv6Routes
Static
Route 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.
- bfd
Configuration Property Map - BFD configuration properties
- ipv4Routes List<Property Map>
- List with object IPv4Routes.
- ipv6Routes List<Property Map>
- List with object IPv6Routes.
StaticRoutePropertiesResponse
SystemDataResponse
- 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.
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi