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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.managednetworkfabric.getNetworkFabricController
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.47.1 published on Monday, Jun 24, 2024 by Pulumi
Shows the provisioning status of Network Fabric Controller. Azure REST API version: 2023-02-01-preview.
Other available API versions: 2023-06-15.
Using getNetworkFabricController
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 getNetworkFabricController(args: GetNetworkFabricControllerArgs, opts?: InvokeOptions): Promise<GetNetworkFabricControllerResult>
function getNetworkFabricControllerOutput(args: GetNetworkFabricControllerOutputArgs, opts?: InvokeOptions): Output<GetNetworkFabricControllerResult>
def get_network_fabric_controller(network_fabric_controller_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkFabricControllerResult
def get_network_fabric_controller_output(network_fabric_controller_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFabricControllerResult]
func LookupNetworkFabricController(ctx *Context, args *LookupNetworkFabricControllerArgs, opts ...InvokeOption) (*LookupNetworkFabricControllerResult, error)
func LookupNetworkFabricControllerOutput(ctx *Context, args *LookupNetworkFabricControllerOutputArgs, opts ...InvokeOption) LookupNetworkFabricControllerResultOutput
> Note: This function is named LookupNetworkFabricController
in the Go SDK.
public static class GetNetworkFabricController
{
public static Task<GetNetworkFabricControllerResult> InvokeAsync(GetNetworkFabricControllerArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkFabricControllerResult> Invoke(GetNetworkFabricControllerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkFabricControllerResult> getNetworkFabricController(GetNetworkFabricControllerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:managednetworkfabric:getNetworkFabricController
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Fabric stringController Name - Name of the Network Fabric Controller
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Network
Fabric stringController Name - Name of the Network Fabric Controller
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- network
Fabric StringController Name - Name of the Network Fabric Controller
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- network
Fabric stringController Name - Name of the Network Fabric Controller
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- network_
fabric_ strcontroller_ name - Name of the Network Fabric Controller
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- network
Fabric StringController Name - Name of the Network Fabric Controller
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getNetworkFabricController Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Infrastructure
Services Pulumi.Azure Native. Managed Network Fabric. Outputs. Infrastructure Services Response - InfrastructureServices IP ranges.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Network
Fabric List<string>Ids - The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
- Operational
State string - The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
- Provisioning
State string - Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
- 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"
- Workload
Management boolNetwork - A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
- Workload
Services Pulumi.Azure Native. Managed Network Fabric. Outputs. Workload Services Response - WorkloadServices IP ranges.
- Annotation string
- Switch configuration description.
- Infrastructure
Express List<Pulumi.Route Connections Azure Native. Managed Network Fabric. Outputs. Express Route Connection Information Response> - As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)
- Ipv4Address
Space string - IPv4 Network Fabric Controller Address Space.
- Ipv6Address
Space string - IPv6 Network Fabric Controller Address Space.
- Managed
Resource Pulumi.Group Configuration Azure Native. Managed Network Fabric. Outputs. Managed Resource Group Configuration Response - Managed Resource Group configuration properties.
- Dictionary<string, string>
- Resource tags.
- Workload
Express List<Pulumi.Route Connections Azure Native. Managed Network Fabric. Outputs. Express Route Connection Information Response> - As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Infrastructure
Services InfrastructureServices Response - InfrastructureServices IP ranges.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Network
Fabric []stringIds - The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
- Operational
State string - The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
- Provisioning
State string - Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
- 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"
- Workload
Management boolNetwork - A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
- Workload
Services WorkloadServices Response - WorkloadServices IP ranges.
- Annotation string
- Switch configuration description.
- Infrastructure
Express []ExpressRoute Connections Route Connection Information Response - As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)
- Ipv4Address
Space string - IPv4 Network Fabric Controller Address Space.
- Ipv6Address
Space string - IPv6 Network Fabric Controller Address Space.
- Managed
Resource ManagedGroup Configuration Resource Group Configuration Response - Managed Resource Group configuration properties.
- map[string]string
- Resource tags.
- Workload
Express []ExpressRoute Connections Route Connection Information Response - As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- infrastructure
Services InfrastructureServices Response - InfrastructureServices IP ranges.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- network
Fabric List<String>Ids - The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
- operational
State String - The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
- provisioning
State String - Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
- 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"
- workload
Management BooleanNetwork - A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
- workload
Services WorkloadServices Response - WorkloadServices IP ranges.
- annotation String
- Switch configuration description.
- infrastructure
Express List<ExpressRoute Connections Route Connection Information Response> - As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)
- ipv4Address
Space String - IPv4 Network Fabric Controller Address Space.
- ipv6Address
Space String - IPv6 Network Fabric Controller Address Space.
- managed
Resource ManagedGroup Configuration Resource Group Configuration Response - Managed Resource Group configuration properties.
- Map<String,String>
- Resource tags.
- workload
Express List<ExpressRoute Connections Route Connection Information Response> - As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- infrastructure
Services InfrastructureServices Response - InfrastructureServices IP ranges.
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- network
Fabric string[]Ids - The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
- operational
State string - The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
- provisioning
State string - Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
- 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"
- workload
Management booleanNetwork - A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
- workload
Services WorkloadServices Response - WorkloadServices IP ranges.
- annotation string
- Switch configuration description.
- infrastructure
Express ExpressRoute Connections Route Connection Information Response[] - As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)
- ipv4Address
Space string - IPv4 Network Fabric Controller Address Space.
- ipv6Address
Space string - IPv6 Network Fabric Controller Address Space.
- managed
Resource ManagedGroup Configuration Resource Group Configuration Response - Managed Resource Group configuration properties.
- {[key: string]: string}
- Resource tags.
- workload
Express ExpressRoute Connections Route Connection Information Response[] - As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- infrastructure_
services InfrastructureServices Response - InfrastructureServices IP ranges.
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- network_
fabric_ Sequence[str]ids - The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
- operational_
state str - The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
- provisioning_
state str - Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
- 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"
- workload_
management_ boolnetwork - A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
- workload_
services WorkloadServices Response - WorkloadServices IP ranges.
- annotation str
- Switch configuration description.
- infrastructure_
express_ Sequence[Expressroute_ connections Route Connection Information Response] - As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)
- ipv4_
address_ strspace - IPv4 Network Fabric Controller Address Space.
- ipv6_
address_ strspace - IPv6 Network Fabric Controller Address Space.
- managed_
resource_ Managedgroup_ configuration Resource Group Configuration Response - Managed Resource Group configuration properties.
- Mapping[str, str]
- Resource tags.
- workload_
express_ Sequence[Expressroute_ connections Route Connection Information Response] - As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- infrastructure
Services Property Map - InfrastructureServices IP ranges.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- network
Fabric List<String>Ids - The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
- operational
State String - The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
- provisioning
State String - Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
- 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"
- workload
Management BooleanNetwork - A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
- workload
Services Property Map - WorkloadServices IP ranges.
- annotation String
- Switch configuration description.
- infrastructure
Express List<Property Map>Route Connections - As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)
- ipv4Address
Space String - IPv4 Network Fabric Controller Address Space.
- ipv6Address
Space String - IPv6 Network Fabric Controller Address Space.
- managed
Resource Property MapGroup Configuration - Managed Resource Group configuration properties.
- Map<String>
- Resource tags.
- workload
Express List<Property Map>Route Connections - As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).
Supporting Types
ExpressRouteConnectionInformationResponse
- string
- Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
- Express
Route stringCircuit Id - The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
- string
- Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
- Express
Route stringCircuit Id - The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
- String
- Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
- express
Route StringCircuit Id - The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
- string
- Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
- express
Route stringCircuit Id - The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
- str
- Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
- express_
route_ strcircuit_ id - The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
- String
- Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
- express
Route StringCircuit Id - The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
InfrastructureServicesResponse
- Ipv4Address
Spaces List<string> - The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- Ipv6Address
Spaces List<string> - The IPv6 is not supported right now.
- Ipv4Address
Spaces []string - The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- Ipv6Address
Spaces []string - The IPv6 is not supported right now.
- ipv4Address
Spaces List<String> - The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6Address
Spaces List<String> - The IPv6 is not supported right now.
- ipv4Address
Spaces string[] - The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6Address
Spaces string[] - The IPv6 is not supported right now.
- ipv4_
address_ Sequence[str]spaces - The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6_
address_ Sequence[str]spaces - The IPv6 is not supported right now.
- ipv4Address
Spaces List<String> - The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6Address
Spaces List<String> - The IPv6 is not supported right now.
ManagedResourceGroupConfigurationResponse
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.
WorkloadServicesResponse
- Ipv4Address
Spaces List<string> - The IPv4 Address space is optional, if the value is defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- Ipv6Address
Spaces List<string> - The IPv6 is not supported right now.
- Ipv4Address
Spaces []string - The IPv4 Address space is optional, if the value is defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- Ipv6Address
Spaces []string - The IPv6 is not supported right now.
- ipv4Address
Spaces List<String> - The IPv4 Address space is optional, if the value is defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6Address
Spaces List<String> - The IPv6 is not supported right now.
- ipv4Address
Spaces string[] - The IPv4 Address space is optional, if the value is defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6Address
Spaces string[] - The IPv6 is not supported right now.
- ipv4_
address_ Sequence[str]spaces - The IPv4 Address space is optional, if the value is defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6_
address_ Sequence[str]spaces - The IPv6 is not supported right now.
- ipv4Address
Spaces List<String> - The IPv4 Address space is optional, if the value is defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
- ipv6Address
Spaces List<String> - The IPv6 is not supported right now.
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.47.1 published on Monday, Jun 24, 2024 by Pulumi