pulumi-azure-native 2.81.0__py3-none-any.whl → 2.81.0a1736153496__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/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.0a1736153496.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/RECORD +214 -278
- 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.0a1736153496.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.81.0.dist-info → pulumi_azure_native-2.81.0a1736153496.dist-info}/top_level.txt +0 -0
|
@@ -1,4372 +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 . import outputs
|
|
17
|
-
from ._enums import *
|
|
18
|
-
|
|
19
|
-
__all__ = [
|
|
20
|
-
'AadConfigurationResponse',
|
|
21
|
-
'AdministrativeCredentialsResponse',
|
|
22
|
-
'AdministratorConfigurationResponse',
|
|
23
|
-
'AgentOptionsResponse',
|
|
24
|
-
'AgentPoolUpgradeSettingsResponse',
|
|
25
|
-
'AnalyticsOutputSettingsResponse',
|
|
26
|
-
'AttachedNetworkConfigurationResponse',
|
|
27
|
-
'AvailableUpgradeResponse',
|
|
28
|
-
'BareMetalMachineConfigurationDataResponse',
|
|
29
|
-
'BgpAdvertisementResponse',
|
|
30
|
-
'BgpServiceLoadBalancerConfigurationResponse',
|
|
31
|
-
'ClusterAvailableUpgradeVersionResponse',
|
|
32
|
-
'ClusterAvailableVersionResponse',
|
|
33
|
-
'ClusterCapacityResponse',
|
|
34
|
-
'ClusterSecretArchiveResponse',
|
|
35
|
-
'ClusterUpdateStrategyResponse',
|
|
36
|
-
'CommandOutputSettingsResponse',
|
|
37
|
-
'ControlPlaneNodeConfigurationResponse',
|
|
38
|
-
'EgressEndpointResponse',
|
|
39
|
-
'EndpointDependencyResponse',
|
|
40
|
-
'ExtendedLocationResponse',
|
|
41
|
-
'FeatureStatusResponse',
|
|
42
|
-
'HardwareInventoryNetworkInterfaceResponse',
|
|
43
|
-
'HardwareInventoryResponse',
|
|
44
|
-
'HardwareValidationStatusResponse',
|
|
45
|
-
'IdentitySelectorResponse',
|
|
46
|
-
'ImageRepositoryCredentialsResponse',
|
|
47
|
-
'InitialAgentPoolConfigurationResponse',
|
|
48
|
-
'IpAddressPoolResponse',
|
|
49
|
-
'KeySetUserResponse',
|
|
50
|
-
'KeySetUserStatusResponse',
|
|
51
|
-
'KubernetesClusterNodeResponse',
|
|
52
|
-
'KubernetesLabelResponse',
|
|
53
|
-
'L2NetworkAttachmentConfigurationResponse',
|
|
54
|
-
'L2ServiceLoadBalancerConfigurationResponse',
|
|
55
|
-
'L3NetworkAttachmentConfigurationResponse',
|
|
56
|
-
'LldpNeighborResponse',
|
|
57
|
-
'ManagedResourceGroupConfigurationResponse',
|
|
58
|
-
'ManagedServiceIdentityResponse',
|
|
59
|
-
'NetworkAttachmentResponse',
|
|
60
|
-
'NetworkConfigurationResponse',
|
|
61
|
-
'NicResponse',
|
|
62
|
-
'OsDiskResponse',
|
|
63
|
-
'RackDefinitionResponse',
|
|
64
|
-
'RuntimeProtectionConfigurationResponse',
|
|
65
|
-
'RuntimeProtectionStatusResponse',
|
|
66
|
-
'SecretArchiveReferenceResponse',
|
|
67
|
-
'SecretArchiveSettingsResponse',
|
|
68
|
-
'SecretRotationStatusResponse',
|
|
69
|
-
'ServiceLoadBalancerBgpPeerResponse',
|
|
70
|
-
'ServicePrincipalInformationResponse',
|
|
71
|
-
'SshPublicKeyResponse',
|
|
72
|
-
'StorageApplianceConfigurationDataResponse',
|
|
73
|
-
'StorageProfileResponse',
|
|
74
|
-
'StringKeyValuePairResponse',
|
|
75
|
-
'SystemDataResponse',
|
|
76
|
-
'TrunkedNetworkAttachmentConfigurationResponse',
|
|
77
|
-
'UserAssignedIdentityResponse',
|
|
78
|
-
'ValidationThresholdResponse',
|
|
79
|
-
'VirtualMachinePlacementHintResponse',
|
|
80
|
-
'VulnerabilityScanningSettingsResponse',
|
|
81
|
-
]
|
|
82
|
-
|
|
83
|
-
@pulumi.output_type
|
|
84
|
-
class AadConfigurationResponse(dict):
|
|
85
|
-
@staticmethod
|
|
86
|
-
def __key_warning(key: str):
|
|
87
|
-
suggest = None
|
|
88
|
-
if key == "adminGroupObjectIds":
|
|
89
|
-
suggest = "admin_group_object_ids"
|
|
90
|
-
|
|
91
|
-
if suggest:
|
|
92
|
-
pulumi.log.warn(f"Key '{key}' not found in AadConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
93
|
-
|
|
94
|
-
def __getitem__(self, key: str) -> Any:
|
|
95
|
-
AadConfigurationResponse.__key_warning(key)
|
|
96
|
-
return super().__getitem__(key)
|
|
97
|
-
|
|
98
|
-
def get(self, key: str, default = None) -> Any:
|
|
99
|
-
AadConfigurationResponse.__key_warning(key)
|
|
100
|
-
return super().get(key, default)
|
|
101
|
-
|
|
102
|
-
def __init__(__self__, *,
|
|
103
|
-
admin_group_object_ids: Sequence[str]):
|
|
104
|
-
"""
|
|
105
|
-
:param Sequence[str] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
|
|
106
|
-
"""
|
|
107
|
-
pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
|
|
108
|
-
|
|
109
|
-
@property
|
|
110
|
-
@pulumi.getter(name="adminGroupObjectIds")
|
|
111
|
-
def admin_group_object_ids(self) -> Sequence[str]:
|
|
112
|
-
"""
|
|
113
|
-
The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
|
|
114
|
-
"""
|
|
115
|
-
return pulumi.get(self, "admin_group_object_ids")
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
@pulumi.output_type
|
|
119
|
-
class AdministrativeCredentialsResponse(dict):
|
|
120
|
-
def __init__(__self__, *,
|
|
121
|
-
password: str,
|
|
122
|
-
username: str):
|
|
123
|
-
"""
|
|
124
|
-
:param str password: The password of the administrator of the device used during initialization.
|
|
125
|
-
:param str username: The username of the administrator of the device used during initialization.
|
|
126
|
-
"""
|
|
127
|
-
pulumi.set(__self__, "password", password)
|
|
128
|
-
pulumi.set(__self__, "username", username)
|
|
129
|
-
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter
|
|
132
|
-
def password(self) -> str:
|
|
133
|
-
"""
|
|
134
|
-
The password of the administrator of the device used during initialization.
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "password")
|
|
137
|
-
|
|
138
|
-
@property
|
|
139
|
-
@pulumi.getter
|
|
140
|
-
def username(self) -> str:
|
|
141
|
-
"""
|
|
142
|
-
The username of the administrator of the device used during initialization.
|
|
143
|
-
"""
|
|
144
|
-
return pulumi.get(self, "username")
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
@pulumi.output_type
|
|
148
|
-
class AdministratorConfigurationResponse(dict):
|
|
149
|
-
@staticmethod
|
|
150
|
-
def __key_warning(key: str):
|
|
151
|
-
suggest = None
|
|
152
|
-
if key == "adminUsername":
|
|
153
|
-
suggest = "admin_username"
|
|
154
|
-
elif key == "sshPublicKeys":
|
|
155
|
-
suggest = "ssh_public_keys"
|
|
156
|
-
|
|
157
|
-
if suggest:
|
|
158
|
-
pulumi.log.warn(f"Key '{key}' not found in AdministratorConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
159
|
-
|
|
160
|
-
def __getitem__(self, key: str) -> Any:
|
|
161
|
-
AdministratorConfigurationResponse.__key_warning(key)
|
|
162
|
-
return super().__getitem__(key)
|
|
163
|
-
|
|
164
|
-
def get(self, key: str, default = None) -> Any:
|
|
165
|
-
AdministratorConfigurationResponse.__key_warning(key)
|
|
166
|
-
return super().get(key, default)
|
|
167
|
-
|
|
168
|
-
def __init__(__self__, *,
|
|
169
|
-
admin_username: Optional[str] = None,
|
|
170
|
-
ssh_public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
|
|
171
|
-
"""
|
|
172
|
-
:param 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.
|
|
173
|
-
:param Sequence['SshPublicKeyResponse'] 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.
|
|
174
|
-
"""
|
|
175
|
-
if admin_username is not None:
|
|
176
|
-
pulumi.set(__self__, "admin_username", admin_username)
|
|
177
|
-
if ssh_public_keys is not None:
|
|
178
|
-
pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
|
|
179
|
-
|
|
180
|
-
@property
|
|
181
|
-
@pulumi.getter(name="adminUsername")
|
|
182
|
-
def admin_username(self) -> Optional[str]:
|
|
183
|
-
"""
|
|
184
|
-
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.
|
|
185
|
-
"""
|
|
186
|
-
return pulumi.get(self, "admin_username")
|
|
187
|
-
|
|
188
|
-
@property
|
|
189
|
-
@pulumi.getter(name="sshPublicKeys")
|
|
190
|
-
def ssh_public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
|
|
191
|
-
"""
|
|
192
|
-
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.
|
|
193
|
-
"""
|
|
194
|
-
return pulumi.get(self, "ssh_public_keys")
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
@pulumi.output_type
|
|
198
|
-
class AgentOptionsResponse(dict):
|
|
199
|
-
@staticmethod
|
|
200
|
-
def __key_warning(key: str):
|
|
201
|
-
suggest = None
|
|
202
|
-
if key == "hugepagesCount":
|
|
203
|
-
suggest = "hugepages_count"
|
|
204
|
-
elif key == "hugepagesSize":
|
|
205
|
-
suggest = "hugepages_size"
|
|
206
|
-
|
|
207
|
-
if suggest:
|
|
208
|
-
pulumi.log.warn(f"Key '{key}' not found in AgentOptionsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
209
|
-
|
|
210
|
-
def __getitem__(self, key: str) -> Any:
|
|
211
|
-
AgentOptionsResponse.__key_warning(key)
|
|
212
|
-
return super().__getitem__(key)
|
|
213
|
-
|
|
214
|
-
def get(self, key: str, default = None) -> Any:
|
|
215
|
-
AgentOptionsResponse.__key_warning(key)
|
|
216
|
-
return super().get(key, default)
|
|
217
|
-
|
|
218
|
-
def __init__(__self__, *,
|
|
219
|
-
hugepages_count: float,
|
|
220
|
-
hugepages_size: Optional[str] = None):
|
|
221
|
-
"""
|
|
222
|
-
:param float hugepages_count: The number of hugepages to allocate.
|
|
223
|
-
:param str hugepages_size: The size of the hugepages to allocate.
|
|
224
|
-
"""
|
|
225
|
-
pulumi.set(__self__, "hugepages_count", hugepages_count)
|
|
226
|
-
if hugepages_size is None:
|
|
227
|
-
hugepages_size = '2M'
|
|
228
|
-
if hugepages_size is not None:
|
|
229
|
-
pulumi.set(__self__, "hugepages_size", hugepages_size)
|
|
230
|
-
|
|
231
|
-
@property
|
|
232
|
-
@pulumi.getter(name="hugepagesCount")
|
|
233
|
-
def hugepages_count(self) -> float:
|
|
234
|
-
"""
|
|
235
|
-
The number of hugepages to allocate.
|
|
236
|
-
"""
|
|
237
|
-
return pulumi.get(self, "hugepages_count")
|
|
238
|
-
|
|
239
|
-
@property
|
|
240
|
-
@pulumi.getter(name="hugepagesSize")
|
|
241
|
-
def hugepages_size(self) -> Optional[str]:
|
|
242
|
-
"""
|
|
243
|
-
The size of the hugepages to allocate.
|
|
244
|
-
"""
|
|
245
|
-
return pulumi.get(self, "hugepages_size")
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
@pulumi.output_type
|
|
249
|
-
class AgentPoolUpgradeSettingsResponse(dict):
|
|
250
|
-
@staticmethod
|
|
251
|
-
def __key_warning(key: str):
|
|
252
|
-
suggest = None
|
|
253
|
-
if key == "drainTimeout":
|
|
254
|
-
suggest = "drain_timeout"
|
|
255
|
-
elif key == "maxSurge":
|
|
256
|
-
suggest = "max_surge"
|
|
257
|
-
elif key == "maxUnavailable":
|
|
258
|
-
suggest = "max_unavailable"
|
|
259
|
-
|
|
260
|
-
if suggest:
|
|
261
|
-
pulumi.log.warn(f"Key '{key}' not found in AgentPoolUpgradeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
262
|
-
|
|
263
|
-
def __getitem__(self, key: str) -> Any:
|
|
264
|
-
AgentPoolUpgradeSettingsResponse.__key_warning(key)
|
|
265
|
-
return super().__getitem__(key)
|
|
266
|
-
|
|
267
|
-
def get(self, key: str, default = None) -> Any:
|
|
268
|
-
AgentPoolUpgradeSettingsResponse.__key_warning(key)
|
|
269
|
-
return super().get(key, default)
|
|
270
|
-
|
|
271
|
-
def __init__(__self__, *,
|
|
272
|
-
drain_timeout: Optional[float] = None,
|
|
273
|
-
max_surge: Optional[str] = None,
|
|
274
|
-
max_unavailable: Optional[str] = None):
|
|
275
|
-
"""
|
|
276
|
-
:param 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.
|
|
277
|
-
:param 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.
|
|
278
|
-
:param 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.
|
|
279
|
-
"""
|
|
280
|
-
if drain_timeout is not None:
|
|
281
|
-
pulumi.set(__self__, "drain_timeout", drain_timeout)
|
|
282
|
-
if max_surge is not None:
|
|
283
|
-
pulumi.set(__self__, "max_surge", max_surge)
|
|
284
|
-
if max_unavailable is not None:
|
|
285
|
-
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
286
|
-
|
|
287
|
-
@property
|
|
288
|
-
@pulumi.getter(name="drainTimeout")
|
|
289
|
-
def drain_timeout(self) -> Optional[float]:
|
|
290
|
-
"""
|
|
291
|
-
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.
|
|
292
|
-
"""
|
|
293
|
-
return pulumi.get(self, "drain_timeout")
|
|
294
|
-
|
|
295
|
-
@property
|
|
296
|
-
@pulumi.getter(name="maxSurge")
|
|
297
|
-
def max_surge(self) -> Optional[str]:
|
|
298
|
-
"""
|
|
299
|
-
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.
|
|
300
|
-
"""
|
|
301
|
-
return pulumi.get(self, "max_surge")
|
|
302
|
-
|
|
303
|
-
@property
|
|
304
|
-
@pulumi.getter(name="maxUnavailable")
|
|
305
|
-
def max_unavailable(self) -> Optional[str]:
|
|
306
|
-
"""
|
|
307
|
-
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.
|
|
308
|
-
"""
|
|
309
|
-
return pulumi.get(self, "max_unavailable")
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
@pulumi.output_type
|
|
313
|
-
class AnalyticsOutputSettingsResponse(dict):
|
|
314
|
-
@staticmethod
|
|
315
|
-
def __key_warning(key: str):
|
|
316
|
-
suggest = None
|
|
317
|
-
if key == "analyticsWorkspaceId":
|
|
318
|
-
suggest = "analytics_workspace_id"
|
|
319
|
-
elif key == "associatedIdentity":
|
|
320
|
-
suggest = "associated_identity"
|
|
321
|
-
|
|
322
|
-
if suggest:
|
|
323
|
-
pulumi.log.warn(f"Key '{key}' not found in AnalyticsOutputSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
324
|
-
|
|
325
|
-
def __getitem__(self, key: str) -> Any:
|
|
326
|
-
AnalyticsOutputSettingsResponse.__key_warning(key)
|
|
327
|
-
return super().__getitem__(key)
|
|
328
|
-
|
|
329
|
-
def get(self, key: str, default = None) -> Any:
|
|
330
|
-
AnalyticsOutputSettingsResponse.__key_warning(key)
|
|
331
|
-
return super().get(key, default)
|
|
332
|
-
|
|
333
|
-
def __init__(__self__, *,
|
|
334
|
-
analytics_workspace_id: Optional[str] = None,
|
|
335
|
-
associated_identity: Optional['outputs.IdentitySelectorResponse'] = None):
|
|
336
|
-
"""
|
|
337
|
-
:param str analytics_workspace_id: The resource ID of the analytics workspace that is to be used by the specified identity.
|
|
338
|
-
:param 'IdentitySelectorResponse' 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.
|
|
339
|
-
"""
|
|
340
|
-
if analytics_workspace_id is not None:
|
|
341
|
-
pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
|
|
342
|
-
if associated_identity is not None:
|
|
343
|
-
pulumi.set(__self__, "associated_identity", associated_identity)
|
|
344
|
-
|
|
345
|
-
@property
|
|
346
|
-
@pulumi.getter(name="analyticsWorkspaceId")
|
|
347
|
-
def analytics_workspace_id(self) -> Optional[str]:
|
|
348
|
-
"""
|
|
349
|
-
The resource ID of the analytics workspace that is to be used by the specified identity.
|
|
350
|
-
"""
|
|
351
|
-
return pulumi.get(self, "analytics_workspace_id")
|
|
352
|
-
|
|
353
|
-
@property
|
|
354
|
-
@pulumi.getter(name="associatedIdentity")
|
|
355
|
-
def associated_identity(self) -> Optional['outputs.IdentitySelectorResponse']:
|
|
356
|
-
"""
|
|
357
|
-
The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
|
|
358
|
-
"""
|
|
359
|
-
return pulumi.get(self, "associated_identity")
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
@pulumi.output_type
|
|
363
|
-
class AttachedNetworkConfigurationResponse(dict):
|
|
364
|
-
@staticmethod
|
|
365
|
-
def __key_warning(key: str):
|
|
366
|
-
suggest = None
|
|
367
|
-
if key == "l2Networks":
|
|
368
|
-
suggest = "l2_networks"
|
|
369
|
-
elif key == "l3Networks":
|
|
370
|
-
suggest = "l3_networks"
|
|
371
|
-
elif key == "trunkedNetworks":
|
|
372
|
-
suggest = "trunked_networks"
|
|
373
|
-
|
|
374
|
-
if suggest:
|
|
375
|
-
pulumi.log.warn(f"Key '{key}' not found in AttachedNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
376
|
-
|
|
377
|
-
def __getitem__(self, key: str) -> Any:
|
|
378
|
-
AttachedNetworkConfigurationResponse.__key_warning(key)
|
|
379
|
-
return super().__getitem__(key)
|
|
380
|
-
|
|
381
|
-
def get(self, key: str, default = None) -> Any:
|
|
382
|
-
AttachedNetworkConfigurationResponse.__key_warning(key)
|
|
383
|
-
return super().get(key, default)
|
|
384
|
-
|
|
385
|
-
def __init__(__self__, *,
|
|
386
|
-
l2_networks: Optional[Sequence['outputs.L2NetworkAttachmentConfigurationResponse']] = None,
|
|
387
|
-
l3_networks: Optional[Sequence['outputs.L3NetworkAttachmentConfigurationResponse']] = None,
|
|
388
|
-
trunked_networks: Optional[Sequence['outputs.TrunkedNetworkAttachmentConfigurationResponse']] = None):
|
|
389
|
-
"""
|
|
390
|
-
:param Sequence['L2NetworkAttachmentConfigurationResponse'] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
|
|
391
|
-
:param Sequence['L3NetworkAttachmentConfigurationResponse'] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
|
|
392
|
-
:param Sequence['TrunkedNetworkAttachmentConfigurationResponse'] trunked_networks: The list of Trunked Networks and related configuration for attachment.
|
|
393
|
-
"""
|
|
394
|
-
if l2_networks is not None:
|
|
395
|
-
pulumi.set(__self__, "l2_networks", l2_networks)
|
|
396
|
-
if l3_networks is not None:
|
|
397
|
-
pulumi.set(__self__, "l3_networks", l3_networks)
|
|
398
|
-
if trunked_networks is not None:
|
|
399
|
-
pulumi.set(__self__, "trunked_networks", trunked_networks)
|
|
400
|
-
|
|
401
|
-
@property
|
|
402
|
-
@pulumi.getter(name="l2Networks")
|
|
403
|
-
def l2_networks(self) -> Optional[Sequence['outputs.L2NetworkAttachmentConfigurationResponse']]:
|
|
404
|
-
"""
|
|
405
|
-
The list of Layer 2 Networks and related configuration for attachment.
|
|
406
|
-
"""
|
|
407
|
-
return pulumi.get(self, "l2_networks")
|
|
408
|
-
|
|
409
|
-
@property
|
|
410
|
-
@pulumi.getter(name="l3Networks")
|
|
411
|
-
def l3_networks(self) -> Optional[Sequence['outputs.L3NetworkAttachmentConfigurationResponse']]:
|
|
412
|
-
"""
|
|
413
|
-
The list of Layer 3 Networks and related configuration for attachment.
|
|
414
|
-
"""
|
|
415
|
-
return pulumi.get(self, "l3_networks")
|
|
416
|
-
|
|
417
|
-
@property
|
|
418
|
-
@pulumi.getter(name="trunkedNetworks")
|
|
419
|
-
def trunked_networks(self) -> Optional[Sequence['outputs.TrunkedNetworkAttachmentConfigurationResponse']]:
|
|
420
|
-
"""
|
|
421
|
-
The list of Trunked Networks and related configuration for attachment.
|
|
422
|
-
"""
|
|
423
|
-
return pulumi.get(self, "trunked_networks")
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
@pulumi.output_type
|
|
427
|
-
class AvailableUpgradeResponse(dict):
|
|
428
|
-
@staticmethod
|
|
429
|
-
def __key_warning(key: str):
|
|
430
|
-
suggest = None
|
|
431
|
-
if key == "availabilityLifecycle":
|
|
432
|
-
suggest = "availability_lifecycle"
|
|
433
|
-
|
|
434
|
-
if suggest:
|
|
435
|
-
pulumi.log.warn(f"Key '{key}' not found in AvailableUpgradeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
436
|
-
|
|
437
|
-
def __getitem__(self, key: str) -> Any:
|
|
438
|
-
AvailableUpgradeResponse.__key_warning(key)
|
|
439
|
-
return super().__getitem__(key)
|
|
440
|
-
|
|
441
|
-
def get(self, key: str, default = None) -> Any:
|
|
442
|
-
AvailableUpgradeResponse.__key_warning(key)
|
|
443
|
-
return super().get(key, default)
|
|
444
|
-
|
|
445
|
-
def __init__(__self__, *,
|
|
446
|
-
availability_lifecycle: str,
|
|
447
|
-
version: str):
|
|
448
|
-
"""
|
|
449
|
-
:param str availability_lifecycle: The version lifecycle indicator.
|
|
450
|
-
:param str version: The version available for upgrading.
|
|
451
|
-
"""
|
|
452
|
-
pulumi.set(__self__, "availability_lifecycle", availability_lifecycle)
|
|
453
|
-
pulumi.set(__self__, "version", version)
|
|
454
|
-
|
|
455
|
-
@property
|
|
456
|
-
@pulumi.getter(name="availabilityLifecycle")
|
|
457
|
-
def availability_lifecycle(self) -> str:
|
|
458
|
-
"""
|
|
459
|
-
The version lifecycle indicator.
|
|
460
|
-
"""
|
|
461
|
-
return pulumi.get(self, "availability_lifecycle")
|
|
462
|
-
|
|
463
|
-
@property
|
|
464
|
-
@pulumi.getter
|
|
465
|
-
def version(self) -> str:
|
|
466
|
-
"""
|
|
467
|
-
The version available for upgrading.
|
|
468
|
-
"""
|
|
469
|
-
return pulumi.get(self, "version")
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
@pulumi.output_type
|
|
473
|
-
class BareMetalMachineConfigurationDataResponse(dict):
|
|
474
|
-
@staticmethod
|
|
475
|
-
def __key_warning(key: str):
|
|
476
|
-
suggest = None
|
|
477
|
-
if key == "bmcConnectionString":
|
|
478
|
-
suggest = "bmc_connection_string"
|
|
479
|
-
elif key == "bmcCredentials":
|
|
480
|
-
suggest = "bmc_credentials"
|
|
481
|
-
elif key == "bmcMacAddress":
|
|
482
|
-
suggest = "bmc_mac_address"
|
|
483
|
-
elif key == "bootMacAddress":
|
|
484
|
-
suggest = "boot_mac_address"
|
|
485
|
-
elif key == "rackSlot":
|
|
486
|
-
suggest = "rack_slot"
|
|
487
|
-
elif key == "serialNumber":
|
|
488
|
-
suggest = "serial_number"
|
|
489
|
-
elif key == "machineDetails":
|
|
490
|
-
suggest = "machine_details"
|
|
491
|
-
elif key == "machineName":
|
|
492
|
-
suggest = "machine_name"
|
|
493
|
-
|
|
494
|
-
if suggest:
|
|
495
|
-
pulumi.log.warn(f"Key '{key}' not found in BareMetalMachineConfigurationDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
496
|
-
|
|
497
|
-
def __getitem__(self, key: str) -> Any:
|
|
498
|
-
BareMetalMachineConfigurationDataResponse.__key_warning(key)
|
|
499
|
-
return super().__getitem__(key)
|
|
500
|
-
|
|
501
|
-
def get(self, key: str, default = None) -> Any:
|
|
502
|
-
BareMetalMachineConfigurationDataResponse.__key_warning(key)
|
|
503
|
-
return super().get(key, default)
|
|
504
|
-
|
|
505
|
-
def __init__(__self__, *,
|
|
506
|
-
bmc_connection_string: str,
|
|
507
|
-
bmc_credentials: 'outputs.AdministrativeCredentialsResponse',
|
|
508
|
-
bmc_mac_address: str,
|
|
509
|
-
boot_mac_address: str,
|
|
510
|
-
rack_slot: float,
|
|
511
|
-
serial_number: str,
|
|
512
|
-
machine_details: Optional[str] = None,
|
|
513
|
-
machine_name: Optional[str] = None):
|
|
514
|
-
"""
|
|
515
|
-
:param str bmc_connection_string: The connection string for the baseboard management controller including IP address and protocol.
|
|
516
|
-
:param 'AdministrativeCredentialsResponse' 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.
|
|
517
|
-
:param str bmc_mac_address: The MAC address of the BMC for this machine.
|
|
518
|
-
:param str boot_mac_address: The MAC address associated with the PXE NIC card.
|
|
519
|
-
:param float rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
|
|
520
|
-
:param str serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
|
|
521
|
-
:param str machine_details: The free-form additional information about the machine, e.g. an asset tag.
|
|
522
|
-
:param str machine_name: The user-provided name for the bare metal machine created from this specification.
|
|
523
|
-
If not provided, the machine name will be generated programmatically.
|
|
524
|
-
"""
|
|
525
|
-
pulumi.set(__self__, "bmc_connection_string", bmc_connection_string)
|
|
526
|
-
pulumi.set(__self__, "bmc_credentials", bmc_credentials)
|
|
527
|
-
pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
|
|
528
|
-
pulumi.set(__self__, "boot_mac_address", boot_mac_address)
|
|
529
|
-
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
530
|
-
pulumi.set(__self__, "serial_number", serial_number)
|
|
531
|
-
if machine_details is not None:
|
|
532
|
-
pulumi.set(__self__, "machine_details", machine_details)
|
|
533
|
-
if machine_name is not None:
|
|
534
|
-
pulumi.set(__self__, "machine_name", machine_name)
|
|
535
|
-
|
|
536
|
-
@property
|
|
537
|
-
@pulumi.getter(name="bmcConnectionString")
|
|
538
|
-
def bmc_connection_string(self) -> str:
|
|
539
|
-
"""
|
|
540
|
-
The connection string for the baseboard management controller including IP address and protocol.
|
|
541
|
-
"""
|
|
542
|
-
return pulumi.get(self, "bmc_connection_string")
|
|
543
|
-
|
|
544
|
-
@property
|
|
545
|
-
@pulumi.getter(name="bmcCredentials")
|
|
546
|
-
def bmc_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
|
|
547
|
-
"""
|
|
548
|
-
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.
|
|
549
|
-
"""
|
|
550
|
-
return pulumi.get(self, "bmc_credentials")
|
|
551
|
-
|
|
552
|
-
@property
|
|
553
|
-
@pulumi.getter(name="bmcMacAddress")
|
|
554
|
-
def bmc_mac_address(self) -> str:
|
|
555
|
-
"""
|
|
556
|
-
The MAC address of the BMC for this machine.
|
|
557
|
-
"""
|
|
558
|
-
return pulumi.get(self, "bmc_mac_address")
|
|
559
|
-
|
|
560
|
-
@property
|
|
561
|
-
@pulumi.getter(name="bootMacAddress")
|
|
562
|
-
def boot_mac_address(self) -> str:
|
|
563
|
-
"""
|
|
564
|
-
The MAC address associated with the PXE NIC card.
|
|
565
|
-
"""
|
|
566
|
-
return pulumi.get(self, "boot_mac_address")
|
|
567
|
-
|
|
568
|
-
@property
|
|
569
|
-
@pulumi.getter(name="rackSlot")
|
|
570
|
-
def rack_slot(self) -> float:
|
|
571
|
-
"""
|
|
572
|
-
The slot the physical machine is in the rack based on the BOM configuration.
|
|
573
|
-
"""
|
|
574
|
-
return pulumi.get(self, "rack_slot")
|
|
575
|
-
|
|
576
|
-
@property
|
|
577
|
-
@pulumi.getter(name="serialNumber")
|
|
578
|
-
def serial_number(self) -> str:
|
|
579
|
-
"""
|
|
580
|
-
The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
|
|
581
|
-
"""
|
|
582
|
-
return pulumi.get(self, "serial_number")
|
|
583
|
-
|
|
584
|
-
@property
|
|
585
|
-
@pulumi.getter(name="machineDetails")
|
|
586
|
-
def machine_details(self) -> Optional[str]:
|
|
587
|
-
"""
|
|
588
|
-
The free-form additional information about the machine, e.g. an asset tag.
|
|
589
|
-
"""
|
|
590
|
-
return pulumi.get(self, "machine_details")
|
|
591
|
-
|
|
592
|
-
@property
|
|
593
|
-
@pulumi.getter(name="machineName")
|
|
594
|
-
def machine_name(self) -> Optional[str]:
|
|
595
|
-
"""
|
|
596
|
-
The user-provided name for the bare metal machine created from this specification.
|
|
597
|
-
If not provided, the machine name will be generated programmatically.
|
|
598
|
-
"""
|
|
599
|
-
return pulumi.get(self, "machine_name")
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
@pulumi.output_type
|
|
603
|
-
class BgpAdvertisementResponse(dict):
|
|
604
|
-
@staticmethod
|
|
605
|
-
def __key_warning(key: str):
|
|
606
|
-
suggest = None
|
|
607
|
-
if key == "ipAddressPools":
|
|
608
|
-
suggest = "ip_address_pools"
|
|
609
|
-
elif key == "advertiseToFabric":
|
|
610
|
-
suggest = "advertise_to_fabric"
|
|
611
|
-
|
|
612
|
-
if suggest:
|
|
613
|
-
pulumi.log.warn(f"Key '{key}' not found in BgpAdvertisementResponse. Access the value via the '{suggest}' property getter instead.")
|
|
614
|
-
|
|
615
|
-
def __getitem__(self, key: str) -> Any:
|
|
616
|
-
BgpAdvertisementResponse.__key_warning(key)
|
|
617
|
-
return super().__getitem__(key)
|
|
618
|
-
|
|
619
|
-
def get(self, key: str, default = None) -> Any:
|
|
620
|
-
BgpAdvertisementResponse.__key_warning(key)
|
|
621
|
-
return super().get(key, default)
|
|
622
|
-
|
|
623
|
-
def __init__(__self__, *,
|
|
624
|
-
ip_address_pools: Sequence[str],
|
|
625
|
-
advertise_to_fabric: Optional[str] = None,
|
|
626
|
-
communities: Optional[Sequence[str]] = None,
|
|
627
|
-
peers: Optional[Sequence[str]] = None):
|
|
628
|
-
"""
|
|
629
|
-
:param Sequence[str] ip_address_pools: The names of the IP address pools associated with this announcement.
|
|
630
|
-
:param str 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.
|
|
631
|
-
:param Sequence[str] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
|
|
632
|
-
:param Sequence[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.
|
|
633
|
-
"""
|
|
634
|
-
pulumi.set(__self__, "ip_address_pools", ip_address_pools)
|
|
635
|
-
if advertise_to_fabric is None:
|
|
636
|
-
advertise_to_fabric = 'True'
|
|
637
|
-
if advertise_to_fabric is not None:
|
|
638
|
-
pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
|
|
639
|
-
if communities is not None:
|
|
640
|
-
pulumi.set(__self__, "communities", communities)
|
|
641
|
-
if peers is not None:
|
|
642
|
-
pulumi.set(__self__, "peers", peers)
|
|
643
|
-
|
|
644
|
-
@property
|
|
645
|
-
@pulumi.getter(name="ipAddressPools")
|
|
646
|
-
def ip_address_pools(self) -> Sequence[str]:
|
|
647
|
-
"""
|
|
648
|
-
The names of the IP address pools associated with this announcement.
|
|
649
|
-
"""
|
|
650
|
-
return pulumi.get(self, "ip_address_pools")
|
|
651
|
-
|
|
652
|
-
@property
|
|
653
|
-
@pulumi.getter(name="advertiseToFabric")
|
|
654
|
-
def advertise_to_fabric(self) -> Optional[str]:
|
|
655
|
-
"""
|
|
656
|
-
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.
|
|
657
|
-
"""
|
|
658
|
-
return pulumi.get(self, "advertise_to_fabric")
|
|
659
|
-
|
|
660
|
-
@property
|
|
661
|
-
@pulumi.getter
|
|
662
|
-
def communities(self) -> Optional[Sequence[str]]:
|
|
663
|
-
"""
|
|
664
|
-
The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
|
|
665
|
-
"""
|
|
666
|
-
return pulumi.get(self, "communities")
|
|
667
|
-
|
|
668
|
-
@property
|
|
669
|
-
@pulumi.getter
|
|
670
|
-
def peers(self) -> Optional[Sequence[str]]:
|
|
671
|
-
"""
|
|
672
|
-
The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
|
|
673
|
-
"""
|
|
674
|
-
return pulumi.get(self, "peers")
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
@pulumi.output_type
|
|
678
|
-
class BgpServiceLoadBalancerConfigurationResponse(dict):
|
|
679
|
-
@staticmethod
|
|
680
|
-
def __key_warning(key: str):
|
|
681
|
-
suggest = None
|
|
682
|
-
if key == "bgpAdvertisements":
|
|
683
|
-
suggest = "bgp_advertisements"
|
|
684
|
-
elif key == "bgpPeers":
|
|
685
|
-
suggest = "bgp_peers"
|
|
686
|
-
elif key == "fabricPeeringEnabled":
|
|
687
|
-
suggest = "fabric_peering_enabled"
|
|
688
|
-
elif key == "ipAddressPools":
|
|
689
|
-
suggest = "ip_address_pools"
|
|
690
|
-
|
|
691
|
-
if suggest:
|
|
692
|
-
pulumi.log.warn(f"Key '{key}' not found in BgpServiceLoadBalancerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
693
|
-
|
|
694
|
-
def __getitem__(self, key: str) -> Any:
|
|
695
|
-
BgpServiceLoadBalancerConfigurationResponse.__key_warning(key)
|
|
696
|
-
return super().__getitem__(key)
|
|
697
|
-
|
|
698
|
-
def get(self, key: str, default = None) -> Any:
|
|
699
|
-
BgpServiceLoadBalancerConfigurationResponse.__key_warning(key)
|
|
700
|
-
return super().get(key, default)
|
|
701
|
-
|
|
702
|
-
def __init__(__self__, *,
|
|
703
|
-
bgp_advertisements: Optional[Sequence['outputs.BgpAdvertisementResponse']] = None,
|
|
704
|
-
bgp_peers: Optional[Sequence['outputs.ServiceLoadBalancerBgpPeerResponse']] = None,
|
|
705
|
-
fabric_peering_enabled: Optional[str] = None,
|
|
706
|
-
ip_address_pools: Optional[Sequence['outputs.IpAddressPoolResponse']] = None):
|
|
707
|
-
"""
|
|
708
|
-
:param Sequence['BgpAdvertisementResponse'] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
|
|
709
|
-
:param Sequence['ServiceLoadBalancerBgpPeerResponse'] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
|
|
710
|
-
:param str fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
|
|
711
|
-
:param Sequence['IpAddressPoolResponse'] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
|
|
712
|
-
"""
|
|
713
|
-
if bgp_advertisements is not None:
|
|
714
|
-
pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
|
|
715
|
-
if bgp_peers is not None:
|
|
716
|
-
pulumi.set(__self__, "bgp_peers", bgp_peers)
|
|
717
|
-
if fabric_peering_enabled is None:
|
|
718
|
-
fabric_peering_enabled = 'True'
|
|
719
|
-
if fabric_peering_enabled is not None:
|
|
720
|
-
pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
|
|
721
|
-
if ip_address_pools is not None:
|
|
722
|
-
pulumi.set(__self__, "ip_address_pools", ip_address_pools)
|
|
723
|
-
|
|
724
|
-
@property
|
|
725
|
-
@pulumi.getter(name="bgpAdvertisements")
|
|
726
|
-
def bgp_advertisements(self) -> Optional[Sequence['outputs.BgpAdvertisementResponse']]:
|
|
727
|
-
"""
|
|
728
|
-
The association of IP address pools to the communities and peers, allowing for announcement of IPs.
|
|
729
|
-
"""
|
|
730
|
-
return pulumi.get(self, "bgp_advertisements")
|
|
731
|
-
|
|
732
|
-
@property
|
|
733
|
-
@pulumi.getter(name="bgpPeers")
|
|
734
|
-
def bgp_peers(self) -> Optional[Sequence['outputs.ServiceLoadBalancerBgpPeerResponse']]:
|
|
735
|
-
"""
|
|
736
|
-
The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
|
|
737
|
-
"""
|
|
738
|
-
return pulumi.get(self, "bgp_peers")
|
|
739
|
-
|
|
740
|
-
@property
|
|
741
|
-
@pulumi.getter(name="fabricPeeringEnabled")
|
|
742
|
-
def fabric_peering_enabled(self) -> Optional[str]:
|
|
743
|
-
"""
|
|
744
|
-
The indicator to specify if the load balancer peers with the network fabric.
|
|
745
|
-
"""
|
|
746
|
-
return pulumi.get(self, "fabric_peering_enabled")
|
|
747
|
-
|
|
748
|
-
@property
|
|
749
|
-
@pulumi.getter(name="ipAddressPools")
|
|
750
|
-
def ip_address_pools(self) -> Optional[Sequence['outputs.IpAddressPoolResponse']]:
|
|
751
|
-
"""
|
|
752
|
-
The list of pools of IP addresses that can be allocated to load balancer services.
|
|
753
|
-
"""
|
|
754
|
-
return pulumi.get(self, "ip_address_pools")
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
@pulumi.output_type
|
|
758
|
-
class ClusterAvailableUpgradeVersionResponse(dict):
|
|
759
|
-
@staticmethod
|
|
760
|
-
def __key_warning(key: str):
|
|
761
|
-
suggest = None
|
|
762
|
-
if key == "controlImpact":
|
|
763
|
-
suggest = "control_impact"
|
|
764
|
-
elif key == "expectedDuration":
|
|
765
|
-
suggest = "expected_duration"
|
|
766
|
-
elif key == "impactDescription":
|
|
767
|
-
suggest = "impact_description"
|
|
768
|
-
elif key == "supportExpiryDate":
|
|
769
|
-
suggest = "support_expiry_date"
|
|
770
|
-
elif key == "targetClusterVersion":
|
|
771
|
-
suggest = "target_cluster_version"
|
|
772
|
-
elif key == "workloadImpact":
|
|
773
|
-
suggest = "workload_impact"
|
|
774
|
-
|
|
775
|
-
if suggest:
|
|
776
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterAvailableUpgradeVersionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
777
|
-
|
|
778
|
-
def __getitem__(self, key: str) -> Any:
|
|
779
|
-
ClusterAvailableUpgradeVersionResponse.__key_warning(key)
|
|
780
|
-
return super().__getitem__(key)
|
|
781
|
-
|
|
782
|
-
def get(self, key: str, default = None) -> Any:
|
|
783
|
-
ClusterAvailableUpgradeVersionResponse.__key_warning(key)
|
|
784
|
-
return super().get(key, default)
|
|
785
|
-
|
|
786
|
-
def __init__(__self__, *,
|
|
787
|
-
control_impact: str,
|
|
788
|
-
expected_duration: str,
|
|
789
|
-
impact_description: str,
|
|
790
|
-
support_expiry_date: str,
|
|
791
|
-
target_cluster_version: str,
|
|
792
|
-
workload_impact: str):
|
|
793
|
-
"""
|
|
794
|
-
:param str control_impact: The indicator of whether the control plane will be impacted during the upgrade.
|
|
795
|
-
:param str expected_duration: The expected duration needed for this upgrade.
|
|
796
|
-
:param str impact_description: The impact description including the specific details and release notes.
|
|
797
|
-
:param str support_expiry_date: The last date the version of the platform is supported.
|
|
798
|
-
:param str target_cluster_version: The target version this cluster will be upgraded to.
|
|
799
|
-
:param str workload_impact: The indicator of whether the workload will be impacted during the upgrade.
|
|
800
|
-
"""
|
|
801
|
-
pulumi.set(__self__, "control_impact", control_impact)
|
|
802
|
-
pulumi.set(__self__, "expected_duration", expected_duration)
|
|
803
|
-
pulumi.set(__self__, "impact_description", impact_description)
|
|
804
|
-
pulumi.set(__self__, "support_expiry_date", support_expiry_date)
|
|
805
|
-
pulumi.set(__self__, "target_cluster_version", target_cluster_version)
|
|
806
|
-
pulumi.set(__self__, "workload_impact", workload_impact)
|
|
807
|
-
|
|
808
|
-
@property
|
|
809
|
-
@pulumi.getter(name="controlImpact")
|
|
810
|
-
def control_impact(self) -> str:
|
|
811
|
-
"""
|
|
812
|
-
The indicator of whether the control plane will be impacted during the upgrade.
|
|
813
|
-
"""
|
|
814
|
-
return pulumi.get(self, "control_impact")
|
|
815
|
-
|
|
816
|
-
@property
|
|
817
|
-
@pulumi.getter(name="expectedDuration")
|
|
818
|
-
def expected_duration(self) -> str:
|
|
819
|
-
"""
|
|
820
|
-
The expected duration needed for this upgrade.
|
|
821
|
-
"""
|
|
822
|
-
return pulumi.get(self, "expected_duration")
|
|
823
|
-
|
|
824
|
-
@property
|
|
825
|
-
@pulumi.getter(name="impactDescription")
|
|
826
|
-
def impact_description(self) -> str:
|
|
827
|
-
"""
|
|
828
|
-
The impact description including the specific details and release notes.
|
|
829
|
-
"""
|
|
830
|
-
return pulumi.get(self, "impact_description")
|
|
831
|
-
|
|
832
|
-
@property
|
|
833
|
-
@pulumi.getter(name="supportExpiryDate")
|
|
834
|
-
def support_expiry_date(self) -> str:
|
|
835
|
-
"""
|
|
836
|
-
The last date the version of the platform is supported.
|
|
837
|
-
"""
|
|
838
|
-
return pulumi.get(self, "support_expiry_date")
|
|
839
|
-
|
|
840
|
-
@property
|
|
841
|
-
@pulumi.getter(name="targetClusterVersion")
|
|
842
|
-
def target_cluster_version(self) -> str:
|
|
843
|
-
"""
|
|
844
|
-
The target version this cluster will be upgraded to.
|
|
845
|
-
"""
|
|
846
|
-
return pulumi.get(self, "target_cluster_version")
|
|
847
|
-
|
|
848
|
-
@property
|
|
849
|
-
@pulumi.getter(name="workloadImpact")
|
|
850
|
-
def workload_impact(self) -> str:
|
|
851
|
-
"""
|
|
852
|
-
The indicator of whether the workload will be impacted during the upgrade.
|
|
853
|
-
"""
|
|
854
|
-
return pulumi.get(self, "workload_impact")
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
@pulumi.output_type
|
|
858
|
-
class ClusterAvailableVersionResponse(dict):
|
|
859
|
-
@staticmethod
|
|
860
|
-
def __key_warning(key: str):
|
|
861
|
-
suggest = None
|
|
862
|
-
if key == "supportExpiryDate":
|
|
863
|
-
suggest = "support_expiry_date"
|
|
864
|
-
elif key == "targetClusterVersion":
|
|
865
|
-
suggest = "target_cluster_version"
|
|
866
|
-
|
|
867
|
-
if suggest:
|
|
868
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterAvailableVersionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
869
|
-
|
|
870
|
-
def __getitem__(self, key: str) -> Any:
|
|
871
|
-
ClusterAvailableVersionResponse.__key_warning(key)
|
|
872
|
-
return super().__getitem__(key)
|
|
873
|
-
|
|
874
|
-
def get(self, key: str, default = None) -> Any:
|
|
875
|
-
ClusterAvailableVersionResponse.__key_warning(key)
|
|
876
|
-
return super().get(key, default)
|
|
877
|
-
|
|
878
|
-
def __init__(__self__, *,
|
|
879
|
-
support_expiry_date: str,
|
|
880
|
-
target_cluster_version: str):
|
|
881
|
-
"""
|
|
882
|
-
:param str support_expiry_date: The last date the version of the platform is supported.
|
|
883
|
-
:param str target_cluster_version: The version of the cluster to be deployed.
|
|
884
|
-
"""
|
|
885
|
-
pulumi.set(__self__, "support_expiry_date", support_expiry_date)
|
|
886
|
-
pulumi.set(__self__, "target_cluster_version", target_cluster_version)
|
|
887
|
-
|
|
888
|
-
@property
|
|
889
|
-
@pulumi.getter(name="supportExpiryDate")
|
|
890
|
-
def support_expiry_date(self) -> str:
|
|
891
|
-
"""
|
|
892
|
-
The last date the version of the platform is supported.
|
|
893
|
-
"""
|
|
894
|
-
return pulumi.get(self, "support_expiry_date")
|
|
895
|
-
|
|
896
|
-
@property
|
|
897
|
-
@pulumi.getter(name="targetClusterVersion")
|
|
898
|
-
def target_cluster_version(self) -> str:
|
|
899
|
-
"""
|
|
900
|
-
The version of the cluster to be deployed.
|
|
901
|
-
"""
|
|
902
|
-
return pulumi.get(self, "target_cluster_version")
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
@pulumi.output_type
|
|
906
|
-
class ClusterCapacityResponse(dict):
|
|
907
|
-
@staticmethod
|
|
908
|
-
def __key_warning(key: str):
|
|
909
|
-
suggest = None
|
|
910
|
-
if key == "availableApplianceStorageGB":
|
|
911
|
-
suggest = "available_appliance_storage_gb"
|
|
912
|
-
elif key == "availableCoreCount":
|
|
913
|
-
suggest = "available_core_count"
|
|
914
|
-
elif key == "availableHostStorageGB":
|
|
915
|
-
suggest = "available_host_storage_gb"
|
|
916
|
-
elif key == "availableMemoryGB":
|
|
917
|
-
suggest = "available_memory_gb"
|
|
918
|
-
elif key == "totalApplianceStorageGB":
|
|
919
|
-
suggest = "total_appliance_storage_gb"
|
|
920
|
-
elif key == "totalCoreCount":
|
|
921
|
-
suggest = "total_core_count"
|
|
922
|
-
elif key == "totalHostStorageGB":
|
|
923
|
-
suggest = "total_host_storage_gb"
|
|
924
|
-
elif key == "totalMemoryGB":
|
|
925
|
-
suggest = "total_memory_gb"
|
|
926
|
-
|
|
927
|
-
if suggest:
|
|
928
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterCapacityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
929
|
-
|
|
930
|
-
def __getitem__(self, key: str) -> Any:
|
|
931
|
-
ClusterCapacityResponse.__key_warning(key)
|
|
932
|
-
return super().__getitem__(key)
|
|
933
|
-
|
|
934
|
-
def get(self, key: str, default = None) -> Any:
|
|
935
|
-
ClusterCapacityResponse.__key_warning(key)
|
|
936
|
-
return super().get(key, default)
|
|
937
|
-
|
|
938
|
-
def __init__(__self__, *,
|
|
939
|
-
available_appliance_storage_gb: Optional[float] = None,
|
|
940
|
-
available_core_count: Optional[float] = None,
|
|
941
|
-
available_host_storage_gb: Optional[float] = None,
|
|
942
|
-
available_memory_gb: Optional[float] = None,
|
|
943
|
-
total_appliance_storage_gb: Optional[float] = None,
|
|
944
|
-
total_core_count: Optional[float] = None,
|
|
945
|
-
total_host_storage_gb: Optional[float] = None,
|
|
946
|
-
total_memory_gb: Optional[float] = None):
|
|
947
|
-
"""
|
|
948
|
-
:param float available_appliance_storage_gb: The remaining appliance-based storage in GB available for workload use. Measured in gibibytes.
|
|
949
|
-
:param float available_core_count: The remaining number of cores that are available in this cluster for workload use.
|
|
950
|
-
:param float available_host_storage_gb: The remaining machine or host-based storage in GB available for workload use. Measured in gibibytes.
|
|
951
|
-
:param float available_memory_gb: The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes.
|
|
952
|
-
:param float total_appliance_storage_gb: The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
|
|
953
|
-
:param float total_core_count: The total number of cores that are supported by this cluster for workload use.
|
|
954
|
-
:param float total_host_storage_gb: The total machine or host-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
|
|
955
|
-
:param float total_memory_gb: The total memory supported by this cluster for workload use. Measured in gibibytes.
|
|
956
|
-
"""
|
|
957
|
-
if available_appliance_storage_gb is not None:
|
|
958
|
-
pulumi.set(__self__, "available_appliance_storage_gb", available_appliance_storage_gb)
|
|
959
|
-
if available_core_count is not None:
|
|
960
|
-
pulumi.set(__self__, "available_core_count", available_core_count)
|
|
961
|
-
if available_host_storage_gb is not None:
|
|
962
|
-
pulumi.set(__self__, "available_host_storage_gb", available_host_storage_gb)
|
|
963
|
-
if available_memory_gb is not None:
|
|
964
|
-
pulumi.set(__self__, "available_memory_gb", available_memory_gb)
|
|
965
|
-
if total_appliance_storage_gb is not None:
|
|
966
|
-
pulumi.set(__self__, "total_appliance_storage_gb", total_appliance_storage_gb)
|
|
967
|
-
if total_core_count is not None:
|
|
968
|
-
pulumi.set(__self__, "total_core_count", total_core_count)
|
|
969
|
-
if total_host_storage_gb is not None:
|
|
970
|
-
pulumi.set(__self__, "total_host_storage_gb", total_host_storage_gb)
|
|
971
|
-
if total_memory_gb is not None:
|
|
972
|
-
pulumi.set(__self__, "total_memory_gb", total_memory_gb)
|
|
973
|
-
|
|
974
|
-
@property
|
|
975
|
-
@pulumi.getter(name="availableApplianceStorageGB")
|
|
976
|
-
def available_appliance_storage_gb(self) -> Optional[float]:
|
|
977
|
-
"""
|
|
978
|
-
The remaining appliance-based storage in GB available for workload use. Measured in gibibytes.
|
|
979
|
-
"""
|
|
980
|
-
return pulumi.get(self, "available_appliance_storage_gb")
|
|
981
|
-
|
|
982
|
-
@property
|
|
983
|
-
@pulumi.getter(name="availableCoreCount")
|
|
984
|
-
def available_core_count(self) -> Optional[float]:
|
|
985
|
-
"""
|
|
986
|
-
The remaining number of cores that are available in this cluster for workload use.
|
|
987
|
-
"""
|
|
988
|
-
return pulumi.get(self, "available_core_count")
|
|
989
|
-
|
|
990
|
-
@property
|
|
991
|
-
@pulumi.getter(name="availableHostStorageGB")
|
|
992
|
-
def available_host_storage_gb(self) -> Optional[float]:
|
|
993
|
-
"""
|
|
994
|
-
The remaining machine or host-based storage in GB available for workload use. Measured in gibibytes.
|
|
995
|
-
"""
|
|
996
|
-
return pulumi.get(self, "available_host_storage_gb")
|
|
997
|
-
|
|
998
|
-
@property
|
|
999
|
-
@pulumi.getter(name="availableMemoryGB")
|
|
1000
|
-
def available_memory_gb(self) -> Optional[float]:
|
|
1001
|
-
"""
|
|
1002
|
-
The remaining memory in GB that are available in this cluster for workload use. Measured in gibibytes.
|
|
1003
|
-
"""
|
|
1004
|
-
return pulumi.get(self, "available_memory_gb")
|
|
1005
|
-
|
|
1006
|
-
@property
|
|
1007
|
-
@pulumi.getter(name="totalApplianceStorageGB")
|
|
1008
|
-
def total_appliance_storage_gb(self) -> Optional[float]:
|
|
1009
|
-
"""
|
|
1010
|
-
The total appliance-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
|
|
1011
|
-
"""
|
|
1012
|
-
return pulumi.get(self, "total_appliance_storage_gb")
|
|
1013
|
-
|
|
1014
|
-
@property
|
|
1015
|
-
@pulumi.getter(name="totalCoreCount")
|
|
1016
|
-
def total_core_count(self) -> Optional[float]:
|
|
1017
|
-
"""
|
|
1018
|
-
The total number of cores that are supported by this cluster for workload use.
|
|
1019
|
-
"""
|
|
1020
|
-
return pulumi.get(self, "total_core_count")
|
|
1021
|
-
|
|
1022
|
-
@property
|
|
1023
|
-
@pulumi.getter(name="totalHostStorageGB")
|
|
1024
|
-
def total_host_storage_gb(self) -> Optional[float]:
|
|
1025
|
-
"""
|
|
1026
|
-
The total machine or host-based storage in GB supported by this cluster for workload use. Measured in gibibytes.
|
|
1027
|
-
"""
|
|
1028
|
-
return pulumi.get(self, "total_host_storage_gb")
|
|
1029
|
-
|
|
1030
|
-
@property
|
|
1031
|
-
@pulumi.getter(name="totalMemoryGB")
|
|
1032
|
-
def total_memory_gb(self) -> Optional[float]:
|
|
1033
|
-
"""
|
|
1034
|
-
The total memory supported by this cluster for workload use. Measured in gibibytes.
|
|
1035
|
-
"""
|
|
1036
|
-
return pulumi.get(self, "total_memory_gb")
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
@pulumi.output_type
|
|
1040
|
-
class ClusterSecretArchiveResponse(dict):
|
|
1041
|
-
@staticmethod
|
|
1042
|
-
def __key_warning(key: str):
|
|
1043
|
-
suggest = None
|
|
1044
|
-
if key == "keyVaultId":
|
|
1045
|
-
suggest = "key_vault_id"
|
|
1046
|
-
elif key == "useKeyVault":
|
|
1047
|
-
suggest = "use_key_vault"
|
|
1048
|
-
|
|
1049
|
-
if suggest:
|
|
1050
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterSecretArchiveResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1051
|
-
|
|
1052
|
-
def __getitem__(self, key: str) -> Any:
|
|
1053
|
-
ClusterSecretArchiveResponse.__key_warning(key)
|
|
1054
|
-
return super().__getitem__(key)
|
|
1055
|
-
|
|
1056
|
-
def get(self, key: str, default = None) -> Any:
|
|
1057
|
-
ClusterSecretArchiveResponse.__key_warning(key)
|
|
1058
|
-
return super().get(key, default)
|
|
1059
|
-
|
|
1060
|
-
def __init__(__self__, *,
|
|
1061
|
-
key_vault_id: str,
|
|
1062
|
-
use_key_vault: Optional[str] = None):
|
|
1063
|
-
"""
|
|
1064
|
-
:param str key_vault_id: The resource ID of the key vault to archive the secrets of the cluster.
|
|
1065
|
-
:param str use_key_vault: The indicator if the specified key vault should be used to archive the secrets of the cluster.
|
|
1066
|
-
"""
|
|
1067
|
-
pulumi.set(__self__, "key_vault_id", key_vault_id)
|
|
1068
|
-
if use_key_vault is None:
|
|
1069
|
-
use_key_vault = 'False'
|
|
1070
|
-
if use_key_vault is not None:
|
|
1071
|
-
pulumi.set(__self__, "use_key_vault", use_key_vault)
|
|
1072
|
-
|
|
1073
|
-
@property
|
|
1074
|
-
@pulumi.getter(name="keyVaultId")
|
|
1075
|
-
def key_vault_id(self) -> str:
|
|
1076
|
-
"""
|
|
1077
|
-
The resource ID of the key vault to archive the secrets of the cluster.
|
|
1078
|
-
"""
|
|
1079
|
-
return pulumi.get(self, "key_vault_id")
|
|
1080
|
-
|
|
1081
|
-
@property
|
|
1082
|
-
@pulumi.getter(name="useKeyVault")
|
|
1083
|
-
def use_key_vault(self) -> Optional[str]:
|
|
1084
|
-
"""
|
|
1085
|
-
The indicator if the specified key vault should be used to archive the secrets of the cluster.
|
|
1086
|
-
"""
|
|
1087
|
-
return pulumi.get(self, "use_key_vault")
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
@pulumi.output_type
|
|
1091
|
-
class ClusterUpdateStrategyResponse(dict):
|
|
1092
|
-
@staticmethod
|
|
1093
|
-
def __key_warning(key: str):
|
|
1094
|
-
suggest = None
|
|
1095
|
-
if key == "strategyType":
|
|
1096
|
-
suggest = "strategy_type"
|
|
1097
|
-
elif key == "thresholdType":
|
|
1098
|
-
suggest = "threshold_type"
|
|
1099
|
-
elif key == "thresholdValue":
|
|
1100
|
-
suggest = "threshold_value"
|
|
1101
|
-
elif key == "maxUnavailable":
|
|
1102
|
-
suggest = "max_unavailable"
|
|
1103
|
-
elif key == "waitTimeMinutes":
|
|
1104
|
-
suggest = "wait_time_minutes"
|
|
1105
|
-
|
|
1106
|
-
if suggest:
|
|
1107
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterUpdateStrategyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1108
|
-
|
|
1109
|
-
def __getitem__(self, key: str) -> Any:
|
|
1110
|
-
ClusterUpdateStrategyResponse.__key_warning(key)
|
|
1111
|
-
return super().__getitem__(key)
|
|
1112
|
-
|
|
1113
|
-
def get(self, key: str, default = None) -> Any:
|
|
1114
|
-
ClusterUpdateStrategyResponse.__key_warning(key)
|
|
1115
|
-
return super().get(key, default)
|
|
1116
|
-
|
|
1117
|
-
def __init__(__self__, *,
|
|
1118
|
-
strategy_type: str,
|
|
1119
|
-
threshold_type: str,
|
|
1120
|
-
threshold_value: float,
|
|
1121
|
-
max_unavailable: Optional[float] = None,
|
|
1122
|
-
wait_time_minutes: Optional[float] = None):
|
|
1123
|
-
"""
|
|
1124
|
-
:param str strategy_type: The mode of operation for runtime protection.
|
|
1125
|
-
:param str threshold_type: Selection of how the threshold should be evaluated.
|
|
1126
|
-
:param float threshold_value: The numeric threshold value.
|
|
1127
|
-
:param float max_unavailable: The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
|
|
1128
|
-
Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
|
|
1129
|
-
:param float wait_time_minutes: The time to wait between the increments of update defined by the strategy.
|
|
1130
|
-
"""
|
|
1131
|
-
pulumi.set(__self__, "strategy_type", strategy_type)
|
|
1132
|
-
pulumi.set(__self__, "threshold_type", threshold_type)
|
|
1133
|
-
pulumi.set(__self__, "threshold_value", threshold_value)
|
|
1134
|
-
if max_unavailable is not None:
|
|
1135
|
-
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
1136
|
-
if wait_time_minutes is None:
|
|
1137
|
-
wait_time_minutes = 15
|
|
1138
|
-
if wait_time_minutes is not None:
|
|
1139
|
-
pulumi.set(__self__, "wait_time_minutes", wait_time_minutes)
|
|
1140
|
-
|
|
1141
|
-
@property
|
|
1142
|
-
@pulumi.getter(name="strategyType")
|
|
1143
|
-
def strategy_type(self) -> str:
|
|
1144
|
-
"""
|
|
1145
|
-
The mode of operation for runtime protection.
|
|
1146
|
-
"""
|
|
1147
|
-
return pulumi.get(self, "strategy_type")
|
|
1148
|
-
|
|
1149
|
-
@property
|
|
1150
|
-
@pulumi.getter(name="thresholdType")
|
|
1151
|
-
def threshold_type(self) -> str:
|
|
1152
|
-
"""
|
|
1153
|
-
Selection of how the threshold should be evaluated.
|
|
1154
|
-
"""
|
|
1155
|
-
return pulumi.get(self, "threshold_type")
|
|
1156
|
-
|
|
1157
|
-
@property
|
|
1158
|
-
@pulumi.getter(name="thresholdValue")
|
|
1159
|
-
def threshold_value(self) -> float:
|
|
1160
|
-
"""
|
|
1161
|
-
The numeric threshold value.
|
|
1162
|
-
"""
|
|
1163
|
-
return pulumi.get(self, "threshold_value")
|
|
1164
|
-
|
|
1165
|
-
@property
|
|
1166
|
-
@pulumi.getter(name="maxUnavailable")
|
|
1167
|
-
def max_unavailable(self) -> Optional[float]:
|
|
1168
|
-
"""
|
|
1169
|
-
The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
|
|
1170
|
-
Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
|
|
1171
|
-
"""
|
|
1172
|
-
return pulumi.get(self, "max_unavailable")
|
|
1173
|
-
|
|
1174
|
-
@property
|
|
1175
|
-
@pulumi.getter(name="waitTimeMinutes")
|
|
1176
|
-
def wait_time_minutes(self) -> Optional[float]:
|
|
1177
|
-
"""
|
|
1178
|
-
The time to wait between the increments of update defined by the strategy.
|
|
1179
|
-
"""
|
|
1180
|
-
return pulumi.get(self, "wait_time_minutes")
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
@pulumi.output_type
|
|
1184
|
-
class CommandOutputSettingsResponse(dict):
|
|
1185
|
-
@staticmethod
|
|
1186
|
-
def __key_warning(key: str):
|
|
1187
|
-
suggest = None
|
|
1188
|
-
if key == "associatedIdentity":
|
|
1189
|
-
suggest = "associated_identity"
|
|
1190
|
-
elif key == "containerUrl":
|
|
1191
|
-
suggest = "container_url"
|
|
1192
|
-
|
|
1193
|
-
if suggest:
|
|
1194
|
-
pulumi.log.warn(f"Key '{key}' not found in CommandOutputSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1195
|
-
|
|
1196
|
-
def __getitem__(self, key: str) -> Any:
|
|
1197
|
-
CommandOutputSettingsResponse.__key_warning(key)
|
|
1198
|
-
return super().__getitem__(key)
|
|
1199
|
-
|
|
1200
|
-
def get(self, key: str, default = None) -> Any:
|
|
1201
|
-
CommandOutputSettingsResponse.__key_warning(key)
|
|
1202
|
-
return super().get(key, default)
|
|
1203
|
-
|
|
1204
|
-
def __init__(__self__, *,
|
|
1205
|
-
associated_identity: Optional['outputs.IdentitySelectorResponse'] = None,
|
|
1206
|
-
container_url: Optional[str] = None):
|
|
1207
|
-
"""
|
|
1208
|
-
:param 'IdentitySelectorResponse' 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.
|
|
1209
|
-
:param str container_url: The URL of the storage account container that is to be used by the specified identities.
|
|
1210
|
-
"""
|
|
1211
|
-
if associated_identity is not None:
|
|
1212
|
-
pulumi.set(__self__, "associated_identity", associated_identity)
|
|
1213
|
-
if container_url is not None:
|
|
1214
|
-
pulumi.set(__self__, "container_url", container_url)
|
|
1215
|
-
|
|
1216
|
-
@property
|
|
1217
|
-
@pulumi.getter(name="associatedIdentity")
|
|
1218
|
-
def associated_identity(self) -> Optional['outputs.IdentitySelectorResponse']:
|
|
1219
|
-
"""
|
|
1220
|
-
The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
|
|
1221
|
-
"""
|
|
1222
|
-
return pulumi.get(self, "associated_identity")
|
|
1223
|
-
|
|
1224
|
-
@property
|
|
1225
|
-
@pulumi.getter(name="containerUrl")
|
|
1226
|
-
def container_url(self) -> Optional[str]:
|
|
1227
|
-
"""
|
|
1228
|
-
The URL of the storage account container that is to be used by the specified identities.
|
|
1229
|
-
"""
|
|
1230
|
-
return pulumi.get(self, "container_url")
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
@pulumi.output_type
|
|
1234
|
-
class ControlPlaneNodeConfigurationResponse(dict):
|
|
1235
|
-
@staticmethod
|
|
1236
|
-
def __key_warning(key: str):
|
|
1237
|
-
suggest = None
|
|
1238
|
-
if key == "vmSkuName":
|
|
1239
|
-
suggest = "vm_sku_name"
|
|
1240
|
-
elif key == "administratorConfiguration":
|
|
1241
|
-
suggest = "administrator_configuration"
|
|
1242
|
-
elif key == "availabilityZones":
|
|
1243
|
-
suggest = "availability_zones"
|
|
1244
|
-
|
|
1245
|
-
if suggest:
|
|
1246
|
-
pulumi.log.warn(f"Key '{key}' not found in ControlPlaneNodeConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1247
|
-
|
|
1248
|
-
def __getitem__(self, key: str) -> Any:
|
|
1249
|
-
ControlPlaneNodeConfigurationResponse.__key_warning(key)
|
|
1250
|
-
return super().__getitem__(key)
|
|
1251
|
-
|
|
1252
|
-
def get(self, key: str, default = None) -> Any:
|
|
1253
|
-
ControlPlaneNodeConfigurationResponse.__key_warning(key)
|
|
1254
|
-
return super().get(key, default)
|
|
1255
|
-
|
|
1256
|
-
def __init__(__self__, *,
|
|
1257
|
-
count: float,
|
|
1258
|
-
vm_sku_name: str,
|
|
1259
|
-
administrator_configuration: Optional['outputs.AdministratorConfigurationResponse'] = None,
|
|
1260
|
-
availability_zones: Optional[Sequence[str]] = None):
|
|
1261
|
-
"""
|
|
1262
|
-
:param float count: The number of virtual machines that use this configuration.
|
|
1263
|
-
:param str vm_sku_name: The name of the VM SKU supplied during creation.
|
|
1264
|
-
:param 'AdministratorConfigurationResponse' administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
|
|
1265
|
-
:param Sequence[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.
|
|
1266
|
-
"""
|
|
1267
|
-
pulumi.set(__self__, "count", count)
|
|
1268
|
-
pulumi.set(__self__, "vm_sku_name", vm_sku_name)
|
|
1269
|
-
if administrator_configuration is not None:
|
|
1270
|
-
pulumi.set(__self__, "administrator_configuration", administrator_configuration)
|
|
1271
|
-
if availability_zones is not None:
|
|
1272
|
-
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
1273
|
-
|
|
1274
|
-
@property
|
|
1275
|
-
@pulumi.getter
|
|
1276
|
-
def count(self) -> float:
|
|
1277
|
-
"""
|
|
1278
|
-
The number of virtual machines that use this configuration.
|
|
1279
|
-
"""
|
|
1280
|
-
return pulumi.get(self, "count")
|
|
1281
|
-
|
|
1282
|
-
@property
|
|
1283
|
-
@pulumi.getter(name="vmSkuName")
|
|
1284
|
-
def vm_sku_name(self) -> str:
|
|
1285
|
-
"""
|
|
1286
|
-
The name of the VM SKU supplied during creation.
|
|
1287
|
-
"""
|
|
1288
|
-
return pulumi.get(self, "vm_sku_name")
|
|
1289
|
-
|
|
1290
|
-
@property
|
|
1291
|
-
@pulumi.getter(name="administratorConfiguration")
|
|
1292
|
-
def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
|
|
1293
|
-
"""
|
|
1294
|
-
The administrator credentials to be used for the nodes in the control plane.
|
|
1295
|
-
"""
|
|
1296
|
-
return pulumi.get(self, "administrator_configuration")
|
|
1297
|
-
|
|
1298
|
-
@property
|
|
1299
|
-
@pulumi.getter(name="availabilityZones")
|
|
1300
|
-
def availability_zones(self) -> Optional[Sequence[str]]:
|
|
1301
|
-
"""
|
|
1302
|
-
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.
|
|
1303
|
-
"""
|
|
1304
|
-
return pulumi.get(self, "availability_zones")
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
@pulumi.output_type
|
|
1308
|
-
class EgressEndpointResponse(dict):
|
|
1309
|
-
def __init__(__self__, *,
|
|
1310
|
-
category: str,
|
|
1311
|
-
endpoints: Sequence['outputs.EndpointDependencyResponse']):
|
|
1312
|
-
"""
|
|
1313
|
-
:param 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'.
|
|
1314
|
-
:param Sequence['EndpointDependencyResponse'] endpoints: The list of endpoint dependencies.
|
|
1315
|
-
"""
|
|
1316
|
-
pulumi.set(__self__, "category", category)
|
|
1317
|
-
pulumi.set(__self__, "endpoints", endpoints)
|
|
1318
|
-
|
|
1319
|
-
@property
|
|
1320
|
-
@pulumi.getter
|
|
1321
|
-
def category(self) -> str:
|
|
1322
|
-
"""
|
|
1323
|
-
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'.
|
|
1324
|
-
"""
|
|
1325
|
-
return pulumi.get(self, "category")
|
|
1326
|
-
|
|
1327
|
-
@property
|
|
1328
|
-
@pulumi.getter
|
|
1329
|
-
def endpoints(self) -> Sequence['outputs.EndpointDependencyResponse']:
|
|
1330
|
-
"""
|
|
1331
|
-
The list of endpoint dependencies.
|
|
1332
|
-
"""
|
|
1333
|
-
return pulumi.get(self, "endpoints")
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
@pulumi.output_type
|
|
1337
|
-
class EndpointDependencyResponse(dict):
|
|
1338
|
-
@staticmethod
|
|
1339
|
-
def __key_warning(key: str):
|
|
1340
|
-
suggest = None
|
|
1341
|
-
if key == "domainName":
|
|
1342
|
-
suggest = "domain_name"
|
|
1343
|
-
|
|
1344
|
-
if suggest:
|
|
1345
|
-
pulumi.log.warn(f"Key '{key}' not found in EndpointDependencyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1346
|
-
|
|
1347
|
-
def __getitem__(self, key: str) -> Any:
|
|
1348
|
-
EndpointDependencyResponse.__key_warning(key)
|
|
1349
|
-
return super().__getitem__(key)
|
|
1350
|
-
|
|
1351
|
-
def get(self, key: str, default = None) -> Any:
|
|
1352
|
-
EndpointDependencyResponse.__key_warning(key)
|
|
1353
|
-
return super().get(key, default)
|
|
1354
|
-
|
|
1355
|
-
def __init__(__self__, *,
|
|
1356
|
-
domain_name: str,
|
|
1357
|
-
port: Optional[float] = None):
|
|
1358
|
-
"""
|
|
1359
|
-
:param str domain_name: The domain name of the dependency.
|
|
1360
|
-
:param float port: The port of this endpoint.
|
|
1361
|
-
"""
|
|
1362
|
-
pulumi.set(__self__, "domain_name", domain_name)
|
|
1363
|
-
if port is not None:
|
|
1364
|
-
pulumi.set(__self__, "port", port)
|
|
1365
|
-
|
|
1366
|
-
@property
|
|
1367
|
-
@pulumi.getter(name="domainName")
|
|
1368
|
-
def domain_name(self) -> str:
|
|
1369
|
-
"""
|
|
1370
|
-
The domain name of the dependency.
|
|
1371
|
-
"""
|
|
1372
|
-
return pulumi.get(self, "domain_name")
|
|
1373
|
-
|
|
1374
|
-
@property
|
|
1375
|
-
@pulumi.getter
|
|
1376
|
-
def port(self) -> Optional[float]:
|
|
1377
|
-
"""
|
|
1378
|
-
The port of this endpoint.
|
|
1379
|
-
"""
|
|
1380
|
-
return pulumi.get(self, "port")
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
@pulumi.output_type
|
|
1384
|
-
class ExtendedLocationResponse(dict):
|
|
1385
|
-
def __init__(__self__, *,
|
|
1386
|
-
name: str,
|
|
1387
|
-
type: str):
|
|
1388
|
-
"""
|
|
1389
|
-
:param str name: The resource ID of the extended location on which the resource will be created.
|
|
1390
|
-
:param str type: The extended location type, for example, CustomLocation.
|
|
1391
|
-
"""
|
|
1392
|
-
pulumi.set(__self__, "name", name)
|
|
1393
|
-
pulumi.set(__self__, "type", type)
|
|
1394
|
-
|
|
1395
|
-
@property
|
|
1396
|
-
@pulumi.getter
|
|
1397
|
-
def name(self) -> str:
|
|
1398
|
-
"""
|
|
1399
|
-
The resource ID of the extended location on which the resource will be created.
|
|
1400
|
-
"""
|
|
1401
|
-
return pulumi.get(self, "name")
|
|
1402
|
-
|
|
1403
|
-
@property
|
|
1404
|
-
@pulumi.getter
|
|
1405
|
-
def type(self) -> str:
|
|
1406
|
-
"""
|
|
1407
|
-
The extended location type, for example, CustomLocation.
|
|
1408
|
-
"""
|
|
1409
|
-
return pulumi.get(self, "type")
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
@pulumi.output_type
|
|
1413
|
-
class FeatureStatusResponse(dict):
|
|
1414
|
-
@staticmethod
|
|
1415
|
-
def __key_warning(key: str):
|
|
1416
|
-
suggest = None
|
|
1417
|
-
if key == "detailedStatus":
|
|
1418
|
-
suggest = "detailed_status"
|
|
1419
|
-
elif key == "detailedStatusMessage":
|
|
1420
|
-
suggest = "detailed_status_message"
|
|
1421
|
-
|
|
1422
|
-
if suggest:
|
|
1423
|
-
pulumi.log.warn(f"Key '{key}' not found in FeatureStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1424
|
-
|
|
1425
|
-
def __getitem__(self, key: str) -> Any:
|
|
1426
|
-
FeatureStatusResponse.__key_warning(key)
|
|
1427
|
-
return super().__getitem__(key)
|
|
1428
|
-
|
|
1429
|
-
def get(self, key: str, default = None) -> Any:
|
|
1430
|
-
FeatureStatusResponse.__key_warning(key)
|
|
1431
|
-
return super().get(key, default)
|
|
1432
|
-
|
|
1433
|
-
def __init__(__self__, *,
|
|
1434
|
-
detailed_status: str,
|
|
1435
|
-
detailed_status_message: str,
|
|
1436
|
-
name: str,
|
|
1437
|
-
version: str):
|
|
1438
|
-
"""
|
|
1439
|
-
:param str detailed_status: The status representing the state of this feature.
|
|
1440
|
-
:param str detailed_status_message: The descriptive message about the current detailed status.
|
|
1441
|
-
:param str name: The name of the feature.
|
|
1442
|
-
:param str version: The version of the feature.
|
|
1443
|
-
"""
|
|
1444
|
-
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
1445
|
-
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
1446
|
-
pulumi.set(__self__, "name", name)
|
|
1447
|
-
pulumi.set(__self__, "version", version)
|
|
1448
|
-
|
|
1449
|
-
@property
|
|
1450
|
-
@pulumi.getter(name="detailedStatus")
|
|
1451
|
-
def detailed_status(self) -> str:
|
|
1452
|
-
"""
|
|
1453
|
-
The status representing the state of this feature.
|
|
1454
|
-
"""
|
|
1455
|
-
return pulumi.get(self, "detailed_status")
|
|
1456
|
-
|
|
1457
|
-
@property
|
|
1458
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
1459
|
-
def detailed_status_message(self) -> str:
|
|
1460
|
-
"""
|
|
1461
|
-
The descriptive message about the current detailed status.
|
|
1462
|
-
"""
|
|
1463
|
-
return pulumi.get(self, "detailed_status_message")
|
|
1464
|
-
|
|
1465
|
-
@property
|
|
1466
|
-
@pulumi.getter
|
|
1467
|
-
def name(self) -> str:
|
|
1468
|
-
"""
|
|
1469
|
-
The name of the feature.
|
|
1470
|
-
"""
|
|
1471
|
-
return pulumi.get(self, "name")
|
|
1472
|
-
|
|
1473
|
-
@property
|
|
1474
|
-
@pulumi.getter
|
|
1475
|
-
def version(self) -> str:
|
|
1476
|
-
"""
|
|
1477
|
-
The version of the feature.
|
|
1478
|
-
"""
|
|
1479
|
-
return pulumi.get(self, "version")
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
@pulumi.output_type
|
|
1483
|
-
class HardwareInventoryNetworkInterfaceResponse(dict):
|
|
1484
|
-
@staticmethod
|
|
1485
|
-
def __key_warning(key: str):
|
|
1486
|
-
suggest = None
|
|
1487
|
-
if key == "linkStatus":
|
|
1488
|
-
suggest = "link_status"
|
|
1489
|
-
elif key == "macAddress":
|
|
1490
|
-
suggest = "mac_address"
|
|
1491
|
-
elif key == "networkInterfaceId":
|
|
1492
|
-
suggest = "network_interface_id"
|
|
1493
|
-
|
|
1494
|
-
if suggest:
|
|
1495
|
-
pulumi.log.warn(f"Key '{key}' not found in HardwareInventoryNetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1496
|
-
|
|
1497
|
-
def __getitem__(self, key: str) -> Any:
|
|
1498
|
-
HardwareInventoryNetworkInterfaceResponse.__key_warning(key)
|
|
1499
|
-
return super().__getitem__(key)
|
|
1500
|
-
|
|
1501
|
-
def get(self, key: str, default = None) -> Any:
|
|
1502
|
-
HardwareInventoryNetworkInterfaceResponse.__key_warning(key)
|
|
1503
|
-
return super().get(key, default)
|
|
1504
|
-
|
|
1505
|
-
def __init__(__self__, *,
|
|
1506
|
-
link_status: str,
|
|
1507
|
-
mac_address: str,
|
|
1508
|
-
name: str,
|
|
1509
|
-
network_interface_id: str):
|
|
1510
|
-
"""
|
|
1511
|
-
:param str link_status: The current status of the link.
|
|
1512
|
-
:param str mac_address: The MAC address associated with this interface.
|
|
1513
|
-
:param str name: The name of the interface.
|
|
1514
|
-
:param str network_interface_id: The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
|
|
1515
|
-
"""
|
|
1516
|
-
pulumi.set(__self__, "link_status", link_status)
|
|
1517
|
-
pulumi.set(__self__, "mac_address", mac_address)
|
|
1518
|
-
pulumi.set(__self__, "name", name)
|
|
1519
|
-
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
1520
|
-
|
|
1521
|
-
@property
|
|
1522
|
-
@pulumi.getter(name="linkStatus")
|
|
1523
|
-
def link_status(self) -> str:
|
|
1524
|
-
"""
|
|
1525
|
-
The current status of the link.
|
|
1526
|
-
"""
|
|
1527
|
-
return pulumi.get(self, "link_status")
|
|
1528
|
-
|
|
1529
|
-
@property
|
|
1530
|
-
@pulumi.getter(name="macAddress")
|
|
1531
|
-
def mac_address(self) -> str:
|
|
1532
|
-
"""
|
|
1533
|
-
The MAC address associated with this interface.
|
|
1534
|
-
"""
|
|
1535
|
-
return pulumi.get(self, "mac_address")
|
|
1536
|
-
|
|
1537
|
-
@property
|
|
1538
|
-
@pulumi.getter
|
|
1539
|
-
def name(self) -> str:
|
|
1540
|
-
"""
|
|
1541
|
-
The name of the interface.
|
|
1542
|
-
"""
|
|
1543
|
-
return pulumi.get(self, "name")
|
|
1544
|
-
|
|
1545
|
-
@property
|
|
1546
|
-
@pulumi.getter(name="networkInterfaceId")
|
|
1547
|
-
def network_interface_id(self) -> str:
|
|
1548
|
-
"""
|
|
1549
|
-
The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
|
|
1550
|
-
"""
|
|
1551
|
-
return pulumi.get(self, "network_interface_id")
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
@pulumi.output_type
|
|
1555
|
-
class HardwareInventoryResponse(dict):
|
|
1556
|
-
@staticmethod
|
|
1557
|
-
def __key_warning(key: str):
|
|
1558
|
-
suggest = None
|
|
1559
|
-
if key == "additionalHostInformation":
|
|
1560
|
-
suggest = "additional_host_information"
|
|
1561
|
-
|
|
1562
|
-
if suggest:
|
|
1563
|
-
pulumi.log.warn(f"Key '{key}' not found in HardwareInventoryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1564
|
-
|
|
1565
|
-
def __getitem__(self, key: str) -> Any:
|
|
1566
|
-
HardwareInventoryResponse.__key_warning(key)
|
|
1567
|
-
return super().__getitem__(key)
|
|
1568
|
-
|
|
1569
|
-
def get(self, key: str, default = None) -> Any:
|
|
1570
|
-
HardwareInventoryResponse.__key_warning(key)
|
|
1571
|
-
return super().get(key, default)
|
|
1572
|
-
|
|
1573
|
-
def __init__(__self__, *,
|
|
1574
|
-
additional_host_information: str,
|
|
1575
|
-
interfaces: Sequence['outputs.HardwareInventoryNetworkInterfaceResponse'],
|
|
1576
|
-
nics: Sequence['outputs.NicResponse']):
|
|
1577
|
-
"""
|
|
1578
|
-
:param str additional_host_information: Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
|
|
1579
|
-
:param Sequence['HardwareInventoryNetworkInterfaceResponse'] interfaces: The list of network interfaces and associated details for the bare metal machine.
|
|
1580
|
-
:param Sequence['NicResponse'] nics: Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.
|
|
1581
|
-
"""
|
|
1582
|
-
pulumi.set(__self__, "additional_host_information", additional_host_information)
|
|
1583
|
-
pulumi.set(__self__, "interfaces", interfaces)
|
|
1584
|
-
pulumi.set(__self__, "nics", nics)
|
|
1585
|
-
|
|
1586
|
-
@property
|
|
1587
|
-
@pulumi.getter(name="additionalHostInformation")
|
|
1588
|
-
def additional_host_information(self) -> str:
|
|
1589
|
-
"""
|
|
1590
|
-
Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
|
|
1591
|
-
"""
|
|
1592
|
-
return pulumi.get(self, "additional_host_information")
|
|
1593
|
-
|
|
1594
|
-
@property
|
|
1595
|
-
@pulumi.getter
|
|
1596
|
-
def interfaces(self) -> Sequence['outputs.HardwareInventoryNetworkInterfaceResponse']:
|
|
1597
|
-
"""
|
|
1598
|
-
The list of network interfaces and associated details for the bare metal machine.
|
|
1599
|
-
"""
|
|
1600
|
-
return pulumi.get(self, "interfaces")
|
|
1601
|
-
|
|
1602
|
-
@property
|
|
1603
|
-
@pulumi.getter
|
|
1604
|
-
def nics(self) -> Sequence['outputs.NicResponse']:
|
|
1605
|
-
"""
|
|
1606
|
-
Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.
|
|
1607
|
-
"""
|
|
1608
|
-
return pulumi.get(self, "nics")
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
@pulumi.output_type
|
|
1612
|
-
class HardwareValidationStatusResponse(dict):
|
|
1613
|
-
@staticmethod
|
|
1614
|
-
def __key_warning(key: str):
|
|
1615
|
-
suggest = None
|
|
1616
|
-
if key == "lastValidationTime":
|
|
1617
|
-
suggest = "last_validation_time"
|
|
1618
|
-
|
|
1619
|
-
if suggest:
|
|
1620
|
-
pulumi.log.warn(f"Key '{key}' not found in HardwareValidationStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1621
|
-
|
|
1622
|
-
def __getitem__(self, key: str) -> Any:
|
|
1623
|
-
HardwareValidationStatusResponse.__key_warning(key)
|
|
1624
|
-
return super().__getitem__(key)
|
|
1625
|
-
|
|
1626
|
-
def get(self, key: str, default = None) -> Any:
|
|
1627
|
-
HardwareValidationStatusResponse.__key_warning(key)
|
|
1628
|
-
return super().get(key, default)
|
|
1629
|
-
|
|
1630
|
-
def __init__(__self__, *,
|
|
1631
|
-
last_validation_time: str,
|
|
1632
|
-
result: str):
|
|
1633
|
-
"""
|
|
1634
|
-
:param str last_validation_time: The timestamp of the hardware validation execution.
|
|
1635
|
-
:param str result: The outcome of the hardware validation.
|
|
1636
|
-
"""
|
|
1637
|
-
pulumi.set(__self__, "last_validation_time", last_validation_time)
|
|
1638
|
-
pulumi.set(__self__, "result", result)
|
|
1639
|
-
|
|
1640
|
-
@property
|
|
1641
|
-
@pulumi.getter(name="lastValidationTime")
|
|
1642
|
-
def last_validation_time(self) -> str:
|
|
1643
|
-
"""
|
|
1644
|
-
The timestamp of the hardware validation execution.
|
|
1645
|
-
"""
|
|
1646
|
-
return pulumi.get(self, "last_validation_time")
|
|
1647
|
-
|
|
1648
|
-
@property
|
|
1649
|
-
@pulumi.getter
|
|
1650
|
-
def result(self) -> str:
|
|
1651
|
-
"""
|
|
1652
|
-
The outcome of the hardware validation.
|
|
1653
|
-
"""
|
|
1654
|
-
return pulumi.get(self, "result")
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
@pulumi.output_type
|
|
1658
|
-
class IdentitySelectorResponse(dict):
|
|
1659
|
-
@staticmethod
|
|
1660
|
-
def __key_warning(key: str):
|
|
1661
|
-
suggest = None
|
|
1662
|
-
if key == "identityType":
|
|
1663
|
-
suggest = "identity_type"
|
|
1664
|
-
elif key == "userAssignedIdentityResourceId":
|
|
1665
|
-
suggest = "user_assigned_identity_resource_id"
|
|
1666
|
-
|
|
1667
|
-
if suggest:
|
|
1668
|
-
pulumi.log.warn(f"Key '{key}' not found in IdentitySelectorResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1669
|
-
|
|
1670
|
-
def __getitem__(self, key: str) -> Any:
|
|
1671
|
-
IdentitySelectorResponse.__key_warning(key)
|
|
1672
|
-
return super().__getitem__(key)
|
|
1673
|
-
|
|
1674
|
-
def get(self, key: str, default = None) -> Any:
|
|
1675
|
-
IdentitySelectorResponse.__key_warning(key)
|
|
1676
|
-
return super().get(key, default)
|
|
1677
|
-
|
|
1678
|
-
def __init__(__self__, *,
|
|
1679
|
-
identity_type: Optional[str] = None,
|
|
1680
|
-
user_assigned_identity_resource_id: Optional[str] = None):
|
|
1681
|
-
"""
|
|
1682
|
-
:param str identity_type: The type of managed identity that is being selected.
|
|
1683
|
-
:param str user_assigned_identity_resource_id: The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
|
|
1684
|
-
"""
|
|
1685
|
-
if identity_type is not None:
|
|
1686
|
-
pulumi.set(__self__, "identity_type", identity_type)
|
|
1687
|
-
if user_assigned_identity_resource_id is not None:
|
|
1688
|
-
pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
|
|
1689
|
-
|
|
1690
|
-
@property
|
|
1691
|
-
@pulumi.getter(name="identityType")
|
|
1692
|
-
def identity_type(self) -> Optional[str]:
|
|
1693
|
-
"""
|
|
1694
|
-
The type of managed identity that is being selected.
|
|
1695
|
-
"""
|
|
1696
|
-
return pulumi.get(self, "identity_type")
|
|
1697
|
-
|
|
1698
|
-
@property
|
|
1699
|
-
@pulumi.getter(name="userAssignedIdentityResourceId")
|
|
1700
|
-
def user_assigned_identity_resource_id(self) -> Optional[str]:
|
|
1701
|
-
"""
|
|
1702
|
-
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
|
|
1703
|
-
"""
|
|
1704
|
-
return pulumi.get(self, "user_assigned_identity_resource_id")
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
@pulumi.output_type
|
|
1708
|
-
class ImageRepositoryCredentialsResponse(dict):
|
|
1709
|
-
@staticmethod
|
|
1710
|
-
def __key_warning(key: str):
|
|
1711
|
-
suggest = None
|
|
1712
|
-
if key == "registryUrl":
|
|
1713
|
-
suggest = "registry_url"
|
|
1714
|
-
|
|
1715
|
-
if suggest:
|
|
1716
|
-
pulumi.log.warn(f"Key '{key}' not found in ImageRepositoryCredentialsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1717
|
-
|
|
1718
|
-
def __getitem__(self, key: str) -> Any:
|
|
1719
|
-
ImageRepositoryCredentialsResponse.__key_warning(key)
|
|
1720
|
-
return super().__getitem__(key)
|
|
1721
|
-
|
|
1722
|
-
def get(self, key: str, default = None) -> Any:
|
|
1723
|
-
ImageRepositoryCredentialsResponse.__key_warning(key)
|
|
1724
|
-
return super().get(key, default)
|
|
1725
|
-
|
|
1726
|
-
def __init__(__self__, *,
|
|
1727
|
-
password: str,
|
|
1728
|
-
registry_url: str,
|
|
1729
|
-
username: str):
|
|
1730
|
-
"""
|
|
1731
|
-
:param str password: The password or token used to access an image in the target repository.
|
|
1732
|
-
:param str registry_url: The URL of the authentication server used to validate the repository credentials.
|
|
1733
|
-
:param str username: The username used to access an image in the target repository.
|
|
1734
|
-
"""
|
|
1735
|
-
pulumi.set(__self__, "password", password)
|
|
1736
|
-
pulumi.set(__self__, "registry_url", registry_url)
|
|
1737
|
-
pulumi.set(__self__, "username", username)
|
|
1738
|
-
|
|
1739
|
-
@property
|
|
1740
|
-
@pulumi.getter
|
|
1741
|
-
def password(self) -> str:
|
|
1742
|
-
"""
|
|
1743
|
-
The password or token used to access an image in the target repository.
|
|
1744
|
-
"""
|
|
1745
|
-
return pulumi.get(self, "password")
|
|
1746
|
-
|
|
1747
|
-
@property
|
|
1748
|
-
@pulumi.getter(name="registryUrl")
|
|
1749
|
-
def registry_url(self) -> str:
|
|
1750
|
-
"""
|
|
1751
|
-
The URL of the authentication server used to validate the repository credentials.
|
|
1752
|
-
"""
|
|
1753
|
-
return pulumi.get(self, "registry_url")
|
|
1754
|
-
|
|
1755
|
-
@property
|
|
1756
|
-
@pulumi.getter
|
|
1757
|
-
def username(self) -> str:
|
|
1758
|
-
"""
|
|
1759
|
-
The username used to access an image in the target repository.
|
|
1760
|
-
"""
|
|
1761
|
-
return pulumi.get(self, "username")
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
@pulumi.output_type
|
|
1765
|
-
class InitialAgentPoolConfigurationResponse(dict):
|
|
1766
|
-
@staticmethod
|
|
1767
|
-
def __key_warning(key: str):
|
|
1768
|
-
suggest = None
|
|
1769
|
-
if key == "vmSkuName":
|
|
1770
|
-
suggest = "vm_sku_name"
|
|
1771
|
-
elif key == "administratorConfiguration":
|
|
1772
|
-
suggest = "administrator_configuration"
|
|
1773
|
-
elif key == "agentOptions":
|
|
1774
|
-
suggest = "agent_options"
|
|
1775
|
-
elif key == "attachedNetworkConfiguration":
|
|
1776
|
-
suggest = "attached_network_configuration"
|
|
1777
|
-
elif key == "availabilityZones":
|
|
1778
|
-
suggest = "availability_zones"
|
|
1779
|
-
elif key == "upgradeSettings":
|
|
1780
|
-
suggest = "upgrade_settings"
|
|
1781
|
-
|
|
1782
|
-
if suggest:
|
|
1783
|
-
pulumi.log.warn(f"Key '{key}' not found in InitialAgentPoolConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1784
|
-
|
|
1785
|
-
def __getitem__(self, key: str) -> Any:
|
|
1786
|
-
InitialAgentPoolConfigurationResponse.__key_warning(key)
|
|
1787
|
-
return super().__getitem__(key)
|
|
1788
|
-
|
|
1789
|
-
def get(self, key: str, default = None) -> Any:
|
|
1790
|
-
InitialAgentPoolConfigurationResponse.__key_warning(key)
|
|
1791
|
-
return super().get(key, default)
|
|
1792
|
-
|
|
1793
|
-
def __init__(__self__, *,
|
|
1794
|
-
count: float,
|
|
1795
|
-
mode: str,
|
|
1796
|
-
name: str,
|
|
1797
|
-
vm_sku_name: str,
|
|
1798
|
-
administrator_configuration: Optional['outputs.AdministratorConfigurationResponse'] = None,
|
|
1799
|
-
agent_options: Optional['outputs.AgentOptionsResponse'] = None,
|
|
1800
|
-
attached_network_configuration: Optional['outputs.AttachedNetworkConfigurationResponse'] = None,
|
|
1801
|
-
availability_zones: Optional[Sequence[str]] = None,
|
|
1802
|
-
labels: Optional[Sequence['outputs.KubernetesLabelResponse']] = None,
|
|
1803
|
-
taints: Optional[Sequence['outputs.KubernetesLabelResponse']] = None,
|
|
1804
|
-
upgrade_settings: Optional['outputs.AgentPoolUpgradeSettingsResponse'] = None):
|
|
1805
|
-
"""
|
|
1806
|
-
:param float count: The number of virtual machines that use this configuration.
|
|
1807
|
-
:param str 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.
|
|
1808
|
-
:param str name: The name that will be used for the agent pool resource representing this agent pool.
|
|
1809
|
-
:param str vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
|
|
1810
|
-
:param 'AdministratorConfigurationResponse' administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
|
|
1811
|
-
:param 'AgentOptionsResponse' agent_options: The configurations that will be applied to each agent in this agent pool.
|
|
1812
|
-
:param 'AttachedNetworkConfigurationResponse' attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
|
|
1813
|
-
:param Sequence[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.
|
|
1814
|
-
:param Sequence['KubernetesLabelResponse'] labels: The labels applied to the nodes in this agent pool.
|
|
1815
|
-
:param Sequence['KubernetesLabelResponse'] taints: The taints applied to the nodes in this agent pool.
|
|
1816
|
-
:param 'AgentPoolUpgradeSettingsResponse' upgrade_settings: The configuration of the agent pool.
|
|
1817
|
-
"""
|
|
1818
|
-
pulumi.set(__self__, "count", count)
|
|
1819
|
-
pulumi.set(__self__, "mode", mode)
|
|
1820
|
-
pulumi.set(__self__, "name", name)
|
|
1821
|
-
pulumi.set(__self__, "vm_sku_name", vm_sku_name)
|
|
1822
|
-
if administrator_configuration is not None:
|
|
1823
|
-
pulumi.set(__self__, "administrator_configuration", administrator_configuration)
|
|
1824
|
-
if agent_options is not None:
|
|
1825
|
-
pulumi.set(__self__, "agent_options", agent_options)
|
|
1826
|
-
if attached_network_configuration is not None:
|
|
1827
|
-
pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
|
|
1828
|
-
if availability_zones is not None:
|
|
1829
|
-
pulumi.set(__self__, "availability_zones", availability_zones)
|
|
1830
|
-
if labels is not None:
|
|
1831
|
-
pulumi.set(__self__, "labels", labels)
|
|
1832
|
-
if taints is not None:
|
|
1833
|
-
pulumi.set(__self__, "taints", taints)
|
|
1834
|
-
if upgrade_settings is not None:
|
|
1835
|
-
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
|
1836
|
-
|
|
1837
|
-
@property
|
|
1838
|
-
@pulumi.getter
|
|
1839
|
-
def count(self) -> float:
|
|
1840
|
-
"""
|
|
1841
|
-
The number of virtual machines that use this configuration.
|
|
1842
|
-
"""
|
|
1843
|
-
return pulumi.get(self, "count")
|
|
1844
|
-
|
|
1845
|
-
@property
|
|
1846
|
-
@pulumi.getter
|
|
1847
|
-
def mode(self) -> str:
|
|
1848
|
-
"""
|
|
1849
|
-
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.
|
|
1850
|
-
"""
|
|
1851
|
-
return pulumi.get(self, "mode")
|
|
1852
|
-
|
|
1853
|
-
@property
|
|
1854
|
-
@pulumi.getter
|
|
1855
|
-
def name(self) -> str:
|
|
1856
|
-
"""
|
|
1857
|
-
The name that will be used for the agent pool resource representing this agent pool.
|
|
1858
|
-
"""
|
|
1859
|
-
return pulumi.get(self, "name")
|
|
1860
|
-
|
|
1861
|
-
@property
|
|
1862
|
-
@pulumi.getter(name="vmSkuName")
|
|
1863
|
-
def vm_sku_name(self) -> str:
|
|
1864
|
-
"""
|
|
1865
|
-
The name of the VM SKU that determines the size of resources allocated for node VMs.
|
|
1866
|
-
"""
|
|
1867
|
-
return pulumi.get(self, "vm_sku_name")
|
|
1868
|
-
|
|
1869
|
-
@property
|
|
1870
|
-
@pulumi.getter(name="administratorConfiguration")
|
|
1871
|
-
def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
|
|
1872
|
-
"""
|
|
1873
|
-
The administrator credentials to be used for the nodes in this agent pool.
|
|
1874
|
-
"""
|
|
1875
|
-
return pulumi.get(self, "administrator_configuration")
|
|
1876
|
-
|
|
1877
|
-
@property
|
|
1878
|
-
@pulumi.getter(name="agentOptions")
|
|
1879
|
-
def agent_options(self) -> Optional['outputs.AgentOptionsResponse']:
|
|
1880
|
-
"""
|
|
1881
|
-
The configurations that will be applied to each agent in this agent pool.
|
|
1882
|
-
"""
|
|
1883
|
-
return pulumi.get(self, "agent_options")
|
|
1884
|
-
|
|
1885
|
-
@property
|
|
1886
|
-
@pulumi.getter(name="attachedNetworkConfiguration")
|
|
1887
|
-
def attached_network_configuration(self) -> Optional['outputs.AttachedNetworkConfigurationResponse']:
|
|
1888
|
-
"""
|
|
1889
|
-
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
|
|
1890
|
-
"""
|
|
1891
|
-
return pulumi.get(self, "attached_network_configuration")
|
|
1892
|
-
|
|
1893
|
-
@property
|
|
1894
|
-
@pulumi.getter(name="availabilityZones")
|
|
1895
|
-
def availability_zones(self) -> Optional[Sequence[str]]:
|
|
1896
|
-
"""
|
|
1897
|
-
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.
|
|
1898
|
-
"""
|
|
1899
|
-
return pulumi.get(self, "availability_zones")
|
|
1900
|
-
|
|
1901
|
-
@property
|
|
1902
|
-
@pulumi.getter
|
|
1903
|
-
def labels(self) -> Optional[Sequence['outputs.KubernetesLabelResponse']]:
|
|
1904
|
-
"""
|
|
1905
|
-
The labels applied to the nodes in this agent pool.
|
|
1906
|
-
"""
|
|
1907
|
-
return pulumi.get(self, "labels")
|
|
1908
|
-
|
|
1909
|
-
@property
|
|
1910
|
-
@pulumi.getter
|
|
1911
|
-
def taints(self) -> Optional[Sequence['outputs.KubernetesLabelResponse']]:
|
|
1912
|
-
"""
|
|
1913
|
-
The taints applied to the nodes in this agent pool.
|
|
1914
|
-
"""
|
|
1915
|
-
return pulumi.get(self, "taints")
|
|
1916
|
-
|
|
1917
|
-
@property
|
|
1918
|
-
@pulumi.getter(name="upgradeSettings")
|
|
1919
|
-
def upgrade_settings(self) -> Optional['outputs.AgentPoolUpgradeSettingsResponse']:
|
|
1920
|
-
"""
|
|
1921
|
-
The configuration of the agent pool.
|
|
1922
|
-
"""
|
|
1923
|
-
return pulumi.get(self, "upgrade_settings")
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
@pulumi.output_type
|
|
1927
|
-
class IpAddressPoolResponse(dict):
|
|
1928
|
-
@staticmethod
|
|
1929
|
-
def __key_warning(key: str):
|
|
1930
|
-
suggest = None
|
|
1931
|
-
if key == "autoAssign":
|
|
1932
|
-
suggest = "auto_assign"
|
|
1933
|
-
elif key == "onlyUseHostIps":
|
|
1934
|
-
suggest = "only_use_host_ips"
|
|
1935
|
-
|
|
1936
|
-
if suggest:
|
|
1937
|
-
pulumi.log.warn(f"Key '{key}' not found in IpAddressPoolResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1938
|
-
|
|
1939
|
-
def __getitem__(self, key: str) -> Any:
|
|
1940
|
-
IpAddressPoolResponse.__key_warning(key)
|
|
1941
|
-
return super().__getitem__(key)
|
|
1942
|
-
|
|
1943
|
-
def get(self, key: str, default = None) -> Any:
|
|
1944
|
-
IpAddressPoolResponse.__key_warning(key)
|
|
1945
|
-
return super().get(key, default)
|
|
1946
|
-
|
|
1947
|
-
def __init__(__self__, *,
|
|
1948
|
-
addresses: Sequence[str],
|
|
1949
|
-
name: str,
|
|
1950
|
-
auto_assign: Optional[str] = None,
|
|
1951
|
-
only_use_host_ips: Optional[str] = None):
|
|
1952
|
-
"""
|
|
1953
|
-
:param Sequence[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.
|
|
1954
|
-
:param str name: The name used to identify this IP address pool for association with a BGP advertisement.
|
|
1955
|
-
:param str auto_assign: The indicator to determine if automatic allocation from the pool should occur.
|
|
1956
|
-
:param str 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.
|
|
1957
|
-
"""
|
|
1958
|
-
pulumi.set(__self__, "addresses", addresses)
|
|
1959
|
-
pulumi.set(__self__, "name", name)
|
|
1960
|
-
if auto_assign is None:
|
|
1961
|
-
auto_assign = 'True'
|
|
1962
|
-
if auto_assign is not None:
|
|
1963
|
-
pulumi.set(__self__, "auto_assign", auto_assign)
|
|
1964
|
-
if only_use_host_ips is None:
|
|
1965
|
-
only_use_host_ips = 'True'
|
|
1966
|
-
if only_use_host_ips is not None:
|
|
1967
|
-
pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
|
|
1968
|
-
|
|
1969
|
-
@property
|
|
1970
|
-
@pulumi.getter
|
|
1971
|
-
def addresses(self) -> Sequence[str]:
|
|
1972
|
-
"""
|
|
1973
|
-
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.
|
|
1974
|
-
"""
|
|
1975
|
-
return pulumi.get(self, "addresses")
|
|
1976
|
-
|
|
1977
|
-
@property
|
|
1978
|
-
@pulumi.getter
|
|
1979
|
-
def name(self) -> str:
|
|
1980
|
-
"""
|
|
1981
|
-
The name used to identify this IP address pool for association with a BGP advertisement.
|
|
1982
|
-
"""
|
|
1983
|
-
return pulumi.get(self, "name")
|
|
1984
|
-
|
|
1985
|
-
@property
|
|
1986
|
-
@pulumi.getter(name="autoAssign")
|
|
1987
|
-
def auto_assign(self) -> Optional[str]:
|
|
1988
|
-
"""
|
|
1989
|
-
The indicator to determine if automatic allocation from the pool should occur.
|
|
1990
|
-
"""
|
|
1991
|
-
return pulumi.get(self, "auto_assign")
|
|
1992
|
-
|
|
1993
|
-
@property
|
|
1994
|
-
@pulumi.getter(name="onlyUseHostIps")
|
|
1995
|
-
def only_use_host_ips(self) -> Optional[str]:
|
|
1996
|
-
"""
|
|
1997
|
-
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.
|
|
1998
|
-
"""
|
|
1999
|
-
return pulumi.get(self, "only_use_host_ips")
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
@pulumi.output_type
|
|
2003
|
-
class KeySetUserResponse(dict):
|
|
2004
|
-
@staticmethod
|
|
2005
|
-
def __key_warning(key: str):
|
|
2006
|
-
suggest = None
|
|
2007
|
-
if key == "azureUserName":
|
|
2008
|
-
suggest = "azure_user_name"
|
|
2009
|
-
elif key == "sshPublicKey":
|
|
2010
|
-
suggest = "ssh_public_key"
|
|
2011
|
-
elif key == "userPrincipalName":
|
|
2012
|
-
suggest = "user_principal_name"
|
|
2013
|
-
|
|
2014
|
-
if suggest:
|
|
2015
|
-
pulumi.log.warn(f"Key '{key}' not found in KeySetUserResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2016
|
-
|
|
2017
|
-
def __getitem__(self, key: str) -> Any:
|
|
2018
|
-
KeySetUserResponse.__key_warning(key)
|
|
2019
|
-
return super().__getitem__(key)
|
|
2020
|
-
|
|
2021
|
-
def get(self, key: str, default = None) -> Any:
|
|
2022
|
-
KeySetUserResponse.__key_warning(key)
|
|
2023
|
-
return super().get(key, default)
|
|
2024
|
-
|
|
2025
|
-
def __init__(__self__, *,
|
|
2026
|
-
azure_user_name: str,
|
|
2027
|
-
ssh_public_key: 'outputs.SshPublicKeyResponse',
|
|
2028
|
-
description: Optional[str] = None,
|
|
2029
|
-
user_principal_name: Optional[str] = None):
|
|
2030
|
-
"""
|
|
2031
|
-
:param str azure_user_name: The user name that will be used for access.
|
|
2032
|
-
:param 'SshPublicKeyResponse' 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.
|
|
2033
|
-
:param str description: The free-form description for this user.
|
|
2034
|
-
:param str user_principal_name: The user principal name (email format) used to validate this user's group membership.
|
|
2035
|
-
"""
|
|
2036
|
-
pulumi.set(__self__, "azure_user_name", azure_user_name)
|
|
2037
|
-
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
2038
|
-
if description is not None:
|
|
2039
|
-
pulumi.set(__self__, "description", description)
|
|
2040
|
-
if user_principal_name is not None:
|
|
2041
|
-
pulumi.set(__self__, "user_principal_name", user_principal_name)
|
|
2042
|
-
|
|
2043
|
-
@property
|
|
2044
|
-
@pulumi.getter(name="azureUserName")
|
|
2045
|
-
def azure_user_name(self) -> str:
|
|
2046
|
-
"""
|
|
2047
|
-
The user name that will be used for access.
|
|
2048
|
-
"""
|
|
2049
|
-
return pulumi.get(self, "azure_user_name")
|
|
2050
|
-
|
|
2051
|
-
@property
|
|
2052
|
-
@pulumi.getter(name="sshPublicKey")
|
|
2053
|
-
def ssh_public_key(self) -> 'outputs.SshPublicKeyResponse':
|
|
2054
|
-
"""
|
|
2055
|
-
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.
|
|
2056
|
-
"""
|
|
2057
|
-
return pulumi.get(self, "ssh_public_key")
|
|
2058
|
-
|
|
2059
|
-
@property
|
|
2060
|
-
@pulumi.getter
|
|
2061
|
-
def description(self) -> Optional[str]:
|
|
2062
|
-
"""
|
|
2063
|
-
The free-form description for this user.
|
|
2064
|
-
"""
|
|
2065
|
-
return pulumi.get(self, "description")
|
|
2066
|
-
|
|
2067
|
-
@property
|
|
2068
|
-
@pulumi.getter(name="userPrincipalName")
|
|
2069
|
-
def user_principal_name(self) -> Optional[str]:
|
|
2070
|
-
"""
|
|
2071
|
-
The user principal name (email format) used to validate this user's group membership.
|
|
2072
|
-
"""
|
|
2073
|
-
return pulumi.get(self, "user_principal_name")
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
@pulumi.output_type
|
|
2077
|
-
class KeySetUserStatusResponse(dict):
|
|
2078
|
-
@staticmethod
|
|
2079
|
-
def __key_warning(key: str):
|
|
2080
|
-
suggest = None
|
|
2081
|
-
if key == "azureUserName":
|
|
2082
|
-
suggest = "azure_user_name"
|
|
2083
|
-
elif key == "statusMessage":
|
|
2084
|
-
suggest = "status_message"
|
|
2085
|
-
|
|
2086
|
-
if suggest:
|
|
2087
|
-
pulumi.log.warn(f"Key '{key}' not found in KeySetUserStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2088
|
-
|
|
2089
|
-
def __getitem__(self, key: str) -> Any:
|
|
2090
|
-
KeySetUserStatusResponse.__key_warning(key)
|
|
2091
|
-
return super().__getitem__(key)
|
|
2092
|
-
|
|
2093
|
-
def get(self, key: str, default = None) -> Any:
|
|
2094
|
-
KeySetUserStatusResponse.__key_warning(key)
|
|
2095
|
-
return super().get(key, default)
|
|
2096
|
-
|
|
2097
|
-
def __init__(__self__, *,
|
|
2098
|
-
azure_user_name: str,
|
|
2099
|
-
status: str,
|
|
2100
|
-
status_message: str):
|
|
2101
|
-
"""
|
|
2102
|
-
:param str azure_user_name: The user name that will be used for access.
|
|
2103
|
-
:param str status: The indicator of whether the user is currently deployed for access.
|
|
2104
|
-
:param str status_message: The additional information describing the current status of this user, if any available.
|
|
2105
|
-
"""
|
|
2106
|
-
pulumi.set(__self__, "azure_user_name", azure_user_name)
|
|
2107
|
-
pulumi.set(__self__, "status", status)
|
|
2108
|
-
pulumi.set(__self__, "status_message", status_message)
|
|
2109
|
-
|
|
2110
|
-
@property
|
|
2111
|
-
@pulumi.getter(name="azureUserName")
|
|
2112
|
-
def azure_user_name(self) -> str:
|
|
2113
|
-
"""
|
|
2114
|
-
The user name that will be used for access.
|
|
2115
|
-
"""
|
|
2116
|
-
return pulumi.get(self, "azure_user_name")
|
|
2117
|
-
|
|
2118
|
-
@property
|
|
2119
|
-
@pulumi.getter
|
|
2120
|
-
def status(self) -> str:
|
|
2121
|
-
"""
|
|
2122
|
-
The indicator of whether the user is currently deployed for access.
|
|
2123
|
-
"""
|
|
2124
|
-
return pulumi.get(self, "status")
|
|
2125
|
-
|
|
2126
|
-
@property
|
|
2127
|
-
@pulumi.getter(name="statusMessage")
|
|
2128
|
-
def status_message(self) -> str:
|
|
2129
|
-
"""
|
|
2130
|
-
The additional information describing the current status of this user, if any available.
|
|
2131
|
-
"""
|
|
2132
|
-
return pulumi.get(self, "status_message")
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
@pulumi.output_type
|
|
2136
|
-
class KubernetesClusterNodeResponse(dict):
|
|
2137
|
-
@staticmethod
|
|
2138
|
-
def __key_warning(key: str):
|
|
2139
|
-
suggest = None
|
|
2140
|
-
if key == "agentPoolId":
|
|
2141
|
-
suggest = "agent_pool_id"
|
|
2142
|
-
elif key == "availabilityZone":
|
|
2143
|
-
suggest = "availability_zone"
|
|
2144
|
-
elif key == "bareMetalMachineId":
|
|
2145
|
-
suggest = "bare_metal_machine_id"
|
|
2146
|
-
elif key == "cpuCores":
|
|
2147
|
-
suggest = "cpu_cores"
|
|
2148
|
-
elif key == "detailedStatus":
|
|
2149
|
-
suggest = "detailed_status"
|
|
2150
|
-
elif key == "detailedStatusMessage":
|
|
2151
|
-
suggest = "detailed_status_message"
|
|
2152
|
-
elif key == "diskSizeGB":
|
|
2153
|
-
suggest = "disk_size_gb"
|
|
2154
|
-
elif key == "kubernetesVersion":
|
|
2155
|
-
suggest = "kubernetes_version"
|
|
2156
|
-
elif key == "memorySizeGB":
|
|
2157
|
-
suggest = "memory_size_gb"
|
|
2158
|
-
elif key == "networkAttachments":
|
|
2159
|
-
suggest = "network_attachments"
|
|
2160
|
-
elif key == "powerState":
|
|
2161
|
-
suggest = "power_state"
|
|
2162
|
-
elif key == "vmSkuName":
|
|
2163
|
-
suggest = "vm_sku_name"
|
|
2164
|
-
|
|
2165
|
-
if suggest:
|
|
2166
|
-
pulumi.log.warn(f"Key '{key}' not found in KubernetesClusterNodeResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2167
|
-
|
|
2168
|
-
def __getitem__(self, key: str) -> Any:
|
|
2169
|
-
KubernetesClusterNodeResponse.__key_warning(key)
|
|
2170
|
-
return super().__getitem__(key)
|
|
2171
|
-
|
|
2172
|
-
def get(self, key: str, default = None) -> Any:
|
|
2173
|
-
KubernetesClusterNodeResponse.__key_warning(key)
|
|
2174
|
-
return super().get(key, default)
|
|
2175
|
-
|
|
2176
|
-
def __init__(__self__, *,
|
|
2177
|
-
agent_pool_id: str,
|
|
2178
|
-
availability_zone: str,
|
|
2179
|
-
bare_metal_machine_id: str,
|
|
2180
|
-
cpu_cores: float,
|
|
2181
|
-
detailed_status: str,
|
|
2182
|
-
detailed_status_message: str,
|
|
2183
|
-
disk_size_gb: float,
|
|
2184
|
-
image: str,
|
|
2185
|
-
kubernetes_version: str,
|
|
2186
|
-
labels: Sequence['outputs.KubernetesLabelResponse'],
|
|
2187
|
-
memory_size_gb: float,
|
|
2188
|
-
mode: str,
|
|
2189
|
-
name: str,
|
|
2190
|
-
network_attachments: Sequence['outputs.NetworkAttachmentResponse'],
|
|
2191
|
-
power_state: str,
|
|
2192
|
-
role: str,
|
|
2193
|
-
taints: Sequence['outputs.KubernetesLabelResponse'],
|
|
2194
|
-
vm_sku_name: str):
|
|
2195
|
-
"""
|
|
2196
|
-
:param str agent_pool_id: The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
|
|
2197
|
-
:param str availability_zone: The availability zone this node is running within.
|
|
2198
|
-
:param str bare_metal_machine_id: The resource ID of the bare metal machine that hosts this node.
|
|
2199
|
-
:param float cpu_cores: The number of CPU cores configured for this node, derived from the VM SKU specified.
|
|
2200
|
-
:param str detailed_status: The detailed state of this node.
|
|
2201
|
-
:param str detailed_status_message: The descriptive message about the current detailed status.
|
|
2202
|
-
:param float disk_size_gb: The size of the disk configured for this node. Allocations are measured in gibibytes.
|
|
2203
|
-
:param str image: The machine image used to deploy this node.
|
|
2204
|
-
:param str kubernetes_version: The currently running version of Kubernetes and bundled features running on this node.
|
|
2205
|
-
:param Sequence['KubernetesLabelResponse'] labels: The list of labels on this node that have been assigned to the agent pool containing this node.
|
|
2206
|
-
:param float memory_size_gb: The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.
|
|
2207
|
-
:param str mode: The mode of the agent pool containing this node. Not applicable for control plane nodes.
|
|
2208
|
-
:param str name: The name of this node, as realized in the Kubernetes cluster.
|
|
2209
|
-
:param Sequence['NetworkAttachmentResponse'] network_attachments: The NetworkAttachments made to this node.
|
|
2210
|
-
:param str power_state: The power state of this node.
|
|
2211
|
-
:param str role: The role of this node in the cluster.
|
|
2212
|
-
:param Sequence['KubernetesLabelResponse'] taints: The list of taints that have been assigned to the agent pool containing this node.
|
|
2213
|
-
:param str vm_sku_name: The VM SKU name that was used to create this cluster node.
|
|
2214
|
-
"""
|
|
2215
|
-
pulumi.set(__self__, "agent_pool_id", agent_pool_id)
|
|
2216
|
-
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
2217
|
-
pulumi.set(__self__, "bare_metal_machine_id", bare_metal_machine_id)
|
|
2218
|
-
pulumi.set(__self__, "cpu_cores", cpu_cores)
|
|
2219
|
-
pulumi.set(__self__, "detailed_status", detailed_status)
|
|
2220
|
-
pulumi.set(__self__, "detailed_status_message", detailed_status_message)
|
|
2221
|
-
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
2222
|
-
pulumi.set(__self__, "image", image)
|
|
2223
|
-
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
2224
|
-
pulumi.set(__self__, "labels", labels)
|
|
2225
|
-
pulumi.set(__self__, "memory_size_gb", memory_size_gb)
|
|
2226
|
-
pulumi.set(__self__, "mode", mode)
|
|
2227
|
-
pulumi.set(__self__, "name", name)
|
|
2228
|
-
pulumi.set(__self__, "network_attachments", network_attachments)
|
|
2229
|
-
pulumi.set(__self__, "power_state", power_state)
|
|
2230
|
-
pulumi.set(__self__, "role", role)
|
|
2231
|
-
pulumi.set(__self__, "taints", taints)
|
|
2232
|
-
pulumi.set(__self__, "vm_sku_name", vm_sku_name)
|
|
2233
|
-
|
|
2234
|
-
@property
|
|
2235
|
-
@pulumi.getter(name="agentPoolId")
|
|
2236
|
-
def agent_pool_id(self) -> str:
|
|
2237
|
-
"""
|
|
2238
|
-
The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
|
|
2239
|
-
"""
|
|
2240
|
-
return pulumi.get(self, "agent_pool_id")
|
|
2241
|
-
|
|
2242
|
-
@property
|
|
2243
|
-
@pulumi.getter(name="availabilityZone")
|
|
2244
|
-
def availability_zone(self) -> str:
|
|
2245
|
-
"""
|
|
2246
|
-
The availability zone this node is running within.
|
|
2247
|
-
"""
|
|
2248
|
-
return pulumi.get(self, "availability_zone")
|
|
2249
|
-
|
|
2250
|
-
@property
|
|
2251
|
-
@pulumi.getter(name="bareMetalMachineId")
|
|
2252
|
-
def bare_metal_machine_id(self) -> str:
|
|
2253
|
-
"""
|
|
2254
|
-
The resource ID of the bare metal machine that hosts this node.
|
|
2255
|
-
"""
|
|
2256
|
-
return pulumi.get(self, "bare_metal_machine_id")
|
|
2257
|
-
|
|
2258
|
-
@property
|
|
2259
|
-
@pulumi.getter(name="cpuCores")
|
|
2260
|
-
def cpu_cores(self) -> float:
|
|
2261
|
-
"""
|
|
2262
|
-
The number of CPU cores configured for this node, derived from the VM SKU specified.
|
|
2263
|
-
"""
|
|
2264
|
-
return pulumi.get(self, "cpu_cores")
|
|
2265
|
-
|
|
2266
|
-
@property
|
|
2267
|
-
@pulumi.getter(name="detailedStatus")
|
|
2268
|
-
def detailed_status(self) -> str:
|
|
2269
|
-
"""
|
|
2270
|
-
The detailed state of this node.
|
|
2271
|
-
"""
|
|
2272
|
-
return pulumi.get(self, "detailed_status")
|
|
2273
|
-
|
|
2274
|
-
@property
|
|
2275
|
-
@pulumi.getter(name="detailedStatusMessage")
|
|
2276
|
-
def detailed_status_message(self) -> str:
|
|
2277
|
-
"""
|
|
2278
|
-
The descriptive message about the current detailed status.
|
|
2279
|
-
"""
|
|
2280
|
-
return pulumi.get(self, "detailed_status_message")
|
|
2281
|
-
|
|
2282
|
-
@property
|
|
2283
|
-
@pulumi.getter(name="diskSizeGB")
|
|
2284
|
-
def disk_size_gb(self) -> float:
|
|
2285
|
-
"""
|
|
2286
|
-
The size of the disk configured for this node. Allocations are measured in gibibytes.
|
|
2287
|
-
"""
|
|
2288
|
-
return pulumi.get(self, "disk_size_gb")
|
|
2289
|
-
|
|
2290
|
-
@property
|
|
2291
|
-
@pulumi.getter
|
|
2292
|
-
def image(self) -> str:
|
|
2293
|
-
"""
|
|
2294
|
-
The machine image used to deploy this node.
|
|
2295
|
-
"""
|
|
2296
|
-
return pulumi.get(self, "image")
|
|
2297
|
-
|
|
2298
|
-
@property
|
|
2299
|
-
@pulumi.getter(name="kubernetesVersion")
|
|
2300
|
-
def kubernetes_version(self) -> str:
|
|
2301
|
-
"""
|
|
2302
|
-
The currently running version of Kubernetes and bundled features running on this node.
|
|
2303
|
-
"""
|
|
2304
|
-
return pulumi.get(self, "kubernetes_version")
|
|
2305
|
-
|
|
2306
|
-
@property
|
|
2307
|
-
@pulumi.getter
|
|
2308
|
-
def labels(self) -> Sequence['outputs.KubernetesLabelResponse']:
|
|
2309
|
-
"""
|
|
2310
|
-
The list of labels on this node that have been assigned to the agent pool containing this node.
|
|
2311
|
-
"""
|
|
2312
|
-
return pulumi.get(self, "labels")
|
|
2313
|
-
|
|
2314
|
-
@property
|
|
2315
|
-
@pulumi.getter(name="memorySizeGB")
|
|
2316
|
-
def memory_size_gb(self) -> float:
|
|
2317
|
-
"""
|
|
2318
|
-
The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.
|
|
2319
|
-
"""
|
|
2320
|
-
return pulumi.get(self, "memory_size_gb")
|
|
2321
|
-
|
|
2322
|
-
@property
|
|
2323
|
-
@pulumi.getter
|
|
2324
|
-
def mode(self) -> str:
|
|
2325
|
-
"""
|
|
2326
|
-
The mode of the agent pool containing this node. Not applicable for control plane nodes.
|
|
2327
|
-
"""
|
|
2328
|
-
return pulumi.get(self, "mode")
|
|
2329
|
-
|
|
2330
|
-
@property
|
|
2331
|
-
@pulumi.getter
|
|
2332
|
-
def name(self) -> str:
|
|
2333
|
-
"""
|
|
2334
|
-
The name of this node, as realized in the Kubernetes cluster.
|
|
2335
|
-
"""
|
|
2336
|
-
return pulumi.get(self, "name")
|
|
2337
|
-
|
|
2338
|
-
@property
|
|
2339
|
-
@pulumi.getter(name="networkAttachments")
|
|
2340
|
-
def network_attachments(self) -> Sequence['outputs.NetworkAttachmentResponse']:
|
|
2341
|
-
"""
|
|
2342
|
-
The NetworkAttachments made to this node.
|
|
2343
|
-
"""
|
|
2344
|
-
return pulumi.get(self, "network_attachments")
|
|
2345
|
-
|
|
2346
|
-
@property
|
|
2347
|
-
@pulumi.getter(name="powerState")
|
|
2348
|
-
def power_state(self) -> str:
|
|
2349
|
-
"""
|
|
2350
|
-
The power state of this node.
|
|
2351
|
-
"""
|
|
2352
|
-
return pulumi.get(self, "power_state")
|
|
2353
|
-
|
|
2354
|
-
@property
|
|
2355
|
-
@pulumi.getter
|
|
2356
|
-
def role(self) -> str:
|
|
2357
|
-
"""
|
|
2358
|
-
The role of this node in the cluster.
|
|
2359
|
-
"""
|
|
2360
|
-
return pulumi.get(self, "role")
|
|
2361
|
-
|
|
2362
|
-
@property
|
|
2363
|
-
@pulumi.getter
|
|
2364
|
-
def taints(self) -> Sequence['outputs.KubernetesLabelResponse']:
|
|
2365
|
-
"""
|
|
2366
|
-
The list of taints that have been assigned to the agent pool containing this node.
|
|
2367
|
-
"""
|
|
2368
|
-
return pulumi.get(self, "taints")
|
|
2369
|
-
|
|
2370
|
-
@property
|
|
2371
|
-
@pulumi.getter(name="vmSkuName")
|
|
2372
|
-
def vm_sku_name(self) -> str:
|
|
2373
|
-
"""
|
|
2374
|
-
The VM SKU name that was used to create this cluster node.
|
|
2375
|
-
"""
|
|
2376
|
-
return pulumi.get(self, "vm_sku_name")
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
@pulumi.output_type
|
|
2380
|
-
class KubernetesLabelResponse(dict):
|
|
2381
|
-
def __init__(__self__, *,
|
|
2382
|
-
key: str,
|
|
2383
|
-
value: str):
|
|
2384
|
-
"""
|
|
2385
|
-
:param str key: The name of the label or taint.
|
|
2386
|
-
:param str value: The value of the label or taint.
|
|
2387
|
-
"""
|
|
2388
|
-
pulumi.set(__self__, "key", key)
|
|
2389
|
-
pulumi.set(__self__, "value", value)
|
|
2390
|
-
|
|
2391
|
-
@property
|
|
2392
|
-
@pulumi.getter
|
|
2393
|
-
def key(self) -> str:
|
|
2394
|
-
"""
|
|
2395
|
-
The name of the label or taint.
|
|
2396
|
-
"""
|
|
2397
|
-
return pulumi.get(self, "key")
|
|
2398
|
-
|
|
2399
|
-
@property
|
|
2400
|
-
@pulumi.getter
|
|
2401
|
-
def value(self) -> str:
|
|
2402
|
-
"""
|
|
2403
|
-
The value of the label or taint.
|
|
2404
|
-
"""
|
|
2405
|
-
return pulumi.get(self, "value")
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
@pulumi.output_type
|
|
2409
|
-
class L2NetworkAttachmentConfigurationResponse(dict):
|
|
2410
|
-
@staticmethod
|
|
2411
|
-
def __key_warning(key: str):
|
|
2412
|
-
suggest = None
|
|
2413
|
-
if key == "networkId":
|
|
2414
|
-
suggest = "network_id"
|
|
2415
|
-
elif key == "pluginType":
|
|
2416
|
-
suggest = "plugin_type"
|
|
2417
|
-
|
|
2418
|
-
if suggest:
|
|
2419
|
-
pulumi.log.warn(f"Key '{key}' not found in L2NetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2420
|
-
|
|
2421
|
-
def __getitem__(self, key: str) -> Any:
|
|
2422
|
-
L2NetworkAttachmentConfigurationResponse.__key_warning(key)
|
|
2423
|
-
return super().__getitem__(key)
|
|
2424
|
-
|
|
2425
|
-
def get(self, key: str, default = None) -> Any:
|
|
2426
|
-
L2NetworkAttachmentConfigurationResponse.__key_warning(key)
|
|
2427
|
-
return super().get(key, default)
|
|
2428
|
-
|
|
2429
|
-
def __init__(__self__, *,
|
|
2430
|
-
network_id: str,
|
|
2431
|
-
plugin_type: Optional[str] = None):
|
|
2432
|
-
"""
|
|
2433
|
-
:param str network_id: The resource ID of the network that is being configured for attachment.
|
|
2434
|
-
:param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
2435
|
-
"""
|
|
2436
|
-
pulumi.set(__self__, "network_id", network_id)
|
|
2437
|
-
if plugin_type is None:
|
|
2438
|
-
plugin_type = 'SRIOV'
|
|
2439
|
-
if plugin_type is not None:
|
|
2440
|
-
pulumi.set(__self__, "plugin_type", plugin_type)
|
|
2441
|
-
|
|
2442
|
-
@property
|
|
2443
|
-
@pulumi.getter(name="networkId")
|
|
2444
|
-
def network_id(self) -> str:
|
|
2445
|
-
"""
|
|
2446
|
-
The resource ID of the network that is being configured for attachment.
|
|
2447
|
-
"""
|
|
2448
|
-
return pulumi.get(self, "network_id")
|
|
2449
|
-
|
|
2450
|
-
@property
|
|
2451
|
-
@pulumi.getter(name="pluginType")
|
|
2452
|
-
def plugin_type(self) -> Optional[str]:
|
|
2453
|
-
"""
|
|
2454
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
2455
|
-
"""
|
|
2456
|
-
return pulumi.get(self, "plugin_type")
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
@pulumi.output_type
|
|
2460
|
-
class L2ServiceLoadBalancerConfigurationResponse(dict):
|
|
2461
|
-
@staticmethod
|
|
2462
|
-
def __key_warning(key: str):
|
|
2463
|
-
suggest = None
|
|
2464
|
-
if key == "ipAddressPools":
|
|
2465
|
-
suggest = "ip_address_pools"
|
|
2466
|
-
|
|
2467
|
-
if suggest:
|
|
2468
|
-
pulumi.log.warn(f"Key '{key}' not found in L2ServiceLoadBalancerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2469
|
-
|
|
2470
|
-
def __getitem__(self, key: str) -> Any:
|
|
2471
|
-
L2ServiceLoadBalancerConfigurationResponse.__key_warning(key)
|
|
2472
|
-
return super().__getitem__(key)
|
|
2473
|
-
|
|
2474
|
-
def get(self, key: str, default = None) -> Any:
|
|
2475
|
-
L2ServiceLoadBalancerConfigurationResponse.__key_warning(key)
|
|
2476
|
-
return super().get(key, default)
|
|
2477
|
-
|
|
2478
|
-
def __init__(__self__, *,
|
|
2479
|
-
ip_address_pools: Optional[Sequence['outputs.IpAddressPoolResponse']] = None):
|
|
2480
|
-
"""
|
|
2481
|
-
:param Sequence['IpAddressPoolResponse'] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
|
|
2482
|
-
"""
|
|
2483
|
-
if ip_address_pools is not None:
|
|
2484
|
-
pulumi.set(__self__, "ip_address_pools", ip_address_pools)
|
|
2485
|
-
|
|
2486
|
-
@property
|
|
2487
|
-
@pulumi.getter(name="ipAddressPools")
|
|
2488
|
-
def ip_address_pools(self) -> Optional[Sequence['outputs.IpAddressPoolResponse']]:
|
|
2489
|
-
"""
|
|
2490
|
-
The list of pools of IP addresses that can be allocated to load balancer services.
|
|
2491
|
-
"""
|
|
2492
|
-
return pulumi.get(self, "ip_address_pools")
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
@pulumi.output_type
|
|
2496
|
-
class L3NetworkAttachmentConfigurationResponse(dict):
|
|
2497
|
-
@staticmethod
|
|
2498
|
-
def __key_warning(key: str):
|
|
2499
|
-
suggest = None
|
|
2500
|
-
if key == "networkId":
|
|
2501
|
-
suggest = "network_id"
|
|
2502
|
-
elif key == "ipamEnabled":
|
|
2503
|
-
suggest = "ipam_enabled"
|
|
2504
|
-
elif key == "pluginType":
|
|
2505
|
-
suggest = "plugin_type"
|
|
2506
|
-
|
|
2507
|
-
if suggest:
|
|
2508
|
-
pulumi.log.warn(f"Key '{key}' not found in L3NetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2509
|
-
|
|
2510
|
-
def __getitem__(self, key: str) -> Any:
|
|
2511
|
-
L3NetworkAttachmentConfigurationResponse.__key_warning(key)
|
|
2512
|
-
return super().__getitem__(key)
|
|
2513
|
-
|
|
2514
|
-
def get(self, key: str, default = None) -> Any:
|
|
2515
|
-
L3NetworkAttachmentConfigurationResponse.__key_warning(key)
|
|
2516
|
-
return super().get(key, default)
|
|
2517
|
-
|
|
2518
|
-
def __init__(__self__, *,
|
|
2519
|
-
network_id: str,
|
|
2520
|
-
ipam_enabled: Optional[str] = None,
|
|
2521
|
-
plugin_type: Optional[str] = None):
|
|
2522
|
-
"""
|
|
2523
|
-
:param str network_id: The resource ID of the network that is being configured for attachment.
|
|
2524
|
-
:param str ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
|
|
2525
|
-
:param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
2526
|
-
"""
|
|
2527
|
-
pulumi.set(__self__, "network_id", network_id)
|
|
2528
|
-
if ipam_enabled is None:
|
|
2529
|
-
ipam_enabled = 'False'
|
|
2530
|
-
if ipam_enabled is not None:
|
|
2531
|
-
pulumi.set(__self__, "ipam_enabled", ipam_enabled)
|
|
2532
|
-
if plugin_type is None:
|
|
2533
|
-
plugin_type = 'SRIOV'
|
|
2534
|
-
if plugin_type is not None:
|
|
2535
|
-
pulumi.set(__self__, "plugin_type", plugin_type)
|
|
2536
|
-
|
|
2537
|
-
@property
|
|
2538
|
-
@pulumi.getter(name="networkId")
|
|
2539
|
-
def network_id(self) -> str:
|
|
2540
|
-
"""
|
|
2541
|
-
The resource ID of the network that is being configured for attachment.
|
|
2542
|
-
"""
|
|
2543
|
-
return pulumi.get(self, "network_id")
|
|
2544
|
-
|
|
2545
|
-
@property
|
|
2546
|
-
@pulumi.getter(name="ipamEnabled")
|
|
2547
|
-
def ipam_enabled(self) -> Optional[str]:
|
|
2548
|
-
"""
|
|
2549
|
-
The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
|
|
2550
|
-
"""
|
|
2551
|
-
return pulumi.get(self, "ipam_enabled")
|
|
2552
|
-
|
|
2553
|
-
@property
|
|
2554
|
-
@pulumi.getter(name="pluginType")
|
|
2555
|
-
def plugin_type(self) -> Optional[str]:
|
|
2556
|
-
"""
|
|
2557
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
2558
|
-
"""
|
|
2559
|
-
return pulumi.get(self, "plugin_type")
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
@pulumi.output_type
|
|
2563
|
-
class LldpNeighborResponse(dict):
|
|
2564
|
-
@staticmethod
|
|
2565
|
-
def __key_warning(key: str):
|
|
2566
|
-
suggest = None
|
|
2567
|
-
if key == "portDescription":
|
|
2568
|
-
suggest = "port_description"
|
|
2569
|
-
elif key == "portName":
|
|
2570
|
-
suggest = "port_name"
|
|
2571
|
-
elif key == "systemDescription":
|
|
2572
|
-
suggest = "system_description"
|
|
2573
|
-
elif key == "systemName":
|
|
2574
|
-
suggest = "system_name"
|
|
2575
|
-
|
|
2576
|
-
if suggest:
|
|
2577
|
-
pulumi.log.warn(f"Key '{key}' not found in LldpNeighborResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2578
|
-
|
|
2579
|
-
def __getitem__(self, key: str) -> Any:
|
|
2580
|
-
LldpNeighborResponse.__key_warning(key)
|
|
2581
|
-
return super().__getitem__(key)
|
|
2582
|
-
|
|
2583
|
-
def get(self, key: str, default = None) -> Any:
|
|
2584
|
-
LldpNeighborResponse.__key_warning(key)
|
|
2585
|
-
return super().get(key, default)
|
|
2586
|
-
|
|
2587
|
-
def __init__(__self__, *,
|
|
2588
|
-
port_description: str,
|
|
2589
|
-
port_name: str,
|
|
2590
|
-
system_description: str,
|
|
2591
|
-
system_name: str):
|
|
2592
|
-
"""
|
|
2593
|
-
:param str port_description: The descriptive information about the port on the connected device.
|
|
2594
|
-
:param str port_name: The system-assigned name of the port on the connected device.
|
|
2595
|
-
:param str system_description: The descriptive information about the connected device.
|
|
2596
|
-
:param str system_name: The system-assigned name of the connected device.
|
|
2597
|
-
"""
|
|
2598
|
-
pulumi.set(__self__, "port_description", port_description)
|
|
2599
|
-
pulumi.set(__self__, "port_name", port_name)
|
|
2600
|
-
pulumi.set(__self__, "system_description", system_description)
|
|
2601
|
-
pulumi.set(__self__, "system_name", system_name)
|
|
2602
|
-
|
|
2603
|
-
@property
|
|
2604
|
-
@pulumi.getter(name="portDescription")
|
|
2605
|
-
def port_description(self) -> str:
|
|
2606
|
-
"""
|
|
2607
|
-
The descriptive information about the port on the connected device.
|
|
2608
|
-
"""
|
|
2609
|
-
return pulumi.get(self, "port_description")
|
|
2610
|
-
|
|
2611
|
-
@property
|
|
2612
|
-
@pulumi.getter(name="portName")
|
|
2613
|
-
def port_name(self) -> str:
|
|
2614
|
-
"""
|
|
2615
|
-
The system-assigned name of the port on the connected device.
|
|
2616
|
-
"""
|
|
2617
|
-
return pulumi.get(self, "port_name")
|
|
2618
|
-
|
|
2619
|
-
@property
|
|
2620
|
-
@pulumi.getter(name="systemDescription")
|
|
2621
|
-
def system_description(self) -> str:
|
|
2622
|
-
"""
|
|
2623
|
-
The descriptive information about the connected device.
|
|
2624
|
-
"""
|
|
2625
|
-
return pulumi.get(self, "system_description")
|
|
2626
|
-
|
|
2627
|
-
@property
|
|
2628
|
-
@pulumi.getter(name="systemName")
|
|
2629
|
-
def system_name(self) -> str:
|
|
2630
|
-
"""
|
|
2631
|
-
The system-assigned name of the connected device.
|
|
2632
|
-
"""
|
|
2633
|
-
return pulumi.get(self, "system_name")
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
@pulumi.output_type
|
|
2637
|
-
class ManagedResourceGroupConfigurationResponse(dict):
|
|
2638
|
-
def __init__(__self__, *,
|
|
2639
|
-
location: Optional[str] = None,
|
|
2640
|
-
name: Optional[str] = None):
|
|
2641
|
-
"""
|
|
2642
|
-
:param str location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
|
|
2643
|
-
:param str name: The name for the managed resource group. If not specified, the unique name is automatically generated.
|
|
2644
|
-
"""
|
|
2645
|
-
if location is not None:
|
|
2646
|
-
pulumi.set(__self__, "location", location)
|
|
2647
|
-
if name is not None:
|
|
2648
|
-
pulumi.set(__self__, "name", name)
|
|
2649
|
-
|
|
2650
|
-
@property
|
|
2651
|
-
@pulumi.getter
|
|
2652
|
-
def location(self) -> Optional[str]:
|
|
2653
|
-
"""
|
|
2654
|
-
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
|
|
2655
|
-
"""
|
|
2656
|
-
return pulumi.get(self, "location")
|
|
2657
|
-
|
|
2658
|
-
@property
|
|
2659
|
-
@pulumi.getter
|
|
2660
|
-
def name(self) -> Optional[str]:
|
|
2661
|
-
"""
|
|
2662
|
-
The name for the managed resource group. If not specified, the unique name is automatically generated.
|
|
2663
|
-
"""
|
|
2664
|
-
return pulumi.get(self, "name")
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
@pulumi.output_type
|
|
2668
|
-
class ManagedServiceIdentityResponse(dict):
|
|
2669
|
-
"""
|
|
2670
|
-
Managed service identity (system assigned and/or user assigned identities)
|
|
2671
|
-
"""
|
|
2672
|
-
@staticmethod
|
|
2673
|
-
def __key_warning(key: str):
|
|
2674
|
-
suggest = None
|
|
2675
|
-
if key == "principalId":
|
|
2676
|
-
suggest = "principal_id"
|
|
2677
|
-
elif key == "tenantId":
|
|
2678
|
-
suggest = "tenant_id"
|
|
2679
|
-
elif key == "userAssignedIdentities":
|
|
2680
|
-
suggest = "user_assigned_identities"
|
|
2681
|
-
|
|
2682
|
-
if suggest:
|
|
2683
|
-
pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2684
|
-
|
|
2685
|
-
def __getitem__(self, key: str) -> Any:
|
|
2686
|
-
ManagedServiceIdentityResponse.__key_warning(key)
|
|
2687
|
-
return super().__getitem__(key)
|
|
2688
|
-
|
|
2689
|
-
def get(self, key: str, default = None) -> Any:
|
|
2690
|
-
ManagedServiceIdentityResponse.__key_warning(key)
|
|
2691
|
-
return super().get(key, default)
|
|
2692
|
-
|
|
2693
|
-
def __init__(__self__, *,
|
|
2694
|
-
principal_id: str,
|
|
2695
|
-
tenant_id: str,
|
|
2696
|
-
type: str,
|
|
2697
|
-
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
2698
|
-
"""
|
|
2699
|
-
Managed service identity (system assigned and/or user assigned identities)
|
|
2700
|
-
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2701
|
-
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2702
|
-
:param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
2703
|
-
:param Mapping[str, 'UserAssignedIdentityResponse'] 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.
|
|
2704
|
-
"""
|
|
2705
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
2706
|
-
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
2707
|
-
pulumi.set(__self__, "type", type)
|
|
2708
|
-
if user_assigned_identities is not None:
|
|
2709
|
-
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
2710
|
-
|
|
2711
|
-
@property
|
|
2712
|
-
@pulumi.getter(name="principalId")
|
|
2713
|
-
def principal_id(self) -> str:
|
|
2714
|
-
"""
|
|
2715
|
-
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2716
|
-
"""
|
|
2717
|
-
return pulumi.get(self, "principal_id")
|
|
2718
|
-
|
|
2719
|
-
@property
|
|
2720
|
-
@pulumi.getter(name="tenantId")
|
|
2721
|
-
def tenant_id(self) -> str:
|
|
2722
|
-
"""
|
|
2723
|
-
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2724
|
-
"""
|
|
2725
|
-
return pulumi.get(self, "tenant_id")
|
|
2726
|
-
|
|
2727
|
-
@property
|
|
2728
|
-
@pulumi.getter
|
|
2729
|
-
def type(self) -> str:
|
|
2730
|
-
"""
|
|
2731
|
-
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
2732
|
-
"""
|
|
2733
|
-
return pulumi.get(self, "type")
|
|
2734
|
-
|
|
2735
|
-
@property
|
|
2736
|
-
@pulumi.getter(name="userAssignedIdentities")
|
|
2737
|
-
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
2738
|
-
"""
|
|
2739
|
-
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.
|
|
2740
|
-
"""
|
|
2741
|
-
return pulumi.get(self, "user_assigned_identities")
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
@pulumi.output_type
|
|
2745
|
-
class NetworkAttachmentResponse(dict):
|
|
2746
|
-
@staticmethod
|
|
2747
|
-
def __key_warning(key: str):
|
|
2748
|
-
suggest = None
|
|
2749
|
-
if key == "attachedNetworkId":
|
|
2750
|
-
suggest = "attached_network_id"
|
|
2751
|
-
elif key == "ipAllocationMethod":
|
|
2752
|
-
suggest = "ip_allocation_method"
|
|
2753
|
-
elif key == "macAddress":
|
|
2754
|
-
suggest = "mac_address"
|
|
2755
|
-
elif key == "defaultGateway":
|
|
2756
|
-
suggest = "default_gateway"
|
|
2757
|
-
elif key == "ipv4Address":
|
|
2758
|
-
suggest = "ipv4_address"
|
|
2759
|
-
elif key == "ipv6Address":
|
|
2760
|
-
suggest = "ipv6_address"
|
|
2761
|
-
elif key == "networkAttachmentName":
|
|
2762
|
-
suggest = "network_attachment_name"
|
|
2763
|
-
|
|
2764
|
-
if suggest:
|
|
2765
|
-
pulumi.log.warn(f"Key '{key}' not found in NetworkAttachmentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2766
|
-
|
|
2767
|
-
def __getitem__(self, key: str) -> Any:
|
|
2768
|
-
NetworkAttachmentResponse.__key_warning(key)
|
|
2769
|
-
return super().__getitem__(key)
|
|
2770
|
-
|
|
2771
|
-
def get(self, key: str, default = None) -> Any:
|
|
2772
|
-
NetworkAttachmentResponse.__key_warning(key)
|
|
2773
|
-
return super().get(key, default)
|
|
2774
|
-
|
|
2775
|
-
def __init__(__self__, *,
|
|
2776
|
-
attached_network_id: str,
|
|
2777
|
-
ip_allocation_method: str,
|
|
2778
|
-
mac_address: str,
|
|
2779
|
-
default_gateway: Optional[str] = None,
|
|
2780
|
-
ipv4_address: Optional[str] = None,
|
|
2781
|
-
ipv6_address: Optional[str] = None,
|
|
2782
|
-
network_attachment_name: Optional[str] = None):
|
|
2783
|
-
"""
|
|
2784
|
-
:param str attached_network_id: The resource ID of the associated network attached to the virtual machine.
|
|
2785
|
-
It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
|
|
2786
|
-
:param str ip_allocation_method: The IP allocation mechanism for the virtual machine.
|
|
2787
|
-
Dynamic and Static are only valid for l3Network which may also specify Disabled.
|
|
2788
|
-
Otherwise, Disabled is the only permitted value.
|
|
2789
|
-
:param str mac_address: The MAC address of the interface for the virtual machine that corresponds to this network attachment.
|
|
2790
|
-
:param str default_gateway: The indicator of whether this is the default gateway.
|
|
2791
|
-
Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
|
|
2792
|
-
:param str ipv4_address: The IPv4 address of the virtual machine.
|
|
2793
|
-
|
|
2794
|
-
This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
|
|
2795
|
-
|
|
2796
|
-
If IPAllocationMethod is:
|
|
2797
|
-
Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
|
|
2798
|
-
Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
|
|
2799
|
-
Disabled - this field will be empty.
|
|
2800
|
-
:param str ipv6_address: The IPv6 address of the virtual machine.
|
|
2801
|
-
|
|
2802
|
-
This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
|
|
2803
|
-
|
|
2804
|
-
If IPAllocationMethod is:
|
|
2805
|
-
Static - this field must contain an IPv6 address range from within the range specified in the attached network.
|
|
2806
|
-
Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
|
|
2807
|
-
Disabled - this field will be empty.
|
|
2808
|
-
:param str network_attachment_name: The associated network's interface name.
|
|
2809
|
-
If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
|
|
2810
|
-
If the user doesn’t specify this value, the default interface name of the network resource will be used.
|
|
2811
|
-
For a CloudServicesNetwork resource, this name will be ignored.
|
|
2812
|
-
"""
|
|
2813
|
-
pulumi.set(__self__, "attached_network_id", attached_network_id)
|
|
2814
|
-
pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
|
|
2815
|
-
pulumi.set(__self__, "mac_address", mac_address)
|
|
2816
|
-
if default_gateway is not None:
|
|
2817
|
-
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
2818
|
-
if ipv4_address is not None:
|
|
2819
|
-
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
2820
|
-
if ipv6_address is not None:
|
|
2821
|
-
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
2822
|
-
if network_attachment_name is not None:
|
|
2823
|
-
pulumi.set(__self__, "network_attachment_name", network_attachment_name)
|
|
2824
|
-
|
|
2825
|
-
@property
|
|
2826
|
-
@pulumi.getter(name="attachedNetworkId")
|
|
2827
|
-
def attached_network_id(self) -> str:
|
|
2828
|
-
"""
|
|
2829
|
-
The resource ID of the associated network attached to the virtual machine.
|
|
2830
|
-
It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
|
|
2831
|
-
"""
|
|
2832
|
-
return pulumi.get(self, "attached_network_id")
|
|
2833
|
-
|
|
2834
|
-
@property
|
|
2835
|
-
@pulumi.getter(name="ipAllocationMethod")
|
|
2836
|
-
def ip_allocation_method(self) -> str:
|
|
2837
|
-
"""
|
|
2838
|
-
The IP allocation mechanism for the virtual machine.
|
|
2839
|
-
Dynamic and Static are only valid for l3Network which may also specify Disabled.
|
|
2840
|
-
Otherwise, Disabled is the only permitted value.
|
|
2841
|
-
"""
|
|
2842
|
-
return pulumi.get(self, "ip_allocation_method")
|
|
2843
|
-
|
|
2844
|
-
@property
|
|
2845
|
-
@pulumi.getter(name="macAddress")
|
|
2846
|
-
def mac_address(self) -> str:
|
|
2847
|
-
"""
|
|
2848
|
-
The MAC address of the interface for the virtual machine that corresponds to this network attachment.
|
|
2849
|
-
"""
|
|
2850
|
-
return pulumi.get(self, "mac_address")
|
|
2851
|
-
|
|
2852
|
-
@property
|
|
2853
|
-
@pulumi.getter(name="defaultGateway")
|
|
2854
|
-
def default_gateway(self) -> Optional[str]:
|
|
2855
|
-
"""
|
|
2856
|
-
The indicator of whether this is the default gateway.
|
|
2857
|
-
Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
|
|
2858
|
-
"""
|
|
2859
|
-
return pulumi.get(self, "default_gateway")
|
|
2860
|
-
|
|
2861
|
-
@property
|
|
2862
|
-
@pulumi.getter(name="ipv4Address")
|
|
2863
|
-
def ipv4_address(self) -> Optional[str]:
|
|
2864
|
-
"""
|
|
2865
|
-
The IPv4 address of the virtual machine.
|
|
2866
|
-
|
|
2867
|
-
This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
|
|
2868
|
-
|
|
2869
|
-
If IPAllocationMethod is:
|
|
2870
|
-
Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
|
|
2871
|
-
Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
|
|
2872
|
-
Disabled - this field will be empty.
|
|
2873
|
-
"""
|
|
2874
|
-
return pulumi.get(self, "ipv4_address")
|
|
2875
|
-
|
|
2876
|
-
@property
|
|
2877
|
-
@pulumi.getter(name="ipv6Address")
|
|
2878
|
-
def ipv6_address(self) -> Optional[str]:
|
|
2879
|
-
"""
|
|
2880
|
-
The IPv6 address of the virtual machine.
|
|
2881
|
-
|
|
2882
|
-
This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
|
|
2883
|
-
|
|
2884
|
-
If IPAllocationMethod is:
|
|
2885
|
-
Static - this field must contain an IPv6 address range from within the range specified in the attached network.
|
|
2886
|
-
Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
|
|
2887
|
-
Disabled - this field will be empty.
|
|
2888
|
-
"""
|
|
2889
|
-
return pulumi.get(self, "ipv6_address")
|
|
2890
|
-
|
|
2891
|
-
@property
|
|
2892
|
-
@pulumi.getter(name="networkAttachmentName")
|
|
2893
|
-
def network_attachment_name(self) -> Optional[str]:
|
|
2894
|
-
"""
|
|
2895
|
-
The associated network's interface name.
|
|
2896
|
-
If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
|
|
2897
|
-
If the user doesn’t specify this value, the default interface name of the network resource will be used.
|
|
2898
|
-
For a CloudServicesNetwork resource, this name will be ignored.
|
|
2899
|
-
"""
|
|
2900
|
-
return pulumi.get(self, "network_attachment_name")
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
@pulumi.output_type
|
|
2904
|
-
class NetworkConfigurationResponse(dict):
|
|
2905
|
-
@staticmethod
|
|
2906
|
-
def __key_warning(key: str):
|
|
2907
|
-
suggest = None
|
|
2908
|
-
if key == "cloudServicesNetworkId":
|
|
2909
|
-
suggest = "cloud_services_network_id"
|
|
2910
|
-
elif key == "cniNetworkId":
|
|
2911
|
-
suggest = "cni_network_id"
|
|
2912
|
-
elif key == "attachedNetworkConfiguration":
|
|
2913
|
-
suggest = "attached_network_configuration"
|
|
2914
|
-
elif key == "bgpServiceLoadBalancerConfiguration":
|
|
2915
|
-
suggest = "bgp_service_load_balancer_configuration"
|
|
2916
|
-
elif key == "dnsServiceIp":
|
|
2917
|
-
suggest = "dns_service_ip"
|
|
2918
|
-
elif key == "l2ServiceLoadBalancerConfiguration":
|
|
2919
|
-
suggest = "l2_service_load_balancer_configuration"
|
|
2920
|
-
elif key == "podCidrs":
|
|
2921
|
-
suggest = "pod_cidrs"
|
|
2922
|
-
elif key == "serviceCidrs":
|
|
2923
|
-
suggest = "service_cidrs"
|
|
2924
|
-
|
|
2925
|
-
if suggest:
|
|
2926
|
-
pulumi.log.warn(f"Key '{key}' not found in NetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2927
|
-
|
|
2928
|
-
def __getitem__(self, key: str) -> Any:
|
|
2929
|
-
NetworkConfigurationResponse.__key_warning(key)
|
|
2930
|
-
return super().__getitem__(key)
|
|
2931
|
-
|
|
2932
|
-
def get(self, key: str, default = None) -> Any:
|
|
2933
|
-
NetworkConfigurationResponse.__key_warning(key)
|
|
2934
|
-
return super().get(key, default)
|
|
2935
|
-
|
|
2936
|
-
def __init__(__self__, *,
|
|
2937
|
-
cloud_services_network_id: str,
|
|
2938
|
-
cni_network_id: str,
|
|
2939
|
-
attached_network_configuration: Optional['outputs.AttachedNetworkConfigurationResponse'] = None,
|
|
2940
|
-
bgp_service_load_balancer_configuration: Optional['outputs.BgpServiceLoadBalancerConfigurationResponse'] = None,
|
|
2941
|
-
dns_service_ip: Optional[str] = None,
|
|
2942
|
-
l2_service_load_balancer_configuration: Optional['outputs.L2ServiceLoadBalancerConfigurationResponse'] = None,
|
|
2943
|
-
pod_cidrs: Optional[Sequence[str]] = None,
|
|
2944
|
-
service_cidrs: Optional[Sequence[str]] = None):
|
|
2945
|
-
"""
|
|
2946
|
-
:param str cloud_services_network_id: The resource ID of the associated Cloud Services network.
|
|
2947
|
-
:param str cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
|
|
2948
|
-
:param 'AttachedNetworkConfigurationResponse' attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
|
|
2949
|
-
:param 'BgpServiceLoadBalancerConfigurationResponse' 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.
|
|
2950
|
-
:param 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.
|
|
2951
|
-
:param 'L2ServiceLoadBalancerConfigurationResponse' 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.
|
|
2952
|
-
:param Sequence[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.
|
|
2953
|
-
:param Sequence[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.
|
|
2954
|
-
"""
|
|
2955
|
-
pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
|
|
2956
|
-
pulumi.set(__self__, "cni_network_id", cni_network_id)
|
|
2957
|
-
if attached_network_configuration is not None:
|
|
2958
|
-
pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
|
|
2959
|
-
if bgp_service_load_balancer_configuration is not None:
|
|
2960
|
-
pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
|
|
2961
|
-
if dns_service_ip is not None:
|
|
2962
|
-
pulumi.set(__self__, "dns_service_ip", dns_service_ip)
|
|
2963
|
-
if l2_service_load_balancer_configuration is not None:
|
|
2964
|
-
pulumi.set(__self__, "l2_service_load_balancer_configuration", l2_service_load_balancer_configuration)
|
|
2965
|
-
if pod_cidrs is not None:
|
|
2966
|
-
pulumi.set(__self__, "pod_cidrs", pod_cidrs)
|
|
2967
|
-
if service_cidrs is not None:
|
|
2968
|
-
pulumi.set(__self__, "service_cidrs", service_cidrs)
|
|
2969
|
-
|
|
2970
|
-
@property
|
|
2971
|
-
@pulumi.getter(name="cloudServicesNetworkId")
|
|
2972
|
-
def cloud_services_network_id(self) -> str:
|
|
2973
|
-
"""
|
|
2974
|
-
The resource ID of the associated Cloud Services network.
|
|
2975
|
-
"""
|
|
2976
|
-
return pulumi.get(self, "cloud_services_network_id")
|
|
2977
|
-
|
|
2978
|
-
@property
|
|
2979
|
-
@pulumi.getter(name="cniNetworkId")
|
|
2980
|
-
def cni_network_id(self) -> str:
|
|
2981
|
-
"""
|
|
2982
|
-
The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
|
|
2983
|
-
"""
|
|
2984
|
-
return pulumi.get(self, "cni_network_id")
|
|
2985
|
-
|
|
2986
|
-
@property
|
|
2987
|
-
@pulumi.getter(name="attachedNetworkConfiguration")
|
|
2988
|
-
def attached_network_configuration(self) -> Optional['outputs.AttachedNetworkConfigurationResponse']:
|
|
2989
|
-
"""
|
|
2990
|
-
The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
|
|
2991
|
-
"""
|
|
2992
|
-
return pulumi.get(self, "attached_network_configuration")
|
|
2993
|
-
|
|
2994
|
-
@property
|
|
2995
|
-
@pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
|
|
2996
|
-
def bgp_service_load_balancer_configuration(self) -> Optional['outputs.BgpServiceLoadBalancerConfigurationResponse']:
|
|
2997
|
-
"""
|
|
2998
|
-
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.
|
|
2999
|
-
"""
|
|
3000
|
-
return pulumi.get(self, "bgp_service_load_balancer_configuration")
|
|
3001
|
-
|
|
3002
|
-
@property
|
|
3003
|
-
@pulumi.getter(name="dnsServiceIp")
|
|
3004
|
-
def dns_service_ip(self) -> Optional[str]:
|
|
3005
|
-
"""
|
|
3006
|
-
The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
|
|
3007
|
-
"""
|
|
3008
|
-
return pulumi.get(self, "dns_service_ip")
|
|
3009
|
-
|
|
3010
|
-
@property
|
|
3011
|
-
@pulumi.getter(name="l2ServiceLoadBalancerConfiguration")
|
|
3012
|
-
def l2_service_load_balancer_configuration(self) -> Optional['outputs.L2ServiceLoadBalancerConfigurationResponse']:
|
|
3013
|
-
"""
|
|
3014
|
-
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.
|
|
3015
|
-
"""
|
|
3016
|
-
return pulumi.get(self, "l2_service_load_balancer_configuration")
|
|
3017
|
-
|
|
3018
|
-
@property
|
|
3019
|
-
@pulumi.getter(name="podCidrs")
|
|
3020
|
-
def pod_cidrs(self) -> Optional[Sequence[str]]:
|
|
3021
|
-
"""
|
|
3022
|
-
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.
|
|
3023
|
-
"""
|
|
3024
|
-
return pulumi.get(self, "pod_cidrs")
|
|
3025
|
-
|
|
3026
|
-
@property
|
|
3027
|
-
@pulumi.getter(name="serviceCidrs")
|
|
3028
|
-
def service_cidrs(self) -> Optional[Sequence[str]]:
|
|
3029
|
-
"""
|
|
3030
|
-
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.
|
|
3031
|
-
"""
|
|
3032
|
-
return pulumi.get(self, "service_cidrs")
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
@pulumi.output_type
|
|
3036
|
-
class NicResponse(dict):
|
|
3037
|
-
@staticmethod
|
|
3038
|
-
def __key_warning(key: str):
|
|
3039
|
-
suggest = None
|
|
3040
|
-
if key == "lldpNeighbor":
|
|
3041
|
-
suggest = "lldp_neighbor"
|
|
3042
|
-
elif key == "macAddress":
|
|
3043
|
-
suggest = "mac_address"
|
|
3044
|
-
|
|
3045
|
-
if suggest:
|
|
3046
|
-
pulumi.log.warn(f"Key '{key}' not found in NicResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3047
|
-
|
|
3048
|
-
def __getitem__(self, key: str) -> Any:
|
|
3049
|
-
NicResponse.__key_warning(key)
|
|
3050
|
-
return super().__getitem__(key)
|
|
3051
|
-
|
|
3052
|
-
def get(self, key: str, default = None) -> Any:
|
|
3053
|
-
NicResponse.__key_warning(key)
|
|
3054
|
-
return super().get(key, default)
|
|
3055
|
-
|
|
3056
|
-
def __init__(__self__, *,
|
|
3057
|
-
lldp_neighbor: 'outputs.LldpNeighborResponse',
|
|
3058
|
-
mac_address: str,
|
|
3059
|
-
name: str):
|
|
3060
|
-
"""
|
|
3061
|
-
:param 'LldpNeighborResponse' lldp_neighbor: The information about the device connected to this NIC.
|
|
3062
|
-
:param str mac_address: The MAC address associated with this NIC.
|
|
3063
|
-
:param str name: The name of the NIC/interface.
|
|
3064
|
-
"""
|
|
3065
|
-
pulumi.set(__self__, "lldp_neighbor", lldp_neighbor)
|
|
3066
|
-
pulumi.set(__self__, "mac_address", mac_address)
|
|
3067
|
-
pulumi.set(__self__, "name", name)
|
|
3068
|
-
|
|
3069
|
-
@property
|
|
3070
|
-
@pulumi.getter(name="lldpNeighbor")
|
|
3071
|
-
def lldp_neighbor(self) -> 'outputs.LldpNeighborResponse':
|
|
3072
|
-
"""
|
|
3073
|
-
The information about the device connected to this NIC.
|
|
3074
|
-
"""
|
|
3075
|
-
return pulumi.get(self, "lldp_neighbor")
|
|
3076
|
-
|
|
3077
|
-
@property
|
|
3078
|
-
@pulumi.getter(name="macAddress")
|
|
3079
|
-
def mac_address(self) -> str:
|
|
3080
|
-
"""
|
|
3081
|
-
The MAC address associated with this NIC.
|
|
3082
|
-
"""
|
|
3083
|
-
return pulumi.get(self, "mac_address")
|
|
3084
|
-
|
|
3085
|
-
@property
|
|
3086
|
-
@pulumi.getter
|
|
3087
|
-
def name(self) -> str:
|
|
3088
|
-
"""
|
|
3089
|
-
The name of the NIC/interface.
|
|
3090
|
-
"""
|
|
3091
|
-
return pulumi.get(self, "name")
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
@pulumi.output_type
|
|
3095
|
-
class OsDiskResponse(dict):
|
|
3096
|
-
@staticmethod
|
|
3097
|
-
def __key_warning(key: str):
|
|
3098
|
-
suggest = None
|
|
3099
|
-
if key == "diskSizeGB":
|
|
3100
|
-
suggest = "disk_size_gb"
|
|
3101
|
-
elif key == "createOption":
|
|
3102
|
-
suggest = "create_option"
|
|
3103
|
-
elif key == "deleteOption":
|
|
3104
|
-
suggest = "delete_option"
|
|
3105
|
-
|
|
3106
|
-
if suggest:
|
|
3107
|
-
pulumi.log.warn(f"Key '{key}' not found in OsDiskResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3108
|
-
|
|
3109
|
-
def __getitem__(self, key: str) -> Any:
|
|
3110
|
-
OsDiskResponse.__key_warning(key)
|
|
3111
|
-
return super().__getitem__(key)
|
|
3112
|
-
|
|
3113
|
-
def get(self, key: str, default = None) -> Any:
|
|
3114
|
-
OsDiskResponse.__key_warning(key)
|
|
3115
|
-
return super().get(key, default)
|
|
3116
|
-
|
|
3117
|
-
def __init__(__self__, *,
|
|
3118
|
-
disk_size_gb: float,
|
|
3119
|
-
create_option: Optional[str] = None,
|
|
3120
|
-
delete_option: Optional[str] = None):
|
|
3121
|
-
"""
|
|
3122
|
-
:param float disk_size_gb: The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
|
|
3123
|
-
:param str create_option: The strategy for creating the OS disk.
|
|
3124
|
-
:param str delete_option: The strategy for deleting the OS disk.
|
|
3125
|
-
"""
|
|
3126
|
-
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
3127
|
-
if create_option is None:
|
|
3128
|
-
create_option = 'Ephemeral'
|
|
3129
|
-
if create_option is not None:
|
|
3130
|
-
pulumi.set(__self__, "create_option", create_option)
|
|
3131
|
-
if delete_option is None:
|
|
3132
|
-
delete_option = 'Delete'
|
|
3133
|
-
if delete_option is not None:
|
|
3134
|
-
pulumi.set(__self__, "delete_option", delete_option)
|
|
3135
|
-
|
|
3136
|
-
@property
|
|
3137
|
-
@pulumi.getter(name="diskSizeGB")
|
|
3138
|
-
def disk_size_gb(self) -> float:
|
|
3139
|
-
"""
|
|
3140
|
-
The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
|
|
3141
|
-
"""
|
|
3142
|
-
return pulumi.get(self, "disk_size_gb")
|
|
3143
|
-
|
|
3144
|
-
@property
|
|
3145
|
-
@pulumi.getter(name="createOption")
|
|
3146
|
-
def create_option(self) -> Optional[str]:
|
|
3147
|
-
"""
|
|
3148
|
-
The strategy for creating the OS disk.
|
|
3149
|
-
"""
|
|
3150
|
-
return pulumi.get(self, "create_option")
|
|
3151
|
-
|
|
3152
|
-
@property
|
|
3153
|
-
@pulumi.getter(name="deleteOption")
|
|
3154
|
-
def delete_option(self) -> Optional[str]:
|
|
3155
|
-
"""
|
|
3156
|
-
The strategy for deleting the OS disk.
|
|
3157
|
-
"""
|
|
3158
|
-
return pulumi.get(self, "delete_option")
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
@pulumi.output_type
|
|
3162
|
-
class RackDefinitionResponse(dict):
|
|
3163
|
-
@staticmethod
|
|
3164
|
-
def __key_warning(key: str):
|
|
3165
|
-
suggest = None
|
|
3166
|
-
if key == "networkRackId":
|
|
3167
|
-
suggest = "network_rack_id"
|
|
3168
|
-
elif key == "rackSerialNumber":
|
|
3169
|
-
suggest = "rack_serial_number"
|
|
3170
|
-
elif key == "rackSkuId":
|
|
3171
|
-
suggest = "rack_sku_id"
|
|
3172
|
-
elif key == "availabilityZone":
|
|
3173
|
-
suggest = "availability_zone"
|
|
3174
|
-
elif key == "bareMetalMachineConfigurationData":
|
|
3175
|
-
suggest = "bare_metal_machine_configuration_data"
|
|
3176
|
-
elif key == "rackLocation":
|
|
3177
|
-
suggest = "rack_location"
|
|
3178
|
-
elif key == "storageApplianceConfigurationData":
|
|
3179
|
-
suggest = "storage_appliance_configuration_data"
|
|
3180
|
-
|
|
3181
|
-
if suggest:
|
|
3182
|
-
pulumi.log.warn(f"Key '{key}' not found in RackDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3183
|
-
|
|
3184
|
-
def __getitem__(self, key: str) -> Any:
|
|
3185
|
-
RackDefinitionResponse.__key_warning(key)
|
|
3186
|
-
return super().__getitem__(key)
|
|
3187
|
-
|
|
3188
|
-
def get(self, key: str, default = None) -> Any:
|
|
3189
|
-
RackDefinitionResponse.__key_warning(key)
|
|
3190
|
-
return super().get(key, default)
|
|
3191
|
-
|
|
3192
|
-
def __init__(__self__, *,
|
|
3193
|
-
network_rack_id: str,
|
|
3194
|
-
rack_serial_number: str,
|
|
3195
|
-
rack_sku_id: str,
|
|
3196
|
-
availability_zone: Optional[str] = None,
|
|
3197
|
-
bare_metal_machine_configuration_data: Optional[Sequence['outputs.BareMetalMachineConfigurationDataResponse']] = None,
|
|
3198
|
-
rack_location: Optional[str] = None,
|
|
3199
|
-
storage_appliance_configuration_data: Optional[Sequence['outputs.StorageApplianceConfigurationDataResponse']] = None):
|
|
3200
|
-
"""
|
|
3201
|
-
:param str network_rack_id: The resource ID of the network rack that matches this rack definition.
|
|
3202
|
-
:param 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.
|
|
3203
|
-
:param str rack_sku_id: The resource ID of the sku for the rack being added.
|
|
3204
|
-
:param str availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
|
|
3205
|
-
:param Sequence['BareMetalMachineConfigurationDataResponse'] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
|
|
3206
|
-
:param str rack_location: The free-form description of the rack's location.
|
|
3207
|
-
:param Sequence['StorageApplianceConfigurationDataResponse'] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
|
|
3208
|
-
"""
|
|
3209
|
-
pulumi.set(__self__, "network_rack_id", network_rack_id)
|
|
3210
|
-
pulumi.set(__self__, "rack_serial_number", rack_serial_number)
|
|
3211
|
-
pulumi.set(__self__, "rack_sku_id", rack_sku_id)
|
|
3212
|
-
if availability_zone is not None:
|
|
3213
|
-
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
3214
|
-
if bare_metal_machine_configuration_data is not None:
|
|
3215
|
-
pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
|
|
3216
|
-
if rack_location is not None:
|
|
3217
|
-
pulumi.set(__self__, "rack_location", rack_location)
|
|
3218
|
-
if storage_appliance_configuration_data is not None:
|
|
3219
|
-
pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
|
|
3220
|
-
|
|
3221
|
-
@property
|
|
3222
|
-
@pulumi.getter(name="networkRackId")
|
|
3223
|
-
def network_rack_id(self) -> str:
|
|
3224
|
-
"""
|
|
3225
|
-
The resource ID of the network rack that matches this rack definition.
|
|
3226
|
-
"""
|
|
3227
|
-
return pulumi.get(self, "network_rack_id")
|
|
3228
|
-
|
|
3229
|
-
@property
|
|
3230
|
-
@pulumi.getter(name="rackSerialNumber")
|
|
3231
|
-
def rack_serial_number(self) -> str:
|
|
3232
|
-
"""
|
|
3233
|
-
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.
|
|
3234
|
-
"""
|
|
3235
|
-
return pulumi.get(self, "rack_serial_number")
|
|
3236
|
-
|
|
3237
|
-
@property
|
|
3238
|
-
@pulumi.getter(name="rackSkuId")
|
|
3239
|
-
def rack_sku_id(self) -> str:
|
|
3240
|
-
"""
|
|
3241
|
-
The resource ID of the sku for the rack being added.
|
|
3242
|
-
"""
|
|
3243
|
-
return pulumi.get(self, "rack_sku_id")
|
|
3244
|
-
|
|
3245
|
-
@property
|
|
3246
|
-
@pulumi.getter(name="availabilityZone")
|
|
3247
|
-
def availability_zone(self) -> Optional[str]:
|
|
3248
|
-
"""
|
|
3249
|
-
The zone name used for this rack when created. Availability zones are used for workload placement.
|
|
3250
|
-
"""
|
|
3251
|
-
return pulumi.get(self, "availability_zone")
|
|
3252
|
-
|
|
3253
|
-
@property
|
|
3254
|
-
@pulumi.getter(name="bareMetalMachineConfigurationData")
|
|
3255
|
-
def bare_metal_machine_configuration_data(self) -> Optional[Sequence['outputs.BareMetalMachineConfigurationDataResponse']]:
|
|
3256
|
-
"""
|
|
3257
|
-
The unordered list of bare metal machine configuration.
|
|
3258
|
-
"""
|
|
3259
|
-
return pulumi.get(self, "bare_metal_machine_configuration_data")
|
|
3260
|
-
|
|
3261
|
-
@property
|
|
3262
|
-
@pulumi.getter(name="rackLocation")
|
|
3263
|
-
def rack_location(self) -> Optional[str]:
|
|
3264
|
-
"""
|
|
3265
|
-
The free-form description of the rack's location.
|
|
3266
|
-
"""
|
|
3267
|
-
return pulumi.get(self, "rack_location")
|
|
3268
|
-
|
|
3269
|
-
@property
|
|
3270
|
-
@pulumi.getter(name="storageApplianceConfigurationData")
|
|
3271
|
-
def storage_appliance_configuration_data(self) -> Optional[Sequence['outputs.StorageApplianceConfigurationDataResponse']]:
|
|
3272
|
-
"""
|
|
3273
|
-
The list of storage appliance configuration data for this rack.
|
|
3274
|
-
"""
|
|
3275
|
-
return pulumi.get(self, "storage_appliance_configuration_data")
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
@pulumi.output_type
|
|
3279
|
-
class RuntimeProtectionConfigurationResponse(dict):
|
|
3280
|
-
@staticmethod
|
|
3281
|
-
def __key_warning(key: str):
|
|
3282
|
-
suggest = None
|
|
3283
|
-
if key == "enforcementLevel":
|
|
3284
|
-
suggest = "enforcement_level"
|
|
3285
|
-
|
|
3286
|
-
if suggest:
|
|
3287
|
-
pulumi.log.warn(f"Key '{key}' not found in RuntimeProtectionConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3288
|
-
|
|
3289
|
-
def __getitem__(self, key: str) -> Any:
|
|
3290
|
-
RuntimeProtectionConfigurationResponse.__key_warning(key)
|
|
3291
|
-
return super().__getitem__(key)
|
|
3292
|
-
|
|
3293
|
-
def get(self, key: str, default = None) -> Any:
|
|
3294
|
-
RuntimeProtectionConfigurationResponse.__key_warning(key)
|
|
3295
|
-
return super().get(key, default)
|
|
3296
|
-
|
|
3297
|
-
def __init__(__self__, *,
|
|
3298
|
-
enforcement_level: Optional[str] = None):
|
|
3299
|
-
"""
|
|
3300
|
-
:param str enforcement_level: The mode of operation for runtime protection.
|
|
3301
|
-
"""
|
|
3302
|
-
if enforcement_level is None:
|
|
3303
|
-
enforcement_level = 'Disabled'
|
|
3304
|
-
if enforcement_level is not None:
|
|
3305
|
-
pulumi.set(__self__, "enforcement_level", enforcement_level)
|
|
3306
|
-
|
|
3307
|
-
@property
|
|
3308
|
-
@pulumi.getter(name="enforcementLevel")
|
|
3309
|
-
def enforcement_level(self) -> Optional[str]:
|
|
3310
|
-
"""
|
|
3311
|
-
The mode of operation for runtime protection.
|
|
3312
|
-
"""
|
|
3313
|
-
return pulumi.get(self, "enforcement_level")
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
@pulumi.output_type
|
|
3317
|
-
class RuntimeProtectionStatusResponse(dict):
|
|
3318
|
-
@staticmethod
|
|
3319
|
-
def __key_warning(key: str):
|
|
3320
|
-
suggest = None
|
|
3321
|
-
if key == "definitionsLastUpdated":
|
|
3322
|
-
suggest = "definitions_last_updated"
|
|
3323
|
-
elif key == "definitionsVersion":
|
|
3324
|
-
suggest = "definitions_version"
|
|
3325
|
-
elif key == "scanCompletedTime":
|
|
3326
|
-
suggest = "scan_completed_time"
|
|
3327
|
-
elif key == "scanScheduledTime":
|
|
3328
|
-
suggest = "scan_scheduled_time"
|
|
3329
|
-
elif key == "scanStartedTime":
|
|
3330
|
-
suggest = "scan_started_time"
|
|
3331
|
-
|
|
3332
|
-
if suggest:
|
|
3333
|
-
pulumi.log.warn(f"Key '{key}' not found in RuntimeProtectionStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3334
|
-
|
|
3335
|
-
def __getitem__(self, key: str) -> Any:
|
|
3336
|
-
RuntimeProtectionStatusResponse.__key_warning(key)
|
|
3337
|
-
return super().__getitem__(key)
|
|
3338
|
-
|
|
3339
|
-
def get(self, key: str, default = None) -> Any:
|
|
3340
|
-
RuntimeProtectionStatusResponse.__key_warning(key)
|
|
3341
|
-
return super().get(key, default)
|
|
3342
|
-
|
|
3343
|
-
def __init__(__self__, *,
|
|
3344
|
-
definitions_last_updated: str,
|
|
3345
|
-
definitions_version: str,
|
|
3346
|
-
scan_completed_time: str,
|
|
3347
|
-
scan_scheduled_time: str,
|
|
3348
|
-
scan_started_time: str):
|
|
3349
|
-
"""
|
|
3350
|
-
:param str definitions_last_updated: The timestamp when the malware definitions were last updated.
|
|
3351
|
-
:param str definitions_version: The version of the malware definitions.
|
|
3352
|
-
:param str scan_completed_time: The timestamp of the most recently completed scan, or empty if there has never been a scan.
|
|
3353
|
-
:param str scan_scheduled_time: The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.
|
|
3354
|
-
:param str scan_started_time: The timestamp of the most recently started scan, or empty if there has never been a scan.
|
|
3355
|
-
"""
|
|
3356
|
-
pulumi.set(__self__, "definitions_last_updated", definitions_last_updated)
|
|
3357
|
-
pulumi.set(__self__, "definitions_version", definitions_version)
|
|
3358
|
-
pulumi.set(__self__, "scan_completed_time", scan_completed_time)
|
|
3359
|
-
pulumi.set(__self__, "scan_scheduled_time", scan_scheduled_time)
|
|
3360
|
-
pulumi.set(__self__, "scan_started_time", scan_started_time)
|
|
3361
|
-
|
|
3362
|
-
@property
|
|
3363
|
-
@pulumi.getter(name="definitionsLastUpdated")
|
|
3364
|
-
def definitions_last_updated(self) -> str:
|
|
3365
|
-
"""
|
|
3366
|
-
The timestamp when the malware definitions were last updated.
|
|
3367
|
-
"""
|
|
3368
|
-
return pulumi.get(self, "definitions_last_updated")
|
|
3369
|
-
|
|
3370
|
-
@property
|
|
3371
|
-
@pulumi.getter(name="definitionsVersion")
|
|
3372
|
-
def definitions_version(self) -> str:
|
|
3373
|
-
"""
|
|
3374
|
-
The version of the malware definitions.
|
|
3375
|
-
"""
|
|
3376
|
-
return pulumi.get(self, "definitions_version")
|
|
3377
|
-
|
|
3378
|
-
@property
|
|
3379
|
-
@pulumi.getter(name="scanCompletedTime")
|
|
3380
|
-
def scan_completed_time(self) -> str:
|
|
3381
|
-
"""
|
|
3382
|
-
The timestamp of the most recently completed scan, or empty if there has never been a scan.
|
|
3383
|
-
"""
|
|
3384
|
-
return pulumi.get(self, "scan_completed_time")
|
|
3385
|
-
|
|
3386
|
-
@property
|
|
3387
|
-
@pulumi.getter(name="scanScheduledTime")
|
|
3388
|
-
def scan_scheduled_time(self) -> str:
|
|
3389
|
-
"""
|
|
3390
|
-
The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.
|
|
3391
|
-
"""
|
|
3392
|
-
return pulumi.get(self, "scan_scheduled_time")
|
|
3393
|
-
|
|
3394
|
-
@property
|
|
3395
|
-
@pulumi.getter(name="scanStartedTime")
|
|
3396
|
-
def scan_started_time(self) -> str:
|
|
3397
|
-
"""
|
|
3398
|
-
The timestamp of the most recently started scan, or empty if there has never been a scan.
|
|
3399
|
-
"""
|
|
3400
|
-
return pulumi.get(self, "scan_started_time")
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
@pulumi.output_type
|
|
3404
|
-
class SecretArchiveReferenceResponse(dict):
|
|
3405
|
-
@staticmethod
|
|
3406
|
-
def __key_warning(key: str):
|
|
3407
|
-
suggest = None
|
|
3408
|
-
if key == "keyVaultId":
|
|
3409
|
-
suggest = "key_vault_id"
|
|
3410
|
-
elif key == "secretName":
|
|
3411
|
-
suggest = "secret_name"
|
|
3412
|
-
elif key == "secretVersion":
|
|
3413
|
-
suggest = "secret_version"
|
|
3414
|
-
|
|
3415
|
-
if suggest:
|
|
3416
|
-
pulumi.log.warn(f"Key '{key}' not found in SecretArchiveReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3417
|
-
|
|
3418
|
-
def __getitem__(self, key: str) -> Any:
|
|
3419
|
-
SecretArchiveReferenceResponse.__key_warning(key)
|
|
3420
|
-
return super().__getitem__(key)
|
|
3421
|
-
|
|
3422
|
-
def get(self, key: str, default = None) -> Any:
|
|
3423
|
-
SecretArchiveReferenceResponse.__key_warning(key)
|
|
3424
|
-
return super().get(key, default)
|
|
3425
|
-
|
|
3426
|
-
def __init__(__self__, *,
|
|
3427
|
-
key_vault_id: str,
|
|
3428
|
-
secret_name: str,
|
|
3429
|
-
secret_version: str):
|
|
3430
|
-
"""
|
|
3431
|
-
:param str key_vault_id: The resource ID of the key vault containing the secret.
|
|
3432
|
-
:param str secret_name: The name of the secret in the key vault.
|
|
3433
|
-
:param str secret_version: The version of the secret in the key vault.
|
|
3434
|
-
"""
|
|
3435
|
-
pulumi.set(__self__, "key_vault_id", key_vault_id)
|
|
3436
|
-
pulumi.set(__self__, "secret_name", secret_name)
|
|
3437
|
-
pulumi.set(__self__, "secret_version", secret_version)
|
|
3438
|
-
|
|
3439
|
-
@property
|
|
3440
|
-
@pulumi.getter(name="keyVaultId")
|
|
3441
|
-
def key_vault_id(self) -> str:
|
|
3442
|
-
"""
|
|
3443
|
-
The resource ID of the key vault containing the secret.
|
|
3444
|
-
"""
|
|
3445
|
-
return pulumi.get(self, "key_vault_id")
|
|
3446
|
-
|
|
3447
|
-
@property
|
|
3448
|
-
@pulumi.getter(name="secretName")
|
|
3449
|
-
def secret_name(self) -> str:
|
|
3450
|
-
"""
|
|
3451
|
-
The name of the secret in the key vault.
|
|
3452
|
-
"""
|
|
3453
|
-
return pulumi.get(self, "secret_name")
|
|
3454
|
-
|
|
3455
|
-
@property
|
|
3456
|
-
@pulumi.getter(name="secretVersion")
|
|
3457
|
-
def secret_version(self) -> str:
|
|
3458
|
-
"""
|
|
3459
|
-
The version of the secret in the key vault.
|
|
3460
|
-
"""
|
|
3461
|
-
return pulumi.get(self, "secret_version")
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
@pulumi.output_type
|
|
3465
|
-
class SecretArchiveSettingsResponse(dict):
|
|
3466
|
-
@staticmethod
|
|
3467
|
-
def __key_warning(key: str):
|
|
3468
|
-
suggest = None
|
|
3469
|
-
if key == "associatedIdentity":
|
|
3470
|
-
suggest = "associated_identity"
|
|
3471
|
-
elif key == "vaultUri":
|
|
3472
|
-
suggest = "vault_uri"
|
|
3473
|
-
|
|
3474
|
-
if suggest:
|
|
3475
|
-
pulumi.log.warn(f"Key '{key}' not found in SecretArchiveSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3476
|
-
|
|
3477
|
-
def __getitem__(self, key: str) -> Any:
|
|
3478
|
-
SecretArchiveSettingsResponse.__key_warning(key)
|
|
3479
|
-
return super().__getitem__(key)
|
|
3480
|
-
|
|
3481
|
-
def get(self, key: str, default = None) -> Any:
|
|
3482
|
-
SecretArchiveSettingsResponse.__key_warning(key)
|
|
3483
|
-
return super().get(key, default)
|
|
3484
|
-
|
|
3485
|
-
def __init__(__self__, *,
|
|
3486
|
-
associated_identity: Optional['outputs.IdentitySelectorResponse'] = None,
|
|
3487
|
-
vault_uri: Optional[str] = None):
|
|
3488
|
-
"""
|
|
3489
|
-
:param 'IdentitySelectorResponse' 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.
|
|
3490
|
-
:param str vault_uri: The URI for the key vault used as the secret archive.
|
|
3491
|
-
"""
|
|
3492
|
-
if associated_identity is not None:
|
|
3493
|
-
pulumi.set(__self__, "associated_identity", associated_identity)
|
|
3494
|
-
if vault_uri is not None:
|
|
3495
|
-
pulumi.set(__self__, "vault_uri", vault_uri)
|
|
3496
|
-
|
|
3497
|
-
@property
|
|
3498
|
-
@pulumi.getter(name="associatedIdentity")
|
|
3499
|
-
def associated_identity(self) -> Optional['outputs.IdentitySelectorResponse']:
|
|
3500
|
-
"""
|
|
3501
|
-
The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
|
|
3502
|
-
"""
|
|
3503
|
-
return pulumi.get(self, "associated_identity")
|
|
3504
|
-
|
|
3505
|
-
@property
|
|
3506
|
-
@pulumi.getter(name="vaultUri")
|
|
3507
|
-
def vault_uri(self) -> Optional[str]:
|
|
3508
|
-
"""
|
|
3509
|
-
The URI for the key vault used as the secret archive.
|
|
3510
|
-
"""
|
|
3511
|
-
return pulumi.get(self, "vault_uri")
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
@pulumi.output_type
|
|
3515
|
-
class SecretRotationStatusResponse(dict):
|
|
3516
|
-
@staticmethod
|
|
3517
|
-
def __key_warning(key: str):
|
|
3518
|
-
suggest = None
|
|
3519
|
-
if key == "expirePeriodDays":
|
|
3520
|
-
suggest = "expire_period_days"
|
|
3521
|
-
elif key == "lastRotationTime":
|
|
3522
|
-
suggest = "last_rotation_time"
|
|
3523
|
-
elif key == "rotationPeriodDays":
|
|
3524
|
-
suggest = "rotation_period_days"
|
|
3525
|
-
elif key == "secretArchiveReference":
|
|
3526
|
-
suggest = "secret_archive_reference"
|
|
3527
|
-
elif key == "secretType":
|
|
3528
|
-
suggest = "secret_type"
|
|
3529
|
-
|
|
3530
|
-
if suggest:
|
|
3531
|
-
pulumi.log.warn(f"Key '{key}' not found in SecretRotationStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3532
|
-
|
|
3533
|
-
def __getitem__(self, key: str) -> Any:
|
|
3534
|
-
SecretRotationStatusResponse.__key_warning(key)
|
|
3535
|
-
return super().__getitem__(key)
|
|
3536
|
-
|
|
3537
|
-
def get(self, key: str, default = None) -> Any:
|
|
3538
|
-
SecretRotationStatusResponse.__key_warning(key)
|
|
3539
|
-
return super().get(key, default)
|
|
3540
|
-
|
|
3541
|
-
def __init__(__self__, *,
|
|
3542
|
-
expire_period_days: float,
|
|
3543
|
-
last_rotation_time: str,
|
|
3544
|
-
rotation_period_days: float,
|
|
3545
|
-
secret_archive_reference: 'outputs.SecretArchiveReferenceResponse',
|
|
3546
|
-
secret_type: str):
|
|
3547
|
-
"""
|
|
3548
|
-
:param float expire_period_days: The maximum number of days the secret may be used before it must be changed.
|
|
3549
|
-
:param str last_rotation_time: The date and time when the secret was last changed.
|
|
3550
|
-
:param float rotation_period_days: The number of days a secret exists before rotations will be attempted.
|
|
3551
|
-
:param 'SecretArchiveReferenceResponse' secret_archive_reference: The reference to the secret in a key vault.
|
|
3552
|
-
:param str secret_type: The type name used to identify the purpose of the secret.
|
|
3553
|
-
"""
|
|
3554
|
-
pulumi.set(__self__, "expire_period_days", expire_period_days)
|
|
3555
|
-
pulumi.set(__self__, "last_rotation_time", last_rotation_time)
|
|
3556
|
-
pulumi.set(__self__, "rotation_period_days", rotation_period_days)
|
|
3557
|
-
pulumi.set(__self__, "secret_archive_reference", secret_archive_reference)
|
|
3558
|
-
pulumi.set(__self__, "secret_type", secret_type)
|
|
3559
|
-
|
|
3560
|
-
@property
|
|
3561
|
-
@pulumi.getter(name="expirePeriodDays")
|
|
3562
|
-
def expire_period_days(self) -> float:
|
|
3563
|
-
"""
|
|
3564
|
-
The maximum number of days the secret may be used before it must be changed.
|
|
3565
|
-
"""
|
|
3566
|
-
return pulumi.get(self, "expire_period_days")
|
|
3567
|
-
|
|
3568
|
-
@property
|
|
3569
|
-
@pulumi.getter(name="lastRotationTime")
|
|
3570
|
-
def last_rotation_time(self) -> str:
|
|
3571
|
-
"""
|
|
3572
|
-
The date and time when the secret was last changed.
|
|
3573
|
-
"""
|
|
3574
|
-
return pulumi.get(self, "last_rotation_time")
|
|
3575
|
-
|
|
3576
|
-
@property
|
|
3577
|
-
@pulumi.getter(name="rotationPeriodDays")
|
|
3578
|
-
def rotation_period_days(self) -> float:
|
|
3579
|
-
"""
|
|
3580
|
-
The number of days a secret exists before rotations will be attempted.
|
|
3581
|
-
"""
|
|
3582
|
-
return pulumi.get(self, "rotation_period_days")
|
|
3583
|
-
|
|
3584
|
-
@property
|
|
3585
|
-
@pulumi.getter(name="secretArchiveReference")
|
|
3586
|
-
def secret_archive_reference(self) -> 'outputs.SecretArchiveReferenceResponse':
|
|
3587
|
-
"""
|
|
3588
|
-
The reference to the secret in a key vault.
|
|
3589
|
-
"""
|
|
3590
|
-
return pulumi.get(self, "secret_archive_reference")
|
|
3591
|
-
|
|
3592
|
-
@property
|
|
3593
|
-
@pulumi.getter(name="secretType")
|
|
3594
|
-
def secret_type(self) -> str:
|
|
3595
|
-
"""
|
|
3596
|
-
The type name used to identify the purpose of the secret.
|
|
3597
|
-
"""
|
|
3598
|
-
return pulumi.get(self, "secret_type")
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
@pulumi.output_type
|
|
3602
|
-
class ServiceLoadBalancerBgpPeerResponse(dict):
|
|
3603
|
-
@staticmethod
|
|
3604
|
-
def __key_warning(key: str):
|
|
3605
|
-
suggest = None
|
|
3606
|
-
if key == "peerAddress":
|
|
3607
|
-
suggest = "peer_address"
|
|
3608
|
-
elif key == "peerAsn":
|
|
3609
|
-
suggest = "peer_asn"
|
|
3610
|
-
elif key == "bfdEnabled":
|
|
3611
|
-
suggest = "bfd_enabled"
|
|
3612
|
-
elif key == "bgpMultiHop":
|
|
3613
|
-
suggest = "bgp_multi_hop"
|
|
3614
|
-
elif key == "holdTime":
|
|
3615
|
-
suggest = "hold_time"
|
|
3616
|
-
elif key == "keepAliveTime":
|
|
3617
|
-
suggest = "keep_alive_time"
|
|
3618
|
-
elif key == "myAsn":
|
|
3619
|
-
suggest = "my_asn"
|
|
3620
|
-
elif key == "peerPort":
|
|
3621
|
-
suggest = "peer_port"
|
|
3622
|
-
|
|
3623
|
-
if suggest:
|
|
3624
|
-
pulumi.log.warn(f"Key '{key}' not found in ServiceLoadBalancerBgpPeerResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3625
|
-
|
|
3626
|
-
def __getitem__(self, key: str) -> Any:
|
|
3627
|
-
ServiceLoadBalancerBgpPeerResponse.__key_warning(key)
|
|
3628
|
-
return super().__getitem__(key)
|
|
3629
|
-
|
|
3630
|
-
def get(self, key: str, default = None) -> Any:
|
|
3631
|
-
ServiceLoadBalancerBgpPeerResponse.__key_warning(key)
|
|
3632
|
-
return super().get(key, default)
|
|
3633
|
-
|
|
3634
|
-
def __init__(__self__, *,
|
|
3635
|
-
name: str,
|
|
3636
|
-
peer_address: str,
|
|
3637
|
-
peer_asn: float,
|
|
3638
|
-
bfd_enabled: Optional[str] = None,
|
|
3639
|
-
bgp_multi_hop: Optional[str] = None,
|
|
3640
|
-
hold_time: Optional[str] = None,
|
|
3641
|
-
keep_alive_time: Optional[str] = None,
|
|
3642
|
-
my_asn: Optional[float] = None,
|
|
3643
|
-
peer_port: Optional[float] = None):
|
|
3644
|
-
"""
|
|
3645
|
-
:param str name: The name used to identify this BGP peer for association with a BGP advertisement.
|
|
3646
|
-
:param str peer_address: The IPv4 or IPv6 address used to connect this BGP session.
|
|
3647
|
-
:param float peer_asn: The autonomous system number expected from the remote end of the BGP session.
|
|
3648
|
-
:param str bfd_enabled: The indicator of BFD enablement for this BgpPeer.
|
|
3649
|
-
:param str bgp_multi_hop: The indicator to enable multi-hop peering support.
|
|
3650
|
-
:param 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.
|
|
3651
|
-
:param 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.
|
|
3652
|
-
:param float my_asn: The autonomous system number used for the local end of the BGP session.
|
|
3653
|
-
:param float peer_port: The port used to connect this BGP session.
|
|
3654
|
-
"""
|
|
3655
|
-
pulumi.set(__self__, "name", name)
|
|
3656
|
-
pulumi.set(__self__, "peer_address", peer_address)
|
|
3657
|
-
pulumi.set(__self__, "peer_asn", peer_asn)
|
|
3658
|
-
if bfd_enabled is None:
|
|
3659
|
-
bfd_enabled = 'False'
|
|
3660
|
-
if bfd_enabled is not None:
|
|
3661
|
-
pulumi.set(__self__, "bfd_enabled", bfd_enabled)
|
|
3662
|
-
if bgp_multi_hop is None:
|
|
3663
|
-
bgp_multi_hop = 'False'
|
|
3664
|
-
if bgp_multi_hop is not None:
|
|
3665
|
-
pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
|
|
3666
|
-
if hold_time is not None:
|
|
3667
|
-
pulumi.set(__self__, "hold_time", hold_time)
|
|
3668
|
-
if keep_alive_time is not None:
|
|
3669
|
-
pulumi.set(__self__, "keep_alive_time", keep_alive_time)
|
|
3670
|
-
if my_asn is not None:
|
|
3671
|
-
pulumi.set(__self__, "my_asn", my_asn)
|
|
3672
|
-
if peer_port is None:
|
|
3673
|
-
peer_port = 179
|
|
3674
|
-
if peer_port is not None:
|
|
3675
|
-
pulumi.set(__self__, "peer_port", peer_port)
|
|
3676
|
-
|
|
3677
|
-
@property
|
|
3678
|
-
@pulumi.getter
|
|
3679
|
-
def name(self) -> str:
|
|
3680
|
-
"""
|
|
3681
|
-
The name used to identify this BGP peer for association with a BGP advertisement.
|
|
3682
|
-
"""
|
|
3683
|
-
return pulumi.get(self, "name")
|
|
3684
|
-
|
|
3685
|
-
@property
|
|
3686
|
-
@pulumi.getter(name="peerAddress")
|
|
3687
|
-
def peer_address(self) -> str:
|
|
3688
|
-
"""
|
|
3689
|
-
The IPv4 or IPv6 address used to connect this BGP session.
|
|
3690
|
-
"""
|
|
3691
|
-
return pulumi.get(self, "peer_address")
|
|
3692
|
-
|
|
3693
|
-
@property
|
|
3694
|
-
@pulumi.getter(name="peerAsn")
|
|
3695
|
-
def peer_asn(self) -> float:
|
|
3696
|
-
"""
|
|
3697
|
-
The autonomous system number expected from the remote end of the BGP session.
|
|
3698
|
-
"""
|
|
3699
|
-
return pulumi.get(self, "peer_asn")
|
|
3700
|
-
|
|
3701
|
-
@property
|
|
3702
|
-
@pulumi.getter(name="bfdEnabled")
|
|
3703
|
-
def bfd_enabled(self) -> Optional[str]:
|
|
3704
|
-
"""
|
|
3705
|
-
The indicator of BFD enablement for this BgpPeer.
|
|
3706
|
-
"""
|
|
3707
|
-
return pulumi.get(self, "bfd_enabled")
|
|
3708
|
-
|
|
3709
|
-
@property
|
|
3710
|
-
@pulumi.getter(name="bgpMultiHop")
|
|
3711
|
-
def bgp_multi_hop(self) -> Optional[str]:
|
|
3712
|
-
"""
|
|
3713
|
-
The indicator to enable multi-hop peering support.
|
|
3714
|
-
"""
|
|
3715
|
-
return pulumi.get(self, "bgp_multi_hop")
|
|
3716
|
-
|
|
3717
|
-
@property
|
|
3718
|
-
@pulumi.getter(name="holdTime")
|
|
3719
|
-
def hold_time(self) -> Optional[str]:
|
|
3720
|
-
"""
|
|
3721
|
-
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.
|
|
3722
|
-
"""
|
|
3723
|
-
return pulumi.get(self, "hold_time")
|
|
3724
|
-
|
|
3725
|
-
@property
|
|
3726
|
-
@pulumi.getter(name="keepAliveTime")
|
|
3727
|
-
def keep_alive_time(self) -> Optional[str]:
|
|
3728
|
-
"""
|
|
3729
|
-
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.
|
|
3730
|
-
"""
|
|
3731
|
-
return pulumi.get(self, "keep_alive_time")
|
|
3732
|
-
|
|
3733
|
-
@property
|
|
3734
|
-
@pulumi.getter(name="myAsn")
|
|
3735
|
-
def my_asn(self) -> Optional[float]:
|
|
3736
|
-
"""
|
|
3737
|
-
The autonomous system number used for the local end of the BGP session.
|
|
3738
|
-
"""
|
|
3739
|
-
return pulumi.get(self, "my_asn")
|
|
3740
|
-
|
|
3741
|
-
@property
|
|
3742
|
-
@pulumi.getter(name="peerPort")
|
|
3743
|
-
def peer_port(self) -> Optional[float]:
|
|
3744
|
-
"""
|
|
3745
|
-
The port used to connect this BGP session.
|
|
3746
|
-
"""
|
|
3747
|
-
return pulumi.get(self, "peer_port")
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
@pulumi.output_type
|
|
3751
|
-
class ServicePrincipalInformationResponse(dict):
|
|
3752
|
-
@staticmethod
|
|
3753
|
-
def __key_warning(key: str):
|
|
3754
|
-
suggest = None
|
|
3755
|
-
if key == "applicationId":
|
|
3756
|
-
suggest = "application_id"
|
|
3757
|
-
elif key == "principalId":
|
|
3758
|
-
suggest = "principal_id"
|
|
3759
|
-
elif key == "tenantId":
|
|
3760
|
-
suggest = "tenant_id"
|
|
3761
|
-
|
|
3762
|
-
if suggest:
|
|
3763
|
-
pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalInformationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3764
|
-
|
|
3765
|
-
def __getitem__(self, key: str) -> Any:
|
|
3766
|
-
ServicePrincipalInformationResponse.__key_warning(key)
|
|
3767
|
-
return super().__getitem__(key)
|
|
3768
|
-
|
|
3769
|
-
def get(self, key: str, default = None) -> Any:
|
|
3770
|
-
ServicePrincipalInformationResponse.__key_warning(key)
|
|
3771
|
-
return super().get(key, default)
|
|
3772
|
-
|
|
3773
|
-
def __init__(__self__, *,
|
|
3774
|
-
application_id: str,
|
|
3775
|
-
password: str,
|
|
3776
|
-
principal_id: str,
|
|
3777
|
-
tenant_id: str):
|
|
3778
|
-
"""
|
|
3779
|
-
:param str application_id: The application ID, also known as client ID, of the service principal.
|
|
3780
|
-
:param str password: The password of the service principal.
|
|
3781
|
-
:param str principal_id: The principal ID, also known as the object ID, of the service principal.
|
|
3782
|
-
:param str tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
|
|
3783
|
-
"""
|
|
3784
|
-
pulumi.set(__self__, "application_id", application_id)
|
|
3785
|
-
pulumi.set(__self__, "password", password)
|
|
3786
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
3787
|
-
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
3788
|
-
|
|
3789
|
-
@property
|
|
3790
|
-
@pulumi.getter(name="applicationId")
|
|
3791
|
-
def application_id(self) -> str:
|
|
3792
|
-
"""
|
|
3793
|
-
The application ID, also known as client ID, of the service principal.
|
|
3794
|
-
"""
|
|
3795
|
-
return pulumi.get(self, "application_id")
|
|
3796
|
-
|
|
3797
|
-
@property
|
|
3798
|
-
@pulumi.getter
|
|
3799
|
-
def password(self) -> str:
|
|
3800
|
-
"""
|
|
3801
|
-
The password of the service principal.
|
|
3802
|
-
"""
|
|
3803
|
-
return pulumi.get(self, "password")
|
|
3804
|
-
|
|
3805
|
-
@property
|
|
3806
|
-
@pulumi.getter(name="principalId")
|
|
3807
|
-
def principal_id(self) -> str:
|
|
3808
|
-
"""
|
|
3809
|
-
The principal ID, also known as the object ID, of the service principal.
|
|
3810
|
-
"""
|
|
3811
|
-
return pulumi.get(self, "principal_id")
|
|
3812
|
-
|
|
3813
|
-
@property
|
|
3814
|
-
@pulumi.getter(name="tenantId")
|
|
3815
|
-
def tenant_id(self) -> str:
|
|
3816
|
-
"""
|
|
3817
|
-
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
|
|
3818
|
-
"""
|
|
3819
|
-
return pulumi.get(self, "tenant_id")
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
@pulumi.output_type
|
|
3823
|
-
class SshPublicKeyResponse(dict):
|
|
3824
|
-
@staticmethod
|
|
3825
|
-
def __key_warning(key: str):
|
|
3826
|
-
suggest = None
|
|
3827
|
-
if key == "keyData":
|
|
3828
|
-
suggest = "key_data"
|
|
3829
|
-
|
|
3830
|
-
if suggest:
|
|
3831
|
-
pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3832
|
-
|
|
3833
|
-
def __getitem__(self, key: str) -> Any:
|
|
3834
|
-
SshPublicKeyResponse.__key_warning(key)
|
|
3835
|
-
return super().__getitem__(key)
|
|
3836
|
-
|
|
3837
|
-
def get(self, key: str, default = None) -> Any:
|
|
3838
|
-
SshPublicKeyResponse.__key_warning(key)
|
|
3839
|
-
return super().get(key, default)
|
|
3840
|
-
|
|
3841
|
-
def __init__(__self__, *,
|
|
3842
|
-
key_data: str):
|
|
3843
|
-
"""
|
|
3844
|
-
:param str key_data: The SSH public key data.
|
|
3845
|
-
"""
|
|
3846
|
-
pulumi.set(__self__, "key_data", key_data)
|
|
3847
|
-
|
|
3848
|
-
@property
|
|
3849
|
-
@pulumi.getter(name="keyData")
|
|
3850
|
-
def key_data(self) -> str:
|
|
3851
|
-
"""
|
|
3852
|
-
The SSH public key data.
|
|
3853
|
-
"""
|
|
3854
|
-
return pulumi.get(self, "key_data")
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
@pulumi.output_type
|
|
3858
|
-
class StorageApplianceConfigurationDataResponse(dict):
|
|
3859
|
-
@staticmethod
|
|
3860
|
-
def __key_warning(key: str):
|
|
3861
|
-
suggest = None
|
|
3862
|
-
if key == "adminCredentials":
|
|
3863
|
-
suggest = "admin_credentials"
|
|
3864
|
-
elif key == "rackSlot":
|
|
3865
|
-
suggest = "rack_slot"
|
|
3866
|
-
elif key == "serialNumber":
|
|
3867
|
-
suggest = "serial_number"
|
|
3868
|
-
elif key == "storageApplianceName":
|
|
3869
|
-
suggest = "storage_appliance_name"
|
|
3870
|
-
|
|
3871
|
-
if suggest:
|
|
3872
|
-
pulumi.log.warn(f"Key '{key}' not found in StorageApplianceConfigurationDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3873
|
-
|
|
3874
|
-
def __getitem__(self, key: str) -> Any:
|
|
3875
|
-
StorageApplianceConfigurationDataResponse.__key_warning(key)
|
|
3876
|
-
return super().__getitem__(key)
|
|
3877
|
-
|
|
3878
|
-
def get(self, key: str, default = None) -> Any:
|
|
3879
|
-
StorageApplianceConfigurationDataResponse.__key_warning(key)
|
|
3880
|
-
return super().get(key, default)
|
|
3881
|
-
|
|
3882
|
-
def __init__(__self__, *,
|
|
3883
|
-
admin_credentials: 'outputs.AdministrativeCredentialsResponse',
|
|
3884
|
-
rack_slot: float,
|
|
3885
|
-
serial_number: str,
|
|
3886
|
-
storage_appliance_name: Optional[str] = None):
|
|
3887
|
-
"""
|
|
3888
|
-
:param 'AdministrativeCredentialsResponse' 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.
|
|
3889
|
-
:param float rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
|
|
3890
|
-
:param str serial_number: The serial number of the appliance.
|
|
3891
|
-
:param str storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
|
|
3892
|
-
"""
|
|
3893
|
-
pulumi.set(__self__, "admin_credentials", admin_credentials)
|
|
3894
|
-
pulumi.set(__self__, "rack_slot", rack_slot)
|
|
3895
|
-
pulumi.set(__self__, "serial_number", serial_number)
|
|
3896
|
-
if storage_appliance_name is not None:
|
|
3897
|
-
pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
|
|
3898
|
-
|
|
3899
|
-
@property
|
|
3900
|
-
@pulumi.getter(name="adminCredentials")
|
|
3901
|
-
def admin_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
|
|
3902
|
-
"""
|
|
3903
|
-
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.
|
|
3904
|
-
"""
|
|
3905
|
-
return pulumi.get(self, "admin_credentials")
|
|
3906
|
-
|
|
3907
|
-
@property
|
|
3908
|
-
@pulumi.getter(name="rackSlot")
|
|
3909
|
-
def rack_slot(self) -> float:
|
|
3910
|
-
"""
|
|
3911
|
-
The slot that storage appliance is in the rack based on the BOM configuration.
|
|
3912
|
-
"""
|
|
3913
|
-
return pulumi.get(self, "rack_slot")
|
|
3914
|
-
|
|
3915
|
-
@property
|
|
3916
|
-
@pulumi.getter(name="serialNumber")
|
|
3917
|
-
def serial_number(self) -> str:
|
|
3918
|
-
"""
|
|
3919
|
-
The serial number of the appliance.
|
|
3920
|
-
"""
|
|
3921
|
-
return pulumi.get(self, "serial_number")
|
|
3922
|
-
|
|
3923
|
-
@property
|
|
3924
|
-
@pulumi.getter(name="storageApplianceName")
|
|
3925
|
-
def storage_appliance_name(self) -> Optional[str]:
|
|
3926
|
-
"""
|
|
3927
|
-
The user-provided name for the storage appliance that will be created from this specification.
|
|
3928
|
-
"""
|
|
3929
|
-
return pulumi.get(self, "storage_appliance_name")
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
@pulumi.output_type
|
|
3933
|
-
class StorageProfileResponse(dict):
|
|
3934
|
-
@staticmethod
|
|
3935
|
-
def __key_warning(key: str):
|
|
3936
|
-
suggest = None
|
|
3937
|
-
if key == "osDisk":
|
|
3938
|
-
suggest = "os_disk"
|
|
3939
|
-
elif key == "volumeAttachments":
|
|
3940
|
-
suggest = "volume_attachments"
|
|
3941
|
-
|
|
3942
|
-
if suggest:
|
|
3943
|
-
pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3944
|
-
|
|
3945
|
-
def __getitem__(self, key: str) -> Any:
|
|
3946
|
-
StorageProfileResponse.__key_warning(key)
|
|
3947
|
-
return super().__getitem__(key)
|
|
3948
|
-
|
|
3949
|
-
def get(self, key: str, default = None) -> Any:
|
|
3950
|
-
StorageProfileResponse.__key_warning(key)
|
|
3951
|
-
return super().get(key, default)
|
|
3952
|
-
|
|
3953
|
-
def __init__(__self__, *,
|
|
3954
|
-
os_disk: 'outputs.OsDiskResponse',
|
|
3955
|
-
volume_attachments: Optional[Sequence[str]] = None):
|
|
3956
|
-
"""
|
|
3957
|
-
:param 'OsDiskResponse' os_disk: The disk to use with this virtual machine.
|
|
3958
|
-
:param Sequence[str] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
|
|
3959
|
-
"""
|
|
3960
|
-
pulumi.set(__self__, "os_disk", os_disk)
|
|
3961
|
-
if volume_attachments is not None:
|
|
3962
|
-
pulumi.set(__self__, "volume_attachments", volume_attachments)
|
|
3963
|
-
|
|
3964
|
-
@property
|
|
3965
|
-
@pulumi.getter(name="osDisk")
|
|
3966
|
-
def os_disk(self) -> 'outputs.OsDiskResponse':
|
|
3967
|
-
"""
|
|
3968
|
-
The disk to use with this virtual machine.
|
|
3969
|
-
"""
|
|
3970
|
-
return pulumi.get(self, "os_disk")
|
|
3971
|
-
|
|
3972
|
-
@property
|
|
3973
|
-
@pulumi.getter(name="volumeAttachments")
|
|
3974
|
-
def volume_attachments(self) -> Optional[Sequence[str]]:
|
|
3975
|
-
"""
|
|
3976
|
-
The resource IDs of volumes that are requested to be attached to the virtual machine.
|
|
3977
|
-
"""
|
|
3978
|
-
return pulumi.get(self, "volume_attachments")
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
@pulumi.output_type
|
|
3982
|
-
class StringKeyValuePairResponse(dict):
|
|
3983
|
-
def __init__(__self__, *,
|
|
3984
|
-
key: str,
|
|
3985
|
-
value: str):
|
|
3986
|
-
"""
|
|
3987
|
-
:param str key: The key to the mapped value.
|
|
3988
|
-
:param str value: The value of the mapping key.
|
|
3989
|
-
"""
|
|
3990
|
-
pulumi.set(__self__, "key", key)
|
|
3991
|
-
pulumi.set(__self__, "value", value)
|
|
3992
|
-
|
|
3993
|
-
@property
|
|
3994
|
-
@pulumi.getter
|
|
3995
|
-
def key(self) -> str:
|
|
3996
|
-
"""
|
|
3997
|
-
The key to the mapped value.
|
|
3998
|
-
"""
|
|
3999
|
-
return pulumi.get(self, "key")
|
|
4000
|
-
|
|
4001
|
-
@property
|
|
4002
|
-
@pulumi.getter
|
|
4003
|
-
def value(self) -> str:
|
|
4004
|
-
"""
|
|
4005
|
-
The value of the mapping key.
|
|
4006
|
-
"""
|
|
4007
|
-
return pulumi.get(self, "value")
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
@pulumi.output_type
|
|
4011
|
-
class SystemDataResponse(dict):
|
|
4012
|
-
"""
|
|
4013
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
4014
|
-
"""
|
|
4015
|
-
@staticmethod
|
|
4016
|
-
def __key_warning(key: str):
|
|
4017
|
-
suggest = None
|
|
4018
|
-
if key == "createdAt":
|
|
4019
|
-
suggest = "created_at"
|
|
4020
|
-
elif key == "createdBy":
|
|
4021
|
-
suggest = "created_by"
|
|
4022
|
-
elif key == "createdByType":
|
|
4023
|
-
suggest = "created_by_type"
|
|
4024
|
-
elif key == "lastModifiedAt":
|
|
4025
|
-
suggest = "last_modified_at"
|
|
4026
|
-
elif key == "lastModifiedBy":
|
|
4027
|
-
suggest = "last_modified_by"
|
|
4028
|
-
elif key == "lastModifiedByType":
|
|
4029
|
-
suggest = "last_modified_by_type"
|
|
4030
|
-
|
|
4031
|
-
if suggest:
|
|
4032
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4033
|
-
|
|
4034
|
-
def __getitem__(self, key: str) -> Any:
|
|
4035
|
-
SystemDataResponse.__key_warning(key)
|
|
4036
|
-
return super().__getitem__(key)
|
|
4037
|
-
|
|
4038
|
-
def get(self, key: str, default = None) -> Any:
|
|
4039
|
-
SystemDataResponse.__key_warning(key)
|
|
4040
|
-
return super().get(key, default)
|
|
4041
|
-
|
|
4042
|
-
def __init__(__self__, *,
|
|
4043
|
-
created_at: Optional[str] = None,
|
|
4044
|
-
created_by: Optional[str] = None,
|
|
4045
|
-
created_by_type: Optional[str] = None,
|
|
4046
|
-
last_modified_at: Optional[str] = None,
|
|
4047
|
-
last_modified_by: Optional[str] = None,
|
|
4048
|
-
last_modified_by_type: Optional[str] = None):
|
|
4049
|
-
"""
|
|
4050
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
4051
|
-
:param str created_at: The timestamp of resource creation (UTC).
|
|
4052
|
-
:param str created_by: The identity that created the resource.
|
|
4053
|
-
:param str created_by_type: The type of identity that created the resource.
|
|
4054
|
-
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
4055
|
-
:param str last_modified_by: The identity that last modified the resource.
|
|
4056
|
-
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
4057
|
-
"""
|
|
4058
|
-
if created_at is not None:
|
|
4059
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
4060
|
-
if created_by is not None:
|
|
4061
|
-
pulumi.set(__self__, "created_by", created_by)
|
|
4062
|
-
if created_by_type is not None:
|
|
4063
|
-
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
4064
|
-
if last_modified_at is not None:
|
|
4065
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
4066
|
-
if last_modified_by is not None:
|
|
4067
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
4068
|
-
if last_modified_by_type is not None:
|
|
4069
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
4070
|
-
|
|
4071
|
-
@property
|
|
4072
|
-
@pulumi.getter(name="createdAt")
|
|
4073
|
-
def created_at(self) -> Optional[str]:
|
|
4074
|
-
"""
|
|
4075
|
-
The timestamp of resource creation (UTC).
|
|
4076
|
-
"""
|
|
4077
|
-
return pulumi.get(self, "created_at")
|
|
4078
|
-
|
|
4079
|
-
@property
|
|
4080
|
-
@pulumi.getter(name="createdBy")
|
|
4081
|
-
def created_by(self) -> Optional[str]:
|
|
4082
|
-
"""
|
|
4083
|
-
The identity that created the resource.
|
|
4084
|
-
"""
|
|
4085
|
-
return pulumi.get(self, "created_by")
|
|
4086
|
-
|
|
4087
|
-
@property
|
|
4088
|
-
@pulumi.getter(name="createdByType")
|
|
4089
|
-
def created_by_type(self) -> Optional[str]:
|
|
4090
|
-
"""
|
|
4091
|
-
The type of identity that created the resource.
|
|
4092
|
-
"""
|
|
4093
|
-
return pulumi.get(self, "created_by_type")
|
|
4094
|
-
|
|
4095
|
-
@property
|
|
4096
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
4097
|
-
def last_modified_at(self) -> Optional[str]:
|
|
4098
|
-
"""
|
|
4099
|
-
The timestamp of resource last modification (UTC)
|
|
4100
|
-
"""
|
|
4101
|
-
return pulumi.get(self, "last_modified_at")
|
|
4102
|
-
|
|
4103
|
-
@property
|
|
4104
|
-
@pulumi.getter(name="lastModifiedBy")
|
|
4105
|
-
def last_modified_by(self) -> Optional[str]:
|
|
4106
|
-
"""
|
|
4107
|
-
The identity that last modified the resource.
|
|
4108
|
-
"""
|
|
4109
|
-
return pulumi.get(self, "last_modified_by")
|
|
4110
|
-
|
|
4111
|
-
@property
|
|
4112
|
-
@pulumi.getter(name="lastModifiedByType")
|
|
4113
|
-
def last_modified_by_type(self) -> Optional[str]:
|
|
4114
|
-
"""
|
|
4115
|
-
The type of identity that last modified the resource.
|
|
4116
|
-
"""
|
|
4117
|
-
return pulumi.get(self, "last_modified_by_type")
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
@pulumi.output_type
|
|
4121
|
-
class TrunkedNetworkAttachmentConfigurationResponse(dict):
|
|
4122
|
-
@staticmethod
|
|
4123
|
-
def __key_warning(key: str):
|
|
4124
|
-
suggest = None
|
|
4125
|
-
if key == "networkId":
|
|
4126
|
-
suggest = "network_id"
|
|
4127
|
-
elif key == "pluginType":
|
|
4128
|
-
suggest = "plugin_type"
|
|
4129
|
-
|
|
4130
|
-
if suggest:
|
|
4131
|
-
pulumi.log.warn(f"Key '{key}' not found in TrunkedNetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4132
|
-
|
|
4133
|
-
def __getitem__(self, key: str) -> Any:
|
|
4134
|
-
TrunkedNetworkAttachmentConfigurationResponse.__key_warning(key)
|
|
4135
|
-
return super().__getitem__(key)
|
|
4136
|
-
|
|
4137
|
-
def get(self, key: str, default = None) -> Any:
|
|
4138
|
-
TrunkedNetworkAttachmentConfigurationResponse.__key_warning(key)
|
|
4139
|
-
return super().get(key, default)
|
|
4140
|
-
|
|
4141
|
-
def __init__(__self__, *,
|
|
4142
|
-
network_id: str,
|
|
4143
|
-
plugin_type: Optional[str] = None):
|
|
4144
|
-
"""
|
|
4145
|
-
:param str network_id: The resource ID of the network that is being configured for attachment.
|
|
4146
|
-
:param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
4147
|
-
"""
|
|
4148
|
-
pulumi.set(__self__, "network_id", network_id)
|
|
4149
|
-
if plugin_type is None:
|
|
4150
|
-
plugin_type = 'SRIOV'
|
|
4151
|
-
if plugin_type is not None:
|
|
4152
|
-
pulumi.set(__self__, "plugin_type", plugin_type)
|
|
4153
|
-
|
|
4154
|
-
@property
|
|
4155
|
-
@pulumi.getter(name="networkId")
|
|
4156
|
-
def network_id(self) -> str:
|
|
4157
|
-
"""
|
|
4158
|
-
The resource ID of the network that is being configured for attachment.
|
|
4159
|
-
"""
|
|
4160
|
-
return pulumi.get(self, "network_id")
|
|
4161
|
-
|
|
4162
|
-
@property
|
|
4163
|
-
@pulumi.getter(name="pluginType")
|
|
4164
|
-
def plugin_type(self) -> Optional[str]:
|
|
4165
|
-
"""
|
|
4166
|
-
The indicator of how this network will be utilized by the Kubernetes cluster.
|
|
4167
|
-
"""
|
|
4168
|
-
return pulumi.get(self, "plugin_type")
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
@pulumi.output_type
|
|
4172
|
-
class UserAssignedIdentityResponse(dict):
|
|
4173
|
-
"""
|
|
4174
|
-
User assigned identity properties
|
|
4175
|
-
"""
|
|
4176
|
-
@staticmethod
|
|
4177
|
-
def __key_warning(key: str):
|
|
4178
|
-
suggest = None
|
|
4179
|
-
if key == "clientId":
|
|
4180
|
-
suggest = "client_id"
|
|
4181
|
-
elif key == "principalId":
|
|
4182
|
-
suggest = "principal_id"
|
|
4183
|
-
|
|
4184
|
-
if suggest:
|
|
4185
|
-
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4186
|
-
|
|
4187
|
-
def __getitem__(self, key: str) -> Any:
|
|
4188
|
-
UserAssignedIdentityResponse.__key_warning(key)
|
|
4189
|
-
return super().__getitem__(key)
|
|
4190
|
-
|
|
4191
|
-
def get(self, key: str, default = None) -> Any:
|
|
4192
|
-
UserAssignedIdentityResponse.__key_warning(key)
|
|
4193
|
-
return super().get(key, default)
|
|
4194
|
-
|
|
4195
|
-
def __init__(__self__, *,
|
|
4196
|
-
client_id: str,
|
|
4197
|
-
principal_id: str):
|
|
4198
|
-
"""
|
|
4199
|
-
User assigned identity properties
|
|
4200
|
-
:param str client_id: The client ID of the assigned identity.
|
|
4201
|
-
:param str principal_id: The principal ID of the assigned identity.
|
|
4202
|
-
"""
|
|
4203
|
-
pulumi.set(__self__, "client_id", client_id)
|
|
4204
|
-
pulumi.set(__self__, "principal_id", principal_id)
|
|
4205
|
-
|
|
4206
|
-
@property
|
|
4207
|
-
@pulumi.getter(name="clientId")
|
|
4208
|
-
def client_id(self) -> str:
|
|
4209
|
-
"""
|
|
4210
|
-
The client ID of the assigned identity.
|
|
4211
|
-
"""
|
|
4212
|
-
return pulumi.get(self, "client_id")
|
|
4213
|
-
|
|
4214
|
-
@property
|
|
4215
|
-
@pulumi.getter(name="principalId")
|
|
4216
|
-
def principal_id(self) -> str:
|
|
4217
|
-
"""
|
|
4218
|
-
The principal ID of the assigned identity.
|
|
4219
|
-
"""
|
|
4220
|
-
return pulumi.get(self, "principal_id")
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
@pulumi.output_type
|
|
4224
|
-
class ValidationThresholdResponse(dict):
|
|
4225
|
-
def __init__(__self__, *,
|
|
4226
|
-
grouping: str,
|
|
4227
|
-
type: str,
|
|
4228
|
-
value: float):
|
|
4229
|
-
"""
|
|
4230
|
-
:param str grouping: Selection of how the type evaluation is applied to the cluster calculation.
|
|
4231
|
-
:param str type: Selection of how the threshold should be evaluated.
|
|
4232
|
-
:param float value: The numeric threshold value.
|
|
4233
|
-
"""
|
|
4234
|
-
pulumi.set(__self__, "grouping", grouping)
|
|
4235
|
-
pulumi.set(__self__, "type", type)
|
|
4236
|
-
pulumi.set(__self__, "value", value)
|
|
4237
|
-
|
|
4238
|
-
@property
|
|
4239
|
-
@pulumi.getter
|
|
4240
|
-
def grouping(self) -> str:
|
|
4241
|
-
"""
|
|
4242
|
-
Selection of how the type evaluation is applied to the cluster calculation.
|
|
4243
|
-
"""
|
|
4244
|
-
return pulumi.get(self, "grouping")
|
|
4245
|
-
|
|
4246
|
-
@property
|
|
4247
|
-
@pulumi.getter
|
|
4248
|
-
def type(self) -> str:
|
|
4249
|
-
"""
|
|
4250
|
-
Selection of how the threshold should be evaluated.
|
|
4251
|
-
"""
|
|
4252
|
-
return pulumi.get(self, "type")
|
|
4253
|
-
|
|
4254
|
-
@property
|
|
4255
|
-
@pulumi.getter
|
|
4256
|
-
def value(self) -> float:
|
|
4257
|
-
"""
|
|
4258
|
-
The numeric threshold value.
|
|
4259
|
-
"""
|
|
4260
|
-
return pulumi.get(self, "value")
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
@pulumi.output_type
|
|
4264
|
-
class VirtualMachinePlacementHintResponse(dict):
|
|
4265
|
-
@staticmethod
|
|
4266
|
-
def __key_warning(key: str):
|
|
4267
|
-
suggest = None
|
|
4268
|
-
if key == "hintType":
|
|
4269
|
-
suggest = "hint_type"
|
|
4270
|
-
elif key == "resourceId":
|
|
4271
|
-
suggest = "resource_id"
|
|
4272
|
-
elif key == "schedulingExecution":
|
|
4273
|
-
suggest = "scheduling_execution"
|
|
4274
|
-
|
|
4275
|
-
if suggest:
|
|
4276
|
-
pulumi.log.warn(f"Key '{key}' not found in VirtualMachinePlacementHintResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4277
|
-
|
|
4278
|
-
def __getitem__(self, key: str) -> Any:
|
|
4279
|
-
VirtualMachinePlacementHintResponse.__key_warning(key)
|
|
4280
|
-
return super().__getitem__(key)
|
|
4281
|
-
|
|
4282
|
-
def get(self, key: str, default = None) -> Any:
|
|
4283
|
-
VirtualMachinePlacementHintResponse.__key_warning(key)
|
|
4284
|
-
return super().get(key, default)
|
|
4285
|
-
|
|
4286
|
-
def __init__(__self__, *,
|
|
4287
|
-
hint_type: str,
|
|
4288
|
-
resource_id: str,
|
|
4289
|
-
scheduling_execution: str,
|
|
4290
|
-
scope: str):
|
|
4291
|
-
"""
|
|
4292
|
-
:param str hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
|
|
4293
|
-
:param 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.
|
|
4294
|
-
:param str scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
|
|
4295
|
-
:param str scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
|
|
4296
|
-
"""
|
|
4297
|
-
pulumi.set(__self__, "hint_type", hint_type)
|
|
4298
|
-
pulumi.set(__self__, "resource_id", resource_id)
|
|
4299
|
-
pulumi.set(__self__, "scheduling_execution", scheduling_execution)
|
|
4300
|
-
pulumi.set(__self__, "scope", scope)
|
|
4301
|
-
|
|
4302
|
-
@property
|
|
4303
|
-
@pulumi.getter(name="hintType")
|
|
4304
|
-
def hint_type(self) -> str:
|
|
4305
|
-
"""
|
|
4306
|
-
The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
|
|
4307
|
-
"""
|
|
4308
|
-
return pulumi.get(self, "hint_type")
|
|
4309
|
-
|
|
4310
|
-
@property
|
|
4311
|
-
@pulumi.getter(name="resourceId")
|
|
4312
|
-
def resource_id(self) -> str:
|
|
4313
|
-
"""
|
|
4314
|
-
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.
|
|
4315
|
-
"""
|
|
4316
|
-
return pulumi.get(self, "resource_id")
|
|
4317
|
-
|
|
4318
|
-
@property
|
|
4319
|
-
@pulumi.getter(name="schedulingExecution")
|
|
4320
|
-
def scheduling_execution(self) -> str:
|
|
4321
|
-
"""
|
|
4322
|
-
The indicator of whether the hint is a hard or soft requirement during scheduling.
|
|
4323
|
-
"""
|
|
4324
|
-
return pulumi.get(self, "scheduling_execution")
|
|
4325
|
-
|
|
4326
|
-
@property
|
|
4327
|
-
@pulumi.getter
|
|
4328
|
-
def scope(self) -> str:
|
|
4329
|
-
"""
|
|
4330
|
-
The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
|
|
4331
|
-
"""
|
|
4332
|
-
return pulumi.get(self, "scope")
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
@pulumi.output_type
|
|
4336
|
-
class VulnerabilityScanningSettingsResponse(dict):
|
|
4337
|
-
@staticmethod
|
|
4338
|
-
def __key_warning(key: str):
|
|
4339
|
-
suggest = None
|
|
4340
|
-
if key == "containerScan":
|
|
4341
|
-
suggest = "container_scan"
|
|
4342
|
-
|
|
4343
|
-
if suggest:
|
|
4344
|
-
pulumi.log.warn(f"Key '{key}' not found in VulnerabilityScanningSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4345
|
-
|
|
4346
|
-
def __getitem__(self, key: str) -> Any:
|
|
4347
|
-
VulnerabilityScanningSettingsResponse.__key_warning(key)
|
|
4348
|
-
return super().__getitem__(key)
|
|
4349
|
-
|
|
4350
|
-
def get(self, key: str, default = None) -> Any:
|
|
4351
|
-
VulnerabilityScanningSettingsResponse.__key_warning(key)
|
|
4352
|
-
return super().get(key, default)
|
|
4353
|
-
|
|
4354
|
-
def __init__(__self__, *,
|
|
4355
|
-
container_scan: Optional[str] = None):
|
|
4356
|
-
"""
|
|
4357
|
-
:param str container_scan: The mode selection for container vulnerability scanning.
|
|
4358
|
-
"""
|
|
4359
|
-
if container_scan is None:
|
|
4360
|
-
container_scan = 'Enabled'
|
|
4361
|
-
if container_scan is not None:
|
|
4362
|
-
pulumi.set(__self__, "container_scan", container_scan)
|
|
4363
|
-
|
|
4364
|
-
@property
|
|
4365
|
-
@pulumi.getter(name="containerScan")
|
|
4366
|
-
def container_scan(self) -> Optional[str]:
|
|
4367
|
-
"""
|
|
4368
|
-
The mode selection for container vulnerability scanning.
|
|
4369
|
-
"""
|
|
4370
|
-
return pulumi.get(self, "container_scan")
|
|
4371
|
-
|
|
4372
|
-
|