Class GetNetworkFabricControllerResult
- java.lang.Object
-
- com.pulumi.azurenative.managednetworkfabric.outputs.GetNetworkFabricControllerResult
-
public final class GetNetworkFabricControllerResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkFabricControllerResult.Builder
-
Method Summary
-
-
-
Method Detail
-
annotation
public java.util.Optional<java.lang.String> annotation()
- Returns:
- Switch configuration description.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
infrastructureExpressRouteConnections
public java.util.List<ExpressRouteConnectionInformationResponse> infrastructureExpressRouteConnections()
- Returns:
- 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)
-
infrastructureServices
public InfrastructureServicesResponse infrastructureServices()
- Returns:
- InfrastructureServices IP ranges.
-
ipv4AddressSpace
public java.util.Optional<java.lang.String> ipv4AddressSpace()
- Returns:
- IPv4 Network Fabric Controller Address Space.
-
ipv6AddressSpace
public java.util.Optional<java.lang.String> ipv6AddressSpace()
- Returns:
- IPv6 Network Fabric Controller Address Space.
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
managedResourceGroupConfiguration
public java.util.Optional<ManagedResourceGroupConfigurationResponse> managedResourceGroupConfiguration()
- Returns:
- Managed Resource Group configuration properties.
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
networkFabricIds
public java.util.List<java.lang.String> networkFabricIds()
- Returns:
- The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
-
operationalState
public java.lang.String operationalState()
- Returns:
- The Operational Status would always be NULL. Look only in to the Provisioning state for the latest status.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- 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.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
workloadExpressRouteConnections
public java.util.List<ExpressRouteConnectionInformationResponse> workloadExpressRouteConnections()
- Returns:
- 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).
-
workloadManagementNetwork
public java.lang.Boolean workloadManagementNetwork()
- Returns:
- 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.
-
workloadServices
public WorkloadServicesResponse workloadServices()
- Returns:
- WorkloadServices IP ranges.
-
builder
public static GetNetworkFabricControllerResult.Builder builder()
-
builder
public static GetNetworkFabricControllerResult.Builder builder(GetNetworkFabricControllerResult defaults)
-
-