pulumi-azure-native 2.81.0a1736184069__py3-none-any.whl → 2.81.0a1736233463__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +42 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/RECORD +278 -214
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.81.0a1736233463.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,581 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['L3NetworkArgs', 'L3Network']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class L3NetworkArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
26
|
+
l3_isolation_domain_id: pulumi.Input[str],
|
|
27
|
+
resource_group_name: pulumi.Input[str],
|
|
28
|
+
vlan: pulumi.Input[float],
|
|
29
|
+
hybrid_aks_ipam_enabled: Optional[pulumi.Input[Union[str, 'HybridAksIpamEnabled']]] = None,
|
|
30
|
+
hybrid_aks_plugin_type: Optional[pulumi.Input[Union[str, 'HybridAksPluginType']]] = None,
|
|
31
|
+
interface_name: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
ip_allocation_type: Optional[pulumi.Input[Union[str, 'IpAllocationType']]] = None,
|
|
33
|
+
ipv4_connected_prefix: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
ipv6_connected_prefix: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
l3_network_name: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
37
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
38
|
+
"""
|
|
39
|
+
The set of arguments for constructing a L3Network resource.
|
|
40
|
+
:param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster associated with the resource.
|
|
41
|
+
:param pulumi.Input[str] l3_isolation_domain_id: The resource ID of the Network Fabric l3IsolationDomain.
|
|
42
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
43
|
+
:param pulumi.Input[float] vlan: The VLAN from the l3IsolationDomain that is used for this network.
|
|
44
|
+
:param pulumi.Input[Union[str, 'HybridAksIpamEnabled']] hybrid_aks_ipam_enabled: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
|
|
45
|
+
:param pulumi.Input[Union[str, 'HybridAksPluginType']] hybrid_aks_plugin_type: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
|
|
46
|
+
:param pulumi.Input[str] interface_name: The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
|
|
47
|
+
:param pulumi.Input[Union[str, 'IpAllocationType']] ip_allocation_type: The type of the IP address allocation, defaulted to "DualStack".
|
|
48
|
+
:param pulumi.Input[str] ipv4_connected_prefix: The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
49
|
+
is IPV4 or DualStack.
|
|
50
|
+
:param pulumi.Input[str] ipv6_connected_prefix: The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
51
|
+
is IPV6 or DualStack.
|
|
52
|
+
:param pulumi.Input[str] l3_network_name: The name of the L3 network.
|
|
53
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
54
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
55
|
+
"""
|
|
56
|
+
pulumi.set(__self__, "extended_location", extended_location)
|
|
57
|
+
pulumi.set(__self__, "l3_isolation_domain_id", l3_isolation_domain_id)
|
|
58
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
59
|
+
pulumi.set(__self__, "vlan", vlan)
|
|
60
|
+
if hybrid_aks_ipam_enabled is None:
|
|
61
|
+
hybrid_aks_ipam_enabled = 'True'
|
|
62
|
+
if hybrid_aks_ipam_enabled is not None:
|
|
63
|
+
pulumi.set(__self__, "hybrid_aks_ipam_enabled", hybrid_aks_ipam_enabled)
|
|
64
|
+
if hybrid_aks_plugin_type is None:
|
|
65
|
+
hybrid_aks_plugin_type = 'SRIOV'
|
|
66
|
+
if hybrid_aks_plugin_type is not None:
|
|
67
|
+
pulumi.set(__self__, "hybrid_aks_plugin_type", hybrid_aks_plugin_type)
|
|
68
|
+
if interface_name is not None:
|
|
69
|
+
pulumi.set(__self__, "interface_name", interface_name)
|
|
70
|
+
if ip_allocation_type is None:
|
|
71
|
+
ip_allocation_type = 'DualStack'
|
|
72
|
+
if ip_allocation_type is not None:
|
|
73
|
+
pulumi.set(__self__, "ip_allocation_type", ip_allocation_type)
|
|
74
|
+
if ipv4_connected_prefix is not None:
|
|
75
|
+
pulumi.set(__self__, "ipv4_connected_prefix", ipv4_connected_prefix)
|
|
76
|
+
if ipv6_connected_prefix is not None:
|
|
77
|
+
pulumi.set(__self__, "ipv6_connected_prefix", ipv6_connected_prefix)
|
|
78
|
+
if l3_network_name is not None:
|
|
79
|
+
pulumi.set(__self__, "l3_network_name", l3_network_name)
|
|
80
|
+
if location is not None:
|
|
81
|
+
pulumi.set(__self__, "location", location)
|
|
82
|
+
if tags is not None:
|
|
83
|
+
pulumi.set(__self__, "tags", tags)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="extendedLocation")
|
|
87
|
+
def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
|
|
88
|
+
"""
|
|
89
|
+
The extended location of the cluster associated with the resource.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "extended_location")
|
|
92
|
+
|
|
93
|
+
@extended_location.setter
|
|
94
|
+
def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
|
|
95
|
+
pulumi.set(self, "extended_location", value)
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="l3IsolationDomainId")
|
|
99
|
+
def l3_isolation_domain_id(self) -> pulumi.Input[str]:
|
|
100
|
+
"""
|
|
101
|
+
The resource ID of the Network Fabric l3IsolationDomain.
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "l3_isolation_domain_id")
|
|
104
|
+
|
|
105
|
+
@l3_isolation_domain_id.setter
|
|
106
|
+
def l3_isolation_domain_id(self, value: pulumi.Input[str]):
|
|
107
|
+
pulumi.set(self, "l3_isolation_domain_id", value)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="resourceGroupName")
|
|
111
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
112
|
+
"""
|
|
113
|
+
The name of the resource group. The name is case insensitive.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "resource_group_name")
|
|
116
|
+
|
|
117
|
+
@resource_group_name.setter
|
|
118
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
119
|
+
pulumi.set(self, "resource_group_name", value)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def vlan(self) -> pulumi.Input[float]:
|
|
124
|
+
"""
|
|
125
|
+
The VLAN from the l3IsolationDomain that is used for this network.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "vlan")
|
|
128
|
+
|
|
129
|
+
@vlan.setter
|
|
130
|
+
def vlan(self, value: pulumi.Input[float]):
|
|
131
|
+
pulumi.set(self, "vlan", value)
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="hybridAksIpamEnabled")
|
|
135
|
+
def hybrid_aks_ipam_enabled(self) -> Optional[pulumi.Input[Union[str, 'HybridAksIpamEnabled']]]:
|
|
136
|
+
"""
|
|
137
|
+
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "hybrid_aks_ipam_enabled")
|
|
140
|
+
|
|
141
|
+
@hybrid_aks_ipam_enabled.setter
|
|
142
|
+
def hybrid_aks_ipam_enabled(self, value: Optional[pulumi.Input[Union[str, 'HybridAksIpamEnabled']]]):
|
|
143
|
+
pulumi.set(self, "hybrid_aks_ipam_enabled", value)
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter(name="hybridAksPluginType")
|
|
147
|
+
def hybrid_aks_plugin_type(self) -> Optional[pulumi.Input[Union[str, 'HybridAksPluginType']]]:
|
|
148
|
+
"""
|
|
149
|
+
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "hybrid_aks_plugin_type")
|
|
152
|
+
|
|
153
|
+
@hybrid_aks_plugin_type.setter
|
|
154
|
+
def hybrid_aks_plugin_type(self, value: Optional[pulumi.Input[Union[str, 'HybridAksPluginType']]]):
|
|
155
|
+
pulumi.set(self, "hybrid_aks_plugin_type", value)
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="interfaceName")
|
|
159
|
+
def interface_name(self) -> Optional[pulumi.Input[str]]:
|
|
160
|
+
"""
|
|
161
|
+
The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "interface_name")
|
|
164
|
+
|
|
165
|
+
@interface_name.setter
|
|
166
|
+
def interface_name(self, value: Optional[pulumi.Input[str]]):
|
|
167
|
+
pulumi.set(self, "interface_name", value)
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="ipAllocationType")
|
|
171
|
+
def ip_allocation_type(self) -> Optional[pulumi.Input[Union[str, 'IpAllocationType']]]:
|
|
172
|
+
"""
|
|
173
|
+
The type of the IP address allocation, defaulted to "DualStack".
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "ip_allocation_type")
|
|
176
|
+
|
|
177
|
+
@ip_allocation_type.setter
|
|
178
|
+
def ip_allocation_type(self, value: Optional[pulumi.Input[Union[str, 'IpAllocationType']]]):
|
|
179
|
+
pulumi.set(self, "ip_allocation_type", value)
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="ipv4ConnectedPrefix")
|
|
183
|
+
def ipv4_connected_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
184
|
+
"""
|
|
185
|
+
The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
186
|
+
is IPV4 or DualStack.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "ipv4_connected_prefix")
|
|
189
|
+
|
|
190
|
+
@ipv4_connected_prefix.setter
|
|
191
|
+
def ipv4_connected_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
192
|
+
pulumi.set(self, "ipv4_connected_prefix", value)
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter(name="ipv6ConnectedPrefix")
|
|
196
|
+
def ipv6_connected_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
197
|
+
"""
|
|
198
|
+
The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
199
|
+
is IPV6 or DualStack.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "ipv6_connected_prefix")
|
|
202
|
+
|
|
203
|
+
@ipv6_connected_prefix.setter
|
|
204
|
+
def ipv6_connected_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
205
|
+
pulumi.set(self, "ipv6_connected_prefix", value)
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="l3NetworkName")
|
|
209
|
+
def l3_network_name(self) -> Optional[pulumi.Input[str]]:
|
|
210
|
+
"""
|
|
211
|
+
The name of the L3 network.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "l3_network_name")
|
|
214
|
+
|
|
215
|
+
@l3_network_name.setter
|
|
216
|
+
def l3_network_name(self, value: Optional[pulumi.Input[str]]):
|
|
217
|
+
pulumi.set(self, "l3_network_name", value)
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
222
|
+
"""
|
|
223
|
+
The geo-location where the resource lives
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "location")
|
|
226
|
+
|
|
227
|
+
@location.setter
|
|
228
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
229
|
+
pulumi.set(self, "location", value)
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter
|
|
233
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
234
|
+
"""
|
|
235
|
+
Resource tags.
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "tags")
|
|
238
|
+
|
|
239
|
+
@tags.setter
|
|
240
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
241
|
+
pulumi.set(self, "tags", value)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
class L3Network(pulumi.CustomResource):
|
|
245
|
+
@overload
|
|
246
|
+
def __init__(__self__,
|
|
247
|
+
resource_name: str,
|
|
248
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
249
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
250
|
+
hybrid_aks_ipam_enabled: Optional[pulumi.Input[Union[str, 'HybridAksIpamEnabled']]] = None,
|
|
251
|
+
hybrid_aks_plugin_type: Optional[pulumi.Input[Union[str, 'HybridAksPluginType']]] = None,
|
|
252
|
+
interface_name: Optional[pulumi.Input[str]] = None,
|
|
253
|
+
ip_allocation_type: Optional[pulumi.Input[Union[str, 'IpAllocationType']]] = None,
|
|
254
|
+
ipv4_connected_prefix: Optional[pulumi.Input[str]] = None,
|
|
255
|
+
ipv6_connected_prefix: Optional[pulumi.Input[str]] = None,
|
|
256
|
+
l3_isolation_domain_id: Optional[pulumi.Input[str]] = None,
|
|
257
|
+
l3_network_name: Optional[pulumi.Input[str]] = None,
|
|
258
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
259
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
260
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
261
|
+
vlan: Optional[pulumi.Input[float]] = None,
|
|
262
|
+
__props__=None):
|
|
263
|
+
"""
|
|
264
|
+
Create a L3Network resource with the given unique name, props, and options.
|
|
265
|
+
:param str resource_name: The name of the resource.
|
|
266
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
267
|
+
:param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster associated with the resource.
|
|
268
|
+
:param pulumi.Input[Union[str, 'HybridAksIpamEnabled']] hybrid_aks_ipam_enabled: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
|
|
269
|
+
:param pulumi.Input[Union[str, 'HybridAksPluginType']] hybrid_aks_plugin_type: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
|
|
270
|
+
:param pulumi.Input[str] interface_name: The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
|
|
271
|
+
:param pulumi.Input[Union[str, 'IpAllocationType']] ip_allocation_type: The type of the IP address allocation, defaulted to "DualStack".
|
|
272
|
+
:param pulumi.Input[str] ipv4_connected_prefix: The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
273
|
+
is IPV4 or DualStack.
|
|
274
|
+
:param pulumi.Input[str] ipv6_connected_prefix: The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
275
|
+
is IPV6 or DualStack.
|
|
276
|
+
:param pulumi.Input[str] l3_isolation_domain_id: The resource ID of the Network Fabric l3IsolationDomain.
|
|
277
|
+
:param pulumi.Input[str] l3_network_name: The name of the L3 network.
|
|
278
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
279
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
280
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
281
|
+
:param pulumi.Input[float] vlan: The VLAN from the l3IsolationDomain that is used for this network.
|
|
282
|
+
"""
|
|
283
|
+
...
|
|
284
|
+
@overload
|
|
285
|
+
def __init__(__self__,
|
|
286
|
+
resource_name: str,
|
|
287
|
+
args: L3NetworkArgs,
|
|
288
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
289
|
+
"""
|
|
290
|
+
Create a L3Network resource with the given unique name, props, and options.
|
|
291
|
+
:param str resource_name: The name of the resource.
|
|
292
|
+
:param L3NetworkArgs args: The arguments to use to populate this resource's properties.
|
|
293
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
294
|
+
"""
|
|
295
|
+
...
|
|
296
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
297
|
+
resource_args, opts = _utilities.get_resource_args_opts(L3NetworkArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
298
|
+
if resource_args is not None:
|
|
299
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
300
|
+
else:
|
|
301
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
302
|
+
|
|
303
|
+
def _internal_init(__self__,
|
|
304
|
+
resource_name: str,
|
|
305
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
306
|
+
extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
|
|
307
|
+
hybrid_aks_ipam_enabled: Optional[pulumi.Input[Union[str, 'HybridAksIpamEnabled']]] = None,
|
|
308
|
+
hybrid_aks_plugin_type: Optional[pulumi.Input[Union[str, 'HybridAksPluginType']]] = None,
|
|
309
|
+
interface_name: Optional[pulumi.Input[str]] = None,
|
|
310
|
+
ip_allocation_type: Optional[pulumi.Input[Union[str, 'IpAllocationType']]] = None,
|
|
311
|
+
ipv4_connected_prefix: Optional[pulumi.Input[str]] = None,
|
|
312
|
+
ipv6_connected_prefix: Optional[pulumi.Input[str]] = None,
|
|
313
|
+
l3_isolation_domain_id: Optional[pulumi.Input[str]] = None,
|
|
314
|
+
l3_network_name: Optional[pulumi.Input[str]] = None,
|
|
315
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
316
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
317
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
318
|
+
vlan: Optional[pulumi.Input[float]] = None,
|
|
319
|
+
__props__=None):
|
|
320
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
321
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
322
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
323
|
+
if opts.id is None:
|
|
324
|
+
if __props__ is not None:
|
|
325
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
326
|
+
__props__ = L3NetworkArgs.__new__(L3NetworkArgs)
|
|
327
|
+
|
|
328
|
+
if extended_location is None and not opts.urn:
|
|
329
|
+
raise TypeError("Missing required property 'extended_location'")
|
|
330
|
+
__props__.__dict__["extended_location"] = extended_location
|
|
331
|
+
if hybrid_aks_ipam_enabled is None:
|
|
332
|
+
hybrid_aks_ipam_enabled = 'True'
|
|
333
|
+
__props__.__dict__["hybrid_aks_ipam_enabled"] = hybrid_aks_ipam_enabled
|
|
334
|
+
if hybrid_aks_plugin_type is None:
|
|
335
|
+
hybrid_aks_plugin_type = 'SRIOV'
|
|
336
|
+
__props__.__dict__["hybrid_aks_plugin_type"] = hybrid_aks_plugin_type
|
|
337
|
+
__props__.__dict__["interface_name"] = interface_name
|
|
338
|
+
if ip_allocation_type is None:
|
|
339
|
+
ip_allocation_type = 'DualStack'
|
|
340
|
+
__props__.__dict__["ip_allocation_type"] = ip_allocation_type
|
|
341
|
+
__props__.__dict__["ipv4_connected_prefix"] = ipv4_connected_prefix
|
|
342
|
+
__props__.__dict__["ipv6_connected_prefix"] = ipv6_connected_prefix
|
|
343
|
+
if l3_isolation_domain_id is None and not opts.urn:
|
|
344
|
+
raise TypeError("Missing required property 'l3_isolation_domain_id'")
|
|
345
|
+
__props__.__dict__["l3_isolation_domain_id"] = l3_isolation_domain_id
|
|
346
|
+
__props__.__dict__["l3_network_name"] = l3_network_name
|
|
347
|
+
__props__.__dict__["location"] = location
|
|
348
|
+
if resource_group_name is None and not opts.urn:
|
|
349
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
350
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
351
|
+
__props__.__dict__["tags"] = tags
|
|
352
|
+
if vlan is None and not opts.urn:
|
|
353
|
+
raise TypeError("Missing required property 'vlan'")
|
|
354
|
+
__props__.__dict__["vlan"] = vlan
|
|
355
|
+
__props__.__dict__["associated_resource_ids"] = None
|
|
356
|
+
__props__.__dict__["cluster_id"] = None
|
|
357
|
+
__props__.__dict__["detailed_status"] = None
|
|
358
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
359
|
+
__props__.__dict__["hybrid_aks_clusters_associated_ids"] = None
|
|
360
|
+
__props__.__dict__["name"] = None
|
|
361
|
+
__props__.__dict__["provisioning_state"] = None
|
|
362
|
+
__props__.__dict__["system_data"] = None
|
|
363
|
+
__props__.__dict__["type"] = None
|
|
364
|
+
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
365
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:L3Network"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:L3Network"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:L3Network"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:L3Network"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:L3Network")])
|
|
366
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
367
|
+
super(L3Network, __self__).__init__(
|
|
368
|
+
'azure-native:networkcloud/v20241001preview:L3Network',
|
|
369
|
+
resource_name,
|
|
370
|
+
__props__,
|
|
371
|
+
opts)
|
|
372
|
+
|
|
373
|
+
@staticmethod
|
|
374
|
+
def get(resource_name: str,
|
|
375
|
+
id: pulumi.Input[str],
|
|
376
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'L3Network':
|
|
377
|
+
"""
|
|
378
|
+
Get an existing L3Network resource's state with the given name, id, and optional extra
|
|
379
|
+
properties used to qualify the lookup.
|
|
380
|
+
|
|
381
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
382
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
383
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
384
|
+
"""
|
|
385
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
386
|
+
|
|
387
|
+
__props__ = L3NetworkArgs.__new__(L3NetworkArgs)
|
|
388
|
+
|
|
389
|
+
__props__.__dict__["associated_resource_ids"] = None
|
|
390
|
+
__props__.__dict__["cluster_id"] = None
|
|
391
|
+
__props__.__dict__["detailed_status"] = None
|
|
392
|
+
__props__.__dict__["detailed_status_message"] = None
|
|
393
|
+
__props__.__dict__["extended_location"] = None
|
|
394
|
+
__props__.__dict__["hybrid_aks_clusters_associated_ids"] = None
|
|
395
|
+
__props__.__dict__["hybrid_aks_ipam_enabled"] = None
|
|
396
|
+
__props__.__dict__["hybrid_aks_plugin_type"] = None
|
|
397
|
+
__props__.__dict__["interface_name"] = None
|
|
398
|
+
__props__.__dict__["ip_allocation_type"] = None
|
|
399
|
+
__props__.__dict__["ipv4_connected_prefix"] = None
|
|
400
|
+
__props__.__dict__["ipv6_connected_prefix"] = None
|
|
401
|
+
__props__.__dict__["l3_isolation_domain_id"] = None
|
|
402
|
+
__props__.__dict__["location"] = None
|
|
403
|
+
__props__.__dict__["name"] = None
|
|
404
|
+
__props__.__dict__["provisioning_state"] = None
|
|
405
|
+
__props__.__dict__["system_data"] = None
|
|
406
|
+
__props__.__dict__["tags"] = None
|
|
407
|
+
__props__.__dict__["type"] = None
|
|
408
|
+
__props__.__dict__["virtual_machines_associated_ids"] = None
|
|
409
|
+
__props__.__dict__["vlan"] = None
|
|
410
|
+
return L3Network(resource_name, opts=opts, __props__=__props__)
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="associatedResourceIds")
|
|
414
|
+
def associated_resource_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
415
|
+
"""
|
|
416
|
+
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "associated_resource_ids")
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter(name="clusterId")
|
|
422
|
+
def cluster_id(self) -> pulumi.Output[str]:
|
|
423
|
+
"""
|
|
424
|
+
The resource ID of the Network Cloud cluster this L3 network is associated with.
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "cluster_id")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="detailedStatus")
|
|
430
|
+
def detailed_status(self) -> pulumi.Output[str]:
|
|
431
|
+
"""
|
|
432
|
+
The more detailed status of the L3 network.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "detailed_status")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="detailedStatusMessage")
|
|
438
|
+
def detailed_status_message(self) -> pulumi.Output[str]:
|
|
439
|
+
"""
|
|
440
|
+
The descriptive message about the current detailed status.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "detailed_status_message")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="extendedLocation")
|
|
446
|
+
def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
|
|
447
|
+
"""
|
|
448
|
+
The extended location of the cluster associated with the resource.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "extended_location")
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter(name="hybridAksClustersAssociatedIds")
|
|
454
|
+
def hybrid_aks_clusters_associated_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
455
|
+
"""
|
|
456
|
+
Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="hybridAksIpamEnabled")
|
|
462
|
+
def hybrid_aks_ipam_enabled(self) -> pulumi.Output[Optional[str]]:
|
|
463
|
+
"""
|
|
464
|
+
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "hybrid_aks_ipam_enabled")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter(name="hybridAksPluginType")
|
|
470
|
+
def hybrid_aks_plugin_type(self) -> pulumi.Output[Optional[str]]:
|
|
471
|
+
"""
|
|
472
|
+
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "hybrid_aks_plugin_type")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter(name="interfaceName")
|
|
478
|
+
def interface_name(self) -> pulumi.Output[Optional[str]]:
|
|
479
|
+
"""
|
|
480
|
+
The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "interface_name")
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
@pulumi.getter(name="ipAllocationType")
|
|
486
|
+
def ip_allocation_type(self) -> pulumi.Output[Optional[str]]:
|
|
487
|
+
"""
|
|
488
|
+
The type of the IP address allocation, defaulted to "DualStack".
|
|
489
|
+
"""
|
|
490
|
+
return pulumi.get(self, "ip_allocation_type")
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="ipv4ConnectedPrefix")
|
|
494
|
+
def ipv4_connected_prefix(self) -> pulumi.Output[Optional[str]]:
|
|
495
|
+
"""
|
|
496
|
+
The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
497
|
+
is IPV4 or DualStack.
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "ipv4_connected_prefix")
|
|
500
|
+
|
|
501
|
+
@property
|
|
502
|
+
@pulumi.getter(name="ipv6ConnectedPrefix")
|
|
503
|
+
def ipv6_connected_prefix(self) -> pulumi.Output[Optional[str]]:
|
|
504
|
+
"""
|
|
505
|
+
The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
|
|
506
|
+
is IPV6 or DualStack.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "ipv6_connected_prefix")
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter(name="l3IsolationDomainId")
|
|
512
|
+
def l3_isolation_domain_id(self) -> pulumi.Output[str]:
|
|
513
|
+
"""
|
|
514
|
+
The resource ID of the Network Fabric l3IsolationDomain.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "l3_isolation_domain_id")
|
|
517
|
+
|
|
518
|
+
@property
|
|
519
|
+
@pulumi.getter
|
|
520
|
+
def location(self) -> pulumi.Output[str]:
|
|
521
|
+
"""
|
|
522
|
+
The geo-location where the resource lives
|
|
523
|
+
"""
|
|
524
|
+
return pulumi.get(self, "location")
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter
|
|
528
|
+
def name(self) -> pulumi.Output[str]:
|
|
529
|
+
"""
|
|
530
|
+
The name of the resource
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "name")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter(name="provisioningState")
|
|
536
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
537
|
+
"""
|
|
538
|
+
The provisioning state of the L3 network.
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "provisioning_state")
|
|
541
|
+
|
|
542
|
+
@property
|
|
543
|
+
@pulumi.getter(name="systemData")
|
|
544
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
545
|
+
"""
|
|
546
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
547
|
+
"""
|
|
548
|
+
return pulumi.get(self, "system_data")
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter
|
|
552
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
553
|
+
"""
|
|
554
|
+
Resource tags.
|
|
555
|
+
"""
|
|
556
|
+
return pulumi.get(self, "tags")
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
@pulumi.getter
|
|
560
|
+
def type(self) -> pulumi.Output[str]:
|
|
561
|
+
"""
|
|
562
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
563
|
+
"""
|
|
564
|
+
return pulumi.get(self, "type")
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter(name="virtualMachinesAssociatedIds")
|
|
568
|
+
def virtual_machines_associated_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
569
|
+
"""
|
|
570
|
+
Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
|
|
571
|
+
"""
|
|
572
|
+
return pulumi.get(self, "virtual_machines_associated_ids")
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter
|
|
576
|
+
def vlan(self) -> pulumi.Output[float]:
|
|
577
|
+
"""
|
|
578
|
+
The VLAN from the l3IsolationDomain that is used for this network.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "vlan")
|
|
581
|
+
|