pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1735840149__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 +0 -42
- pulumi_azure_native/azurestackhci/__init__.py +0 -3
- 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/machinelearningservices/v20241001preview/_inputs.py +1 -113
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +1 -107
- pulumi_azure_native/networkcloud/__init__.py +0 -3
- 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/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.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/RECORD +216 -280
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/WHEEL +1 -1
- pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +0 -30
- pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +0 -267
- pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +0 -3459
- pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +0 -406
- pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +0 -680
- pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +0 -335
- pulumi_azure_native/azurestackhci/v20241201preview/extension.py +0 -473
- pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +0 -275
- pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +0 -521
- pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +0 -219
- pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +0 -295
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +0 -158
- pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +0 -164
- pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +0 -205
- pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +0 -401
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +0 -337
- pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +0 -283
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +0 -233
- pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +0 -256
- pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +0 -6470
- pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +0 -310
- pulumi_azure_native/azurestackhci/v20241201preview/update.py +0 -724
- pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +0 -619
- pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +0 -471
- pulumi_azure_native/networkcloud/v20241001preview/__init__.py +0 -46
- pulumi_azure_native/networkcloud/v20241001preview/_enums.py +0 -353
- pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +0 -3580
- pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +0 -610
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +0 -795
- pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +0 -507
- pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +0 -448
- pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/cluster.py +0 -917
- pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +0 -452
- pulumi_azure_native/networkcloud/v20241001preview/console.py +0 -417
- pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +0 -370
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +0 -616
- pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +0 -300
- pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +0 -328
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +0 -603
- pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_console.py +0 -286
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +0 -406
- pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +0 -308
- pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +0 -380
- pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +0 -258
- pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +0 -280
- pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +0 -420
- pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +0 -322
- pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +0 -518
- pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +0 -252
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +0 -564
- pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +0 -336
- pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +0 -419
- pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +0 -581
- pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +0 -376
- pulumi_azure_native/networkcloud/v20241001preview/outputs.py +0 -4372
- pulumi_azure_native/networkcloud/v20241001preview/rack.py +0 -416
- pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +0 -536
- pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +0 -449
- pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +0 -852
- pulumi_azure_native/networkcloud/v20241001preview/volume.py +0 -336
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1735840149.dist-info}/top_level.txt +0 -0
|
@@ -1,3580 +0,0 @@
|
|
|
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 ._enums import *
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'AadConfigurationArgs',
|
|
20
|
-
'AadConfigurationArgsDict',
|
|
21
|
-
'AdministrativeCredentialsArgs',
|
|
22
|
-
'AdministrativeCredentialsArgsDict',
|
|
23
|
-
'AdministratorConfigurationArgs',
|
|
24
|
-
'AdministratorConfigurationArgsDict',
|
|
25
|
-
'AgentOptionsArgs',
|
|
26
|
-
'AgentOptionsArgsDict',
|
|
27
|
-
'AgentPoolUpgradeSettingsArgs',
|
|
28
|
-
'AgentPoolUpgradeSettingsArgsDict',
|
|
29
|
-
'AnalyticsOutputSettingsArgs',
|
|
30
|
-
'AnalyticsOutputSettingsArgsDict',
|
|
31
|
-
'AttachedNetworkConfigurationArgs',
|
|
32
|
-
'AttachedNetworkConfigurationArgsDict',
|
|
33
|
-
'BareMetalMachineConfigurationDataArgs',
|
|
34
|
-
'BareMetalMachineConfigurationDataArgsDict',
|
|
35
|
-
'BgpAdvertisementArgs',
|
|
36
|
-
'BgpAdvertisementArgsDict',
|
|
37
|
-
'BgpServiceLoadBalancerConfigurationArgs',
|
|
38
|
-
'BgpServiceLoadBalancerConfigurationArgsDict',
|
|
39
|
-
'ClusterSecretArchiveArgs',
|
|
40
|
-
'ClusterSecretArchiveArgsDict',
|
|
41
|
-
'ClusterUpdateStrategyArgs',
|
|
42
|
-
'ClusterUpdateStrategyArgsDict',
|
|
43
|
-
'CommandOutputSettingsArgs',
|
|
44
|
-
'CommandOutputSettingsArgsDict',
|
|
45
|
-
'ControlPlaneNodeConfigurationArgs',
|
|
46
|
-
'ControlPlaneNodeConfigurationArgsDict',
|
|
47
|
-
'EgressEndpointArgs',
|
|
48
|
-
'EgressEndpointArgsDict',
|
|
49
|
-
'EndpointDependencyArgs',
|
|
50
|
-
'EndpointDependencyArgsDict',
|
|
51
|
-
'ExtendedLocationArgs',
|
|
52
|
-
'ExtendedLocationArgsDict',
|
|
53
|
-
'IdentitySelectorArgs',
|
|
54
|
-
'IdentitySelectorArgsDict',
|
|
55
|
-
'ImageRepositoryCredentialsArgs',
|
|
56
|
-
'ImageRepositoryCredentialsArgsDict',
|
|
57
|
-
'InitialAgentPoolConfigurationArgs',
|
|
58
|
-
'InitialAgentPoolConfigurationArgsDict',
|
|
59
|
-
'IpAddressPoolArgs',
|
|
60
|
-
'IpAddressPoolArgsDict',
|
|
61
|
-
'KeySetUserArgs',
|
|
62
|
-
'KeySetUserArgsDict',
|
|
63
|
-
'KubernetesLabelArgs',
|
|
64
|
-
'KubernetesLabelArgsDict',
|
|
65
|
-
'L2NetworkAttachmentConfigurationArgs',
|
|
66
|
-
'L2NetworkAttachmentConfigurationArgsDict',
|
|
67
|
-
'L2ServiceLoadBalancerConfigurationArgs',
|
|
68
|
-
'L2ServiceLoadBalancerConfigurationArgsDict',
|
|
69
|
-
'L3NetworkAttachmentConfigurationArgs',
|
|
70
|
-
'L3NetworkAttachmentConfigurationArgsDict',
|
|
71
|
-
'ManagedResourceGroupConfigurationArgs',
|
|
72
|
-
'ManagedResourceGroupConfigurationArgsDict',
|
|
73
|
-
'ManagedServiceIdentityArgs',
|
|
74
|
-
'ManagedServiceIdentityArgsDict',
|
|
75
|
-
'NetworkAttachmentArgs',
|
|
76
|
-
'NetworkAttachmentArgsDict',
|
|
77
|
-
'NetworkConfigurationArgs',
|
|
78
|
-
'NetworkConfigurationArgsDict',
|
|
79
|
-
'OsDiskArgs',
|
|
80
|
-
'OsDiskArgsDict',
|
|
81
|
-
'RackDefinitionArgs',
|
|
82
|
-
'RackDefinitionArgsDict',
|
|
83
|
-
'RuntimeProtectionConfigurationArgs',
|
|
84
|
-
'RuntimeProtectionConfigurationArgsDict',
|
|
85
|
-
'SecretArchiveSettingsArgs',
|
|
86
|
-
'SecretArchiveSettingsArgsDict',
|
|
87
|
-
'ServiceLoadBalancerBgpPeerArgs',
|
|
88
|
-
'ServiceLoadBalancerBgpPeerArgsDict',
|
|
89
|
-
'ServicePrincipalInformationArgs',
|
|
90
|
-
'ServicePrincipalInformationArgsDict',
|
|
91
|
-
'SshPublicKeyArgs',
|
|
92
|
-
'SshPublicKeyArgsDict',
|
|
93
|
-
'StorageApplianceConfigurationDataArgs',
|
|
94
|
-
'StorageApplianceConfigurationDataArgsDict',
|
|
95
|
-
'StorageProfileArgs',
|
|
96
|
-
'StorageProfileArgsDict',
|
|
97
|
-
'StringKeyValuePairArgs',
|
|
98
|
-
'StringKeyValuePairArgsDict',
|
|
99
|
-
'TrunkedNetworkAttachmentConfigurationArgs',
|
|
100
|
-
'TrunkedNetworkAttachmentConfigurationArgsDict',
|
|
101
|
-
'ValidationThresholdArgs',
|
|
102
|
-
'ValidationThresholdArgsDict',
|
|
103
|
-
'VirtualMachinePlacementHintArgs',
|
|
104
|
-
'VirtualMachinePlacementHintArgsDict',
|
|
105
|
-
'VulnerabilityScanningSettingsArgs',
|
|
106
|
-
'VulnerabilityScanningSettingsArgsDict',
|
|
107
|
-
]
|
|
108
|
-
|
|
109
|
-
MYPY = False
|
|
110
|
-
|
|
111
|
-
if not MYPY:
|
|
112
|
-
class AadConfigurationArgsDict(TypedDict):
|
|
113
|
-
admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
114
|
-
"""
|
|
115
|
-
The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
|
|
116
|
-
"""
|
|
117
|
-
elif False:
|
|
118
|
-
AadConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
119
|
-
|
|
120
|
-
@pulumi.input_type
|
|
121
|
-
class AadConfigurationArgs:
|
|
122
|
-
def __init__(__self__, *,
|
|
123
|
-
admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
124
|
-
"""
|
|
125
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
|
|
126
|
-
"""
|
|
127
|
-
pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
|
|
128
|
-
|
|
129
|
-
@property
|
|
130
|
-
@pulumi.getter(name="adminGroupObjectIds")
|
|
131
|
-
def admin_group_object_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
132
|
-
"""
|
|
133
|
-
The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
|
|
134
|
-
"""
|
|
135
|
-
return pulumi.get(self, "admin_group_object_ids")
|
|
136
|
-
|
|
137
|
-
@admin_group_object_ids.setter
|
|
138
|
-
def admin_group_object_ids(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
139
|
-
pulumi.set(self, "admin_group_object_ids", value)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
if not MYPY:
|
|
143
|
-
class AdministrativeCredentialsArgsDict(TypedDict):
|
|
144
|
-
password: pulumi.Input[str]
|
|
145
|
-
"""
|
|
146
|
-
The password of the administrator of the device used during initialization.
|
|
147
|
-
"""
|
|
148
|
-
username: pulumi.Input[str]
|
|
149
|
-
"""
|
|
150
|
-
The username of the administrator of the device used during initialization.
|
|
151
|
-
"""
|
|
152
|
-
elif False:
|
|
153
|
-
AdministrativeCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
|
154
|
-
|
|
155
|
-
@pulumi.input_type
|
|
156
|
-
class AdministrativeCredentialsArgs:
|
|
157
|
-
def __init__(__self__, *,
|
|
158
|
-
password: pulumi.Input[str],
|
|
159
|
-
username: pulumi.Input[str]):
|
|
160
|
-
"""
|
|
161
|
-
:param pulumi.Input[str] password: The password of the administrator of the device used during initialization.
|
|
162
|
-
:param pulumi.Input[str] username: The username of the administrator of the device used during initialization.
|
|
163
|
-
"""
|
|
164
|
-
pulumi.set(__self__, "password", password)
|
|
165
|
-
pulumi.set(__self__, "username", username)
|
|
166
|
-
|
|
167
|
-
@property
|
|
168
|
-
@pulumi.getter
|
|
169
|
-
def password(self) -> pulumi.Input[str]:
|
|
170
|
-
"""
|
|
171
|
-
The password of the administrator of the device used during initialization.
|
|
172
|
-
"""
|
|
173
|
-
return pulumi.get(self, "password")
|
|
174
|
-
|
|
175
|
-
@password.setter
|
|
176
|
-
def password(self, value: pulumi.Input[str]):
|
|
177
|
-
pulumi.set(self, "password", value)
|
|
178
|
-
|
|
179
|
-
@property
|
|
180
|
-
@pulumi.getter
|
|
181
|
-
def username(self) -> pulumi.Input[str]:
|
|
182
|
-
"""
|
|
183
|
-
The username of the administrator of the device used during initialization.
|
|
184
|
-
"""
|
|
185
|
-
return pulumi.get(self, "username")
|
|
186
|
-
|
|
187
|
-
@username.setter
|
|
188
|
-
def username(self, value: pulumi.Input[str]):
|
|
189
|
-
pulumi.set(self, "username", value)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
if not MYPY:
|
|
193
|
-
class AdministratorConfigurationArgsDict(TypedDict):
|
|
194
|
-
admin_username: NotRequired[pulumi.Input[str]]
|
|
195
|
-
"""
|
|
196
|
-
The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
|
|
197
|
-
"""
|
|
198
|
-
ssh_public_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgsDict']]]]
|
|
199
|
-
"""
|
|
200
|
-
The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
|
|
201
|
-
"""
|
|
202
|
-
elif False:
|
|
203
|
-
AdministratorConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
204
|
-
|
|
205
|
-
@pulumi.input_type
|
|
206
|
-
class AdministratorConfigurationArgs:
|
|
207
|
-
def __init__(__self__, *,
|
|
208
|
-
admin_username: Optional[pulumi.Input[str]] = None,
|
|
209
|
-
ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
|
|
210
|
-
"""
|
|
211
|
-
:param pulumi.Input[str] admin_username: The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
|
|
212
|
-
:param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] ssh_public_keys: The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
|
|
213
|
-
"""
|
|
214
|
-
if admin_username is not None:
|
|
215
|
-
pulumi.set(__self__, "admin_username", admin_username)
|
|
216
|
-
if ssh_public_keys is not None:
|
|
217
|
-
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
|
218
|
-
|
|
219
|
-
@property
|
|
220
|
-
@pulumi.getter(name="adminUsername")
|
|
221
|
-
def admin_username(self) -> Optional[pulumi.Input[str]]:
|
|
222
|
-
"""
|
|
223
|
-
The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
|
|
224
|
-
"""
|
|
225
|
-
return pulumi.get(self, "admin_username")
|
|
226
|
-
|
|
227
|
-
@admin_username.setter
|
|
228
|
-
def admin_username(self, value: Optional[pulumi.Input[str]]):
|
|
229
|
-
pulumi.set(self, "admin_username", value)
|
|
230
|
-
|
|
231
|
-
@property
|
|
232
|
-
@pulumi.getter(name="sshPublicKeys")
|
|
233
|
-
def ssh_public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
|
|
234
|
-
"""
|
|
235
|
-
The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
|
|
236
|
-
"""
|
|
237
|
-
return pulumi.get(self, "ssh_public_keys")
|
|
238
|
-
|
|
239
|
-
@ssh_public_keys.setter
|
|
240
|
-
def ssh_public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
|
|
241
|
-
pulumi.set(self, "ssh_public_keys", value)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
if not MYPY:
|
|
245
|
-
class AgentOptionsArgsDict(TypedDict):
|
|
246
|
-
hugepages_count: pulumi.Input[float]
|
|
247
|
-
"""
|
|
248
|
-
The number of hugepages to allocate.
|
|
249
|
-
"""
|
|
250
|
-
hugepages_size: NotRequired[pulumi.Input[Union[str, 'HugepagesSize']]]
|
|
251
|
-
"""
|
|
252
|
-
The size of the hugepages to allocate.
|
|
253
|
-
"""
|
|
254
|
-
elif False:
|
|
255
|
-
AgentOptionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
256
|
-
|
|
257
|
-
@pulumi.input_type
|
|
258
|
-
class AgentOptionsArgs:
|
|
259
|
-
def __init__(__self__, *,
|
|
260
|
-
hugepages_count: pulumi.Input[float],
|
|
261
|
-
hugepages_size: Optional[pulumi.Input[Union[str, 'HugepagesSize']]] = None):
|
|
262
|
-
"""
|
|
263
|
-
:param pulumi.Input[float] hugepages_count: The number of hugepages to allocate.
|
|
264
|
-
:param pulumi.Input[Union[str, 'HugepagesSize']] hugepages_size: The size of the hugepages to allocate.
|
|
265
|
-
"""
|
|
266
|
-
pulumi.set(__self__, "hugepages_count", hugepages_count)
|
|
267
|
-
if hugepages_size is None:
|
|
268
|
-
hugepages_size = '2M'
|
|
269
|
-
if hugepages_size is not None:
|
|
270
|
-
pulumi.set(__self__, "hugepages_size", hugepages_size)
|
|
271
|
-
|
|
272
|
-
@property
|
|
273
|
-
@pulumi.getter(name="hugepagesCount")
|
|
274
|
-
def hugepages_count(self) -> pulumi.Input[float]:
|
|
275
|
-
"""
|
|
276
|
-
The number of hugepages to allocate.
|
|
277
|
-
"""
|
|
278
|
-
return pulumi.get(self, "hugepages_count")
|
|
279
|
-
|
|
280
|
-
@hugepages_count.setter
|
|
281
|
-
def hugepages_count(self, value: pulumi.Input[float]):
|
|
282
|
-
pulumi.set(self, "hugepages_count", value)
|
|
283
|
-
|
|
284
|
-
@property
|
|
285
|
-
@pulumi.getter(name="hugepagesSize")
|
|
286
|
-
def hugepages_size(self) -> Optional[pulumi.Input[Union[str, 'HugepagesSize']]]:
|
|
287
|
-
"""
|
|
288
|
-
The size of the hugepages to allocate.
|
|
289
|
-
"""
|
|
290
|
-
return pulumi.get(self, "hugepages_size")
|
|
291
|
-
|
|
292
|
-
@hugepages_size.setter
|
|
293
|
-
def hugepages_size(self, value: Optional[pulumi.Input[Union[str, 'HugepagesSize']]]):
|
|
294
|
-
pulumi.set(self, "hugepages_size", value)
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
if not MYPY:
|
|
298
|
-
class AgentPoolUpgradeSettingsArgsDict(TypedDict):
|
|
299
|
-
drain_timeout: NotRequired[pulumi.Input[float]]
|
|
300
|
-
"""
|
|
301
|
-
The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
|
|
302
|
-
"""
|
|
303
|
-
max_surge: NotRequired[pulumi.Input[str]]
|
|
304
|
-
"""
|
|
305
|
-
The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
|
|
306
|
-
"""
|
|
307
|
-
max_unavailable: NotRequired[pulumi.Input[str]]
|
|
308
|
-
"""
|
|
309
|
-
The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
|
|
310
|
-
"""
|
|
311
|
-
elif False:
|
|
312
|
-
AgentPoolUpgradeSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
313
|
-
|
|
314
|
-
@pulumi.input_type
|
|
315
|
-
class AgentPoolUpgradeSettingsArgs:
|
|
316
|
-
def __init__(__self__, *,
|
|
317
|
-
drain_timeout: Optional[pulumi.Input[float]] = None,
|
|
318
|
-
max_surge: Optional[pulumi.Input[str]] = None,
|
|
319
|
-
max_unavailable: Optional[pulumi.Input[str]] = None):
|
|
320
|
-
"""
|
|
321
|
-
:param pulumi.Input[float] drain_timeout: The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
|
|
322
|
-
:param pulumi.Input[str] max_surge: The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
|
|
323
|
-
:param pulumi.Input[str] max_unavailable: The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
|
|
324
|
-
"""
|
|
325
|
-
if drain_timeout is not None:
|
|
326
|
-
pulumi.set(__self__, "drain_timeout", drain_timeout)
|
|
327
|
-
if max_surge is not None:
|
|
328
|
-
pulumi.set(__self__, "max_surge", max_surge)
|
|
329
|
-
if max_unavailable is not None:
|
|
330
|
-
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
331
|
-
|
|
332
|
-
@property
|
|
333
|
-
@pulumi.getter(name="drainTimeout")
|
|
334
|
-
def drain_timeout(self) -> Optional[pulumi.Input[float]]:
|
|
335
|
-
"""
|
|
336
|
-
The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
|
|
337
|
-
"""
|
|
338
|
-
return pulumi.get(self, "drain_timeout")
|
|
339
|
-
|
|
340
|
-
@drain_timeout.setter
|
|
341
|
-
def drain_timeout(self, value: Optional[pulumi.Input[float]]):
|
|
342
|
-
pulumi.set(self, "drain_timeout", value)
|
|
343
|
-
|
|
344
|
-
@property
|
|
345
|
-
@pulumi.getter(name="maxSurge")
|
|
346
|
-
def max_surge(self) -> Optional[pulumi.Input[str]]:
|
|
347
|
-
"""
|
|
348
|
-
The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
|
|
349
|
-
"""
|
|
350
|
-
return pulumi.get(self, "max_surge")
|
|
351
|
-
|
|
352
|
-
@max_surge.setter
|
|
353
|
-
def max_surge(self, value: Optional[pulumi.Input[str]]):
|
|
354
|
-
pulumi.set(self, "max_surge", value)
|
|
355
|
-
|
|
356
|
-
@property
|
|
357
|
-
@pulumi.getter(name="maxUnavailable")
|
|
358
|
-
def max_unavailable(self) -> Optional[pulumi.Input[str]]:
|
|
359
|
-
"""
|
|
360
|
-
The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
|
|
361
|
-
"""
|
|
362
|
-
return pulumi.get(self, "max_unavailable")
|
|
363
|
-
|
|
364
|
-
@max_unavailable.setter
|
|
365
|
-
def max_unavailable(self, value: Optional[pulumi.Input[str]]):
|
|
366
|
-
pulumi.set(self, "max_unavailable", value)
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
if not MYPY:
|
|
370
|
-
class AnalyticsOutputSettingsArgsDict(TypedDict):
|
|
371
|
-
analytics_workspace_id: NotRequired[pulumi.Input[str]]
|
|
372
|
-
"""
|
|
373
|
-
The resource ID of the analytics workspace that is to be used by the specified identity.
|
|
374
|
-
"""
|
|
375
|
-
associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
|
|
376
|
-
"""
|
|
377
|
-
The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
|
|
378
|
-
"""
|
|
379
|
-
elif False:
|
|
380
|
-
AnalyticsOutputSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
381
|
-
|
|
382
|
-
@pulumi.input_type
|
|
383
|
-
class AnalyticsOutputSettingsArgs:
|
|
384
|
-
def __init__(__self__, *,
|
|
385
|
-
analytics_workspace_id: Optional[pulumi.Input[str]] = None,
|
|
386
|
-
associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None):
|
|
387
|
-
"""
|
|
388
|
-
:param pulumi.Input[str] analytics_workspace_id: The resource ID of the analytics workspace that is to be used by the specified identity.
|
|
389
|
-
:param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
|
|
390
|
-
"""
|
|
391
|
-
if analytics_workspace_id is not None:
|
|
392
|
-
pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
|
|
393
|
-
if associated_identity is not None:
|
|
394
|
-
pulumi.set(__self__, "associated_identity", associated_identity)
|
|
395
|
-
|
|
396
|
-
@property
|
|
397
|
-
@pulumi.getter(name="analyticsWorkspaceId")
|
|
398
|
-
def analytics_workspace_id(self) -> Optional[pulumi.Input[str]]:
|
|
399
|
-
"""
|
|
400
|
-
The resource ID of the analytics workspace that is to be used by the specified identity.
|
|
401
|
-
"""
|
|
402
|
-
return pulumi.get(self, "analytics_workspace_id")
|
|
403
|
-
|
|
404
|
-
@analytics_workspace_id.setter
|
|
405
|
-
def analytics_workspace_id(self, value: Optional[pulumi.Input[str]]):
|
|
406
|
-
pulumi.set(self, "analytics_workspace_id", value)
|
|
407
|
-
|
|
408
|
-
@property
|
|
409
|
-
@pulumi.getter(name="associatedIdentity")
|
|
410
|
-
def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
|
|
411
|
-
"""
|
|
412
|
-
The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
|
|
413
|
-
"""
|
|
414
|
-
return pulumi.get(self, "associated_identity")
|
|
415
|
-
|
|
416
|
-
@associated_identity.setter
|
|
417
|
-
def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
|
|
418
|
-
pulumi.set(self, "associated_identity", value)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
if not MYPY:
|
|
422
|
-
class AttachedNetworkConfigurationArgsDict(TypedDict):
|
|
423
|
-
l2_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgsDict']]]]
|
|
424
|
-
"""
|
|
425
|
-
The list of Layer 2 Networks and related configuration for attachment.
|
|
426
|
-
"""
|
|
427
|
-
l3_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgsDict']]]]
|
|
428
|
-
"""
|
|
429
|
-
The list of Layer 3 Networks and related configuration for attachment.
|
|
430
|
-
"""
|
|
431
|
-
trunked_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgsDict']]]]
|
|
432
|
-
"""
|
|
433
|
-
The list of Trunked Networks and related configuration for attachment.
|
|
434
|
-
"""
|
|
435
|
-
elif False:
|
|
436
|
-
AttachedNetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
437
|
-
|
|
438
|
-
@pulumi.input_type
|
|
439
|
-
class AttachedNetworkConfigurationArgs:
|
|
440
|
-
def __init__(__self__, *,
|
|
441
|
-
l2_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]] = None,
|
|
442
|
-
l3_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]] = None,
|
|
443
|
-
trunked_networks: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]] = None):
|
|
444
|
-
"""
|
|
445
|
-
:param pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
|
|
446
|
-
:param pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
|
|
447
|
-
:param pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]] trunked_networks: The list of Trunked Networks and related configuration for attachment.
|
|
448
|
-
"""
|
|
449
|
-
if l2_networks is not None:
|
|
450
|
-
pulumi.set(__self__, "l2_networks", l2_networks)
|
|
451
|
-
if l3_networks is not None:
|
|
452
|
-
pulumi.set(__self__, "l3_networks", l3_networks)
|
|
453
|
-
if trunked_networks is not None:
|
|
454
|
-
pulumi.set(__self__, "trunked_networks", trunked_networks)
|
|
455
|
-
|
|
456
|
-
@property
|
|
457
|
-
@pulumi.getter(name="l2Networks")
|
|
458
|
-
def l2_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]:
|
|
459
|
-
"""
|
|
460
|
-
The list of Layer 2 Networks and related configuration for attachment.
|
|
461
|
-
"""
|
|
462
|
-
return pulumi.get(self, "l2_networks")
|
|
463
|
-
|
|
464
|
-
@l2_networks.setter
|
|
465
|
-
def l2_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]):
|
|
466
|
-
pulumi.set(self, "l2_networks", value)
|
|
467
|
-
|
|
468
|
-
@property
|
|
469
|
-
@pulumi.getter(name="l3Networks")
|
|
470
|
-
def l3_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]:
|
|
471
|
-
"""
|
|
472
|
-
The list of Layer 3 Networks and related configuration for attachment.
|
|
473
|
-
"""
|
|
474
|
-
return pulumi.get(self, "l3_networks")
|
|
475
|
-
|
|
476
|
-
@l3_networks.setter
|
|
477
|
-
def l3_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]):
|
|
478
|
-
pulumi.set(self, "l3_networks", value)
|
|
479
|
-
|
|
480
|
-
@property
|
|
481
|
-
@pulumi.getter(name="trunkedNetworks")
|
|
482
|
-
def trunked_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]:
|
|
483
|
-
"""
|
|
484
|
-
The list of Trunked Networks and related configuration for attachment.
|
|
485
|
-
"""
|
|
486
|
-
return pulumi.get(self, "trunked_networks")
|
|
487
|
-
|
|
488
|
-
@trunked_networks.setter
|
|
489
|
-
def trunked_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]):
|
|
490
|
-
pulumi.set(self, "trunked_networks", value)
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
if not MYPY:
|
|
494
|
-
class BareMetalMachineConfigurationDataArgsDict(TypedDict):
|
|
495
|
-
bmc_credentials: pulumi.Input['AdministrativeCredentialsArgsDict']
|
|
496
|
-
"""
|
|
497
|
-
The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
|
|
498
|
-
"""
|
|
499
|
-
bmc_mac_address: pulumi.Input[str]
|
|
500
|
-
"""
|
|
501
|
-
The MAC address of the BMC for this machine.
|
|
502
|
-
"""
|
|
503
|
-
boot_mac_address: pulumi.Input[str]
|
|
504
|
-
"""
|
|
505
|
-
The MAC address associated with the PXE NIC card.
|
|
506
|
-
"""
|
|
507
|
-
rack_slot: pulumi.Input[float]
|
|
508
|
-
"""
|
|
509
|
-
The slot the physical machine is in the rack based on the BOM configuration.
|
|
510
|
-
"""
|
|
511
|
-
serial_number: pulumi.Input[str]
|
|
512
|
-
"""
|
|
513
|
-
The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
|
|
514
|
-
"""
|
|
515
|
-
machine_details: NotRequired[pulumi.Input[str]]
|
|
516
|
-
"""
|
|
517
|
-
The free-form additional information about the machine, e.g. an asset tag.
|
|
518
|
-
"""
|
|
519
|
-
machine_name: NotRequired[pulumi.Input[str]]
|
|
520
|
-
"""
|
|
521
|
-
The user-provided name for the bare metal machine created from this specification.
|
|
522
|
-
If not provided, the machine name will be generated programmatically.
|
|
523
|
-
"""
|
|
524
|
-
elif False:
|
|
525
|
-
BareMetalMachineConfigurationDataArgsDict: TypeAlias = Mapping[str, Any]
|
|
526
|
-
|
|
527
|
-
@pulumi.input_type
|
|
528
|
-
class BareMetalMachineConfigurationDataArgs:
|
|
529
|
-
def __init__(__self__, *,
|
|
530
|
-
bmc_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
|
|
531
|
-
bmc_mac_address: pulumi.Input[str],
|
|
532
|
-
boot_mac_address: pulumi.Input[str],
|
|
533
|
-
rack_slot: pulumi.Input[float],
|
|
534
|
-
serial_number: pulumi.Input[str],
|
|
535
|
-
machine_details: Optional[pulumi.Input[str]] = None,
|
|
536
|
-
machine_name: Optional[pulumi.Input[str]] = None):
|
|
537
|
-
"""
|
|
538
|
-
:param pulumi.Input['AdministrativeCredentialsArgs'] bmc_credentials: The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
|
|
539
|
-
:param pulumi.Input[str] bmc_mac_address: The MAC address of the BMC for this machine.
|
|
540
|
-
:param pulumi.Input[str] boot_mac_address: The MAC address associated with the PXE NIC card.
|
|
541
|
-
:param pulumi.Input[float] rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
|
|
542
|
-
:param pulumi.Input[str] serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
|
|
543
|
-
:param pulumi.Input[str] machine_details: The free-form additional information about the machine, e.g. an asset tag.
|
|
544
|
-
:param pulumi.Input[str] machine_name: The user-provided name for the bare metal machine created from this specification.
|
|
545
|
-
If not provided, the machine name will be generated programmatically.
|
|
546
|
-
"""
|
|
547
|
-
pulumi.set(__self__, "bmc_credentials", bmc_credentials)
|
|
548
|
-
pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
|
|
549
|
-
pulumi.set(__self__, "boot_mac_address", boot_mac_address)
|
|
550
|
-
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
551
|
-
pulumi.set(__self__, "serial_number", serial_number)
|
|
552
|
-
if machine_details is not None:
|
|
553
|
-
pulumi.set(__self__, "machine_details", machine_details)
|
|
554
|
-
if machine_name is not None:
|
|
555
|
-
pulumi.set(__self__, "machine_name", machine_name)
|
|
556
|
-
|
|
557
|
-
@property
|
|
558
|
-
@pulumi.getter(name="bmcCredentials")
|
|
559
|
-
def bmc_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
|
|
560
|
-
"""
|
|
561
|
-
The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
|
|
562
|
-
"""
|
|
563
|
-
return pulumi.get(self, "bmc_credentials")
|
|
564
|
-
|
|
565
|
-
@bmc_credentials.setter
|
|
566
|
-
def bmc_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
|
|
567
|
-
pulumi.set(self, "bmc_credentials", value)
|
|
568
|
-
|
|
569
|
-
@property
|
|
570
|
-
@pulumi.getter(name="bmcMacAddress")
|
|
571
|
-
def bmc_mac_address(self) -> pulumi.Input[str]:
|
|
572
|
-
"""
|
|
573
|
-
The MAC address of the BMC for this machine.
|
|
574
|
-
"""
|
|
575
|
-
return pulumi.get(self, "bmc_mac_address")
|
|
576
|
-
|
|
577
|
-
@bmc_mac_address.setter
|
|
578
|
-
def bmc_mac_address(self, value: pulumi.Input[str]):
|
|
579
|
-
pulumi.set(self, "bmc_mac_address", value)
|
|
580
|
-
|
|
581
|
-
@property
|
|
582
|
-
@pulumi.getter(name="bootMacAddress")
|
|
583
|
-
def boot_mac_address(self) -> pulumi.Input[str]:
|
|
584
|
-
"""
|
|
585
|
-
The MAC address associated with the PXE NIC card.
|
|
586
|
-
"""
|
|
587
|
-
return pulumi.get(self, "boot_mac_address")
|
|
588
|
-
|
|
589
|
-
@boot_mac_address.setter
|
|
590
|
-
def boot_mac_address(self, value: pulumi.Input[str]):
|
|
591
|
-
pulumi.set(self, "boot_mac_address", value)
|
|
592
|
-
|
|
593
|
-
@property
|
|
594
|
-
@pulumi.getter(name="rackSlot")
|
|
595
|
-
def rack_slot(self) -> pulumi.Input[float]:
|
|
596
|
-
"""
|
|
597
|
-
The slot the physical machine is in the rack based on the BOM configuration.
|
|
598
|
-
"""
|
|
599
|
-
return pulumi.get(self, "rack_slot")
|
|
600
|
-
|
|
601
|
-
@rack_slot.setter
|
|
602
|
-
def rack_slot(self, value: pulumi.Input[float]):
|
|
603
|
-
pulumi.set(self, "rack_slot", value)
|
|
604
|
-
|
|
605
|
-
@property
|
|
606
|
-
@pulumi.getter(name="serialNumber")
|
|
607
|
-
def serial_number(self) -> pulumi.Input[str]:
|
|
608
|
-
"""
|
|
609
|
-
The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
|
|
610
|
-
"""
|
|
611
|
-
return pulumi.get(self, "serial_number")
|
|
612
|
-
|
|
613
|
-
@serial_number.setter
|
|
614
|
-
def serial_number(self, value: pulumi.Input[str]):
|
|
615
|
-
pulumi.set(self, "serial_number", value)
|
|
616
|
-
|
|
617
|
-
@property
|
|
618
|
-
@pulumi.getter(name="machineDetails")
|
|
619
|
-
def machine_details(self) -> Optional[pulumi.Input[str]]:
|
|
620
|
-
"""
|
|
621
|
-
The free-form additional information about the machine, e.g. an asset tag.
|
|
622
|
-
"""
|
|
623
|
-
return pulumi.get(self, "machine_details")
|
|
624
|
-
|
|
625
|
-
@machine_details.setter
|
|
626
|
-
def machine_details(self, value: Optional[pulumi.Input[str]]):
|
|
627
|
-
pulumi.set(self, "machine_details", value)
|
|
628
|
-
|
|
629
|
-
@property
|
|
630
|
-
@pulumi.getter(name="machineName")
|
|
631
|
-
def machine_name(self) -> Optional[pulumi.Input[str]]:
|
|
632
|
-
"""
|
|
633
|
-
The user-provided name for the bare metal machine created from this specification.
|
|
634
|
-
If not provided, the machine name will be generated programmatically.
|
|
635
|
-
"""
|
|
636
|
-
return pulumi.get(self, "machine_name")
|
|
637
|
-
|
|
638
|
-
@machine_name.setter
|
|
639
|
-
def machine_name(self, value: Optional[pulumi.Input[str]]):
|
|
640
|
-
pulumi.set(self, "machine_name", value)
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
if not MYPY:
|
|
644
|
-
class BgpAdvertisementArgsDict(TypedDict):
|
|
645
|
-
ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
646
|
-
"""
|
|
647
|
-
The names of the IP address pools associated with this announcement.
|
|
648
|
-
"""
|
|
649
|
-
advertise_to_fabric: NotRequired[pulumi.Input[Union[str, 'AdvertiseToFabric']]]
|
|
650
|
-
"""
|
|
651
|
-
The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
|
|
652
|
-
"""
|
|
653
|
-
communities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
654
|
-
"""
|
|
655
|
-
The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
|
|
656
|
-
"""
|
|
657
|
-
peers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
658
|
-
"""
|
|
659
|
-
The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
|
|
660
|
-
"""
|
|
661
|
-
elif False:
|
|
662
|
-
BgpAdvertisementArgsDict: TypeAlias = Mapping[str, Any]
|
|
663
|
-
|
|
664
|
-
@pulumi.input_type
|
|
665
|
-
class BgpAdvertisementArgs:
|
|
666
|
-
def __init__(__self__, *,
|
|
667
|
-
ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
668
|
-
advertise_to_fabric: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]] = None,
|
|
669
|
-
communities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
670
|
-
peers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
671
|
-
"""
|
|
672
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_address_pools: The names of the IP address pools associated with this announcement.
|
|
673
|
-
:param pulumi.Input[Union[str, 'AdvertiseToFabric']] advertise_to_fabric: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
|
|
674
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
|
|
675
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] peers: The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
|
|
676
|
-
"""
|
|
677
|
-
pulumi.set(__self__, "ip_address_pools", ip_address_pools)
|
|
678
|
-
if advertise_to_fabric is None:
|
|
679
|
-
advertise_to_fabric = 'True'
|
|
680
|
-
if advertise_to_fabric is not None:
|
|
681
|
-
pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
|
|
682
|
-
if communities is not None:
|
|
683
|
-
pulumi.set(__self__, "communities", communities)
|
|
684
|
-
if peers is not None:
|
|
685
|
-
pulumi.set(__self__, "peers", peers)
|
|
686
|
-
|
|
687
|
-
@property
|
|
688
|
-
@pulumi.getter(name="ipAddressPools")
|
|
689
|
-
def ip_address_pools(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
690
|
-
"""
|
|
691
|
-
The names of the IP address pools associated with this announcement.
|
|
692
|
-
"""
|
|
693
|
-
return pulumi.get(self, "ip_address_pools")
|
|
694
|
-
|
|
695
|
-
@ip_address_pools.setter
|
|
696
|
-
def ip_address_pools(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
697
|
-
pulumi.set(self, "ip_address_pools", value)
|
|
698
|
-
|
|
699
|
-
@property
|
|
700
|
-
@pulumi.getter(name="advertiseToFabric")
|
|
701
|
-
def advertise_to_fabric(self) -> Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]:
|
|
702
|
-
"""
|
|
703
|
-
The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
|
|
704
|
-
"""
|
|
705
|
-
return pulumi.get(self, "advertise_to_fabric")
|
|
706
|
-
|
|
707
|
-
@advertise_to_fabric.setter
|
|
708
|
-
def advertise_to_fabric(self, value: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]):
|
|
709
|
-
pulumi.set(self, "advertise_to_fabric", value)
|
|
710
|
-
|
|
711
|
-
@property
|
|
712
|
-
@pulumi.getter
|
|
713
|
-
def communities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
714
|
-
"""
|
|
715
|
-
The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
|
|
716
|
-
"""
|
|
717
|
-
return pulumi.get(self, "communities")
|
|
718
|
-
|
|
719
|
-
@communities.setter
|
|
720
|
-
def communities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
721
|
-
pulumi.set(self, "communities", value)
|
|
722
|
-
|
|
723
|
-
@property
|
|
724
|
-
@pulumi.getter
|
|
725
|
-
def peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
726
|
-
"""
|
|
727
|
-
The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
|
|
728
|
-
"""
|
|
729
|
-
return pulumi.get(self, "peers")
|
|
730
|
-
|
|
731
|
-
@peers.setter
|
|
732
|
-
def peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
733
|
-
pulumi.set(self, "peers", value)
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
if not MYPY:
|
|
737
|
-
class BgpServiceLoadBalancerConfigurationArgsDict(TypedDict):
|
|
738
|
-
bgp_advertisements: NotRequired[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgsDict']]]]
|
|
739
|
-
"""
|
|
740
|
-
The association of IP address pools to the communities and peers, allowing for announcement of IPs.
|
|
741
|
-
"""
|
|
742
|
-
bgp_peers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgsDict']]]]
|
|
743
|
-
"""
|
|
744
|
-
The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
|
|
745
|
-
"""
|
|
746
|
-
fabric_peering_enabled: NotRequired[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]
|
|
747
|
-
"""
|
|
748
|
-
The indicator to specify if the load balancer peers with the network fabric.
|
|
749
|
-
"""
|
|
750
|
-
ip_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgsDict']]]]
|
|
751
|
-
"""
|
|
752
|
-
The list of pools of IP addresses that can be allocated to load balancer services.
|
|
753
|
-
"""
|
|
754
|
-
elif False:
|
|
755
|
-
BgpServiceLoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
756
|
-
|
|
757
|
-
@pulumi.input_type
|
|
758
|
-
class BgpServiceLoadBalancerConfigurationArgs:
|
|
759
|
-
def __init__(__self__, *,
|
|
760
|
-
bgp_advertisements: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]] = None,
|
|
761
|
-
bgp_peers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]] = None,
|
|
762
|
-
fabric_peering_enabled: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]] = None,
|
|
763
|
-
ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
|
|
764
|
-
"""
|
|
765
|
-
:param pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
|
|
766
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
|
|
767
|
-
:param pulumi.Input[Union[str, 'FabricPeeringEnabled']] fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
|
|
768
|
-
:param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
|
|
769
|
-
"""
|
|
770
|
-
if bgp_advertisements is not None:
|
|
771
|
-
pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
|
|
772
|
-
if bgp_peers is not None:
|
|
773
|
-
pulumi.set(__self__, "bgp_peers", bgp_peers)
|
|
774
|
-
if fabric_peering_enabled is None:
|
|
775
|
-
fabric_peering_enabled = 'True'
|
|
776
|
-
if fabric_peering_enabled is not None:
|
|
777
|
-
pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
|
|
778
|
-
if ip_address_pools is not None:
|
|
779
|
-
pulumi.set(__self__, "ip_address_pools", ip_address_pools)
|
|
780
|
-
|
|
781
|
-
@property
|
|
782
|
-
@pulumi.getter(name="bgpAdvertisements")
|
|
783
|
-
def bgp_advertisements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]:
|
|
784
|
-
"""
|
|
785
|
-
The association of IP address pools to the communities and peers, allowing for announcement of IPs.
|
|
786
|
-
"""
|
|
787
|
-
return pulumi.get(self, "bgp_advertisements")
|
|
788
|
-
|
|
789
|
-
@bgp_advertisements.setter
|
|
790
|
-
def bgp_advertisements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]):
|
|
791
|
-
pulumi.set(self, "bgp_advertisements", value)
|
|
792
|
-
|
|
793
|
-
@property
|
|
794
|
-
@pulumi.getter(name="bgpPeers")
|
|
795
|
-
def bgp_peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]:
|
|
796
|
-
"""
|
|
797
|
-
The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
|
|
798
|
-
"""
|
|
799
|
-
return pulumi.get(self, "bgp_peers")
|
|
800
|
-
|
|
801
|
-
@bgp_peers.setter
|
|
802
|
-
def bgp_peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]):
|
|
803
|
-
pulumi.set(self, "bgp_peers", value)
|
|
804
|
-
|
|
805
|
-
@property
|
|
806
|
-
@pulumi.getter(name="fabricPeeringEnabled")
|
|
807
|
-
def fabric_peering_enabled(self) -> Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]:
|
|
808
|
-
"""
|
|
809
|
-
The indicator to specify if the load balancer peers with the network fabric.
|
|
810
|
-
"""
|
|
811
|
-
return pulumi.get(self, "fabric_peering_enabled")
|
|
812
|
-
|
|
813
|
-
@fabric_peering_enabled.setter
|
|
814
|
-
def fabric_peering_enabled(self, value: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]):
|
|
815
|
-
pulumi.set(self, "fabric_peering_enabled", value)
|
|
816
|
-
|
|
817
|
-
@property
|
|
818
|
-
@pulumi.getter(name="ipAddressPools")
|
|
819
|
-
def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
|
|
820
|
-
"""
|
|
821
|
-
The list of pools of IP addresses that can be allocated to load balancer services.
|
|
822
|
-
"""
|
|
823
|
-
return pulumi.get(self, "ip_address_pools")
|
|
824
|
-
|
|
825
|
-
@ip_address_pools.setter
|
|
826
|
-
def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
|
|
827
|
-
pulumi.set(self, "ip_address_pools", value)
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
if not MYPY:
|
|
831
|
-
class ClusterSecretArchiveArgsDict(TypedDict):
|
|
832
|
-
key_vault_id: pulumi.Input[str]
|
|
833
|
-
"""
|
|
834
|
-
The resource ID of the key vault to archive the secrets of the cluster.
|
|
835
|
-
"""
|
|
836
|
-
use_key_vault: NotRequired[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]
|
|
837
|
-
"""
|
|
838
|
-
The indicator if the specified key vault should be used to archive the secrets of the cluster.
|
|
839
|
-
"""
|
|
840
|
-
elif False:
|
|
841
|
-
ClusterSecretArchiveArgsDict: TypeAlias = Mapping[str, Any]
|
|
842
|
-
|
|
843
|
-
@pulumi.input_type
|
|
844
|
-
class ClusterSecretArchiveArgs:
|
|
845
|
-
def __init__(__self__, *,
|
|
846
|
-
key_vault_id: pulumi.Input[str],
|
|
847
|
-
use_key_vault: Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]] = None):
|
|
848
|
-
"""
|
|
849
|
-
:param pulumi.Input[str] key_vault_id: The resource ID of the key vault to archive the secrets of the cluster.
|
|
850
|
-
:param pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']] use_key_vault: The indicator if the specified key vault should be used to archive the secrets of the cluster.
|
|
851
|
-
"""
|
|
852
|
-
pulumi.set(__self__, "key_vault_id", key_vault_id)
|
|
853
|
-
if use_key_vault is None:
|
|
854
|
-
use_key_vault = 'False'
|
|
855
|
-
if use_key_vault is not None:
|
|
856
|
-
pulumi.set(__self__, "use_key_vault", use_key_vault)
|
|
857
|
-
|
|
858
|
-
@property
|
|
859
|
-
@pulumi.getter(name="keyVaultId")
|
|
860
|
-
def key_vault_id(self) -> pulumi.Input[str]:
|
|
861
|
-
"""
|
|
862
|
-
The resource ID of the key vault to archive the secrets of the cluster.
|
|
863
|
-
"""
|
|
864
|
-
return pulumi.get(self, "key_vault_id")
|
|
865
|
-
|
|
866
|
-
@key_vault_id.setter
|
|
867
|
-
def key_vault_id(self, value: pulumi.Input[str]):
|
|
868
|
-
pulumi.set(self, "key_vault_id", value)
|
|
869
|
-
|
|
870
|
-
@property
|
|
871
|
-
@pulumi.getter(name="useKeyVault")
|
|
872
|
-
def use_key_vault(self) -> Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]:
|
|
873
|
-
"""
|
|
874
|
-
The indicator if the specified key vault should be used to archive the secrets of the cluster.
|
|
875
|
-
"""
|
|
876
|
-
return pulumi.get(self, "use_key_vault")
|
|
877
|
-
|
|
878
|
-
@use_key_vault.setter
|
|
879
|
-
def use_key_vault(self, value: Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]):
|
|
880
|
-
pulumi.set(self, "use_key_vault", value)
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
if not MYPY:
|
|
884
|
-
class ClusterUpdateStrategyArgsDict(TypedDict):
|
|
885
|
-
strategy_type: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]
|
|
886
|
-
"""
|
|
887
|
-
The mode of operation for runtime protection.
|
|
888
|
-
"""
|
|
889
|
-
threshold_type: pulumi.Input[Union[str, 'ValidationThresholdType']]
|
|
890
|
-
"""
|
|
891
|
-
Selection of how the threshold should be evaluated.
|
|
892
|
-
"""
|
|
893
|
-
threshold_value: pulumi.Input[float]
|
|
894
|
-
"""
|
|
895
|
-
The numeric threshold value.
|
|
896
|
-
"""
|
|
897
|
-
max_unavailable: NotRequired[pulumi.Input[float]]
|
|
898
|
-
"""
|
|
899
|
-
The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
|
|
900
|
-
Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
|
|
901
|
-
"""
|
|
902
|
-
wait_time_minutes: NotRequired[pulumi.Input[float]]
|
|
903
|
-
"""
|
|
904
|
-
The time to wait between the increments of update defined by the strategy.
|
|
905
|
-
"""
|
|
906
|
-
elif False:
|
|
907
|
-
ClusterUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
|
|
908
|
-
|
|
909
|
-
@pulumi.input_type
|
|
910
|
-
class ClusterUpdateStrategyArgs:
|
|
911
|
-
def __init__(__self__, *,
|
|
912
|
-
strategy_type: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']],
|
|
913
|
-
threshold_type: pulumi.Input[Union[str, 'ValidationThresholdType']],
|
|
914
|
-
threshold_value: pulumi.Input[float],
|
|
915
|
-
max_unavailable: Optional[pulumi.Input[float]] = None,
|
|
916
|
-
wait_time_minutes: Optional[pulumi.Input[float]] = None):
|
|
917
|
-
"""
|
|
918
|
-
:param pulumi.Input[Union[str, 'ClusterUpdateStrategyType']] strategy_type: The mode of operation for runtime protection.
|
|
919
|
-
:param pulumi.Input[Union[str, 'ValidationThresholdType']] threshold_type: Selection of how the threshold should be evaluated.
|
|
920
|
-
:param pulumi.Input[float] threshold_value: The numeric threshold value.
|
|
921
|
-
:param pulumi.Input[float] max_unavailable: The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
|
|
922
|
-
Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
|
|
923
|
-
:param pulumi.Input[float] wait_time_minutes: The time to wait between the increments of update defined by the strategy.
|
|
924
|
-
"""
|
|
925
|
-
pulumi.set(__self__, "strategy_type", strategy_type)
|
|
926
|
-
pulumi.set(__self__, "threshold_type", threshold_type)
|
|
927
|
-
pulumi.set(__self__, "threshold_value", threshold_value)
|
|
928
|
-
if max_unavailable is not None:
|
|
929
|
-
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
930
|
-
if wait_time_minutes is None:
|
|
931
|
-
wait_time_minutes = 15
|
|
932
|
-
if wait_time_minutes is not None:
|
|
933
|
-
pulumi.set(__self__, "wait_time_minutes", wait_time_minutes)
|
|
934
|
-
|
|
935
|
-
@property
|
|
936
|
-
@pulumi.getter(name="strategyType")
|
|
937
|
-
def strategy_type(self) -> pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]:
|
|
938
|
-
"""
|
|
939
|
-
The mode of operation for runtime protection.
|
|
940
|
-
"""
|
|
941
|
-
return pulumi.get(self, "strategy_type")
|
|
942
|
-
|
|
943
|
-
@strategy_type.setter
|
|
944
|
-
def strategy_type(self, value: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]):
|
|
945
|
-
pulumi.set(self, "strategy_type", value)
|
|
946
|
-
|
|
947
|
-
@property
|
|
948
|
-
@pulumi.getter(name="thresholdType")
|
|
949
|
-
def threshold_type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
|
|
950
|
-
"""
|
|
951
|
-
Selection of how the threshold should be evaluated.
|
|
952
|
-
"""
|
|
953
|
-
return pulumi.get(self, "threshold_type")
|
|
954
|
-
|
|
955
|
-
@threshold_type.setter
|
|
956
|
-
def threshold_type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
|
|
957
|
-
pulumi.set(self, "threshold_type", value)
|
|
958
|
-
|
|
959
|
-
@property
|
|
960
|
-
@pulumi.getter(name="thresholdValue")
|
|
961
|
-
def threshold_value(self) -> pulumi.Input[float]:
|
|
962
|
-
"""
|
|
963
|
-
The numeric threshold value.
|
|
964
|
-
"""
|
|
965
|
-
return pulumi.get(self, "threshold_value")
|
|
966
|
-
|
|
967
|
-
@threshold_value.setter
|
|
968
|
-
def threshold_value(self, value: pulumi.Input[float]):
|
|
969
|
-
pulumi.set(self, "threshold_value", value)
|
|
970
|
-
|
|
971
|
-
@property
|
|
972
|
-
@pulumi.getter(name="maxUnavailable")
|
|
973
|
-
def max_unavailable(self) -> Optional[pulumi.Input[float]]:
|
|
974
|
-
"""
|
|
975
|
-
The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
|
|
976
|
-
Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
|
|
977
|
-
"""
|
|
978
|
-
return pulumi.get(self, "max_unavailable")
|
|
979
|
-
|
|
980
|
-
@max_unavailable.setter
|
|
981
|
-
def max_unavailable(self, value: Optional[pulumi.Input[float]]):
|
|
982
|
-
pulumi.set(self, "max_unavailable", value)
|
|
983
|
-
|
|
984
|
-
@property
|
|
985
|
-
@pulumi.getter(name="waitTimeMinutes")
|
|
986
|
-
def wait_time_minutes(self) -> Optional[pulumi.Input[float]]:
|
|
987
|
-
"""
|
|
988
|
-
The time to wait between the increments of update defined by the strategy.
|
|
989
|
-
"""
|
|
990
|
-
return pulumi.get(self, "wait_time_minutes")
|
|
991
|
-
|
|
992
|
-
@wait_time_minutes.setter
|
|
993
|
-
def wait_time_minutes(self, value: Optional[pulumi.Input[float]]):
|
|
994
|
-
pulumi.set(self, "wait_time_minutes", value)
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
if not MYPY:
|
|
998
|
-
class CommandOutputSettingsArgsDict(TypedDict):
|
|
999
|
-
associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
|
|
1000
|
-
"""
|
|
1001
|
-
The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
|
|
1002
|
-
"""
|
|
1003
|
-
container_url: NotRequired[pulumi.Input[str]]
|
|
1004
|
-
"""
|
|
1005
|
-
The URL of the storage account container that is to be used by the specified identities.
|
|
1006
|
-
"""
|
|
1007
|
-
elif False:
|
|
1008
|
-
CommandOutputSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1009
|
-
|
|
1010
|
-
@pulumi.input_type
|
|
1011
|
-
class CommandOutputSettingsArgs:
|
|
1012
|
-
def __init__(__self__, *,
|
|
1013
|
-
associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None,
|
|
1014
|
-
container_url: Optional[pulumi.Input[str]] = None):
|
|
1015
|
-
"""
|
|
1016
|
-
:param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
|
|
1017
|
-
:param pulumi.Input[str] container_url: The URL of the storage account container that is to be used by the specified identities.
|
|
1018
|
-
"""
|
|
1019
|
-
if associated_identity is not None:
|
|
1020
|
-
pulumi.set(__self__, "associated_identity", associated_identity)
|
|
1021
|
-
if container_url is not None:
|
|
1022
|
-
pulumi.set(__self__, "container_url", container_url)
|
|
1023
|
-
|
|
1024
|
-
@property
|
|
1025
|
-
@pulumi.getter(name="associatedIdentity")
|
|
1026
|
-
def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
|
|
1027
|
-
"""
|
|
1028
|
-
The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
|
|
1029
|
-
"""
|
|
1030
|
-
return pulumi.get(self, "associated_identity")
|
|
1031
|
-
|
|
1032
|
-
@associated_identity.setter
|
|
1033
|
-
def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
|
|
1034
|
-
pulumi.set(self, "associated_identity", value)
|
|
1035
|
-
|
|
1036
|
-
@property
|
|
1037
|
-
@pulumi.getter(name="containerUrl")
|
|
1038
|
-
def container_url(self) -> Optional[pulumi.Input[str]]:
|
|
1039
|
-
"""
|
|
1040
|
-
The URL of the storage account container that is to be used by the specified identities.
|
|
1041
|
-
"""
|
|
1042
|
-
return pulumi.get(self, "container_url")
|
|
1043
|
-
|
|
1044
|
-
@container_url.setter
|
|
1045
|
-
def container_url(self, value: Optional[pulumi.Input[str]]):
|
|
1046
|
-
pulumi.set(self, "container_url", value)
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
if not MYPY:
|
|
1050
|
-
class ControlPlaneNodeConfigurationArgsDict(TypedDict):
|
|
1051
|
-
count: pulumi.Input[float]
|
|
1052
|
-
"""
|
|
1053
|
-
The number of virtual machines that use this configuration.
|
|
1054
|
-
"""
|
|
1055
|
-
vm_sku_name: pulumi.Input[str]
|
|
1056
|
-
"""
|
|
1057
|
-
The name of the VM SKU supplied during creation.
|
|
1058
|
-
"""
|
|
1059
|
-
administrator_configuration: NotRequired[pulumi.Input['AdministratorConfigurationArgsDict']]
|
|
1060
|
-
"""
|
|
1061
|
-
The administrator credentials to be used for the nodes in the control plane.
|
|
1062
|
-
"""
|
|
1063
|
-
availability_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1064
|
-
"""
|
|
1065
|
-
The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
|
|
1066
|
-
"""
|
|
1067
|
-
elif False:
|
|
1068
|
-
ControlPlaneNodeConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1069
|
-
|
|
1070
|
-
@pulumi.input_type
|
|
1071
|
-
class ControlPlaneNodeConfigurationArgs:
|
|
1072
|
-
def __init__(__self__, *,
|
|
1073
|
-
count: pulumi.Input[float],
|
|
1074
|
-
vm_sku_name: pulumi.Input[str],
|
|
1075
|
-
administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
|
|
1076
|
-
availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1077
|
-
"""
|
|
1078
|
-
:param pulumi.Input[float] count: The number of virtual machines that use this configuration.
|
|
1079
|
-
:param pulumi.Input[str] vm_sku_name: The name of the VM SKU supplied during creation.
|
|
1080
|
-
:param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
|
|
1081
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
|
|
1082
|
-
"""
|
|
1083
|
-
pulumi.set(__self__, "count", count)
|
|
1084
|
-
pulumi.set(__self__, "vm_sku_name", vm_sku_name)
|
|
1085
|
-
if administrator_configuration is not None:
|
|
1086
|
-
pulumi.set(__self__, "administrator_configuration", administrator_configuration)
|
|
1087
|
-
if availability_zones is not None:
|
|
1088
|
-
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
1089
|
-
|
|
1090
|
-
@property
|
|
1091
|
-
@pulumi.getter
|
|
1092
|
-
def count(self) -> pulumi.Input[float]:
|
|
1093
|
-
"""
|
|
1094
|
-
The number of virtual machines that use this configuration.
|
|
1095
|
-
"""
|
|
1096
|
-
return pulumi.get(self, "count")
|
|
1097
|
-
|
|
1098
|
-
@count.setter
|
|
1099
|
-
def count(self, value: pulumi.Input[float]):
|
|
1100
|
-
pulumi.set(self, "count", value)
|
|
1101
|
-
|
|
1102
|
-
@property
|
|
1103
|
-
@pulumi.getter(name="vmSkuName")
|
|
1104
|
-
def vm_sku_name(self) -> pulumi.Input[str]:
|
|
1105
|
-
"""
|
|
1106
|
-
The name of the VM SKU supplied during creation.
|
|
1107
|
-
"""
|
|
1108
|
-
return pulumi.get(self, "vm_sku_name")
|
|
1109
|
-
|
|
1110
|
-
@vm_sku_name.setter
|
|
1111
|
-
def vm_sku_name(self, value: pulumi.Input[str]):
|
|
1112
|
-
pulumi.set(self, "vm_sku_name", value)
|
|
1113
|
-
|
|
1114
|
-
@property
|
|
1115
|
-
@pulumi.getter(name="administratorConfiguration")
|
|
1116
|
-
def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
|
|
1117
|
-
"""
|
|
1118
|
-
The administrator credentials to be used for the nodes in the control plane.
|
|
1119
|
-
"""
|
|
1120
|
-
return pulumi.get(self, "administrator_configuration")
|
|
1121
|
-
|
|
1122
|
-
@administrator_configuration.setter
|
|
1123
|
-
def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
|
|
1124
|
-
pulumi.set(self, "administrator_configuration", value)
|
|
1125
|
-
|
|
1126
|
-
@property
|
|
1127
|
-
@pulumi.getter(name="availabilityZones")
|
|
1128
|
-
def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1129
|
-
"""
|
|
1130
|
-
The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
|
|
1131
|
-
"""
|
|
1132
|
-
return pulumi.get(self, "availability_zones")
|
|
1133
|
-
|
|
1134
|
-
@availability_zones.setter
|
|
1135
|
-
def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1136
|
-
pulumi.set(self, "availability_zones", value)
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
if not MYPY:
|
|
1140
|
-
class EgressEndpointArgsDict(TypedDict):
|
|
1141
|
-
category: pulumi.Input[str]
|
|
1142
|
-
"""
|
|
1143
|
-
The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
|
|
1144
|
-
"""
|
|
1145
|
-
endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgsDict']]]
|
|
1146
|
-
"""
|
|
1147
|
-
The list of endpoint dependencies.
|
|
1148
|
-
"""
|
|
1149
|
-
elif False:
|
|
1150
|
-
EgressEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
1151
|
-
|
|
1152
|
-
@pulumi.input_type
|
|
1153
|
-
class EgressEndpointArgs:
|
|
1154
|
-
def __init__(__self__, *,
|
|
1155
|
-
category: pulumi.Input[str],
|
|
1156
|
-
endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
|
|
1157
|
-
"""
|
|
1158
|
-
:param pulumi.Input[str] category: The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
|
|
1159
|
-
:param pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]] endpoints: The list of endpoint dependencies.
|
|
1160
|
-
"""
|
|
1161
|
-
pulumi.set(__self__, "category", category)
|
|
1162
|
-
pulumi.set(__self__, "endpoints", endpoints)
|
|
1163
|
-
|
|
1164
|
-
@property
|
|
1165
|
-
@pulumi.getter
|
|
1166
|
-
def category(self) -> pulumi.Input[str]:
|
|
1167
|
-
"""
|
|
1168
|
-
The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
|
|
1169
|
-
"""
|
|
1170
|
-
return pulumi.get(self, "category")
|
|
1171
|
-
|
|
1172
|
-
@category.setter
|
|
1173
|
-
def category(self, value: pulumi.Input[str]):
|
|
1174
|
-
pulumi.set(self, "category", value)
|
|
1175
|
-
|
|
1176
|
-
@property
|
|
1177
|
-
@pulumi.getter
|
|
1178
|
-
def endpoints(self) -> pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]:
|
|
1179
|
-
"""
|
|
1180
|
-
The list of endpoint dependencies.
|
|
1181
|
-
"""
|
|
1182
|
-
return pulumi.get(self, "endpoints")
|
|
1183
|
-
|
|
1184
|
-
@endpoints.setter
|
|
1185
|
-
def endpoints(self, value: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
|
|
1186
|
-
pulumi.set(self, "endpoints", value)
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
if not MYPY:
|
|
1190
|
-
class EndpointDependencyArgsDict(TypedDict):
|
|
1191
|
-
domain_name: pulumi.Input[str]
|
|
1192
|
-
"""
|
|
1193
|
-
The domain name of the dependency.
|
|
1194
|
-
"""
|
|
1195
|
-
port: NotRequired[pulumi.Input[float]]
|
|
1196
|
-
"""
|
|
1197
|
-
The port of this endpoint.
|
|
1198
|
-
"""
|
|
1199
|
-
elif False:
|
|
1200
|
-
EndpointDependencyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1201
|
-
|
|
1202
|
-
@pulumi.input_type
|
|
1203
|
-
class EndpointDependencyArgs:
|
|
1204
|
-
def __init__(__self__, *,
|
|
1205
|
-
domain_name: pulumi.Input[str],
|
|
1206
|
-
port: Optional[pulumi.Input[float]] = None):
|
|
1207
|
-
"""
|
|
1208
|
-
:param pulumi.Input[str] domain_name: The domain name of the dependency.
|
|
1209
|
-
:param pulumi.Input[float] port: The port of this endpoint.
|
|
1210
|
-
"""
|
|
1211
|
-
pulumi.set(__self__, "domain_name", domain_name)
|
|
1212
|
-
if port is not None:
|
|
1213
|
-
pulumi.set(__self__, "port", port)
|
|
1214
|
-
|
|
1215
|
-
@property
|
|
1216
|
-
@pulumi.getter(name="domainName")
|
|
1217
|
-
def domain_name(self) -> pulumi.Input[str]:
|
|
1218
|
-
"""
|
|
1219
|
-
The domain name of the dependency.
|
|
1220
|
-
"""
|
|
1221
|
-
return pulumi.get(self, "domain_name")
|
|
1222
|
-
|
|
1223
|
-
@domain_name.setter
|
|
1224
|
-
def domain_name(self, value: pulumi.Input[str]):
|
|
1225
|
-
pulumi.set(self, "domain_name", value)
|
|
1226
|
-
|
|
1227
|
-
@property
|
|
1228
|
-
@pulumi.getter
|
|
1229
|
-
def port(self) -> Optional[pulumi.Input[float]]:
|
|
1230
|
-
"""
|
|
1231
|
-
The port of this endpoint.
|
|
1232
|
-
"""
|
|
1233
|
-
return pulumi.get(self, "port")
|
|
1234
|
-
|
|
1235
|
-
@port.setter
|
|
1236
|
-
def port(self, value: Optional[pulumi.Input[float]]):
|
|
1237
|
-
pulumi.set(self, "port", value)
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
if not MYPY:
|
|
1241
|
-
class ExtendedLocationArgsDict(TypedDict):
|
|
1242
|
-
name: pulumi.Input[str]
|
|
1243
|
-
"""
|
|
1244
|
-
The resource ID of the extended location on which the resource will be created.
|
|
1245
|
-
"""
|
|
1246
|
-
type: pulumi.Input[str]
|
|
1247
|
-
"""
|
|
1248
|
-
The extended location type, for example, CustomLocation.
|
|
1249
|
-
"""
|
|
1250
|
-
elif False:
|
|
1251
|
-
ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1252
|
-
|
|
1253
|
-
@pulumi.input_type
|
|
1254
|
-
class ExtendedLocationArgs:
|
|
1255
|
-
def __init__(__self__, *,
|
|
1256
|
-
name: pulumi.Input[str],
|
|
1257
|
-
type: pulumi.Input[str]):
|
|
1258
|
-
"""
|
|
1259
|
-
:param pulumi.Input[str] name: The resource ID of the extended location on which the resource will be created.
|
|
1260
|
-
:param pulumi.Input[str] type: The extended location type, for example, CustomLocation.
|
|
1261
|
-
"""
|
|
1262
|
-
pulumi.set(__self__, "name", name)
|
|
1263
|
-
pulumi.set(__self__, "type", type)
|
|
1264
|
-
|
|
1265
|
-
@property
|
|
1266
|
-
@pulumi.getter
|
|
1267
|
-
def name(self) -> pulumi.Input[str]:
|
|
1268
|
-
"""
|
|
1269
|
-
The resource ID of the extended location on which the resource will be created.
|
|
1270
|
-
"""
|
|
1271
|
-
return pulumi.get(self, "name")
|
|
1272
|
-
|
|
1273
|
-
@name.setter
|
|
1274
|
-
def name(self, value: pulumi.Input[str]):
|
|
1275
|
-
pulumi.set(self, "name", value)
|
|
1276
|
-
|
|
1277
|
-
@property
|
|
1278
|
-
@pulumi.getter
|
|
1279
|
-
def type(self) -> pulumi.Input[str]:
|
|
1280
|
-
"""
|
|
1281
|
-
The extended location type, for example, CustomLocation.
|
|
1282
|
-
"""
|
|
1283
|
-
return pulumi.get(self, "type")
|
|
1284
|
-
|
|
1285
|
-
@type.setter
|
|
1286
|
-
def type(self, value: pulumi.Input[str]):
|
|
1287
|
-
pulumi.set(self, "type", value)
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
if not MYPY:
|
|
1291
|
-
class IdentitySelectorArgsDict(TypedDict):
|
|
1292
|
-
identity_type: NotRequired[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]
|
|
1293
|
-
"""
|
|
1294
|
-
The type of managed identity that is being selected.
|
|
1295
|
-
"""
|
|
1296
|
-
user_assigned_identity_resource_id: NotRequired[pulumi.Input[str]]
|
|
1297
|
-
"""
|
|
1298
|
-
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
|
|
1299
|
-
"""
|
|
1300
|
-
elif False:
|
|
1301
|
-
IdentitySelectorArgsDict: TypeAlias = Mapping[str, Any]
|
|
1302
|
-
|
|
1303
|
-
@pulumi.input_type
|
|
1304
|
-
class IdentitySelectorArgs:
|
|
1305
|
-
def __init__(__self__, *,
|
|
1306
|
-
identity_type: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]] = None,
|
|
1307
|
-
user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
|
|
1308
|
-
"""
|
|
1309
|
-
:param pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']] identity_type: The type of managed identity that is being selected.
|
|
1310
|
-
:param pulumi.Input[str] user_assigned_identity_resource_id: The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
|
|
1311
|
-
"""
|
|
1312
|
-
if identity_type is not None:
|
|
1313
|
-
pulumi.set(__self__, "identity_type", identity_type)
|
|
1314
|
-
if user_assigned_identity_resource_id is not None:
|
|
1315
|
-
pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
|
|
1316
|
-
|
|
1317
|
-
@property
|
|
1318
|
-
@pulumi.getter(name="identityType")
|
|
1319
|
-
def identity_type(self) -> Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]:
|
|
1320
|
-
"""
|
|
1321
|
-
The type of managed identity that is being selected.
|
|
1322
|
-
"""
|
|
1323
|
-
return pulumi.get(self, "identity_type")
|
|
1324
|
-
|
|
1325
|
-
@identity_type.setter
|
|
1326
|
-
def identity_type(self, value: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]):
|
|
1327
|
-
pulumi.set(self, "identity_type", value)
|
|
1328
|
-
|
|
1329
|
-
@property
|
|
1330
|
-
@pulumi.getter(name="userAssignedIdentityResourceId")
|
|
1331
|
-
def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
1332
|
-
"""
|
|
1333
|
-
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
|
|
1334
|
-
"""
|
|
1335
|
-
return pulumi.get(self, "user_assigned_identity_resource_id")
|
|
1336
|
-
|
|
1337
|
-
@user_assigned_identity_resource_id.setter
|
|
1338
|
-
def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
1339
|
-
pulumi.set(self, "user_assigned_identity_resource_id", value)
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
if not MYPY:
|
|
1343
|
-
class ImageRepositoryCredentialsArgsDict(TypedDict):
|
|
1344
|
-
password: pulumi.Input[str]
|
|
1345
|
-
"""
|
|
1346
|
-
The password or token used to access an image in the target repository.
|
|
1347
|
-
"""
|
|
1348
|
-
registry_url: pulumi.Input[str]
|
|
1349
|
-
"""
|
|
1350
|
-
The URL of the authentication server used to validate the repository credentials.
|
|
1351
|
-
"""
|
|
1352
|
-
username: pulumi.Input[str]
|
|
1353
|
-
"""
|
|
1354
|
-
The username used to access an image in the target repository.
|
|
1355
|
-
"""
|
|
1356
|
-
elif False:
|
|
1357
|
-
ImageRepositoryCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1358
|
-
|
|
1359
|
-
@pulumi.input_type
|
|
1360
|
-
class ImageRepositoryCredentialsArgs:
|
|
1361
|
-
def __init__(__self__, *,
|
|
1362
|
-
password: pulumi.Input[str],
|
|
1363
|
-
registry_url: pulumi.Input[str],
|
|
1364
|
-
username: pulumi.Input[str]):
|
|
1365
|
-
"""
|
|
1366
|
-
:param pulumi.Input[str] password: The password or token used to access an image in the target repository.
|
|
1367
|
-
:param pulumi.Input[str] registry_url: The URL of the authentication server used to validate the repository credentials.
|
|
1368
|
-
:param pulumi.Input[str] username: The username used to access an image in the target repository.
|
|
1369
|
-
"""
|
|
1370
|
-
pulumi.set(__self__, "password", password)
|
|
1371
|
-
pulumi.set(__self__, "registry_url", registry_url)
|
|
1372
|
-
pulumi.set(__self__, "username", username)
|
|
1373
|
-
|
|
1374
|
-
@property
|
|
1375
|
-
@pulumi.getter
|
|
1376
|
-
def password(self) -> pulumi.Input[str]:
|
|
1377
|
-
"""
|
|
1378
|
-
The password or token used to access an image in the target repository.
|
|
1379
|
-
"""
|
|
1380
|
-
return pulumi.get(self, "password")
|
|
1381
|
-
|
|
1382
|
-
@password.setter
|
|
1383
|
-
def password(self, value: pulumi.Input[str]):
|
|
1384
|
-
pulumi.set(self, "password", value)
|
|
1385
|
-
|
|
1386
|
-
@property
|
|
1387
|
-
@pulumi.getter(name="registryUrl")
|
|
1388
|
-
def registry_url(self) -> pulumi.Input[str]:
|
|
1389
|
-
"""
|
|
1390
|
-
The URL of the authentication server used to validate the repository credentials.
|
|
1391
|
-
"""
|
|
1392
|
-
return pulumi.get(self, "registry_url")
|
|
1393
|
-
|
|
1394
|
-
@registry_url.setter
|
|
1395
|
-
def registry_url(self, value: pulumi.Input[str]):
|
|
1396
|
-
pulumi.set(self, "registry_url", value)
|
|
1397
|
-
|
|
1398
|
-
@property
|
|
1399
|
-
@pulumi.getter
|
|
1400
|
-
def username(self) -> pulumi.Input[str]:
|
|
1401
|
-
"""
|
|
1402
|
-
The username used to access an image in the target repository.
|
|
1403
|
-
"""
|
|
1404
|
-
return pulumi.get(self, "username")
|
|
1405
|
-
|
|
1406
|
-
@username.setter
|
|
1407
|
-
def username(self, value: pulumi.Input[str]):
|
|
1408
|
-
pulumi.set(self, "username", value)
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
if not MYPY:
|
|
1412
|
-
class InitialAgentPoolConfigurationArgsDict(TypedDict):
|
|
1413
|
-
count: pulumi.Input[float]
|
|
1414
|
-
"""
|
|
1415
|
-
The number of virtual machines that use this configuration.
|
|
1416
|
-
"""
|
|
1417
|
-
mode: pulumi.Input[Union[str, 'AgentPoolMode']]
|
|
1418
|
-
"""
|
|
1419
|
-
The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
|
|
1420
|
-
"""
|
|
1421
|
-
name: pulumi.Input[str]
|
|
1422
|
-
"""
|
|
1423
|
-
The name that will be used for the agent pool resource representing this agent pool.
|
|
1424
|
-
"""
|
|
1425
|
-
vm_sku_name: pulumi.Input[str]
|
|
1426
|
-
"""
|
|
1427
|
-
The name of the VM SKU that determines the size of resources allocated for node VMs.
|
|
1428
|
-
"""
|
|
1429
|
-
administrator_configuration: NotRequired[pulumi.Input['AdministratorConfigurationArgsDict']]
|
|
1430
|
-
"""
|
|
1431
|
-
The administrator credentials to be used for the nodes in this agent pool.
|
|
1432
|
-
"""
|
|
1433
|
-
agent_options: NotRequired[pulumi.Input['AgentOptionsArgsDict']]
|
|
1434
|
-
"""
|
|
1435
|
-
The configurations that will be applied to each agent in this agent pool.
|
|
1436
|
-
"""
|
|
1437
|
-
attached_network_configuration: NotRequired[pulumi.Input['AttachedNetworkConfigurationArgsDict']]
|
|
1438
|
-
"""
|
|
1439
|
-
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
|
|
1440
|
-
"""
|
|
1441
|
-
availability_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1442
|
-
"""
|
|
1443
|
-
The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
|
|
1444
|
-
"""
|
|
1445
|
-
labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgsDict']]]]
|
|
1446
|
-
"""
|
|
1447
|
-
The labels applied to the nodes in this agent pool.
|
|
1448
|
-
"""
|
|
1449
|
-
taints: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgsDict']]]]
|
|
1450
|
-
"""
|
|
1451
|
-
The taints applied to the nodes in this agent pool.
|
|
1452
|
-
"""
|
|
1453
|
-
upgrade_settings: NotRequired[pulumi.Input['AgentPoolUpgradeSettingsArgsDict']]
|
|
1454
|
-
"""
|
|
1455
|
-
The configuration of the agent pool.
|
|
1456
|
-
"""
|
|
1457
|
-
elif False:
|
|
1458
|
-
InitialAgentPoolConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1459
|
-
|
|
1460
|
-
@pulumi.input_type
|
|
1461
|
-
class InitialAgentPoolConfigurationArgs:
|
|
1462
|
-
def __init__(__self__, *,
|
|
1463
|
-
count: pulumi.Input[float],
|
|
1464
|
-
mode: pulumi.Input[Union[str, 'AgentPoolMode']],
|
|
1465
|
-
name: pulumi.Input[str],
|
|
1466
|
-
vm_sku_name: pulumi.Input[str],
|
|
1467
|
-
administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
|
|
1468
|
-
agent_options: Optional[pulumi.Input['AgentOptionsArgs']] = None,
|
|
1469
|
-
attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
|
|
1470
|
-
availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1471
|
-
labels: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
|
|
1472
|
-
taints: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
|
|
1473
|
-
upgrade_settings: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']] = None):
|
|
1474
|
-
"""
|
|
1475
|
-
:param pulumi.Input[float] count: The number of virtual machines that use this configuration.
|
|
1476
|
-
:param pulumi.Input[Union[str, 'AgentPoolMode']] mode: The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
|
|
1477
|
-
:param pulumi.Input[str] name: The name that will be used for the agent pool resource representing this agent pool.
|
|
1478
|
-
:param pulumi.Input[str] vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
|
|
1479
|
-
:param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
|
|
1480
|
-
:param pulumi.Input['AgentOptionsArgs'] agent_options: The configurations that will be applied to each agent in this agent pool.
|
|
1481
|
-
:param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
|
|
1482
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
|
|
1483
|
-
:param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] labels: The labels applied to the nodes in this agent pool.
|
|
1484
|
-
:param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] taints: The taints applied to the nodes in this agent pool.
|
|
1485
|
-
:param pulumi.Input['AgentPoolUpgradeSettingsArgs'] upgrade_settings: The configuration of the agent pool.
|
|
1486
|
-
"""
|
|
1487
|
-
pulumi.set(__self__, "count", count)
|
|
1488
|
-
pulumi.set(__self__, "mode", mode)
|
|
1489
|
-
pulumi.set(__self__, "name", name)
|
|
1490
|
-
pulumi.set(__self__, "vm_sku_name", vm_sku_name)
|
|
1491
|
-
if administrator_configuration is not None:
|
|
1492
|
-
pulumi.set(__self__, "administrator_configuration", administrator_configuration)
|
|
1493
|
-
if agent_options is not None:
|
|
1494
|
-
pulumi.set(__self__, "agent_options", agent_options)
|
|
1495
|
-
if attached_network_configuration is not None:
|
|
1496
|
-
pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
|
|
1497
|
-
if availability_zones is not None:
|
|
1498
|
-
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
1499
|
-
if labels is not None:
|
|
1500
|
-
pulumi.set(__self__, "labels", labels)
|
|
1501
|
-
if taints is not None:
|
|
1502
|
-
pulumi.set(__self__, "taints", taints)
|
|
1503
|
-
if upgrade_settings is not None:
|
|
1504
|
-
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
|
1505
|
-
|
|
1506
|
-
@property
|
|
1507
|
-
@pulumi.getter
|
|
1508
|
-
def count(self) -> pulumi.Input[float]:
|
|
1509
|
-
"""
|
|
1510
|
-
The number of virtual machines that use this configuration.
|
|
1511
|
-
"""
|
|
1512
|
-
return pulumi.get(self, "count")
|
|
1513
|
-
|
|
1514
|
-
@count.setter
|
|
1515
|
-
def count(self, value: pulumi.Input[float]):
|
|
1516
|
-
pulumi.set(self, "count", value)
|
|
1517
|
-
|
|
1518
|
-
@property
|
|
1519
|
-
@pulumi.getter
|
|
1520
|
-
def mode(self) -> pulumi.Input[Union[str, 'AgentPoolMode']]:
|
|
1521
|
-
"""
|
|
1522
|
-
The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
|
|
1523
|
-
"""
|
|
1524
|
-
return pulumi.get(self, "mode")
|
|
1525
|
-
|
|
1526
|
-
@mode.setter
|
|
1527
|
-
def mode(self, value: pulumi.Input[Union[str, 'AgentPoolMode']]):
|
|
1528
|
-
pulumi.set(self, "mode", value)
|
|
1529
|
-
|
|
1530
|
-
@property
|
|
1531
|
-
@pulumi.getter
|
|
1532
|
-
def name(self) -> pulumi.Input[str]:
|
|
1533
|
-
"""
|
|
1534
|
-
The name that will be used for the agent pool resource representing this agent pool.
|
|
1535
|
-
"""
|
|
1536
|
-
return pulumi.get(self, "name")
|
|
1537
|
-
|
|
1538
|
-
@name.setter
|
|
1539
|
-
def name(self, value: pulumi.Input[str]):
|
|
1540
|
-
pulumi.set(self, "name", value)
|
|
1541
|
-
|
|
1542
|
-
@property
|
|
1543
|
-
@pulumi.getter(name="vmSkuName")
|
|
1544
|
-
def vm_sku_name(self) -> pulumi.Input[str]:
|
|
1545
|
-
"""
|
|
1546
|
-
The name of the VM SKU that determines the size of resources allocated for node VMs.
|
|
1547
|
-
"""
|
|
1548
|
-
return pulumi.get(self, "vm_sku_name")
|
|
1549
|
-
|
|
1550
|
-
@vm_sku_name.setter
|
|
1551
|
-
def vm_sku_name(self, value: pulumi.Input[str]):
|
|
1552
|
-
pulumi.set(self, "vm_sku_name", value)
|
|
1553
|
-
|
|
1554
|
-
@property
|
|
1555
|
-
@pulumi.getter(name="administratorConfiguration")
|
|
1556
|
-
def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
|
|
1557
|
-
"""
|
|
1558
|
-
The administrator credentials to be used for the nodes in this agent pool.
|
|
1559
|
-
"""
|
|
1560
|
-
return pulumi.get(self, "administrator_configuration")
|
|
1561
|
-
|
|
1562
|
-
@administrator_configuration.setter
|
|
1563
|
-
def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
|
|
1564
|
-
pulumi.set(self, "administrator_configuration", value)
|
|
1565
|
-
|
|
1566
|
-
@property
|
|
1567
|
-
@pulumi.getter(name="agentOptions")
|
|
1568
|
-
def agent_options(self) -> Optional[pulumi.Input['AgentOptionsArgs']]:
|
|
1569
|
-
"""
|
|
1570
|
-
The configurations that will be applied to each agent in this agent pool.
|
|
1571
|
-
"""
|
|
1572
|
-
return pulumi.get(self, "agent_options")
|
|
1573
|
-
|
|
1574
|
-
@agent_options.setter
|
|
1575
|
-
def agent_options(self, value: Optional[pulumi.Input['AgentOptionsArgs']]):
|
|
1576
|
-
pulumi.set(self, "agent_options", value)
|
|
1577
|
-
|
|
1578
|
-
@property
|
|
1579
|
-
@pulumi.getter(name="attachedNetworkConfiguration")
|
|
1580
|
-
def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
|
|
1581
|
-
"""
|
|
1582
|
-
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
|
|
1583
|
-
"""
|
|
1584
|
-
return pulumi.get(self, "attached_network_configuration")
|
|
1585
|
-
|
|
1586
|
-
@attached_network_configuration.setter
|
|
1587
|
-
def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
|
|
1588
|
-
pulumi.set(self, "attached_network_configuration", value)
|
|
1589
|
-
|
|
1590
|
-
@property
|
|
1591
|
-
@pulumi.getter(name="availabilityZones")
|
|
1592
|
-
def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1593
|
-
"""
|
|
1594
|
-
The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
|
|
1595
|
-
"""
|
|
1596
|
-
return pulumi.get(self, "availability_zones")
|
|
1597
|
-
|
|
1598
|
-
@availability_zones.setter
|
|
1599
|
-
def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1600
|
-
pulumi.set(self, "availability_zones", value)
|
|
1601
|
-
|
|
1602
|
-
@property
|
|
1603
|
-
@pulumi.getter
|
|
1604
|
-
def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
|
|
1605
|
-
"""
|
|
1606
|
-
The labels applied to the nodes in this agent pool.
|
|
1607
|
-
"""
|
|
1608
|
-
return pulumi.get(self, "labels")
|
|
1609
|
-
|
|
1610
|
-
@labels.setter
|
|
1611
|
-
def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
|
|
1612
|
-
pulumi.set(self, "labels", value)
|
|
1613
|
-
|
|
1614
|
-
@property
|
|
1615
|
-
@pulumi.getter
|
|
1616
|
-
def taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
|
|
1617
|
-
"""
|
|
1618
|
-
The taints applied to the nodes in this agent pool.
|
|
1619
|
-
"""
|
|
1620
|
-
return pulumi.get(self, "taints")
|
|
1621
|
-
|
|
1622
|
-
@taints.setter
|
|
1623
|
-
def taints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
|
|
1624
|
-
pulumi.set(self, "taints", value)
|
|
1625
|
-
|
|
1626
|
-
@property
|
|
1627
|
-
@pulumi.getter(name="upgradeSettings")
|
|
1628
|
-
def upgrade_settings(self) -> Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]:
|
|
1629
|
-
"""
|
|
1630
|
-
The configuration of the agent pool.
|
|
1631
|
-
"""
|
|
1632
|
-
return pulumi.get(self, "upgrade_settings")
|
|
1633
|
-
|
|
1634
|
-
@upgrade_settings.setter
|
|
1635
|
-
def upgrade_settings(self, value: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]):
|
|
1636
|
-
pulumi.set(self, "upgrade_settings", value)
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
if not MYPY:
|
|
1640
|
-
class IpAddressPoolArgsDict(TypedDict):
|
|
1641
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1642
|
-
"""
|
|
1643
|
-
The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
|
|
1644
|
-
"""
|
|
1645
|
-
name: pulumi.Input[str]
|
|
1646
|
-
"""
|
|
1647
|
-
The name used to identify this IP address pool for association with a BGP advertisement.
|
|
1648
|
-
"""
|
|
1649
|
-
auto_assign: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
|
|
1650
|
-
"""
|
|
1651
|
-
The indicator to determine if automatic allocation from the pool should occur.
|
|
1652
|
-
"""
|
|
1653
|
-
only_use_host_ips: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
|
|
1654
|
-
"""
|
|
1655
|
-
The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
|
|
1656
|
-
"""
|
|
1657
|
-
elif False:
|
|
1658
|
-
IpAddressPoolArgsDict: TypeAlias = Mapping[str, Any]
|
|
1659
|
-
|
|
1660
|
-
@pulumi.input_type
|
|
1661
|
-
class IpAddressPoolArgs:
|
|
1662
|
-
def __init__(__self__, *,
|
|
1663
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1664
|
-
name: pulumi.Input[str],
|
|
1665
|
-
auto_assign: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
|
|
1666
|
-
only_use_host_ips: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None):
|
|
1667
|
-
"""
|
|
1668
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
|
|
1669
|
-
:param pulumi.Input[str] name: The name used to identify this IP address pool for association with a BGP advertisement.
|
|
1670
|
-
:param pulumi.Input[Union[str, 'BfdEnabled']] auto_assign: The indicator to determine if automatic allocation from the pool should occur.
|
|
1671
|
-
:param pulumi.Input[Union[str, 'BfdEnabled']] only_use_host_ips: The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
|
|
1672
|
-
"""
|
|
1673
|
-
pulumi.set(__self__, "addresses", addresses)
|
|
1674
|
-
pulumi.set(__self__, "name", name)
|
|
1675
|
-
if auto_assign is None:
|
|
1676
|
-
auto_assign = 'True'
|
|
1677
|
-
if auto_assign is not None:
|
|
1678
|
-
pulumi.set(__self__, "auto_assign", auto_assign)
|
|
1679
|
-
if only_use_host_ips is None:
|
|
1680
|
-
only_use_host_ips = 'True'
|
|
1681
|
-
if only_use_host_ips is not None:
|
|
1682
|
-
pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
|
|
1683
|
-
|
|
1684
|
-
@property
|
|
1685
|
-
@pulumi.getter
|
|
1686
|
-
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1687
|
-
"""
|
|
1688
|
-
The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
|
|
1689
|
-
"""
|
|
1690
|
-
return pulumi.get(self, "addresses")
|
|
1691
|
-
|
|
1692
|
-
@addresses.setter
|
|
1693
|
-
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1694
|
-
pulumi.set(self, "addresses", value)
|
|
1695
|
-
|
|
1696
|
-
@property
|
|
1697
|
-
@pulumi.getter
|
|
1698
|
-
def name(self) -> pulumi.Input[str]:
|
|
1699
|
-
"""
|
|
1700
|
-
The name used to identify this IP address pool for association with a BGP advertisement.
|
|
1701
|
-
"""
|
|
1702
|
-
return pulumi.get(self, "name")
|
|
1703
|
-
|
|
1704
|
-
@name.setter
|
|
1705
|
-
def name(self, value: pulumi.Input[str]):
|
|
1706
|
-
pulumi.set(self, "name", value)
|
|
1707
|
-
|
|
1708
|
-
@property
|
|
1709
|
-
@pulumi.getter(name="autoAssign")
|
|
1710
|
-
def auto_assign(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
|
|
1711
|
-
"""
|
|
1712
|
-
The indicator to determine if automatic allocation from the pool should occur.
|
|
1713
|
-
"""
|
|
1714
|
-
return pulumi.get(self, "auto_assign")
|
|
1715
|
-
|
|
1716
|
-
@auto_assign.setter
|
|
1717
|
-
def auto_assign(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
|
|
1718
|
-
pulumi.set(self, "auto_assign", value)
|
|
1719
|
-
|
|
1720
|
-
@property
|
|
1721
|
-
@pulumi.getter(name="onlyUseHostIps")
|
|
1722
|
-
def only_use_host_ips(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
|
|
1723
|
-
"""
|
|
1724
|
-
The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
|
|
1725
|
-
"""
|
|
1726
|
-
return pulumi.get(self, "only_use_host_ips")
|
|
1727
|
-
|
|
1728
|
-
@only_use_host_ips.setter
|
|
1729
|
-
def only_use_host_ips(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
|
|
1730
|
-
pulumi.set(self, "only_use_host_ips", value)
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
if not MYPY:
|
|
1734
|
-
class KeySetUserArgsDict(TypedDict):
|
|
1735
|
-
azure_user_name: pulumi.Input[str]
|
|
1736
|
-
"""
|
|
1737
|
-
The user name that will be used for access.
|
|
1738
|
-
"""
|
|
1739
|
-
ssh_public_key: pulumi.Input['SshPublicKeyArgsDict']
|
|
1740
|
-
"""
|
|
1741
|
-
The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
1742
|
-
"""
|
|
1743
|
-
description: NotRequired[pulumi.Input[str]]
|
|
1744
|
-
"""
|
|
1745
|
-
The free-form description for this user.
|
|
1746
|
-
"""
|
|
1747
|
-
user_principal_name: NotRequired[pulumi.Input[str]]
|
|
1748
|
-
"""
|
|
1749
|
-
The user principal name (email format) used to validate this user's group membership.
|
|
1750
|
-
"""
|
|
1751
|
-
elif False:
|
|
1752
|
-
KeySetUserArgsDict: TypeAlias = Mapping[str, Any]
|
|
1753
|
-
|
|
1754
|
-
@pulumi.input_type
|
|
1755
|
-
class KeySetUserArgs:
|
|
1756
|
-
def __init__(__self__, *,
|
|
1757
|
-
azure_user_name: pulumi.Input[str],
|
|
1758
|
-
ssh_public_key: pulumi.Input['SshPublicKeyArgs'],
|
|
1759
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
1760
|
-
user_principal_name: Optional[pulumi.Input[str]] = None):
|
|
1761
|
-
"""
|
|
1762
|
-
:param pulumi.Input[str] azure_user_name: The user name that will be used for access.
|
|
1763
|
-
:param pulumi.Input['SshPublicKeyArgs'] ssh_public_key: The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
1764
|
-
:param pulumi.Input[str] description: The free-form description for this user.
|
|
1765
|
-
:param pulumi.Input[str] user_principal_name: The user principal name (email format) used to validate this user's group membership.
|
|
1766
|
-
"""
|
|
1767
|
-
pulumi.set(__self__, "azure_user_name", azure_user_name)
|
|
1768
|
-
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
1769
|
-
if description is not None:
|
|
1770
|
-
pulumi.set(__self__, "description", description)
|
|
1771
|
-
if user_principal_name is not None:
|
|
1772
|
-
pulumi.set(__self__, "user_principal_name", user_principal_name)
|
|
1773
|
-
|
|
1774
|
-
@property
|
|
1775
|
-
@pulumi.getter(name="azureUserName")
|
|
1776
|
-
def azure_user_name(self) -> pulumi.Input[str]:
|
|
1777
|
-
"""
|
|
1778
|
-
The user name that will be used for access.
|
|
1779
|
-
"""
|
|
1780
|
-
return pulumi.get(self, "azure_user_name")
|
|
1781
|
-
|
|
1782
|
-
@azure_user_name.setter
|
|
1783
|
-
def azure_user_name(self, value: pulumi.Input[str]):
|
|
1784
|
-
pulumi.set(self, "azure_user_name", value)
|
|
1785
|
-
|
|
1786
|
-
@property
|
|
1787
|
-
@pulumi.getter(name="sshPublicKey")
|
|
1788
|
-
def ssh_public_key(self) -> pulumi.Input['SshPublicKeyArgs']:
|
|
1789
|
-
"""
|
|
1790
|
-
The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
|
|
1791
|
-
"""
|
|
1792
|
-
return pulumi.get(self, "ssh_public_key")
|
|
1793
|
-
|
|
1794
|
-
@ssh_public_key.setter
|
|
1795
|
-
def ssh_public_key(self, value: pulumi.Input['SshPublicKeyArgs']):
|
|
1796
|
-
pulumi.set(self, "ssh_public_key", value)
|
|
1797
|
-
|
|
1798
|
-
@property
|
|
1799
|
-
@pulumi.getter
|
|
1800
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1801
|
-
"""
|
|
1802
|
-
The free-form description for this user.
|
|
1803
|
-
"""
|
|
1804
|
-
return pulumi.get(self, "description")
|
|
1805
|
-
|
|
1806
|
-
@description.setter
|
|
1807
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
1808
|
-
pulumi.set(self, "description", value)
|
|
1809
|
-
|
|
1810
|
-
@property
|
|
1811
|
-
@pulumi.getter(name="userPrincipalName")
|
|
1812
|
-
def user_principal_name(self) -> Optional[pulumi.Input[str]]:
|
|
1813
|
-
"""
|
|
1814
|
-
The user principal name (email format) used to validate this user's group membership.
|
|
1815
|
-
"""
|
|
1816
|
-
return pulumi.get(self, "user_principal_name")
|
|
1817
|
-
|
|
1818
|
-
@user_principal_name.setter
|
|
1819
|
-
def user_principal_name(self, value: Optional[pulumi.Input[str]]):
|
|
1820
|
-
pulumi.set(self, "user_principal_name", value)
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
if not MYPY:
|
|
1824
|
-
class KubernetesLabelArgsDict(TypedDict):
|
|
1825
|
-
key: pulumi.Input[str]
|
|
1826
|
-
"""
|
|
1827
|
-
The name of the label or taint.
|
|
1828
|
-
"""
|
|
1829
|
-
value: pulumi.Input[str]
|
|
1830
|
-
"""
|
|
1831
|
-
The value of the label or taint.
|
|
1832
|
-
"""
|
|
1833
|
-
elif False:
|
|
1834
|
-
KubernetesLabelArgsDict: TypeAlias = Mapping[str, Any]
|
|
1835
|
-
|
|
1836
|
-
@pulumi.input_type
|
|
1837
|
-
class KubernetesLabelArgs:
|
|
1838
|
-
def __init__(__self__, *,
|
|
1839
|
-
key: pulumi.Input[str],
|
|
1840
|
-
value: pulumi.Input[str]):
|
|
1841
|
-
"""
|
|
1842
|
-
:param pulumi.Input[str] key: The name of the label or taint.
|
|
1843
|
-
:param pulumi.Input[str] value: The value of the label or taint.
|
|
1844
|
-
"""
|
|
1845
|
-
pulumi.set(__self__, "key", key)
|
|
1846
|
-
pulumi.set(__self__, "value", value)
|
|
1847
|
-
|
|
1848
|
-
@property
|
|
1849
|
-
@pulumi.getter
|
|
1850
|
-
def key(self) -> pulumi.Input[str]:
|
|
1851
|
-
"""
|
|
1852
|
-
The name of the label or taint.
|
|
1853
|
-
"""
|
|
1854
|
-
return pulumi.get(self, "key")
|
|
1855
|
-
|
|
1856
|
-
@key.setter
|
|
1857
|
-
def key(self, value: pulumi.Input[str]):
|
|
1858
|
-
pulumi.set(self, "key", value)
|
|
1859
|
-
|
|
1860
|
-
@property
|
|
1861
|
-
@pulumi.getter
|
|
1862
|
-
def value(self) -> pulumi.Input[str]:
|
|
1863
|
-
"""
|
|
1864
|
-
The value of the label or taint.
|
|
1865
|
-
"""
|
|
1866
|
-
return pulumi.get(self, "value")
|
|
1867
|
-
|
|
1868
|
-
@value.setter
|
|
1869
|
-
def value(self, value: pulumi.Input[str]):
|
|
1870
|
-
pulumi.set(self, "value", value)
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
if not MYPY:
|
|
1874
|
-
class L2NetworkAttachmentConfigurationArgsDict(TypedDict):
|
|
1875
|
-
network_id: pulumi.Input[str]
|
|
1876
|
-
"""
|
|
1877
|
-
The resource ID of the network that is being configured for attachment.
|
|
1878
|
-
"""
|
|
1879
|
-
plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
|
|
1880
|
-
"""
|
|
1881
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
1882
|
-
"""
|
|
1883
|
-
elif False:
|
|
1884
|
-
L2NetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1885
|
-
|
|
1886
|
-
@pulumi.input_type
|
|
1887
|
-
class L2NetworkAttachmentConfigurationArgs:
|
|
1888
|
-
def __init__(__self__, *,
|
|
1889
|
-
network_id: pulumi.Input[str],
|
|
1890
|
-
plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
|
|
1891
|
-
"""
|
|
1892
|
-
:param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
|
|
1893
|
-
:param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
1894
|
-
"""
|
|
1895
|
-
pulumi.set(__self__, "network_id", network_id)
|
|
1896
|
-
if plugin_type is None:
|
|
1897
|
-
plugin_type = 'SRIOV'
|
|
1898
|
-
if plugin_type is not None:
|
|
1899
|
-
pulumi.set(__self__, "plugin_type", plugin_type)
|
|
1900
|
-
|
|
1901
|
-
@property
|
|
1902
|
-
@pulumi.getter(name="networkId")
|
|
1903
|
-
def network_id(self) -> pulumi.Input[str]:
|
|
1904
|
-
"""
|
|
1905
|
-
The resource ID of the network that is being configured for attachment.
|
|
1906
|
-
"""
|
|
1907
|
-
return pulumi.get(self, "network_id")
|
|
1908
|
-
|
|
1909
|
-
@network_id.setter
|
|
1910
|
-
def network_id(self, value: pulumi.Input[str]):
|
|
1911
|
-
pulumi.set(self, "network_id", value)
|
|
1912
|
-
|
|
1913
|
-
@property
|
|
1914
|
-
@pulumi.getter(name="pluginType")
|
|
1915
|
-
def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
|
|
1916
|
-
"""
|
|
1917
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
1918
|
-
"""
|
|
1919
|
-
return pulumi.get(self, "plugin_type")
|
|
1920
|
-
|
|
1921
|
-
@plugin_type.setter
|
|
1922
|
-
def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
|
|
1923
|
-
pulumi.set(self, "plugin_type", value)
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
if not MYPY:
|
|
1927
|
-
class L2ServiceLoadBalancerConfigurationArgsDict(TypedDict):
|
|
1928
|
-
ip_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgsDict']]]]
|
|
1929
|
-
"""
|
|
1930
|
-
The list of pools of IP addresses that can be allocated to load balancer services.
|
|
1931
|
-
"""
|
|
1932
|
-
elif False:
|
|
1933
|
-
L2ServiceLoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1934
|
-
|
|
1935
|
-
@pulumi.input_type
|
|
1936
|
-
class L2ServiceLoadBalancerConfigurationArgs:
|
|
1937
|
-
def __init__(__self__, *,
|
|
1938
|
-
ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
|
|
1939
|
-
"""
|
|
1940
|
-
:param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
|
|
1941
|
-
"""
|
|
1942
|
-
if ip_address_pools is not None:
|
|
1943
|
-
pulumi.set(__self__, "ip_address_pools", ip_address_pools)
|
|
1944
|
-
|
|
1945
|
-
@property
|
|
1946
|
-
@pulumi.getter(name="ipAddressPools")
|
|
1947
|
-
def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
|
|
1948
|
-
"""
|
|
1949
|
-
The list of pools of IP addresses that can be allocated to load balancer services.
|
|
1950
|
-
"""
|
|
1951
|
-
return pulumi.get(self, "ip_address_pools")
|
|
1952
|
-
|
|
1953
|
-
@ip_address_pools.setter
|
|
1954
|
-
def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
|
|
1955
|
-
pulumi.set(self, "ip_address_pools", value)
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
if not MYPY:
|
|
1959
|
-
class L3NetworkAttachmentConfigurationArgsDict(TypedDict):
|
|
1960
|
-
network_id: pulumi.Input[str]
|
|
1961
|
-
"""
|
|
1962
|
-
The resource ID of the network that is being configured for attachment.
|
|
1963
|
-
"""
|
|
1964
|
-
ipam_enabled: NotRequired[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]
|
|
1965
|
-
"""
|
|
1966
|
-
The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
|
|
1967
|
-
"""
|
|
1968
|
-
plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
|
|
1969
|
-
"""
|
|
1970
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
1971
|
-
"""
|
|
1972
|
-
elif False:
|
|
1973
|
-
L3NetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1974
|
-
|
|
1975
|
-
@pulumi.input_type
|
|
1976
|
-
class L3NetworkAttachmentConfigurationArgs:
|
|
1977
|
-
def __init__(__self__, *,
|
|
1978
|
-
network_id: pulumi.Input[str],
|
|
1979
|
-
ipam_enabled: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]] = None,
|
|
1980
|
-
plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
|
|
1981
|
-
"""
|
|
1982
|
-
:param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
|
|
1983
|
-
:param pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']] ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
|
|
1984
|
-
:param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
1985
|
-
"""
|
|
1986
|
-
pulumi.set(__self__, "network_id", network_id)
|
|
1987
|
-
if ipam_enabled is None:
|
|
1988
|
-
ipam_enabled = 'False'
|
|
1989
|
-
if ipam_enabled is not None:
|
|
1990
|
-
pulumi.set(__self__, "ipam_enabled", ipam_enabled)
|
|
1991
|
-
if plugin_type is None:
|
|
1992
|
-
plugin_type = 'SRIOV'
|
|
1993
|
-
if plugin_type is not None:
|
|
1994
|
-
pulumi.set(__self__, "plugin_type", plugin_type)
|
|
1995
|
-
|
|
1996
|
-
@property
|
|
1997
|
-
@pulumi.getter(name="networkId")
|
|
1998
|
-
def network_id(self) -> pulumi.Input[str]:
|
|
1999
|
-
"""
|
|
2000
|
-
The resource ID of the network that is being configured for attachment.
|
|
2001
|
-
"""
|
|
2002
|
-
return pulumi.get(self, "network_id")
|
|
2003
|
-
|
|
2004
|
-
@network_id.setter
|
|
2005
|
-
def network_id(self, value: pulumi.Input[str]):
|
|
2006
|
-
pulumi.set(self, "network_id", value)
|
|
2007
|
-
|
|
2008
|
-
@property
|
|
2009
|
-
@pulumi.getter(name="ipamEnabled")
|
|
2010
|
-
def ipam_enabled(self) -> Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]:
|
|
2011
|
-
"""
|
|
2012
|
-
The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
|
|
2013
|
-
"""
|
|
2014
|
-
return pulumi.get(self, "ipam_enabled")
|
|
2015
|
-
|
|
2016
|
-
@ipam_enabled.setter
|
|
2017
|
-
def ipam_enabled(self, value: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]):
|
|
2018
|
-
pulumi.set(self, "ipam_enabled", value)
|
|
2019
|
-
|
|
2020
|
-
@property
|
|
2021
|
-
@pulumi.getter(name="pluginType")
|
|
2022
|
-
def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
|
|
2023
|
-
"""
|
|
2024
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
2025
|
-
"""
|
|
2026
|
-
return pulumi.get(self, "plugin_type")
|
|
2027
|
-
|
|
2028
|
-
@plugin_type.setter
|
|
2029
|
-
def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
|
|
2030
|
-
pulumi.set(self, "plugin_type", value)
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
if not MYPY:
|
|
2034
|
-
class ManagedResourceGroupConfigurationArgsDict(TypedDict):
|
|
2035
|
-
location: NotRequired[pulumi.Input[str]]
|
|
2036
|
-
"""
|
|
2037
|
-
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
|
|
2038
|
-
"""
|
|
2039
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2040
|
-
"""
|
|
2041
|
-
The name for the managed resource group. If not specified, the unique name is automatically generated.
|
|
2042
|
-
"""
|
|
2043
|
-
elif False:
|
|
2044
|
-
ManagedResourceGroupConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2045
|
-
|
|
2046
|
-
@pulumi.input_type
|
|
2047
|
-
class ManagedResourceGroupConfigurationArgs:
|
|
2048
|
-
def __init__(__self__, *,
|
|
2049
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
2050
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
2051
|
-
"""
|
|
2052
|
-
:param pulumi.Input[str] location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
|
|
2053
|
-
:param pulumi.Input[str] name: The name for the managed resource group. If not specified, the unique name is automatically generated.
|
|
2054
|
-
"""
|
|
2055
|
-
if location is not None:
|
|
2056
|
-
pulumi.set(__self__, "location", location)
|
|
2057
|
-
if name is not None:
|
|
2058
|
-
pulumi.set(__self__, "name", name)
|
|
2059
|
-
|
|
2060
|
-
@property
|
|
2061
|
-
@pulumi.getter
|
|
2062
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
2063
|
-
"""
|
|
2064
|
-
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
|
|
2065
|
-
"""
|
|
2066
|
-
return pulumi.get(self, "location")
|
|
2067
|
-
|
|
2068
|
-
@location.setter
|
|
2069
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
2070
|
-
pulumi.set(self, "location", value)
|
|
2071
|
-
|
|
2072
|
-
@property
|
|
2073
|
-
@pulumi.getter
|
|
2074
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2075
|
-
"""
|
|
2076
|
-
The name for the managed resource group. If not specified, the unique name is automatically generated.
|
|
2077
|
-
"""
|
|
2078
|
-
return pulumi.get(self, "name")
|
|
2079
|
-
|
|
2080
|
-
@name.setter
|
|
2081
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2082
|
-
pulumi.set(self, "name", value)
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
if not MYPY:
|
|
2086
|
-
class ManagedServiceIdentityArgsDict(TypedDict):
|
|
2087
|
-
"""
|
|
2088
|
-
Managed service identity (system assigned and/or user assigned identities)
|
|
2089
|
-
"""
|
|
2090
|
-
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
|
|
2091
|
-
"""
|
|
2092
|
-
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
2093
|
-
"""
|
|
2094
|
-
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2095
|
-
"""
|
|
2096
|
-
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
2097
|
-
"""
|
|
2098
|
-
elif False:
|
|
2099
|
-
ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
2100
|
-
|
|
2101
|
-
@pulumi.input_type
|
|
2102
|
-
class ManagedServiceIdentityArgs:
|
|
2103
|
-
def __init__(__self__, *,
|
|
2104
|
-
type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
|
|
2105
|
-
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2106
|
-
"""
|
|
2107
|
-
Managed service identity (system assigned and/or user assigned identities)
|
|
2108
|
-
:param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
2109
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
2110
|
-
"""
|
|
2111
|
-
pulumi.set(__self__, "type", type)
|
|
2112
|
-
if user_assigned_identities is not None:
|
|
2113
|
-
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
2114
|
-
|
|
2115
|
-
@property
|
|
2116
|
-
@pulumi.getter
|
|
2117
|
-
def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
|
|
2118
|
-
"""
|
|
2119
|
-
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
2120
|
-
"""
|
|
2121
|
-
return pulumi.get(self, "type")
|
|
2122
|
-
|
|
2123
|
-
@type.setter
|
|
2124
|
-
def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
|
|
2125
|
-
pulumi.set(self, "type", value)
|
|
2126
|
-
|
|
2127
|
-
@property
|
|
2128
|
-
@pulumi.getter(name="userAssignedIdentities")
|
|
2129
|
-
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2130
|
-
"""
|
|
2131
|
-
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
2132
|
-
"""
|
|
2133
|
-
return pulumi.get(self, "user_assigned_identities")
|
|
2134
|
-
|
|
2135
|
-
@user_assigned_identities.setter
|
|
2136
|
-
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2137
|
-
pulumi.set(self, "user_assigned_identities", value)
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
if not MYPY:
|
|
2141
|
-
class NetworkAttachmentArgsDict(TypedDict):
|
|
2142
|
-
attached_network_id: pulumi.Input[str]
|
|
2143
|
-
"""
|
|
2144
|
-
The resource ID of the associated network attached to the virtual machine.
|
|
2145
|
-
It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
|
|
2146
|
-
"""
|
|
2147
|
-
ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]
|
|
2148
|
-
"""
|
|
2149
|
-
The IP allocation mechanism for the virtual machine.
|
|
2150
|
-
Dynamic and Static are only valid for l3Network which may also specify Disabled.
|
|
2151
|
-
Otherwise, Disabled is the only permitted value.
|
|
2152
|
-
"""
|
|
2153
|
-
default_gateway: NotRequired[pulumi.Input[Union[str, 'DefaultGateway']]]
|
|
2154
|
-
"""
|
|
2155
|
-
The indicator of whether this is the default gateway.
|
|
2156
|
-
Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
|
|
2157
|
-
"""
|
|
2158
|
-
ipv4_address: NotRequired[pulumi.Input[str]]
|
|
2159
|
-
"""
|
|
2160
|
-
The IPv4 address of the virtual machine.
|
|
2161
|
-
|
|
2162
|
-
This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
|
|
2163
|
-
|
|
2164
|
-
If IPAllocationMethod is:
|
|
2165
|
-
Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
|
|
2166
|
-
Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
|
|
2167
|
-
Disabled - this field will be empty.
|
|
2168
|
-
"""
|
|
2169
|
-
ipv6_address: NotRequired[pulumi.Input[str]]
|
|
2170
|
-
"""
|
|
2171
|
-
The IPv6 address of the virtual machine.
|
|
2172
|
-
|
|
2173
|
-
This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
|
|
2174
|
-
|
|
2175
|
-
If IPAllocationMethod is:
|
|
2176
|
-
Static - this field must contain an IPv6 address range from within the range specified in the attached network.
|
|
2177
|
-
Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
|
|
2178
|
-
Disabled - this field will be empty.
|
|
2179
|
-
"""
|
|
2180
|
-
network_attachment_name: NotRequired[pulumi.Input[str]]
|
|
2181
|
-
"""
|
|
2182
|
-
The associated network's interface name.
|
|
2183
|
-
If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
|
|
2184
|
-
If the user doesn’t specify this value, the default interface name of the network resource will be used.
|
|
2185
|
-
For a CloudServicesNetwork resource, this name will be ignored.
|
|
2186
|
-
"""
|
|
2187
|
-
elif False:
|
|
2188
|
-
NetworkAttachmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
2189
|
-
|
|
2190
|
-
@pulumi.input_type
|
|
2191
|
-
class NetworkAttachmentArgs:
|
|
2192
|
-
def __init__(__self__, *,
|
|
2193
|
-
attached_network_id: pulumi.Input[str],
|
|
2194
|
-
ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']],
|
|
2195
|
-
default_gateway: Optional[pulumi.Input[Union[str, 'DefaultGateway']]] = None,
|
|
2196
|
-
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
2197
|
-
ipv6_address: Optional[pulumi.Input[str]] = None,
|
|
2198
|
-
network_attachment_name: Optional[pulumi.Input[str]] = None):
|
|
2199
|
-
"""
|
|
2200
|
-
:param pulumi.Input[str] attached_network_id: The resource ID of the associated network attached to the virtual machine.
|
|
2201
|
-
It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
|
|
2202
|
-
:param pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']] ip_allocation_method: The IP allocation mechanism for the virtual machine.
|
|
2203
|
-
Dynamic and Static are only valid for l3Network which may also specify Disabled.
|
|
2204
|
-
Otherwise, Disabled is the only permitted value.
|
|
2205
|
-
:param pulumi.Input[Union[str, 'DefaultGateway']] default_gateway: The indicator of whether this is the default gateway.
|
|
2206
|
-
Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
|
|
2207
|
-
:param pulumi.Input[str] ipv4_address: The IPv4 address of the virtual machine.
|
|
2208
|
-
|
|
2209
|
-
This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
|
|
2210
|
-
|
|
2211
|
-
If IPAllocationMethod is:
|
|
2212
|
-
Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
|
|
2213
|
-
Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
|
|
2214
|
-
Disabled - this field will be empty.
|
|
2215
|
-
:param pulumi.Input[str] ipv6_address: The IPv6 address of the virtual machine.
|
|
2216
|
-
|
|
2217
|
-
This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
|
|
2218
|
-
|
|
2219
|
-
If IPAllocationMethod is:
|
|
2220
|
-
Static - this field must contain an IPv6 address range from within the range specified in the attached network.
|
|
2221
|
-
Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
|
|
2222
|
-
Disabled - this field will be empty.
|
|
2223
|
-
:param pulumi.Input[str] network_attachment_name: The associated network's interface name.
|
|
2224
|
-
If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
|
|
2225
|
-
If the user doesn’t specify this value, the default interface name of the network resource will be used.
|
|
2226
|
-
For a CloudServicesNetwork resource, this name will be ignored.
|
|
2227
|
-
"""
|
|
2228
|
-
pulumi.set(__self__, "attached_network_id", attached_network_id)
|
|
2229
|
-
pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
|
|
2230
|
-
if default_gateway is not None:
|
|
2231
|
-
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
2232
|
-
if ipv4_address is not None:
|
|
2233
|
-
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
2234
|
-
if ipv6_address is not None:
|
|
2235
|
-
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
2236
|
-
if network_attachment_name is not None:
|
|
2237
|
-
pulumi.set(__self__, "network_attachment_name", network_attachment_name)
|
|
2238
|
-
|
|
2239
|
-
@property
|
|
2240
|
-
@pulumi.getter(name="attachedNetworkId")
|
|
2241
|
-
def attached_network_id(self) -> pulumi.Input[str]:
|
|
2242
|
-
"""
|
|
2243
|
-
The resource ID of the associated network attached to the virtual machine.
|
|
2244
|
-
It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
|
|
2245
|
-
"""
|
|
2246
|
-
return pulumi.get(self, "attached_network_id")
|
|
2247
|
-
|
|
2248
|
-
@attached_network_id.setter
|
|
2249
|
-
def attached_network_id(self, value: pulumi.Input[str]):
|
|
2250
|
-
pulumi.set(self, "attached_network_id", value)
|
|
2251
|
-
|
|
2252
|
-
@property
|
|
2253
|
-
@pulumi.getter(name="ipAllocationMethod")
|
|
2254
|
-
def ip_allocation_method(self) -> pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]:
|
|
2255
|
-
"""
|
|
2256
|
-
The IP allocation mechanism for the virtual machine.
|
|
2257
|
-
Dynamic and Static are only valid for l3Network which may also specify Disabled.
|
|
2258
|
-
Otherwise, Disabled is the only permitted value.
|
|
2259
|
-
"""
|
|
2260
|
-
return pulumi.get(self, "ip_allocation_method")
|
|
2261
|
-
|
|
2262
|
-
@ip_allocation_method.setter
|
|
2263
|
-
def ip_allocation_method(self, value: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]):
|
|
2264
|
-
pulumi.set(self, "ip_allocation_method", value)
|
|
2265
|
-
|
|
2266
|
-
@property
|
|
2267
|
-
@pulumi.getter(name="defaultGateway")
|
|
2268
|
-
def default_gateway(self) -> Optional[pulumi.Input[Union[str, 'DefaultGateway']]]:
|
|
2269
|
-
"""
|
|
2270
|
-
The indicator of whether this is the default gateway.
|
|
2271
|
-
Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
|
|
2272
|
-
"""
|
|
2273
|
-
return pulumi.get(self, "default_gateway")
|
|
2274
|
-
|
|
2275
|
-
@default_gateway.setter
|
|
2276
|
-
def default_gateway(self, value: Optional[pulumi.Input[Union[str, 'DefaultGateway']]]):
|
|
2277
|
-
pulumi.set(self, "default_gateway", value)
|
|
2278
|
-
|
|
2279
|
-
@property
|
|
2280
|
-
@pulumi.getter(name="ipv4Address")
|
|
2281
|
-
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
2282
|
-
"""
|
|
2283
|
-
The IPv4 address of the virtual machine.
|
|
2284
|
-
|
|
2285
|
-
This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
|
|
2286
|
-
|
|
2287
|
-
If IPAllocationMethod is:
|
|
2288
|
-
Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
|
|
2289
|
-
Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
|
|
2290
|
-
Disabled - this field will be empty.
|
|
2291
|
-
"""
|
|
2292
|
-
return pulumi.get(self, "ipv4_address")
|
|
2293
|
-
|
|
2294
|
-
@ipv4_address.setter
|
|
2295
|
-
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
2296
|
-
pulumi.set(self, "ipv4_address", value)
|
|
2297
|
-
|
|
2298
|
-
@property
|
|
2299
|
-
@pulumi.getter(name="ipv6Address")
|
|
2300
|
-
def ipv6_address(self) -> Optional[pulumi.Input[str]]:
|
|
2301
|
-
"""
|
|
2302
|
-
The IPv6 address of the virtual machine.
|
|
2303
|
-
|
|
2304
|
-
This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
|
|
2305
|
-
|
|
2306
|
-
If IPAllocationMethod is:
|
|
2307
|
-
Static - this field must contain an IPv6 address range from within the range specified in the attached network.
|
|
2308
|
-
Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
|
|
2309
|
-
Disabled - this field will be empty.
|
|
2310
|
-
"""
|
|
2311
|
-
return pulumi.get(self, "ipv6_address")
|
|
2312
|
-
|
|
2313
|
-
@ipv6_address.setter
|
|
2314
|
-
def ipv6_address(self, value: Optional[pulumi.Input[str]]):
|
|
2315
|
-
pulumi.set(self, "ipv6_address", value)
|
|
2316
|
-
|
|
2317
|
-
@property
|
|
2318
|
-
@pulumi.getter(name="networkAttachmentName")
|
|
2319
|
-
def network_attachment_name(self) -> Optional[pulumi.Input[str]]:
|
|
2320
|
-
"""
|
|
2321
|
-
The associated network's interface name.
|
|
2322
|
-
If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
|
|
2323
|
-
If the user doesn’t specify this value, the default interface name of the network resource will be used.
|
|
2324
|
-
For a CloudServicesNetwork resource, this name will be ignored.
|
|
2325
|
-
"""
|
|
2326
|
-
return pulumi.get(self, "network_attachment_name")
|
|
2327
|
-
|
|
2328
|
-
@network_attachment_name.setter
|
|
2329
|
-
def network_attachment_name(self, value: Optional[pulumi.Input[str]]):
|
|
2330
|
-
pulumi.set(self, "network_attachment_name", value)
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
if not MYPY:
|
|
2334
|
-
class NetworkConfigurationArgsDict(TypedDict):
|
|
2335
|
-
cloud_services_network_id: pulumi.Input[str]
|
|
2336
|
-
"""
|
|
2337
|
-
The resource ID of the associated Cloud Services network.
|
|
2338
|
-
"""
|
|
2339
|
-
cni_network_id: pulumi.Input[str]
|
|
2340
|
-
"""
|
|
2341
|
-
The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
|
|
2342
|
-
"""
|
|
2343
|
-
attached_network_configuration: NotRequired[pulumi.Input['AttachedNetworkConfigurationArgsDict']]
|
|
2344
|
-
"""
|
|
2345
|
-
The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
|
|
2346
|
-
"""
|
|
2347
|
-
bgp_service_load_balancer_configuration: NotRequired[pulumi.Input['BgpServiceLoadBalancerConfigurationArgsDict']]
|
|
2348
|
-
"""
|
|
2349
|
-
The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
|
|
2350
|
-
"""
|
|
2351
|
-
dns_service_ip: NotRequired[pulumi.Input[str]]
|
|
2352
|
-
"""
|
|
2353
|
-
The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
|
|
2354
|
-
"""
|
|
2355
|
-
l2_service_load_balancer_configuration: NotRequired[pulumi.Input['L2ServiceLoadBalancerConfigurationArgsDict']]
|
|
2356
|
-
"""
|
|
2357
|
-
The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
|
|
2358
|
-
"""
|
|
2359
|
-
pod_cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2360
|
-
"""
|
|
2361
|
-
The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
|
|
2362
|
-
"""
|
|
2363
|
-
service_cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2364
|
-
"""
|
|
2365
|
-
The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
|
|
2366
|
-
"""
|
|
2367
|
-
elif False:
|
|
2368
|
-
NetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2369
|
-
|
|
2370
|
-
@pulumi.input_type
|
|
2371
|
-
class NetworkConfigurationArgs:
|
|
2372
|
-
def __init__(__self__, *,
|
|
2373
|
-
cloud_services_network_id: pulumi.Input[str],
|
|
2374
|
-
cni_network_id: pulumi.Input[str],
|
|
2375
|
-
attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
|
|
2376
|
-
bgp_service_load_balancer_configuration: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']] = None,
|
|
2377
|
-
dns_service_ip: Optional[pulumi.Input[str]] = None,
|
|
2378
|
-
l2_service_load_balancer_configuration: Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']] = None,
|
|
2379
|
-
pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2380
|
-
service_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2381
|
-
"""
|
|
2382
|
-
:param pulumi.Input[str] cloud_services_network_id: The resource ID of the associated Cloud Services network.
|
|
2383
|
-
:param pulumi.Input[str] cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
|
|
2384
|
-
:param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
|
|
2385
|
-
:param pulumi.Input['BgpServiceLoadBalancerConfigurationArgs'] bgp_service_load_balancer_configuration: The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
|
|
2386
|
-
:param pulumi.Input[str] dns_service_ip: The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
|
|
2387
|
-
:param pulumi.Input['L2ServiceLoadBalancerConfigurationArgs'] l2_service_load_balancer_configuration: The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
|
|
2388
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] pod_cidrs: The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
|
|
2389
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] service_cidrs: The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
|
|
2390
|
-
"""
|
|
2391
|
-
pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
|
|
2392
|
-
pulumi.set(__self__, "cni_network_id", cni_network_id)
|
|
2393
|
-
if attached_network_configuration is not None:
|
|
2394
|
-
pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
|
|
2395
|
-
if bgp_service_load_balancer_configuration is not None:
|
|
2396
|
-
pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
|
|
2397
|
-
if dns_service_ip is not None:
|
|
2398
|
-
pulumi.set(__self__, "dns_service_ip", dns_service_ip)
|
|
2399
|
-
if l2_service_load_balancer_configuration is not None:
|
|
2400
|
-
pulumi.set(__self__, "l2_service_load_balancer_configuration", l2_service_load_balancer_configuration)
|
|
2401
|
-
if pod_cidrs is not None:
|
|
2402
|
-
pulumi.set(__self__, "pod_cidrs", pod_cidrs)
|
|
2403
|
-
if service_cidrs is not None:
|
|
2404
|
-
pulumi.set(__self__, "service_cidrs", service_cidrs)
|
|
2405
|
-
|
|
2406
|
-
@property
|
|
2407
|
-
@pulumi.getter(name="cloudServicesNetworkId")
|
|
2408
|
-
def cloud_services_network_id(self) -> pulumi.Input[str]:
|
|
2409
|
-
"""
|
|
2410
|
-
The resource ID of the associated Cloud Services network.
|
|
2411
|
-
"""
|
|
2412
|
-
return pulumi.get(self, "cloud_services_network_id")
|
|
2413
|
-
|
|
2414
|
-
@cloud_services_network_id.setter
|
|
2415
|
-
def cloud_services_network_id(self, value: pulumi.Input[str]):
|
|
2416
|
-
pulumi.set(self, "cloud_services_network_id", value)
|
|
2417
|
-
|
|
2418
|
-
@property
|
|
2419
|
-
@pulumi.getter(name="cniNetworkId")
|
|
2420
|
-
def cni_network_id(self) -> pulumi.Input[str]:
|
|
2421
|
-
"""
|
|
2422
|
-
The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
|
|
2423
|
-
"""
|
|
2424
|
-
return pulumi.get(self, "cni_network_id")
|
|
2425
|
-
|
|
2426
|
-
@cni_network_id.setter
|
|
2427
|
-
def cni_network_id(self, value: pulumi.Input[str]):
|
|
2428
|
-
pulumi.set(self, "cni_network_id", value)
|
|
2429
|
-
|
|
2430
|
-
@property
|
|
2431
|
-
@pulumi.getter(name="attachedNetworkConfiguration")
|
|
2432
|
-
def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
|
|
2433
|
-
"""
|
|
2434
|
-
The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
|
|
2435
|
-
"""
|
|
2436
|
-
return pulumi.get(self, "attached_network_configuration")
|
|
2437
|
-
|
|
2438
|
-
@attached_network_configuration.setter
|
|
2439
|
-
def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
|
|
2440
|
-
pulumi.set(self, "attached_network_configuration", value)
|
|
2441
|
-
|
|
2442
|
-
@property
|
|
2443
|
-
@pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
|
|
2444
|
-
def bgp_service_load_balancer_configuration(self) -> Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]:
|
|
2445
|
-
"""
|
|
2446
|
-
The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
|
|
2447
|
-
"""
|
|
2448
|
-
return pulumi.get(self, "bgp_service_load_balancer_configuration")
|
|
2449
|
-
|
|
2450
|
-
@bgp_service_load_balancer_configuration.setter
|
|
2451
|
-
def bgp_service_load_balancer_configuration(self, value: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]):
|
|
2452
|
-
pulumi.set(self, "bgp_service_load_balancer_configuration", value)
|
|
2453
|
-
|
|
2454
|
-
@property
|
|
2455
|
-
@pulumi.getter(name="dnsServiceIp")
|
|
2456
|
-
def dns_service_ip(self) -> Optional[pulumi.Input[str]]:
|
|
2457
|
-
"""
|
|
2458
|
-
The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
|
|
2459
|
-
"""
|
|
2460
|
-
return pulumi.get(self, "dns_service_ip")
|
|
2461
|
-
|
|
2462
|
-
@dns_service_ip.setter
|
|
2463
|
-
def dns_service_ip(self, value: Optional[pulumi.Input[str]]):
|
|
2464
|
-
pulumi.set(self, "dns_service_ip", value)
|
|
2465
|
-
|
|
2466
|
-
@property
|
|
2467
|
-
@pulumi.getter(name="l2ServiceLoadBalancerConfiguration")
|
|
2468
|
-
def l2_service_load_balancer_configuration(self) -> Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']]:
|
|
2469
|
-
"""
|
|
2470
|
-
The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
|
|
2471
|
-
"""
|
|
2472
|
-
return pulumi.get(self, "l2_service_load_balancer_configuration")
|
|
2473
|
-
|
|
2474
|
-
@l2_service_load_balancer_configuration.setter
|
|
2475
|
-
def l2_service_load_balancer_configuration(self, value: Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']]):
|
|
2476
|
-
pulumi.set(self, "l2_service_load_balancer_configuration", value)
|
|
2477
|
-
|
|
2478
|
-
@property
|
|
2479
|
-
@pulumi.getter(name="podCidrs")
|
|
2480
|
-
def pod_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2481
|
-
"""
|
|
2482
|
-
The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
|
|
2483
|
-
"""
|
|
2484
|
-
return pulumi.get(self, "pod_cidrs")
|
|
2485
|
-
|
|
2486
|
-
@pod_cidrs.setter
|
|
2487
|
-
def pod_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2488
|
-
pulumi.set(self, "pod_cidrs", value)
|
|
2489
|
-
|
|
2490
|
-
@property
|
|
2491
|
-
@pulumi.getter(name="serviceCidrs")
|
|
2492
|
-
def service_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2493
|
-
"""
|
|
2494
|
-
The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
|
|
2495
|
-
"""
|
|
2496
|
-
return pulumi.get(self, "service_cidrs")
|
|
2497
|
-
|
|
2498
|
-
@service_cidrs.setter
|
|
2499
|
-
def service_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2500
|
-
pulumi.set(self, "service_cidrs", value)
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
if not MYPY:
|
|
2504
|
-
class OsDiskArgsDict(TypedDict):
|
|
2505
|
-
disk_size_gb: pulumi.Input[float]
|
|
2506
|
-
"""
|
|
2507
|
-
The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
|
|
2508
|
-
"""
|
|
2509
|
-
create_option: NotRequired[pulumi.Input[Union[str, 'OsDiskCreateOption']]]
|
|
2510
|
-
"""
|
|
2511
|
-
The strategy for creating the OS disk.
|
|
2512
|
-
"""
|
|
2513
|
-
delete_option: NotRequired[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]
|
|
2514
|
-
"""
|
|
2515
|
-
The strategy for deleting the OS disk.
|
|
2516
|
-
"""
|
|
2517
|
-
elif False:
|
|
2518
|
-
OsDiskArgsDict: TypeAlias = Mapping[str, Any]
|
|
2519
|
-
|
|
2520
|
-
@pulumi.input_type
|
|
2521
|
-
class OsDiskArgs:
|
|
2522
|
-
def __init__(__self__, *,
|
|
2523
|
-
disk_size_gb: pulumi.Input[float],
|
|
2524
|
-
create_option: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]] = None,
|
|
2525
|
-
delete_option: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]] = None):
|
|
2526
|
-
"""
|
|
2527
|
-
:param pulumi.Input[float] disk_size_gb: The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
|
|
2528
|
-
:param pulumi.Input[Union[str, 'OsDiskCreateOption']] create_option: The strategy for creating the OS disk.
|
|
2529
|
-
:param pulumi.Input[Union[str, 'OsDiskDeleteOption']] delete_option: The strategy for deleting the OS disk.
|
|
2530
|
-
"""
|
|
2531
|
-
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
2532
|
-
if create_option is None:
|
|
2533
|
-
create_option = 'Ephemeral'
|
|
2534
|
-
if create_option is not None:
|
|
2535
|
-
pulumi.set(__self__, "create_option", create_option)
|
|
2536
|
-
if delete_option is None:
|
|
2537
|
-
delete_option = 'Delete'
|
|
2538
|
-
if delete_option is not None:
|
|
2539
|
-
pulumi.set(__self__, "delete_option", delete_option)
|
|
2540
|
-
|
|
2541
|
-
@property
|
|
2542
|
-
@pulumi.getter(name="diskSizeGB")
|
|
2543
|
-
def disk_size_gb(self) -> pulumi.Input[float]:
|
|
2544
|
-
"""
|
|
2545
|
-
The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
|
|
2546
|
-
"""
|
|
2547
|
-
return pulumi.get(self, "disk_size_gb")
|
|
2548
|
-
|
|
2549
|
-
@disk_size_gb.setter
|
|
2550
|
-
def disk_size_gb(self, value: pulumi.Input[float]):
|
|
2551
|
-
pulumi.set(self, "disk_size_gb", value)
|
|
2552
|
-
|
|
2553
|
-
@property
|
|
2554
|
-
@pulumi.getter(name="createOption")
|
|
2555
|
-
def create_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]:
|
|
2556
|
-
"""
|
|
2557
|
-
The strategy for creating the OS disk.
|
|
2558
|
-
"""
|
|
2559
|
-
return pulumi.get(self, "create_option")
|
|
2560
|
-
|
|
2561
|
-
@create_option.setter
|
|
2562
|
-
def create_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]):
|
|
2563
|
-
pulumi.set(self, "create_option", value)
|
|
2564
|
-
|
|
2565
|
-
@property
|
|
2566
|
-
@pulumi.getter(name="deleteOption")
|
|
2567
|
-
def delete_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]:
|
|
2568
|
-
"""
|
|
2569
|
-
The strategy for deleting the OS disk.
|
|
2570
|
-
"""
|
|
2571
|
-
return pulumi.get(self, "delete_option")
|
|
2572
|
-
|
|
2573
|
-
@delete_option.setter
|
|
2574
|
-
def delete_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]):
|
|
2575
|
-
pulumi.set(self, "delete_option", value)
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
if not MYPY:
|
|
2579
|
-
class RackDefinitionArgsDict(TypedDict):
|
|
2580
|
-
network_rack_id: pulumi.Input[str]
|
|
2581
|
-
"""
|
|
2582
|
-
The resource ID of the network rack that matches this rack definition.
|
|
2583
|
-
"""
|
|
2584
|
-
rack_serial_number: pulumi.Input[str]
|
|
2585
|
-
"""
|
|
2586
|
-
The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
|
|
2587
|
-
"""
|
|
2588
|
-
rack_sku_id: pulumi.Input[str]
|
|
2589
|
-
"""
|
|
2590
|
-
The resource ID of the sku for the rack being added.
|
|
2591
|
-
"""
|
|
2592
|
-
availability_zone: NotRequired[pulumi.Input[str]]
|
|
2593
|
-
"""
|
|
2594
|
-
The zone name used for this rack when created. Availability zones are used for workload placement.
|
|
2595
|
-
"""
|
|
2596
|
-
bare_metal_machine_configuration_data: NotRequired[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgsDict']]]]
|
|
2597
|
-
"""
|
|
2598
|
-
The unordered list of bare metal machine configuration.
|
|
2599
|
-
"""
|
|
2600
|
-
rack_location: NotRequired[pulumi.Input[str]]
|
|
2601
|
-
"""
|
|
2602
|
-
The free-form description of the rack's location.
|
|
2603
|
-
"""
|
|
2604
|
-
storage_appliance_configuration_data: NotRequired[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgsDict']]]]
|
|
2605
|
-
"""
|
|
2606
|
-
The list of storage appliance configuration data for this rack.
|
|
2607
|
-
"""
|
|
2608
|
-
elif False:
|
|
2609
|
-
RackDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2610
|
-
|
|
2611
|
-
@pulumi.input_type
|
|
2612
|
-
class RackDefinitionArgs:
|
|
2613
|
-
def __init__(__self__, *,
|
|
2614
|
-
network_rack_id: pulumi.Input[str],
|
|
2615
|
-
rack_serial_number: pulumi.Input[str],
|
|
2616
|
-
rack_sku_id: pulumi.Input[str],
|
|
2617
|
-
availability_zone: Optional[pulumi.Input[str]] = None,
|
|
2618
|
-
bare_metal_machine_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]] = None,
|
|
2619
|
-
rack_location: Optional[pulumi.Input[str]] = None,
|
|
2620
|
-
storage_appliance_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]] = None):
|
|
2621
|
-
"""
|
|
2622
|
-
:param pulumi.Input[str] network_rack_id: The resource ID of the network rack that matches this rack definition.
|
|
2623
|
-
:param pulumi.Input[str] rack_serial_number: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
|
|
2624
|
-
:param pulumi.Input[str] rack_sku_id: The resource ID of the sku for the rack being added.
|
|
2625
|
-
:param pulumi.Input[str] availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
|
|
2626
|
-
:param pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
|
|
2627
|
-
:param pulumi.Input[str] rack_location: The free-form description of the rack's location.
|
|
2628
|
-
:param pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
|
|
2629
|
-
"""
|
|
2630
|
-
pulumi.set(__self__, "network_rack_id", network_rack_id)
|
|
2631
|
-
pulumi.set(__self__, "rack_serial_number", rack_serial_number)
|
|
2632
|
-
pulumi.set(__self__, "rack_sku_id", rack_sku_id)
|
|
2633
|
-
if availability_zone is not None:
|
|
2634
|
-
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
2635
|
-
if bare_metal_machine_configuration_data is not None:
|
|
2636
|
-
pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
|
|
2637
|
-
if rack_location is not None:
|
|
2638
|
-
pulumi.set(__self__, "rack_location", rack_location)
|
|
2639
|
-
if storage_appliance_configuration_data is not None:
|
|
2640
|
-
pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
|
|
2641
|
-
|
|
2642
|
-
@property
|
|
2643
|
-
@pulumi.getter(name="networkRackId")
|
|
2644
|
-
def network_rack_id(self) -> pulumi.Input[str]:
|
|
2645
|
-
"""
|
|
2646
|
-
The resource ID of the network rack that matches this rack definition.
|
|
2647
|
-
"""
|
|
2648
|
-
return pulumi.get(self, "network_rack_id")
|
|
2649
|
-
|
|
2650
|
-
@network_rack_id.setter
|
|
2651
|
-
def network_rack_id(self, value: pulumi.Input[str]):
|
|
2652
|
-
pulumi.set(self, "network_rack_id", value)
|
|
2653
|
-
|
|
2654
|
-
@property
|
|
2655
|
-
@pulumi.getter(name="rackSerialNumber")
|
|
2656
|
-
def rack_serial_number(self) -> pulumi.Input[str]:
|
|
2657
|
-
"""
|
|
2658
|
-
The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
|
|
2659
|
-
"""
|
|
2660
|
-
return pulumi.get(self, "rack_serial_number")
|
|
2661
|
-
|
|
2662
|
-
@rack_serial_number.setter
|
|
2663
|
-
def rack_serial_number(self, value: pulumi.Input[str]):
|
|
2664
|
-
pulumi.set(self, "rack_serial_number", value)
|
|
2665
|
-
|
|
2666
|
-
@property
|
|
2667
|
-
@pulumi.getter(name="rackSkuId")
|
|
2668
|
-
def rack_sku_id(self) -> pulumi.Input[str]:
|
|
2669
|
-
"""
|
|
2670
|
-
The resource ID of the sku for the rack being added.
|
|
2671
|
-
"""
|
|
2672
|
-
return pulumi.get(self, "rack_sku_id")
|
|
2673
|
-
|
|
2674
|
-
@rack_sku_id.setter
|
|
2675
|
-
def rack_sku_id(self, value: pulumi.Input[str]):
|
|
2676
|
-
pulumi.set(self, "rack_sku_id", value)
|
|
2677
|
-
|
|
2678
|
-
@property
|
|
2679
|
-
@pulumi.getter(name="availabilityZone")
|
|
2680
|
-
def availability_zone(self) -> Optional[pulumi.Input[str]]:
|
|
2681
|
-
"""
|
|
2682
|
-
The zone name used for this rack when created. Availability zones are used for workload placement.
|
|
2683
|
-
"""
|
|
2684
|
-
return pulumi.get(self, "availability_zone")
|
|
2685
|
-
|
|
2686
|
-
@availability_zone.setter
|
|
2687
|
-
def availability_zone(self, value: Optional[pulumi.Input[str]]):
|
|
2688
|
-
pulumi.set(self, "availability_zone", value)
|
|
2689
|
-
|
|
2690
|
-
@property
|
|
2691
|
-
@pulumi.getter(name="bareMetalMachineConfigurationData")
|
|
2692
|
-
def bare_metal_machine_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]:
|
|
2693
|
-
"""
|
|
2694
|
-
The unordered list of bare metal machine configuration.
|
|
2695
|
-
"""
|
|
2696
|
-
return pulumi.get(self, "bare_metal_machine_configuration_data")
|
|
2697
|
-
|
|
2698
|
-
@bare_metal_machine_configuration_data.setter
|
|
2699
|
-
def bare_metal_machine_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]):
|
|
2700
|
-
pulumi.set(self, "bare_metal_machine_configuration_data", value)
|
|
2701
|
-
|
|
2702
|
-
@property
|
|
2703
|
-
@pulumi.getter(name="rackLocation")
|
|
2704
|
-
def rack_location(self) -> Optional[pulumi.Input[str]]:
|
|
2705
|
-
"""
|
|
2706
|
-
The free-form description of the rack's location.
|
|
2707
|
-
"""
|
|
2708
|
-
return pulumi.get(self, "rack_location")
|
|
2709
|
-
|
|
2710
|
-
@rack_location.setter
|
|
2711
|
-
def rack_location(self, value: Optional[pulumi.Input[str]]):
|
|
2712
|
-
pulumi.set(self, "rack_location", value)
|
|
2713
|
-
|
|
2714
|
-
@property
|
|
2715
|
-
@pulumi.getter(name="storageApplianceConfigurationData")
|
|
2716
|
-
def storage_appliance_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]:
|
|
2717
|
-
"""
|
|
2718
|
-
The list of storage appliance configuration data for this rack.
|
|
2719
|
-
"""
|
|
2720
|
-
return pulumi.get(self, "storage_appliance_configuration_data")
|
|
2721
|
-
|
|
2722
|
-
@storage_appliance_configuration_data.setter
|
|
2723
|
-
def storage_appliance_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]):
|
|
2724
|
-
pulumi.set(self, "storage_appliance_configuration_data", value)
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
if not MYPY:
|
|
2728
|
-
class RuntimeProtectionConfigurationArgsDict(TypedDict):
|
|
2729
|
-
enforcement_level: NotRequired[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]
|
|
2730
|
-
"""
|
|
2731
|
-
The mode of operation for runtime protection.
|
|
2732
|
-
"""
|
|
2733
|
-
elif False:
|
|
2734
|
-
RuntimeProtectionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2735
|
-
|
|
2736
|
-
@pulumi.input_type
|
|
2737
|
-
class RuntimeProtectionConfigurationArgs:
|
|
2738
|
-
def __init__(__self__, *,
|
|
2739
|
-
enforcement_level: Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]] = None):
|
|
2740
|
-
"""
|
|
2741
|
-
:param pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']] enforcement_level: The mode of operation for runtime protection.
|
|
2742
|
-
"""
|
|
2743
|
-
if enforcement_level is None:
|
|
2744
|
-
enforcement_level = 'Disabled'
|
|
2745
|
-
if enforcement_level is not None:
|
|
2746
|
-
pulumi.set(__self__, "enforcement_level", enforcement_level)
|
|
2747
|
-
|
|
2748
|
-
@property
|
|
2749
|
-
@pulumi.getter(name="enforcementLevel")
|
|
2750
|
-
def enforcement_level(self) -> Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]:
|
|
2751
|
-
"""
|
|
2752
|
-
The mode of operation for runtime protection.
|
|
2753
|
-
"""
|
|
2754
|
-
return pulumi.get(self, "enforcement_level")
|
|
2755
|
-
|
|
2756
|
-
@enforcement_level.setter
|
|
2757
|
-
def enforcement_level(self, value: Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]):
|
|
2758
|
-
pulumi.set(self, "enforcement_level", value)
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
if not MYPY:
|
|
2762
|
-
class SecretArchiveSettingsArgsDict(TypedDict):
|
|
2763
|
-
associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
|
|
2764
|
-
"""
|
|
2765
|
-
The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
|
|
2766
|
-
"""
|
|
2767
|
-
vault_uri: NotRequired[pulumi.Input[str]]
|
|
2768
|
-
"""
|
|
2769
|
-
The URI for the key vault used as the secret archive.
|
|
2770
|
-
"""
|
|
2771
|
-
elif False:
|
|
2772
|
-
SecretArchiveSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2773
|
-
|
|
2774
|
-
@pulumi.input_type
|
|
2775
|
-
class SecretArchiveSettingsArgs:
|
|
2776
|
-
def __init__(__self__, *,
|
|
2777
|
-
associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None,
|
|
2778
|
-
vault_uri: Optional[pulumi.Input[str]] = None):
|
|
2779
|
-
"""
|
|
2780
|
-
:param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
|
|
2781
|
-
:param pulumi.Input[str] vault_uri: The URI for the key vault used as the secret archive.
|
|
2782
|
-
"""
|
|
2783
|
-
if associated_identity is not None:
|
|
2784
|
-
pulumi.set(__self__, "associated_identity", associated_identity)
|
|
2785
|
-
if vault_uri is not None:
|
|
2786
|
-
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
2787
|
-
|
|
2788
|
-
@property
|
|
2789
|
-
@pulumi.getter(name="associatedIdentity")
|
|
2790
|
-
def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
|
|
2791
|
-
"""
|
|
2792
|
-
The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
|
|
2793
|
-
"""
|
|
2794
|
-
return pulumi.get(self, "associated_identity")
|
|
2795
|
-
|
|
2796
|
-
@associated_identity.setter
|
|
2797
|
-
def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
|
|
2798
|
-
pulumi.set(self, "associated_identity", value)
|
|
2799
|
-
|
|
2800
|
-
@property
|
|
2801
|
-
@pulumi.getter(name="vaultUri")
|
|
2802
|
-
def vault_uri(self) -> Optional[pulumi.Input[str]]:
|
|
2803
|
-
"""
|
|
2804
|
-
The URI for the key vault used as the secret archive.
|
|
2805
|
-
"""
|
|
2806
|
-
return pulumi.get(self, "vault_uri")
|
|
2807
|
-
|
|
2808
|
-
@vault_uri.setter
|
|
2809
|
-
def vault_uri(self, value: Optional[pulumi.Input[str]]):
|
|
2810
|
-
pulumi.set(self, "vault_uri", value)
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
if not MYPY:
|
|
2814
|
-
class ServiceLoadBalancerBgpPeerArgsDict(TypedDict):
|
|
2815
|
-
name: pulumi.Input[str]
|
|
2816
|
-
"""
|
|
2817
|
-
The name used to identify this BGP peer for association with a BGP advertisement.
|
|
2818
|
-
"""
|
|
2819
|
-
peer_address: pulumi.Input[str]
|
|
2820
|
-
"""
|
|
2821
|
-
The IPv4 or IPv6 address used to connect this BGP session.
|
|
2822
|
-
"""
|
|
2823
|
-
peer_asn: pulumi.Input[float]
|
|
2824
|
-
"""
|
|
2825
|
-
The autonomous system number expected from the remote end of the BGP session.
|
|
2826
|
-
"""
|
|
2827
|
-
bfd_enabled: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
|
|
2828
|
-
"""
|
|
2829
|
-
The indicator of BFD enablement for this BgpPeer.
|
|
2830
|
-
"""
|
|
2831
|
-
bgp_multi_hop: NotRequired[pulumi.Input[Union[str, 'BgpMultiHop']]]
|
|
2832
|
-
"""
|
|
2833
|
-
The indicator to enable multi-hop peering support.
|
|
2834
|
-
"""
|
|
2835
|
-
hold_time: NotRequired[pulumi.Input[str]]
|
|
2836
|
-
"""
|
|
2837
|
-
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
|
|
2838
|
-
"""
|
|
2839
|
-
keep_alive_time: NotRequired[pulumi.Input[str]]
|
|
2840
|
-
"""
|
|
2841
|
-
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
|
|
2842
|
-
"""
|
|
2843
|
-
my_asn: NotRequired[pulumi.Input[float]]
|
|
2844
|
-
"""
|
|
2845
|
-
The autonomous system number used for the local end of the BGP session.
|
|
2846
|
-
"""
|
|
2847
|
-
password: NotRequired[pulumi.Input[str]]
|
|
2848
|
-
"""
|
|
2849
|
-
The authentication password for routers enforcing TCP MD5 authenticated sessions.
|
|
2850
|
-
"""
|
|
2851
|
-
peer_port: NotRequired[pulumi.Input[float]]
|
|
2852
|
-
"""
|
|
2853
|
-
The port used to connect this BGP session.
|
|
2854
|
-
"""
|
|
2855
|
-
elif False:
|
|
2856
|
-
ServiceLoadBalancerBgpPeerArgsDict: TypeAlias = Mapping[str, Any]
|
|
2857
|
-
|
|
2858
|
-
@pulumi.input_type
|
|
2859
|
-
class ServiceLoadBalancerBgpPeerArgs:
|
|
2860
|
-
def __init__(__self__, *,
|
|
2861
|
-
name: pulumi.Input[str],
|
|
2862
|
-
peer_address: pulumi.Input[str],
|
|
2863
|
-
peer_asn: pulumi.Input[float],
|
|
2864
|
-
bfd_enabled: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
|
|
2865
|
-
bgp_multi_hop: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]] = None,
|
|
2866
|
-
hold_time: Optional[pulumi.Input[str]] = None,
|
|
2867
|
-
keep_alive_time: Optional[pulumi.Input[str]] = None,
|
|
2868
|
-
my_asn: Optional[pulumi.Input[float]] = None,
|
|
2869
|
-
password: Optional[pulumi.Input[str]] = None,
|
|
2870
|
-
peer_port: Optional[pulumi.Input[float]] = None):
|
|
2871
|
-
"""
|
|
2872
|
-
:param pulumi.Input[str] name: The name used to identify this BGP peer for association with a BGP advertisement.
|
|
2873
|
-
:param pulumi.Input[str] peer_address: The IPv4 or IPv6 address used to connect this BGP session.
|
|
2874
|
-
:param pulumi.Input[float] peer_asn: The autonomous system number expected from the remote end of the BGP session.
|
|
2875
|
-
:param pulumi.Input[Union[str, 'BfdEnabled']] bfd_enabled: The indicator of BFD enablement for this BgpPeer.
|
|
2876
|
-
:param pulumi.Input[Union[str, 'BgpMultiHop']] bgp_multi_hop: The indicator to enable multi-hop peering support.
|
|
2877
|
-
:param pulumi.Input[str] hold_time: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
|
|
2878
|
-
:param pulumi.Input[str] keep_alive_time: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
|
|
2879
|
-
:param pulumi.Input[float] my_asn: The autonomous system number used for the local end of the BGP session.
|
|
2880
|
-
:param pulumi.Input[str] password: The authentication password for routers enforcing TCP MD5 authenticated sessions.
|
|
2881
|
-
:param pulumi.Input[float] peer_port: The port used to connect this BGP session.
|
|
2882
|
-
"""
|
|
2883
|
-
pulumi.set(__self__, "name", name)
|
|
2884
|
-
pulumi.set(__self__, "peer_address", peer_address)
|
|
2885
|
-
pulumi.set(__self__, "peer_asn", peer_asn)
|
|
2886
|
-
if bfd_enabled is None:
|
|
2887
|
-
bfd_enabled = 'False'
|
|
2888
|
-
if bfd_enabled is not None:
|
|
2889
|
-
pulumi.set(__self__, "bfd_enabled", bfd_enabled)
|
|
2890
|
-
if bgp_multi_hop is None:
|
|
2891
|
-
bgp_multi_hop = 'False'
|
|
2892
|
-
if bgp_multi_hop is not None:
|
|
2893
|
-
pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
|
|
2894
|
-
if hold_time is not None:
|
|
2895
|
-
pulumi.set(__self__, "hold_time", hold_time)
|
|
2896
|
-
if keep_alive_time is not None:
|
|
2897
|
-
pulumi.set(__self__, "keep_alive_time", keep_alive_time)
|
|
2898
|
-
if my_asn is not None:
|
|
2899
|
-
pulumi.set(__self__, "my_asn", my_asn)
|
|
2900
|
-
if password is not None:
|
|
2901
|
-
pulumi.set(__self__, "password", password)
|
|
2902
|
-
if peer_port is None:
|
|
2903
|
-
peer_port = 179
|
|
2904
|
-
if peer_port is not None:
|
|
2905
|
-
pulumi.set(__self__, "peer_port", peer_port)
|
|
2906
|
-
|
|
2907
|
-
@property
|
|
2908
|
-
@pulumi.getter
|
|
2909
|
-
def name(self) -> pulumi.Input[str]:
|
|
2910
|
-
"""
|
|
2911
|
-
The name used to identify this BGP peer for association with a BGP advertisement.
|
|
2912
|
-
"""
|
|
2913
|
-
return pulumi.get(self, "name")
|
|
2914
|
-
|
|
2915
|
-
@name.setter
|
|
2916
|
-
def name(self, value: pulumi.Input[str]):
|
|
2917
|
-
pulumi.set(self, "name", value)
|
|
2918
|
-
|
|
2919
|
-
@property
|
|
2920
|
-
@pulumi.getter(name="peerAddress")
|
|
2921
|
-
def peer_address(self) -> pulumi.Input[str]:
|
|
2922
|
-
"""
|
|
2923
|
-
The IPv4 or IPv6 address used to connect this BGP session.
|
|
2924
|
-
"""
|
|
2925
|
-
return pulumi.get(self, "peer_address")
|
|
2926
|
-
|
|
2927
|
-
@peer_address.setter
|
|
2928
|
-
def peer_address(self, value: pulumi.Input[str]):
|
|
2929
|
-
pulumi.set(self, "peer_address", value)
|
|
2930
|
-
|
|
2931
|
-
@property
|
|
2932
|
-
@pulumi.getter(name="peerAsn")
|
|
2933
|
-
def peer_asn(self) -> pulumi.Input[float]:
|
|
2934
|
-
"""
|
|
2935
|
-
The autonomous system number expected from the remote end of the BGP session.
|
|
2936
|
-
"""
|
|
2937
|
-
return pulumi.get(self, "peer_asn")
|
|
2938
|
-
|
|
2939
|
-
@peer_asn.setter
|
|
2940
|
-
def peer_asn(self, value: pulumi.Input[float]):
|
|
2941
|
-
pulumi.set(self, "peer_asn", value)
|
|
2942
|
-
|
|
2943
|
-
@property
|
|
2944
|
-
@pulumi.getter(name="bfdEnabled")
|
|
2945
|
-
def bfd_enabled(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
|
|
2946
|
-
"""
|
|
2947
|
-
The indicator of BFD enablement for this BgpPeer.
|
|
2948
|
-
"""
|
|
2949
|
-
return pulumi.get(self, "bfd_enabled")
|
|
2950
|
-
|
|
2951
|
-
@bfd_enabled.setter
|
|
2952
|
-
def bfd_enabled(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
|
|
2953
|
-
pulumi.set(self, "bfd_enabled", value)
|
|
2954
|
-
|
|
2955
|
-
@property
|
|
2956
|
-
@pulumi.getter(name="bgpMultiHop")
|
|
2957
|
-
def bgp_multi_hop(self) -> Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]:
|
|
2958
|
-
"""
|
|
2959
|
-
The indicator to enable multi-hop peering support.
|
|
2960
|
-
"""
|
|
2961
|
-
return pulumi.get(self, "bgp_multi_hop")
|
|
2962
|
-
|
|
2963
|
-
@bgp_multi_hop.setter
|
|
2964
|
-
def bgp_multi_hop(self, value: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]):
|
|
2965
|
-
pulumi.set(self, "bgp_multi_hop", value)
|
|
2966
|
-
|
|
2967
|
-
@property
|
|
2968
|
-
@pulumi.getter(name="holdTime")
|
|
2969
|
-
def hold_time(self) -> Optional[pulumi.Input[str]]:
|
|
2970
|
-
"""
|
|
2971
|
-
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
|
|
2972
|
-
"""
|
|
2973
|
-
return pulumi.get(self, "hold_time")
|
|
2974
|
-
|
|
2975
|
-
@hold_time.setter
|
|
2976
|
-
def hold_time(self, value: Optional[pulumi.Input[str]]):
|
|
2977
|
-
pulumi.set(self, "hold_time", value)
|
|
2978
|
-
|
|
2979
|
-
@property
|
|
2980
|
-
@pulumi.getter(name="keepAliveTime")
|
|
2981
|
-
def keep_alive_time(self) -> Optional[pulumi.Input[str]]:
|
|
2982
|
-
"""
|
|
2983
|
-
Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
|
|
2984
|
-
"""
|
|
2985
|
-
return pulumi.get(self, "keep_alive_time")
|
|
2986
|
-
|
|
2987
|
-
@keep_alive_time.setter
|
|
2988
|
-
def keep_alive_time(self, value: Optional[pulumi.Input[str]]):
|
|
2989
|
-
pulumi.set(self, "keep_alive_time", value)
|
|
2990
|
-
|
|
2991
|
-
@property
|
|
2992
|
-
@pulumi.getter(name="myAsn")
|
|
2993
|
-
def my_asn(self) -> Optional[pulumi.Input[float]]:
|
|
2994
|
-
"""
|
|
2995
|
-
The autonomous system number used for the local end of the BGP session.
|
|
2996
|
-
"""
|
|
2997
|
-
return pulumi.get(self, "my_asn")
|
|
2998
|
-
|
|
2999
|
-
@my_asn.setter
|
|
3000
|
-
def my_asn(self, value: Optional[pulumi.Input[float]]):
|
|
3001
|
-
pulumi.set(self, "my_asn", value)
|
|
3002
|
-
|
|
3003
|
-
@property
|
|
3004
|
-
@pulumi.getter
|
|
3005
|
-
def password(self) -> Optional[pulumi.Input[str]]:
|
|
3006
|
-
"""
|
|
3007
|
-
The authentication password for routers enforcing TCP MD5 authenticated sessions.
|
|
3008
|
-
"""
|
|
3009
|
-
return pulumi.get(self, "password")
|
|
3010
|
-
|
|
3011
|
-
@password.setter
|
|
3012
|
-
def password(self, value: Optional[pulumi.Input[str]]):
|
|
3013
|
-
pulumi.set(self, "password", value)
|
|
3014
|
-
|
|
3015
|
-
@property
|
|
3016
|
-
@pulumi.getter(name="peerPort")
|
|
3017
|
-
def peer_port(self) -> Optional[pulumi.Input[float]]:
|
|
3018
|
-
"""
|
|
3019
|
-
The port used to connect this BGP session.
|
|
3020
|
-
"""
|
|
3021
|
-
return pulumi.get(self, "peer_port")
|
|
3022
|
-
|
|
3023
|
-
@peer_port.setter
|
|
3024
|
-
def peer_port(self, value: Optional[pulumi.Input[float]]):
|
|
3025
|
-
pulumi.set(self, "peer_port", value)
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
if not MYPY:
|
|
3029
|
-
class ServicePrincipalInformationArgsDict(TypedDict):
|
|
3030
|
-
application_id: pulumi.Input[str]
|
|
3031
|
-
"""
|
|
3032
|
-
The application ID, also known as client ID, of the service principal.
|
|
3033
|
-
"""
|
|
3034
|
-
password: pulumi.Input[str]
|
|
3035
|
-
"""
|
|
3036
|
-
The password of the service principal.
|
|
3037
|
-
"""
|
|
3038
|
-
principal_id: pulumi.Input[str]
|
|
3039
|
-
"""
|
|
3040
|
-
The principal ID, also known as the object ID, of the service principal.
|
|
3041
|
-
"""
|
|
3042
|
-
tenant_id: pulumi.Input[str]
|
|
3043
|
-
"""
|
|
3044
|
-
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
|
|
3045
|
-
"""
|
|
3046
|
-
elif False:
|
|
3047
|
-
ServicePrincipalInformationArgsDict: TypeAlias = Mapping[str, Any]
|
|
3048
|
-
|
|
3049
|
-
@pulumi.input_type
|
|
3050
|
-
class ServicePrincipalInformationArgs:
|
|
3051
|
-
def __init__(__self__, *,
|
|
3052
|
-
application_id: pulumi.Input[str],
|
|
3053
|
-
password: pulumi.Input[str],
|
|
3054
|
-
principal_id: pulumi.Input[str],
|
|
3055
|
-
tenant_id: pulumi.Input[str]):
|
|
3056
|
-
"""
|
|
3057
|
-
:param pulumi.Input[str] application_id: The application ID, also known as client ID, of the service principal.
|
|
3058
|
-
:param pulumi.Input[str] password: The password of the service principal.
|
|
3059
|
-
:param pulumi.Input[str] principal_id: The principal ID, also known as the object ID, of the service principal.
|
|
3060
|
-
:param pulumi.Input[str] tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
|
|
3061
|
-
"""
|
|
3062
|
-
pulumi.set(__self__, "application_id", application_id)
|
|
3063
|
-
pulumi.set(__self__, "password", password)
|
|
3064
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
3065
|
-
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
3066
|
-
|
|
3067
|
-
@property
|
|
3068
|
-
@pulumi.getter(name="applicationId")
|
|
3069
|
-
def application_id(self) -> pulumi.Input[str]:
|
|
3070
|
-
"""
|
|
3071
|
-
The application ID, also known as client ID, of the service principal.
|
|
3072
|
-
"""
|
|
3073
|
-
return pulumi.get(self, "application_id")
|
|
3074
|
-
|
|
3075
|
-
@application_id.setter
|
|
3076
|
-
def application_id(self, value: pulumi.Input[str]):
|
|
3077
|
-
pulumi.set(self, "application_id", value)
|
|
3078
|
-
|
|
3079
|
-
@property
|
|
3080
|
-
@pulumi.getter
|
|
3081
|
-
def password(self) -> pulumi.Input[str]:
|
|
3082
|
-
"""
|
|
3083
|
-
The password of the service principal.
|
|
3084
|
-
"""
|
|
3085
|
-
return pulumi.get(self, "password")
|
|
3086
|
-
|
|
3087
|
-
@password.setter
|
|
3088
|
-
def password(self, value: pulumi.Input[str]):
|
|
3089
|
-
pulumi.set(self, "password", value)
|
|
3090
|
-
|
|
3091
|
-
@property
|
|
3092
|
-
@pulumi.getter(name="principalId")
|
|
3093
|
-
def principal_id(self) -> pulumi.Input[str]:
|
|
3094
|
-
"""
|
|
3095
|
-
The principal ID, also known as the object ID, of the service principal.
|
|
3096
|
-
"""
|
|
3097
|
-
return pulumi.get(self, "principal_id")
|
|
3098
|
-
|
|
3099
|
-
@principal_id.setter
|
|
3100
|
-
def principal_id(self, value: pulumi.Input[str]):
|
|
3101
|
-
pulumi.set(self, "principal_id", value)
|
|
3102
|
-
|
|
3103
|
-
@property
|
|
3104
|
-
@pulumi.getter(name="tenantId")
|
|
3105
|
-
def tenant_id(self) -> pulumi.Input[str]:
|
|
3106
|
-
"""
|
|
3107
|
-
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
|
|
3108
|
-
"""
|
|
3109
|
-
return pulumi.get(self, "tenant_id")
|
|
3110
|
-
|
|
3111
|
-
@tenant_id.setter
|
|
3112
|
-
def tenant_id(self, value: pulumi.Input[str]):
|
|
3113
|
-
pulumi.set(self, "tenant_id", value)
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
if not MYPY:
|
|
3117
|
-
class SshPublicKeyArgsDict(TypedDict):
|
|
3118
|
-
key_data: pulumi.Input[str]
|
|
3119
|
-
"""
|
|
3120
|
-
The SSH public key data.
|
|
3121
|
-
"""
|
|
3122
|
-
elif False:
|
|
3123
|
-
SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
|
|
3124
|
-
|
|
3125
|
-
@pulumi.input_type
|
|
3126
|
-
class SshPublicKeyArgs:
|
|
3127
|
-
def __init__(__self__, *,
|
|
3128
|
-
key_data: pulumi.Input[str]):
|
|
3129
|
-
"""
|
|
3130
|
-
:param pulumi.Input[str] key_data: The SSH public key data.
|
|
3131
|
-
"""
|
|
3132
|
-
pulumi.set(__self__, "key_data", key_data)
|
|
3133
|
-
|
|
3134
|
-
@property
|
|
3135
|
-
@pulumi.getter(name="keyData")
|
|
3136
|
-
def key_data(self) -> pulumi.Input[str]:
|
|
3137
|
-
"""
|
|
3138
|
-
The SSH public key data.
|
|
3139
|
-
"""
|
|
3140
|
-
return pulumi.get(self, "key_data")
|
|
3141
|
-
|
|
3142
|
-
@key_data.setter
|
|
3143
|
-
def key_data(self, value: pulumi.Input[str]):
|
|
3144
|
-
pulumi.set(self, "key_data", value)
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
if not MYPY:
|
|
3148
|
-
class StorageApplianceConfigurationDataArgsDict(TypedDict):
|
|
3149
|
-
admin_credentials: pulumi.Input['AdministrativeCredentialsArgsDict']
|
|
3150
|
-
"""
|
|
3151
|
-
The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
|
|
3152
|
-
"""
|
|
3153
|
-
rack_slot: pulumi.Input[float]
|
|
3154
|
-
"""
|
|
3155
|
-
The slot that storage appliance is in the rack based on the BOM configuration.
|
|
3156
|
-
"""
|
|
3157
|
-
serial_number: pulumi.Input[str]
|
|
3158
|
-
"""
|
|
3159
|
-
The serial number of the appliance.
|
|
3160
|
-
"""
|
|
3161
|
-
storage_appliance_name: NotRequired[pulumi.Input[str]]
|
|
3162
|
-
"""
|
|
3163
|
-
The user-provided name for the storage appliance that will be created from this specification.
|
|
3164
|
-
"""
|
|
3165
|
-
elif False:
|
|
3166
|
-
StorageApplianceConfigurationDataArgsDict: TypeAlias = Mapping[str, Any]
|
|
3167
|
-
|
|
3168
|
-
@pulumi.input_type
|
|
3169
|
-
class StorageApplianceConfigurationDataArgs:
|
|
3170
|
-
def __init__(__self__, *,
|
|
3171
|
-
admin_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
|
|
3172
|
-
rack_slot: pulumi.Input[float],
|
|
3173
|
-
serial_number: pulumi.Input[str],
|
|
3174
|
-
storage_appliance_name: Optional[pulumi.Input[str]] = None):
|
|
3175
|
-
"""
|
|
3176
|
-
:param pulumi.Input['AdministrativeCredentialsArgs'] admin_credentials: The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
|
|
3177
|
-
:param pulumi.Input[float] rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
|
|
3178
|
-
:param pulumi.Input[str] serial_number: The serial number of the appliance.
|
|
3179
|
-
:param pulumi.Input[str] storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
|
|
3180
|
-
"""
|
|
3181
|
-
pulumi.set(__self__, "admin_credentials", admin_credentials)
|
|
3182
|
-
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
3183
|
-
pulumi.set(__self__, "serial_number", serial_number)
|
|
3184
|
-
if storage_appliance_name is not None:
|
|
3185
|
-
pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
|
|
3186
|
-
|
|
3187
|
-
@property
|
|
3188
|
-
@pulumi.getter(name="adminCredentials")
|
|
3189
|
-
def admin_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
|
|
3190
|
-
"""
|
|
3191
|
-
The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
|
|
3192
|
-
"""
|
|
3193
|
-
return pulumi.get(self, "admin_credentials")
|
|
3194
|
-
|
|
3195
|
-
@admin_credentials.setter
|
|
3196
|
-
def admin_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
|
|
3197
|
-
pulumi.set(self, "admin_credentials", value)
|
|
3198
|
-
|
|
3199
|
-
@property
|
|
3200
|
-
@pulumi.getter(name="rackSlot")
|
|
3201
|
-
def rack_slot(self) -> pulumi.Input[float]:
|
|
3202
|
-
"""
|
|
3203
|
-
The slot that storage appliance is in the rack based on the BOM configuration.
|
|
3204
|
-
"""
|
|
3205
|
-
return pulumi.get(self, "rack_slot")
|
|
3206
|
-
|
|
3207
|
-
@rack_slot.setter
|
|
3208
|
-
def rack_slot(self, value: pulumi.Input[float]):
|
|
3209
|
-
pulumi.set(self, "rack_slot", value)
|
|
3210
|
-
|
|
3211
|
-
@property
|
|
3212
|
-
@pulumi.getter(name="serialNumber")
|
|
3213
|
-
def serial_number(self) -> pulumi.Input[str]:
|
|
3214
|
-
"""
|
|
3215
|
-
The serial number of the appliance.
|
|
3216
|
-
"""
|
|
3217
|
-
return pulumi.get(self, "serial_number")
|
|
3218
|
-
|
|
3219
|
-
@serial_number.setter
|
|
3220
|
-
def serial_number(self, value: pulumi.Input[str]):
|
|
3221
|
-
pulumi.set(self, "serial_number", value)
|
|
3222
|
-
|
|
3223
|
-
@property
|
|
3224
|
-
@pulumi.getter(name="storageApplianceName")
|
|
3225
|
-
def storage_appliance_name(self) -> Optional[pulumi.Input[str]]:
|
|
3226
|
-
"""
|
|
3227
|
-
The user-provided name for the storage appliance that will be created from this specification.
|
|
3228
|
-
"""
|
|
3229
|
-
return pulumi.get(self, "storage_appliance_name")
|
|
3230
|
-
|
|
3231
|
-
@storage_appliance_name.setter
|
|
3232
|
-
def storage_appliance_name(self, value: Optional[pulumi.Input[str]]):
|
|
3233
|
-
pulumi.set(self, "storage_appliance_name", value)
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
if not MYPY:
|
|
3237
|
-
class StorageProfileArgsDict(TypedDict):
|
|
3238
|
-
os_disk: pulumi.Input['OsDiskArgsDict']
|
|
3239
|
-
"""
|
|
3240
|
-
The disk to use with this virtual machine.
|
|
3241
|
-
"""
|
|
3242
|
-
volume_attachments: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3243
|
-
"""
|
|
3244
|
-
The resource IDs of volumes that are requested to be attached to the virtual machine.
|
|
3245
|
-
"""
|
|
3246
|
-
elif False:
|
|
3247
|
-
StorageProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
3248
|
-
|
|
3249
|
-
@pulumi.input_type
|
|
3250
|
-
class StorageProfileArgs:
|
|
3251
|
-
def __init__(__self__, *,
|
|
3252
|
-
os_disk: pulumi.Input['OsDiskArgs'],
|
|
3253
|
-
volume_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
3254
|
-
"""
|
|
3255
|
-
:param pulumi.Input['OsDiskArgs'] os_disk: The disk to use with this virtual machine.
|
|
3256
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
|
|
3257
|
-
"""
|
|
3258
|
-
pulumi.set(__self__, "os_disk", os_disk)
|
|
3259
|
-
if volume_attachments is not None:
|
|
3260
|
-
pulumi.set(__self__, "volume_attachments", volume_attachments)
|
|
3261
|
-
|
|
3262
|
-
@property
|
|
3263
|
-
@pulumi.getter(name="osDisk")
|
|
3264
|
-
def os_disk(self) -> pulumi.Input['OsDiskArgs']:
|
|
3265
|
-
"""
|
|
3266
|
-
The disk to use with this virtual machine.
|
|
3267
|
-
"""
|
|
3268
|
-
return pulumi.get(self, "os_disk")
|
|
3269
|
-
|
|
3270
|
-
@os_disk.setter
|
|
3271
|
-
def os_disk(self, value: pulumi.Input['OsDiskArgs']):
|
|
3272
|
-
pulumi.set(self, "os_disk", value)
|
|
3273
|
-
|
|
3274
|
-
@property
|
|
3275
|
-
@pulumi.getter(name="volumeAttachments")
|
|
3276
|
-
def volume_attachments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3277
|
-
"""
|
|
3278
|
-
The resource IDs of volumes that are requested to be attached to the virtual machine.
|
|
3279
|
-
"""
|
|
3280
|
-
return pulumi.get(self, "volume_attachments")
|
|
3281
|
-
|
|
3282
|
-
@volume_attachments.setter
|
|
3283
|
-
def volume_attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3284
|
-
pulumi.set(self, "volume_attachments", value)
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
if not MYPY:
|
|
3288
|
-
class StringKeyValuePairArgsDict(TypedDict):
|
|
3289
|
-
key: pulumi.Input[str]
|
|
3290
|
-
"""
|
|
3291
|
-
The key to the mapped value.
|
|
3292
|
-
"""
|
|
3293
|
-
value: pulumi.Input[str]
|
|
3294
|
-
"""
|
|
3295
|
-
The value of the mapping key.
|
|
3296
|
-
"""
|
|
3297
|
-
elif False:
|
|
3298
|
-
StringKeyValuePairArgsDict: TypeAlias = Mapping[str, Any]
|
|
3299
|
-
|
|
3300
|
-
@pulumi.input_type
|
|
3301
|
-
class StringKeyValuePairArgs:
|
|
3302
|
-
def __init__(__self__, *,
|
|
3303
|
-
key: pulumi.Input[str],
|
|
3304
|
-
value: pulumi.Input[str]):
|
|
3305
|
-
"""
|
|
3306
|
-
:param pulumi.Input[str] key: The key to the mapped value.
|
|
3307
|
-
:param pulumi.Input[str] value: The value of the mapping key.
|
|
3308
|
-
"""
|
|
3309
|
-
pulumi.set(__self__, "key", key)
|
|
3310
|
-
pulumi.set(__self__, "value", value)
|
|
3311
|
-
|
|
3312
|
-
@property
|
|
3313
|
-
@pulumi.getter
|
|
3314
|
-
def key(self) -> pulumi.Input[str]:
|
|
3315
|
-
"""
|
|
3316
|
-
The key to the mapped value.
|
|
3317
|
-
"""
|
|
3318
|
-
return pulumi.get(self, "key")
|
|
3319
|
-
|
|
3320
|
-
@key.setter
|
|
3321
|
-
def key(self, value: pulumi.Input[str]):
|
|
3322
|
-
pulumi.set(self, "key", value)
|
|
3323
|
-
|
|
3324
|
-
@property
|
|
3325
|
-
@pulumi.getter
|
|
3326
|
-
def value(self) -> pulumi.Input[str]:
|
|
3327
|
-
"""
|
|
3328
|
-
The value of the mapping key.
|
|
3329
|
-
"""
|
|
3330
|
-
return pulumi.get(self, "value")
|
|
3331
|
-
|
|
3332
|
-
@value.setter
|
|
3333
|
-
def value(self, value: pulumi.Input[str]):
|
|
3334
|
-
pulumi.set(self, "value", value)
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
if not MYPY:
|
|
3338
|
-
class TrunkedNetworkAttachmentConfigurationArgsDict(TypedDict):
|
|
3339
|
-
network_id: pulumi.Input[str]
|
|
3340
|
-
"""
|
|
3341
|
-
The resource ID of the network that is being configured for attachment.
|
|
3342
|
-
"""
|
|
3343
|
-
plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
|
|
3344
|
-
"""
|
|
3345
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
3346
|
-
"""
|
|
3347
|
-
elif False:
|
|
3348
|
-
TrunkedNetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
3349
|
-
|
|
3350
|
-
@pulumi.input_type
|
|
3351
|
-
class TrunkedNetworkAttachmentConfigurationArgs:
|
|
3352
|
-
def __init__(__self__, *,
|
|
3353
|
-
network_id: pulumi.Input[str],
|
|
3354
|
-
plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
|
|
3355
|
-
"""
|
|
3356
|
-
:param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
|
|
3357
|
-
:param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
3358
|
-
"""
|
|
3359
|
-
pulumi.set(__self__, "network_id", network_id)
|
|
3360
|
-
if plugin_type is None:
|
|
3361
|
-
plugin_type = 'SRIOV'
|
|
3362
|
-
if plugin_type is not None:
|
|
3363
|
-
pulumi.set(__self__, "plugin_type", plugin_type)
|
|
3364
|
-
|
|
3365
|
-
@property
|
|
3366
|
-
@pulumi.getter(name="networkId")
|
|
3367
|
-
def network_id(self) -> pulumi.Input[str]:
|
|
3368
|
-
"""
|
|
3369
|
-
The resource ID of the network that is being configured for attachment.
|
|
3370
|
-
"""
|
|
3371
|
-
return pulumi.get(self, "network_id")
|
|
3372
|
-
|
|
3373
|
-
@network_id.setter
|
|
3374
|
-
def network_id(self, value: pulumi.Input[str]):
|
|
3375
|
-
pulumi.set(self, "network_id", value)
|
|
3376
|
-
|
|
3377
|
-
@property
|
|
3378
|
-
@pulumi.getter(name="pluginType")
|
|
3379
|
-
def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
|
|
3380
|
-
"""
|
|
3381
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
3382
|
-
"""
|
|
3383
|
-
return pulumi.get(self, "plugin_type")
|
|
3384
|
-
|
|
3385
|
-
@plugin_type.setter
|
|
3386
|
-
def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
|
|
3387
|
-
pulumi.set(self, "plugin_type", value)
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
if not MYPY:
|
|
3391
|
-
class ValidationThresholdArgsDict(TypedDict):
|
|
3392
|
-
grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]
|
|
3393
|
-
"""
|
|
3394
|
-
Selection of how the type evaluation is applied to the cluster calculation.
|
|
3395
|
-
"""
|
|
3396
|
-
type: pulumi.Input[Union[str, 'ValidationThresholdType']]
|
|
3397
|
-
"""
|
|
3398
|
-
Selection of how the threshold should be evaluated.
|
|
3399
|
-
"""
|
|
3400
|
-
value: pulumi.Input[float]
|
|
3401
|
-
"""
|
|
3402
|
-
The numeric threshold value.
|
|
3403
|
-
"""
|
|
3404
|
-
elif False:
|
|
3405
|
-
ValidationThresholdArgsDict: TypeAlias = Mapping[str, Any]
|
|
3406
|
-
|
|
3407
|
-
@pulumi.input_type
|
|
3408
|
-
class ValidationThresholdArgs:
|
|
3409
|
-
def __init__(__self__, *,
|
|
3410
|
-
grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']],
|
|
3411
|
-
type: pulumi.Input[Union[str, 'ValidationThresholdType']],
|
|
3412
|
-
value: pulumi.Input[float]):
|
|
3413
|
-
"""
|
|
3414
|
-
:param pulumi.Input[Union[str, 'ValidationThresholdGrouping']] grouping: Selection of how the type evaluation is applied to the cluster calculation.
|
|
3415
|
-
:param pulumi.Input[Union[str, 'ValidationThresholdType']] type: Selection of how the threshold should be evaluated.
|
|
3416
|
-
:param pulumi.Input[float] value: The numeric threshold value.
|
|
3417
|
-
"""
|
|
3418
|
-
pulumi.set(__self__, "grouping", grouping)
|
|
3419
|
-
pulumi.set(__self__, "type", type)
|
|
3420
|
-
pulumi.set(__self__, "value", value)
|
|
3421
|
-
|
|
3422
|
-
@property
|
|
3423
|
-
@pulumi.getter
|
|
3424
|
-
def grouping(self) -> pulumi.Input[Union[str, 'ValidationThresholdGrouping']]:
|
|
3425
|
-
"""
|
|
3426
|
-
Selection of how the type evaluation is applied to the cluster calculation.
|
|
3427
|
-
"""
|
|
3428
|
-
return pulumi.get(self, "grouping")
|
|
3429
|
-
|
|
3430
|
-
@grouping.setter
|
|
3431
|
-
def grouping(self, value: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]):
|
|
3432
|
-
pulumi.set(self, "grouping", value)
|
|
3433
|
-
|
|
3434
|
-
@property
|
|
3435
|
-
@pulumi.getter
|
|
3436
|
-
def type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
|
|
3437
|
-
"""
|
|
3438
|
-
Selection of how the threshold should be evaluated.
|
|
3439
|
-
"""
|
|
3440
|
-
return pulumi.get(self, "type")
|
|
3441
|
-
|
|
3442
|
-
@type.setter
|
|
3443
|
-
def type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
|
|
3444
|
-
pulumi.set(self, "type", value)
|
|
3445
|
-
|
|
3446
|
-
@property
|
|
3447
|
-
@pulumi.getter
|
|
3448
|
-
def value(self) -> pulumi.Input[float]:
|
|
3449
|
-
"""
|
|
3450
|
-
The numeric threshold value.
|
|
3451
|
-
"""
|
|
3452
|
-
return pulumi.get(self, "value")
|
|
3453
|
-
|
|
3454
|
-
@value.setter
|
|
3455
|
-
def value(self, value: pulumi.Input[float]):
|
|
3456
|
-
pulumi.set(self, "value", value)
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
if not MYPY:
|
|
3460
|
-
class VirtualMachinePlacementHintArgsDict(TypedDict):
|
|
3461
|
-
hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]
|
|
3462
|
-
"""
|
|
3463
|
-
The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
|
|
3464
|
-
"""
|
|
3465
|
-
resource_id: pulumi.Input[str]
|
|
3466
|
-
"""
|
|
3467
|
-
The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
|
|
3468
|
-
"""
|
|
3469
|
-
scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]
|
|
3470
|
-
"""
|
|
3471
|
-
The indicator of whether the hint is a hard or soft requirement during scheduling.
|
|
3472
|
-
"""
|
|
3473
|
-
scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]
|
|
3474
|
-
"""
|
|
3475
|
-
The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
|
|
3476
|
-
"""
|
|
3477
|
-
elif False:
|
|
3478
|
-
VirtualMachinePlacementHintArgsDict: TypeAlias = Mapping[str, Any]
|
|
3479
|
-
|
|
3480
|
-
@pulumi.input_type
|
|
3481
|
-
class VirtualMachinePlacementHintArgs:
|
|
3482
|
-
def __init__(__self__, *,
|
|
3483
|
-
hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']],
|
|
3484
|
-
resource_id: pulumi.Input[str],
|
|
3485
|
-
scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']],
|
|
3486
|
-
scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
|
|
3487
|
-
"""
|
|
3488
|
-
:param pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']] hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
|
|
3489
|
-
:param pulumi.Input[str] resource_id: The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
|
|
3490
|
-
:param pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']] scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
|
|
3491
|
-
:param pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']] scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
|
|
3492
|
-
"""
|
|
3493
|
-
pulumi.set(__self__, "hint_type", hint_type)
|
|
3494
|
-
pulumi.set(__self__, "resource_id", resource_id)
|
|
3495
|
-
pulumi.set(__self__, "scheduling_execution", scheduling_execution)
|
|
3496
|
-
pulumi.set(__self__, "scope", scope)
|
|
3497
|
-
|
|
3498
|
-
@property
|
|
3499
|
-
@pulumi.getter(name="hintType")
|
|
3500
|
-
def hint_type(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]:
|
|
3501
|
-
"""
|
|
3502
|
-
The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
|
|
3503
|
-
"""
|
|
3504
|
-
return pulumi.get(self, "hint_type")
|
|
3505
|
-
|
|
3506
|
-
@hint_type.setter
|
|
3507
|
-
def hint_type(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]):
|
|
3508
|
-
pulumi.set(self, "hint_type", value)
|
|
3509
|
-
|
|
3510
|
-
@property
|
|
3511
|
-
@pulumi.getter(name="resourceId")
|
|
3512
|
-
def resource_id(self) -> pulumi.Input[str]:
|
|
3513
|
-
"""
|
|
3514
|
-
The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
|
|
3515
|
-
"""
|
|
3516
|
-
return pulumi.get(self, "resource_id")
|
|
3517
|
-
|
|
3518
|
-
@resource_id.setter
|
|
3519
|
-
def resource_id(self, value: pulumi.Input[str]):
|
|
3520
|
-
pulumi.set(self, "resource_id", value)
|
|
3521
|
-
|
|
3522
|
-
@property
|
|
3523
|
-
@pulumi.getter(name="schedulingExecution")
|
|
3524
|
-
def scheduling_execution(self) -> pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]:
|
|
3525
|
-
"""
|
|
3526
|
-
The indicator of whether the hint is a hard or soft requirement during scheduling.
|
|
3527
|
-
"""
|
|
3528
|
-
return pulumi.get(self, "scheduling_execution")
|
|
3529
|
-
|
|
3530
|
-
@scheduling_execution.setter
|
|
3531
|
-
def scheduling_execution(self, value: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]):
|
|
3532
|
-
pulumi.set(self, "scheduling_execution", value)
|
|
3533
|
-
|
|
3534
|
-
@property
|
|
3535
|
-
@pulumi.getter
|
|
3536
|
-
def scope(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]:
|
|
3537
|
-
"""
|
|
3538
|
-
The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
|
|
3539
|
-
"""
|
|
3540
|
-
return pulumi.get(self, "scope")
|
|
3541
|
-
|
|
3542
|
-
@scope.setter
|
|
3543
|
-
def scope(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
|
|
3544
|
-
pulumi.set(self, "scope", value)
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
if not MYPY:
|
|
3548
|
-
class VulnerabilityScanningSettingsArgsDict(TypedDict):
|
|
3549
|
-
container_scan: NotRequired[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]]
|
|
3550
|
-
"""
|
|
3551
|
-
The mode selection for container vulnerability scanning.
|
|
3552
|
-
"""
|
|
3553
|
-
elif False:
|
|
3554
|
-
VulnerabilityScanningSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3555
|
-
|
|
3556
|
-
@pulumi.input_type
|
|
3557
|
-
class VulnerabilityScanningSettingsArgs:
|
|
3558
|
-
def __init__(__self__, *,
|
|
3559
|
-
container_scan: Optional[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]] = None):
|
|
3560
|
-
"""
|
|
3561
|
-
:param pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']] container_scan: The mode selection for container vulnerability scanning.
|
|
3562
|
-
"""
|
|
3563
|
-
if container_scan is None:
|
|
3564
|
-
container_scan = 'Enabled'
|
|
3565
|
-
if container_scan is not None:
|
|
3566
|
-
pulumi.set(__self__, "container_scan", container_scan)
|
|
3567
|
-
|
|
3568
|
-
@property
|
|
3569
|
-
@pulumi.getter(name="containerScan")
|
|
3570
|
-
def container_scan(self) -> Optional[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]]:
|
|
3571
|
-
"""
|
|
3572
|
-
The mode selection for container vulnerability scanning.
|
|
3573
|
-
"""
|
|
3574
|
-
return pulumi.get(self, "container_scan")
|
|
3575
|
-
|
|
3576
|
-
@container_scan.setter
|
|
3577
|
-
def container_scan(self, value: Optional[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]]):
|
|
3578
|
-
pulumi.set(self, "container_scan", value)
|
|
3579
|
-
|
|
3580
|
-
|