pulumi-azure-native 2.38.0__py3-none-any.whl → 2.38.1a1714382243__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 +173 -63
- pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
- pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
- pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
- pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
- pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
- pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
- pulumi_azure_native/cache/v20230801/outputs.py +14 -0
- pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
- pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
- pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
- pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
- pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
- pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
- pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
- pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
- pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
- pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
- pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
- pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
- pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
- pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
- pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
- pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
- pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
- pulumi_azure_native/costmanagement/__init__.py +3 -0
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
- pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
- pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
- pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
- pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
- pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
- pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
- pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
- pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
- pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
- pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
- pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
- pulumi_azure_native/datafactory/_enums.py +51 -0
- pulumi_azure_native/datafactory/_inputs.py +1827 -78
- pulumi_azure_native/datafactory/outputs.py +1563 -72
- pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
- pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
- pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
- pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
- pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
- pulumi_azure_native/eventgrid/__init__.py +4 -0
- pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
- pulumi_azure_native/eventgrid/channel.py +3 -3
- pulumi_azure_native/eventgrid/client.py +3 -3
- pulumi_azure_native/eventgrid/client_group.py +3 -3
- pulumi_azure_native/eventgrid/domain.py +3 -3
- pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic.py +3 -3
- pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
- pulumi_azure_native/eventgrid/get_channel.py +2 -2
- pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_client.py +2 -2
- pulumi_azure_native/eventgrid/get_client_group.py +2 -2
- pulumi_azure_native/eventgrid/get_domain.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
- pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
- pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
- pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
- pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
- pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
- pulumi_azure_native/eventgrid/namespace.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
- pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
- pulumi_azure_native/eventgrid/partner_destination.py +3 -3
- pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
- pulumi_azure_native/eventgrid/partner_registration.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic.py +3 -3
- pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/permission_binding.py +3 -3
- pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
- pulumi_azure_native/eventgrid/system_topic.py +3 -3
- pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic.py +3 -3
- pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
- pulumi_azure_native/eventgrid/topic_space.py +3 -3
- pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
- pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
- pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
- pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
- pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
- pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
- pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
- pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
- pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
- pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
- pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
- pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
- pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
- pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
- pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
- pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
- pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
- pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
- pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
- pulumi_azure_native/insights/__init__.py +3 -0
- pulumi_azure_native/insights/action_group.py +5 -1
- pulumi_azure_native/insights/get_action_group.py +4 -0
- pulumi_azure_native/insights/v20230101/action_group.py +1 -1
- pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
- pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
- pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
- pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
- pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
- pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
- pulumi_azure_native/machinelearningservices/__init__.py +3 -0
- pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/compute.py +3 -3
- pulumi_azure_native/machinelearningservices/data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/datastore.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_job.py +2 -2
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
- pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
- pulumi_azure_native/machinelearningservices/job.py +3 -3
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
- pulumi_azure_native/machinelearningservices/model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
- pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/machinelearningservices/registry.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
- pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
- pulumi_azure_native/machinelearningservices/schedule.py +3 -3
- pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
- pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
- pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
- pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
- pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
- pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
- pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
- pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
- pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
- pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
- pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
- pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
- pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
- pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
- pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
- pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
- pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
- pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
- pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
- pulumi_azure_native/machinelearningservices/workspace.py +3 -3
- pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
- pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
- pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
- pulumi_azure_native/netapp/v20231101/account.py +341 -0
- pulumi_azure_native/netapp/v20231101/backup.py +397 -0
- pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
- pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
- pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
- pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
- pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
- pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
- pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
- pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
- pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
- pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
- pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
- pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
- pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
- pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
- pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
- pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
- pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
- pulumi_azure_native/netapp/v20231101/pool.py +457 -0
- pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
- pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
- pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
- pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/servicelinker/__init__.py +3 -0
- pulumi_azure_native/servicelinker/connector.py +3 -3
- pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/get_connector.py +2 -2
- pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/get_linker.py +2 -2
- pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/linker.py +3 -3
- pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
- pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
- pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
- pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
- pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
- pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
- pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
- pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
- pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
- pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
- pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
- pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
- pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
- pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
- pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
- pulumi_azure_native/storagecache/__init__.py +5 -0
- pulumi_azure_native/storagecache/_enums.py +11 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +333 -0
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +451 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
- pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
- pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
- pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
- pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
- pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
- pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
- pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
- pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
- pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
- pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
- pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/RECORD +1090 -859
- pulumi_azure_native/blockchain/__init__.py +0 -25
- pulumi_azure_native/blockchain/_inputs.py +0 -138
- pulumi_azure_native/blockchain/blockchain_member.py +0 -537
- pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
- pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
- pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
- pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
- pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
- pulumi_azure_native/blockchain/outputs.py +0 -216
- pulumi_azure_native/blockchain/transaction_node.py +0 -305
- pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
- pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
- pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
- pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
- pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
- pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
- pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
- pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
- pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
- pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
- pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
- pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
- pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
- pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
- pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
- pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
- pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
- pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
- pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
- pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
- pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
- pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
- pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
- pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
- pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
- pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
- pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
- pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
- pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
- pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
- pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
- pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
- pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.38.0.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1848 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'ExtendedLocationResponse',
|
|
16
|
+
'GuestCredentialResponse',
|
|
17
|
+
'HardwareProfileResponse',
|
|
18
|
+
'HttpProxyConfigurationResponse',
|
|
19
|
+
'InfrastructureProfileResponse',
|
|
20
|
+
'NetworkInterfaceResponse',
|
|
21
|
+
'NetworkProfileResponse',
|
|
22
|
+
'NicIPAddressSettingsResponse',
|
|
23
|
+
'NicIPSettingsResponse',
|
|
24
|
+
'OsProfileForVMInstanceResponse',
|
|
25
|
+
'PlacementProfileResponse',
|
|
26
|
+
'ResourceStatusResponse',
|
|
27
|
+
'SecurityProfileResponse',
|
|
28
|
+
'StorageProfileResponse',
|
|
29
|
+
'SystemDataResponse',
|
|
30
|
+
'UefiSettingsResponse',
|
|
31
|
+
'VICredentialResponse',
|
|
32
|
+
'VirtualDiskResponse',
|
|
33
|
+
'VirtualSCSIControllerResponse',
|
|
34
|
+
'WindowsConfigurationResponse',
|
|
35
|
+
]
|
|
36
|
+
|
|
37
|
+
@pulumi.output_type
|
|
38
|
+
class ExtendedLocationResponse(dict):
|
|
39
|
+
"""
|
|
40
|
+
The extended location.
|
|
41
|
+
"""
|
|
42
|
+
def __init__(__self__, *,
|
|
43
|
+
name: Optional[str] = None,
|
|
44
|
+
type: Optional[str] = None):
|
|
45
|
+
"""
|
|
46
|
+
The extended location.
|
|
47
|
+
:param str name: The extended location name.
|
|
48
|
+
:param str type: The extended location type.
|
|
49
|
+
"""
|
|
50
|
+
if name is not None:
|
|
51
|
+
pulumi.set(__self__, "name", name)
|
|
52
|
+
if type is not None:
|
|
53
|
+
pulumi.set(__self__, "type", type)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def name(self) -> Optional[str]:
|
|
58
|
+
"""
|
|
59
|
+
The extended location name.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "name")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def type(self) -> Optional[str]:
|
|
66
|
+
"""
|
|
67
|
+
The extended location type.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "type")
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
@pulumi.output_type
|
|
73
|
+
class GuestCredentialResponse(dict):
|
|
74
|
+
"""
|
|
75
|
+
Username / Password Credentials to connect to guest.
|
|
76
|
+
"""
|
|
77
|
+
@staticmethod
|
|
78
|
+
def __key_warning(key: str):
|
|
79
|
+
suggest = None
|
|
80
|
+
if key == "privateKey":
|
|
81
|
+
suggest = "private_key"
|
|
82
|
+
|
|
83
|
+
if suggest:
|
|
84
|
+
pulumi.log.warn(f"Key '{key}' not found in GuestCredentialResponse. Access the value via the '{suggest}' property getter instead.")
|
|
85
|
+
|
|
86
|
+
def __getitem__(self, key: str) -> Any:
|
|
87
|
+
GuestCredentialResponse.__key_warning(key)
|
|
88
|
+
return super().__getitem__(key)
|
|
89
|
+
|
|
90
|
+
def get(self, key: str, default = None) -> Any:
|
|
91
|
+
GuestCredentialResponse.__key_warning(key)
|
|
92
|
+
return super().get(key, default)
|
|
93
|
+
|
|
94
|
+
def __init__(__self__, *,
|
|
95
|
+
private_key: Optional[str] = None,
|
|
96
|
+
username: Optional[str] = None):
|
|
97
|
+
"""
|
|
98
|
+
Username / Password Credentials to connect to guest.
|
|
99
|
+
:param str private_key: Private key used to authenticate to a virtual machine through ssh.
|
|
100
|
+
:param str username: Gets or sets username to connect with the guest.
|
|
101
|
+
"""
|
|
102
|
+
if private_key is not None:
|
|
103
|
+
pulumi.set(__self__, "private_key", private_key)
|
|
104
|
+
if username is not None:
|
|
105
|
+
pulumi.set(__self__, "username", username)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="privateKey")
|
|
109
|
+
def private_key(self) -> Optional[str]:
|
|
110
|
+
"""
|
|
111
|
+
Private key used to authenticate to a virtual machine through ssh.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "private_key")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter
|
|
117
|
+
def username(self) -> Optional[str]:
|
|
118
|
+
"""
|
|
119
|
+
Gets or sets username to connect with the guest.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "username")
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
@pulumi.output_type
|
|
125
|
+
class HardwareProfileResponse(dict):
|
|
126
|
+
"""
|
|
127
|
+
Specifies the hardware settings for the virtual machine.
|
|
128
|
+
"""
|
|
129
|
+
@staticmethod
|
|
130
|
+
def __key_warning(key: str):
|
|
131
|
+
suggest = None
|
|
132
|
+
if key == "cpuHotAddEnabled":
|
|
133
|
+
suggest = "cpu_hot_add_enabled"
|
|
134
|
+
elif key == "cpuHotRemoveEnabled":
|
|
135
|
+
suggest = "cpu_hot_remove_enabled"
|
|
136
|
+
elif key == "memoryHotAddEnabled":
|
|
137
|
+
suggest = "memory_hot_add_enabled"
|
|
138
|
+
elif key == "memorySizeMB":
|
|
139
|
+
suggest = "memory_size_mb"
|
|
140
|
+
elif key == "numCPUs":
|
|
141
|
+
suggest = "num_cpus"
|
|
142
|
+
elif key == "numCoresPerSocket":
|
|
143
|
+
suggest = "num_cores_per_socket"
|
|
144
|
+
|
|
145
|
+
if suggest:
|
|
146
|
+
pulumi.log.warn(f"Key '{key}' not found in HardwareProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
147
|
+
|
|
148
|
+
def __getitem__(self, key: str) -> Any:
|
|
149
|
+
HardwareProfileResponse.__key_warning(key)
|
|
150
|
+
return super().__getitem__(key)
|
|
151
|
+
|
|
152
|
+
def get(self, key: str, default = None) -> Any:
|
|
153
|
+
HardwareProfileResponse.__key_warning(key)
|
|
154
|
+
return super().get(key, default)
|
|
155
|
+
|
|
156
|
+
def __init__(__self__, *,
|
|
157
|
+
cpu_hot_add_enabled: bool,
|
|
158
|
+
cpu_hot_remove_enabled: bool,
|
|
159
|
+
memory_hot_add_enabled: bool,
|
|
160
|
+
memory_size_mb: Optional[int] = None,
|
|
161
|
+
num_cpus: Optional[int] = None,
|
|
162
|
+
num_cores_per_socket: Optional[int] = None):
|
|
163
|
+
"""
|
|
164
|
+
Specifies the hardware settings for the virtual machine.
|
|
165
|
+
:param bool cpu_hot_add_enabled: Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
|
|
166
|
+
:param bool cpu_hot_remove_enabled: Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
|
|
167
|
+
:param bool memory_hot_add_enabled: Gets or sets a value indicating whether memory can be added while this virtual machine is running.
|
|
168
|
+
:param int memory_size_mb: Gets or sets memory size in MBs for the vm.
|
|
169
|
+
:param int num_cpus: Gets or sets the number of vCPUs for the vm.
|
|
170
|
+
:param int num_cores_per_socket: Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.
|
|
171
|
+
"""
|
|
172
|
+
pulumi.set(__self__, "cpu_hot_add_enabled", cpu_hot_add_enabled)
|
|
173
|
+
pulumi.set(__self__, "cpu_hot_remove_enabled", cpu_hot_remove_enabled)
|
|
174
|
+
pulumi.set(__self__, "memory_hot_add_enabled", memory_hot_add_enabled)
|
|
175
|
+
if memory_size_mb is not None:
|
|
176
|
+
pulumi.set(__self__, "memory_size_mb", memory_size_mb)
|
|
177
|
+
if num_cpus is not None:
|
|
178
|
+
pulumi.set(__self__, "num_cpus", num_cpus)
|
|
179
|
+
if num_cores_per_socket is not None:
|
|
180
|
+
pulumi.set(__self__, "num_cores_per_socket", num_cores_per_socket)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="cpuHotAddEnabled")
|
|
184
|
+
def cpu_hot_add_enabled(self) -> bool:
|
|
185
|
+
"""
|
|
186
|
+
Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "cpu_hot_add_enabled")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="cpuHotRemoveEnabled")
|
|
192
|
+
def cpu_hot_remove_enabled(self) -> bool:
|
|
193
|
+
"""
|
|
194
|
+
Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "cpu_hot_remove_enabled")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="memoryHotAddEnabled")
|
|
200
|
+
def memory_hot_add_enabled(self) -> bool:
|
|
201
|
+
"""
|
|
202
|
+
Gets or sets a value indicating whether memory can be added while this virtual machine is running.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "memory_hot_add_enabled")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="memorySizeMB")
|
|
208
|
+
def memory_size_mb(self) -> Optional[int]:
|
|
209
|
+
"""
|
|
210
|
+
Gets or sets memory size in MBs for the vm.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "memory_size_mb")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter(name="numCPUs")
|
|
216
|
+
def num_cpus(self) -> Optional[int]:
|
|
217
|
+
"""
|
|
218
|
+
Gets or sets the number of vCPUs for the vm.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "num_cpus")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter(name="numCoresPerSocket")
|
|
224
|
+
def num_cores_per_socket(self) -> Optional[int]:
|
|
225
|
+
"""
|
|
226
|
+
Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "num_cores_per_socket")
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
@pulumi.output_type
|
|
232
|
+
class HttpProxyConfigurationResponse(dict):
|
|
233
|
+
"""
|
|
234
|
+
HTTP Proxy configuration for the VM.
|
|
235
|
+
"""
|
|
236
|
+
@staticmethod
|
|
237
|
+
def __key_warning(key: str):
|
|
238
|
+
suggest = None
|
|
239
|
+
if key == "httpsProxy":
|
|
240
|
+
suggest = "https_proxy"
|
|
241
|
+
|
|
242
|
+
if suggest:
|
|
243
|
+
pulumi.log.warn(f"Key '{key}' not found in HttpProxyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
244
|
+
|
|
245
|
+
def __getitem__(self, key: str) -> Any:
|
|
246
|
+
HttpProxyConfigurationResponse.__key_warning(key)
|
|
247
|
+
return super().__getitem__(key)
|
|
248
|
+
|
|
249
|
+
def get(self, key: str, default = None) -> Any:
|
|
250
|
+
HttpProxyConfigurationResponse.__key_warning(key)
|
|
251
|
+
return super().get(key, default)
|
|
252
|
+
|
|
253
|
+
def __init__(__self__, *,
|
|
254
|
+
https_proxy: Optional[str] = None):
|
|
255
|
+
"""
|
|
256
|
+
HTTP Proxy configuration for the VM.
|
|
257
|
+
:param str https_proxy: Gets or sets httpsProxy url.
|
|
258
|
+
"""
|
|
259
|
+
if https_proxy is not None:
|
|
260
|
+
pulumi.set(__self__, "https_proxy", https_proxy)
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter(name="httpsProxy")
|
|
264
|
+
def https_proxy(self) -> Optional[str]:
|
|
265
|
+
"""
|
|
266
|
+
Gets or sets httpsProxy url.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "https_proxy")
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
@pulumi.output_type
|
|
272
|
+
class InfrastructureProfileResponse(dict):
|
|
273
|
+
"""
|
|
274
|
+
Specifies the vCenter infrastructure specific settings for the virtual machine.
|
|
275
|
+
"""
|
|
276
|
+
@staticmethod
|
|
277
|
+
def __key_warning(key: str):
|
|
278
|
+
suggest = None
|
|
279
|
+
if key == "customResourceName":
|
|
280
|
+
suggest = "custom_resource_name"
|
|
281
|
+
elif key == "folderPath":
|
|
282
|
+
suggest = "folder_path"
|
|
283
|
+
elif key == "instanceUuid":
|
|
284
|
+
suggest = "instance_uuid"
|
|
285
|
+
elif key == "moName":
|
|
286
|
+
suggest = "mo_name"
|
|
287
|
+
elif key == "moRefId":
|
|
288
|
+
suggest = "mo_ref_id"
|
|
289
|
+
elif key == "firmwareType":
|
|
290
|
+
suggest = "firmware_type"
|
|
291
|
+
elif key == "inventoryItemId":
|
|
292
|
+
suggest = "inventory_item_id"
|
|
293
|
+
elif key == "smbiosUuid":
|
|
294
|
+
suggest = "smbios_uuid"
|
|
295
|
+
elif key == "templateId":
|
|
296
|
+
suggest = "template_id"
|
|
297
|
+
elif key == "vCenterId":
|
|
298
|
+
suggest = "v_center_id"
|
|
299
|
+
|
|
300
|
+
if suggest:
|
|
301
|
+
pulumi.log.warn(f"Key '{key}' not found in InfrastructureProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
302
|
+
|
|
303
|
+
def __getitem__(self, key: str) -> Any:
|
|
304
|
+
InfrastructureProfileResponse.__key_warning(key)
|
|
305
|
+
return super().__getitem__(key)
|
|
306
|
+
|
|
307
|
+
def get(self, key: str, default = None) -> Any:
|
|
308
|
+
InfrastructureProfileResponse.__key_warning(key)
|
|
309
|
+
return super().get(key, default)
|
|
310
|
+
|
|
311
|
+
def __init__(__self__, *,
|
|
312
|
+
custom_resource_name: str,
|
|
313
|
+
folder_path: str,
|
|
314
|
+
instance_uuid: str,
|
|
315
|
+
mo_name: str,
|
|
316
|
+
mo_ref_id: str,
|
|
317
|
+
firmware_type: Optional[str] = None,
|
|
318
|
+
inventory_item_id: Optional[str] = None,
|
|
319
|
+
smbios_uuid: Optional[str] = None,
|
|
320
|
+
template_id: Optional[str] = None,
|
|
321
|
+
v_center_id: Optional[str] = None):
|
|
322
|
+
"""
|
|
323
|
+
Specifies the vCenter infrastructure specific settings for the virtual machine.
|
|
324
|
+
:param str custom_resource_name: Gets the name of the corresponding resource in Kubernetes.
|
|
325
|
+
:param str folder_path: Gets or sets the folder path of the vm.
|
|
326
|
+
:param str instance_uuid: Gets or sets the instance uuid of the vm.
|
|
327
|
+
:param str mo_name: Gets or sets the vCenter Managed Object name for the virtual machine.
|
|
328
|
+
:param str mo_ref_id: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.
|
|
329
|
+
:param str firmware_type: Firmware type
|
|
330
|
+
:param str inventory_item_id: Gets or sets the inventory Item ID for the virtual machine.
|
|
331
|
+
:param str smbios_uuid: Gets or sets the SMBIOS UUID of the vm.
|
|
332
|
+
:param str template_id: Gets or sets the ARM Id of the template resource to deploy the virtual machine.
|
|
333
|
+
:param str v_center_id: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.
|
|
334
|
+
"""
|
|
335
|
+
pulumi.set(__self__, "custom_resource_name", custom_resource_name)
|
|
336
|
+
pulumi.set(__self__, "folder_path", folder_path)
|
|
337
|
+
pulumi.set(__self__, "instance_uuid", instance_uuid)
|
|
338
|
+
pulumi.set(__self__, "mo_name", mo_name)
|
|
339
|
+
pulumi.set(__self__, "mo_ref_id", mo_ref_id)
|
|
340
|
+
if firmware_type is not None:
|
|
341
|
+
pulumi.set(__self__, "firmware_type", firmware_type)
|
|
342
|
+
if inventory_item_id is not None:
|
|
343
|
+
pulumi.set(__self__, "inventory_item_id", inventory_item_id)
|
|
344
|
+
if smbios_uuid is not None:
|
|
345
|
+
pulumi.set(__self__, "smbios_uuid", smbios_uuid)
|
|
346
|
+
if template_id is not None:
|
|
347
|
+
pulumi.set(__self__, "template_id", template_id)
|
|
348
|
+
if v_center_id is not None:
|
|
349
|
+
pulumi.set(__self__, "v_center_id", v_center_id)
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="customResourceName")
|
|
353
|
+
def custom_resource_name(self) -> str:
|
|
354
|
+
"""
|
|
355
|
+
Gets the name of the corresponding resource in Kubernetes.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "custom_resource_name")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="folderPath")
|
|
361
|
+
def folder_path(self) -> str:
|
|
362
|
+
"""
|
|
363
|
+
Gets or sets the folder path of the vm.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "folder_path")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="instanceUuid")
|
|
369
|
+
def instance_uuid(self) -> str:
|
|
370
|
+
"""
|
|
371
|
+
Gets or sets the instance uuid of the vm.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "instance_uuid")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="moName")
|
|
377
|
+
def mo_name(self) -> str:
|
|
378
|
+
"""
|
|
379
|
+
Gets or sets the vCenter Managed Object name for the virtual machine.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "mo_name")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="moRefId")
|
|
385
|
+
def mo_ref_id(self) -> str:
|
|
386
|
+
"""
|
|
387
|
+
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "mo_ref_id")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="firmwareType")
|
|
393
|
+
def firmware_type(self) -> Optional[str]:
|
|
394
|
+
"""
|
|
395
|
+
Firmware type
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "firmware_type")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter(name="inventoryItemId")
|
|
401
|
+
def inventory_item_id(self) -> Optional[str]:
|
|
402
|
+
"""
|
|
403
|
+
Gets or sets the inventory Item ID for the virtual machine.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "inventory_item_id")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="smbiosUuid")
|
|
409
|
+
def smbios_uuid(self) -> Optional[str]:
|
|
410
|
+
"""
|
|
411
|
+
Gets or sets the SMBIOS UUID of the vm.
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "smbios_uuid")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="templateId")
|
|
417
|
+
def template_id(self) -> Optional[str]:
|
|
418
|
+
"""
|
|
419
|
+
Gets or sets the ARM Id of the template resource to deploy the virtual machine.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "template_id")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="vCenterId")
|
|
425
|
+
def v_center_id(self) -> Optional[str]:
|
|
426
|
+
"""
|
|
427
|
+
Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "v_center_id")
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
@pulumi.output_type
|
|
433
|
+
class NetworkInterfaceResponse(dict):
|
|
434
|
+
"""
|
|
435
|
+
Network Interface model
|
|
436
|
+
"""
|
|
437
|
+
@staticmethod
|
|
438
|
+
def __key_warning(key: str):
|
|
439
|
+
suggest = None
|
|
440
|
+
if key == "ipAddresses":
|
|
441
|
+
suggest = "ip_addresses"
|
|
442
|
+
elif key == "macAddress":
|
|
443
|
+
suggest = "mac_address"
|
|
444
|
+
elif key == "networkMoName":
|
|
445
|
+
suggest = "network_mo_name"
|
|
446
|
+
elif key == "networkMoRefId":
|
|
447
|
+
suggest = "network_mo_ref_id"
|
|
448
|
+
elif key == "deviceKey":
|
|
449
|
+
suggest = "device_key"
|
|
450
|
+
elif key == "ipSettings":
|
|
451
|
+
suggest = "ip_settings"
|
|
452
|
+
elif key == "networkId":
|
|
453
|
+
suggest = "network_id"
|
|
454
|
+
elif key == "nicType":
|
|
455
|
+
suggest = "nic_type"
|
|
456
|
+
elif key == "powerOnBoot":
|
|
457
|
+
suggest = "power_on_boot"
|
|
458
|
+
|
|
459
|
+
if suggest:
|
|
460
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
461
|
+
|
|
462
|
+
def __getitem__(self, key: str) -> Any:
|
|
463
|
+
NetworkInterfaceResponse.__key_warning(key)
|
|
464
|
+
return super().__getitem__(key)
|
|
465
|
+
|
|
466
|
+
def get(self, key: str, default = None) -> Any:
|
|
467
|
+
NetworkInterfaceResponse.__key_warning(key)
|
|
468
|
+
return super().get(key, default)
|
|
469
|
+
|
|
470
|
+
def __init__(__self__, *,
|
|
471
|
+
ip_addresses: Sequence[str],
|
|
472
|
+
label: str,
|
|
473
|
+
mac_address: str,
|
|
474
|
+
network_mo_name: str,
|
|
475
|
+
network_mo_ref_id: str,
|
|
476
|
+
device_key: Optional[int] = None,
|
|
477
|
+
ip_settings: Optional['outputs.NicIPSettingsResponse'] = None,
|
|
478
|
+
name: Optional[str] = None,
|
|
479
|
+
network_id: Optional[str] = None,
|
|
480
|
+
nic_type: Optional[str] = None,
|
|
481
|
+
power_on_boot: Optional[str] = None):
|
|
482
|
+
"""
|
|
483
|
+
Network Interface model
|
|
484
|
+
:param Sequence[str] ip_addresses: Gets or sets the nic ip addresses.
|
|
485
|
+
:param str label: Gets or sets the label of the virtual network in vCenter that the nic is connected to.
|
|
486
|
+
:param str mac_address: Gets or sets the NIC MAC address.
|
|
487
|
+
:param str network_mo_name: Gets or sets the name of the virtual network in vCenter that the nic is connected to.
|
|
488
|
+
:param str network_mo_ref_id: Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network
|
|
489
|
+
that the nic is connected to.
|
|
490
|
+
:param int device_key: Gets or sets the device key value.
|
|
491
|
+
:param 'NicIPSettingsResponse' ip_settings: Gets or sets the ipsettings.
|
|
492
|
+
:param str name: Gets or sets the name of the network interface.
|
|
493
|
+
:param str network_id: Gets or sets the ARM Id of the network resource to connect the virtual machine.
|
|
494
|
+
:param str nic_type: NIC type
|
|
495
|
+
:param str power_on_boot: Gets or sets the power on boot.
|
|
496
|
+
"""
|
|
497
|
+
pulumi.set(__self__, "ip_addresses", ip_addresses)
|
|
498
|
+
pulumi.set(__self__, "label", label)
|
|
499
|
+
pulumi.set(__self__, "mac_address", mac_address)
|
|
500
|
+
pulumi.set(__self__, "network_mo_name", network_mo_name)
|
|
501
|
+
pulumi.set(__self__, "network_mo_ref_id", network_mo_ref_id)
|
|
502
|
+
if device_key is not None:
|
|
503
|
+
pulumi.set(__self__, "device_key", device_key)
|
|
504
|
+
if ip_settings is not None:
|
|
505
|
+
pulumi.set(__self__, "ip_settings", ip_settings)
|
|
506
|
+
if name is not None:
|
|
507
|
+
pulumi.set(__self__, "name", name)
|
|
508
|
+
if network_id is not None:
|
|
509
|
+
pulumi.set(__self__, "network_id", network_id)
|
|
510
|
+
if nic_type is not None:
|
|
511
|
+
pulumi.set(__self__, "nic_type", nic_type)
|
|
512
|
+
if power_on_boot is not None:
|
|
513
|
+
pulumi.set(__self__, "power_on_boot", power_on_boot)
|
|
514
|
+
|
|
515
|
+
@property
|
|
516
|
+
@pulumi.getter(name="ipAddresses")
|
|
517
|
+
def ip_addresses(self) -> Sequence[str]:
|
|
518
|
+
"""
|
|
519
|
+
Gets or sets the nic ip addresses.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "ip_addresses")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def label(self) -> str:
|
|
526
|
+
"""
|
|
527
|
+
Gets or sets the label of the virtual network in vCenter that the nic is connected to.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "label")
|
|
530
|
+
|
|
531
|
+
@property
|
|
532
|
+
@pulumi.getter(name="macAddress")
|
|
533
|
+
def mac_address(self) -> str:
|
|
534
|
+
"""
|
|
535
|
+
Gets or sets the NIC MAC address.
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "mac_address")
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter(name="networkMoName")
|
|
541
|
+
def network_mo_name(self) -> str:
|
|
542
|
+
"""
|
|
543
|
+
Gets or sets the name of the virtual network in vCenter that the nic is connected to.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "network_mo_name")
|
|
546
|
+
|
|
547
|
+
@property
|
|
548
|
+
@pulumi.getter(name="networkMoRefId")
|
|
549
|
+
def network_mo_ref_id(self) -> str:
|
|
550
|
+
"""
|
|
551
|
+
Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network
|
|
552
|
+
that the nic is connected to.
|
|
553
|
+
"""
|
|
554
|
+
return pulumi.get(self, "network_mo_ref_id")
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter(name="deviceKey")
|
|
558
|
+
def device_key(self) -> Optional[int]:
|
|
559
|
+
"""
|
|
560
|
+
Gets or sets the device key value.
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "device_key")
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter(name="ipSettings")
|
|
566
|
+
def ip_settings(self) -> Optional['outputs.NicIPSettingsResponse']:
|
|
567
|
+
"""
|
|
568
|
+
Gets or sets the ipsettings.
|
|
569
|
+
"""
|
|
570
|
+
return pulumi.get(self, "ip_settings")
|
|
571
|
+
|
|
572
|
+
@property
|
|
573
|
+
@pulumi.getter
|
|
574
|
+
def name(self) -> Optional[str]:
|
|
575
|
+
"""
|
|
576
|
+
Gets or sets the name of the network interface.
|
|
577
|
+
"""
|
|
578
|
+
return pulumi.get(self, "name")
|
|
579
|
+
|
|
580
|
+
@property
|
|
581
|
+
@pulumi.getter(name="networkId")
|
|
582
|
+
def network_id(self) -> Optional[str]:
|
|
583
|
+
"""
|
|
584
|
+
Gets or sets the ARM Id of the network resource to connect the virtual machine.
|
|
585
|
+
"""
|
|
586
|
+
return pulumi.get(self, "network_id")
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="nicType")
|
|
590
|
+
def nic_type(self) -> Optional[str]:
|
|
591
|
+
"""
|
|
592
|
+
NIC type
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "nic_type")
|
|
595
|
+
|
|
596
|
+
@property
|
|
597
|
+
@pulumi.getter(name="powerOnBoot")
|
|
598
|
+
def power_on_boot(self) -> Optional[str]:
|
|
599
|
+
"""
|
|
600
|
+
Gets or sets the power on boot.
|
|
601
|
+
"""
|
|
602
|
+
return pulumi.get(self, "power_on_boot")
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
@pulumi.output_type
|
|
606
|
+
class NetworkProfileResponse(dict):
|
|
607
|
+
"""
|
|
608
|
+
Specifies the network interfaces of the virtual machine.
|
|
609
|
+
"""
|
|
610
|
+
@staticmethod
|
|
611
|
+
def __key_warning(key: str):
|
|
612
|
+
suggest = None
|
|
613
|
+
if key == "networkInterfaces":
|
|
614
|
+
suggest = "network_interfaces"
|
|
615
|
+
|
|
616
|
+
if suggest:
|
|
617
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
618
|
+
|
|
619
|
+
def __getitem__(self, key: str) -> Any:
|
|
620
|
+
NetworkProfileResponse.__key_warning(key)
|
|
621
|
+
return super().__getitem__(key)
|
|
622
|
+
|
|
623
|
+
def get(self, key: str, default = None) -> Any:
|
|
624
|
+
NetworkProfileResponse.__key_warning(key)
|
|
625
|
+
return super().get(key, default)
|
|
626
|
+
|
|
627
|
+
def __init__(__self__, *,
|
|
628
|
+
network_interfaces: Optional[Sequence['outputs.NetworkInterfaceResponse']] = None):
|
|
629
|
+
"""
|
|
630
|
+
Specifies the network interfaces of the virtual machine.
|
|
631
|
+
:param Sequence['NetworkInterfaceResponse'] network_interfaces: Gets or sets the list of network interfaces associated with the virtual machine.
|
|
632
|
+
"""
|
|
633
|
+
if network_interfaces is not None:
|
|
634
|
+
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
635
|
+
|
|
636
|
+
@property
|
|
637
|
+
@pulumi.getter(name="networkInterfaces")
|
|
638
|
+
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResponse']]:
|
|
639
|
+
"""
|
|
640
|
+
Gets or sets the list of network interfaces associated with the virtual machine.
|
|
641
|
+
"""
|
|
642
|
+
return pulumi.get(self, "network_interfaces")
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
@pulumi.output_type
|
|
646
|
+
class NicIPAddressSettingsResponse(dict):
|
|
647
|
+
"""
|
|
648
|
+
IP address information for a virtual network adapter reported by the fabric.
|
|
649
|
+
"""
|
|
650
|
+
@staticmethod
|
|
651
|
+
def __key_warning(key: str):
|
|
652
|
+
suggest = None
|
|
653
|
+
if key == "allocationMethod":
|
|
654
|
+
suggest = "allocation_method"
|
|
655
|
+
elif key == "ipAddress":
|
|
656
|
+
suggest = "ip_address"
|
|
657
|
+
elif key == "subnetMask":
|
|
658
|
+
suggest = "subnet_mask"
|
|
659
|
+
|
|
660
|
+
if suggest:
|
|
661
|
+
pulumi.log.warn(f"Key '{key}' not found in NicIPAddressSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
662
|
+
|
|
663
|
+
def __getitem__(self, key: str) -> Any:
|
|
664
|
+
NicIPAddressSettingsResponse.__key_warning(key)
|
|
665
|
+
return super().__getitem__(key)
|
|
666
|
+
|
|
667
|
+
def get(self, key: str, default = None) -> Any:
|
|
668
|
+
NicIPAddressSettingsResponse.__key_warning(key)
|
|
669
|
+
return super().get(key, default)
|
|
670
|
+
|
|
671
|
+
def __init__(__self__, *,
|
|
672
|
+
allocation_method: str,
|
|
673
|
+
ip_address: str,
|
|
674
|
+
subnet_mask: str):
|
|
675
|
+
"""
|
|
676
|
+
IP address information for a virtual network adapter reported by the fabric.
|
|
677
|
+
:param str allocation_method: Gets the ip address allocation method.
|
|
678
|
+
:param str ip_address: Gets the ip address for the nic.
|
|
679
|
+
:param str subnet_mask: Gets the mask.
|
|
680
|
+
"""
|
|
681
|
+
pulumi.set(__self__, "allocation_method", allocation_method)
|
|
682
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
683
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
684
|
+
|
|
685
|
+
@property
|
|
686
|
+
@pulumi.getter(name="allocationMethod")
|
|
687
|
+
def allocation_method(self) -> str:
|
|
688
|
+
"""
|
|
689
|
+
Gets the ip address allocation method.
|
|
690
|
+
"""
|
|
691
|
+
return pulumi.get(self, "allocation_method")
|
|
692
|
+
|
|
693
|
+
@property
|
|
694
|
+
@pulumi.getter(name="ipAddress")
|
|
695
|
+
def ip_address(self) -> str:
|
|
696
|
+
"""
|
|
697
|
+
Gets the ip address for the nic.
|
|
698
|
+
"""
|
|
699
|
+
return pulumi.get(self, "ip_address")
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter(name="subnetMask")
|
|
703
|
+
def subnet_mask(self) -> str:
|
|
704
|
+
"""
|
|
705
|
+
Gets the mask.
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "subnet_mask")
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
@pulumi.output_type
|
|
711
|
+
class NicIPSettingsResponse(dict):
|
|
712
|
+
"""
|
|
713
|
+
Defines the network interface ip settings.
|
|
714
|
+
"""
|
|
715
|
+
@staticmethod
|
|
716
|
+
def __key_warning(key: str):
|
|
717
|
+
suggest = None
|
|
718
|
+
if key == "ipAddressInfo":
|
|
719
|
+
suggest = "ip_address_info"
|
|
720
|
+
elif key == "primaryWinsServer":
|
|
721
|
+
suggest = "primary_wins_server"
|
|
722
|
+
elif key == "secondaryWinsServer":
|
|
723
|
+
suggest = "secondary_wins_server"
|
|
724
|
+
elif key == "allocationMethod":
|
|
725
|
+
suggest = "allocation_method"
|
|
726
|
+
elif key == "dnsServers":
|
|
727
|
+
suggest = "dns_servers"
|
|
728
|
+
elif key == "ipAddress":
|
|
729
|
+
suggest = "ip_address"
|
|
730
|
+
elif key == "subnetMask":
|
|
731
|
+
suggest = "subnet_mask"
|
|
732
|
+
|
|
733
|
+
if suggest:
|
|
734
|
+
pulumi.log.warn(f"Key '{key}' not found in NicIPSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
735
|
+
|
|
736
|
+
def __getitem__(self, key: str) -> Any:
|
|
737
|
+
NicIPSettingsResponse.__key_warning(key)
|
|
738
|
+
return super().__getitem__(key)
|
|
739
|
+
|
|
740
|
+
def get(self, key: str, default = None) -> Any:
|
|
741
|
+
NicIPSettingsResponse.__key_warning(key)
|
|
742
|
+
return super().get(key, default)
|
|
743
|
+
|
|
744
|
+
def __init__(__self__, *,
|
|
745
|
+
ip_address_info: Sequence['outputs.NicIPAddressSettingsResponse'],
|
|
746
|
+
primary_wins_server: str,
|
|
747
|
+
secondary_wins_server: str,
|
|
748
|
+
allocation_method: Optional[str] = None,
|
|
749
|
+
dns_servers: Optional[Sequence[str]] = None,
|
|
750
|
+
gateway: Optional[Sequence[str]] = None,
|
|
751
|
+
ip_address: Optional[str] = None,
|
|
752
|
+
subnet_mask: Optional[str] = None):
|
|
753
|
+
"""
|
|
754
|
+
Defines the network interface ip settings.
|
|
755
|
+
:param Sequence['NicIPAddressSettingsResponse'] ip_address_info: Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.
|
|
756
|
+
:param str primary_wins_server: Gets or sets the primary server.
|
|
757
|
+
:param str secondary_wins_server: Gets or sets the secondary server.
|
|
758
|
+
:param str allocation_method: Gets or sets the nic allocation method.
|
|
759
|
+
:param Sequence[str] dns_servers: Gets or sets the dns servers.
|
|
760
|
+
:param Sequence[str] gateway: Gets or sets the gateway.
|
|
761
|
+
:param str ip_address: Gets or sets the ip address for the nic.
|
|
762
|
+
:param str subnet_mask: Gets or sets the mask.
|
|
763
|
+
"""
|
|
764
|
+
pulumi.set(__self__, "ip_address_info", ip_address_info)
|
|
765
|
+
pulumi.set(__self__, "primary_wins_server", primary_wins_server)
|
|
766
|
+
pulumi.set(__self__, "secondary_wins_server", secondary_wins_server)
|
|
767
|
+
if allocation_method is not None:
|
|
768
|
+
pulumi.set(__self__, "allocation_method", allocation_method)
|
|
769
|
+
if dns_servers is not None:
|
|
770
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
771
|
+
if gateway is not None:
|
|
772
|
+
pulumi.set(__self__, "gateway", gateway)
|
|
773
|
+
if ip_address is not None:
|
|
774
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
775
|
+
if subnet_mask is not None:
|
|
776
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
777
|
+
|
|
778
|
+
@property
|
|
779
|
+
@pulumi.getter(name="ipAddressInfo")
|
|
780
|
+
def ip_address_info(self) -> Sequence['outputs.NicIPAddressSettingsResponse']:
|
|
781
|
+
"""
|
|
782
|
+
Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.
|
|
783
|
+
"""
|
|
784
|
+
return pulumi.get(self, "ip_address_info")
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="primaryWinsServer")
|
|
788
|
+
def primary_wins_server(self) -> str:
|
|
789
|
+
"""
|
|
790
|
+
Gets or sets the primary server.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "primary_wins_server")
|
|
793
|
+
|
|
794
|
+
@property
|
|
795
|
+
@pulumi.getter(name="secondaryWinsServer")
|
|
796
|
+
def secondary_wins_server(self) -> str:
|
|
797
|
+
"""
|
|
798
|
+
Gets or sets the secondary server.
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "secondary_wins_server")
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter(name="allocationMethod")
|
|
804
|
+
def allocation_method(self) -> Optional[str]:
|
|
805
|
+
"""
|
|
806
|
+
Gets or sets the nic allocation method.
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "allocation_method")
|
|
809
|
+
|
|
810
|
+
@property
|
|
811
|
+
@pulumi.getter(name="dnsServers")
|
|
812
|
+
def dns_servers(self) -> Optional[Sequence[str]]:
|
|
813
|
+
"""
|
|
814
|
+
Gets or sets the dns servers.
|
|
815
|
+
"""
|
|
816
|
+
return pulumi.get(self, "dns_servers")
|
|
817
|
+
|
|
818
|
+
@property
|
|
819
|
+
@pulumi.getter
|
|
820
|
+
def gateway(self) -> Optional[Sequence[str]]:
|
|
821
|
+
"""
|
|
822
|
+
Gets or sets the gateway.
|
|
823
|
+
"""
|
|
824
|
+
return pulumi.get(self, "gateway")
|
|
825
|
+
|
|
826
|
+
@property
|
|
827
|
+
@pulumi.getter(name="ipAddress")
|
|
828
|
+
def ip_address(self) -> Optional[str]:
|
|
829
|
+
"""
|
|
830
|
+
Gets or sets the ip address for the nic.
|
|
831
|
+
"""
|
|
832
|
+
return pulumi.get(self, "ip_address")
|
|
833
|
+
|
|
834
|
+
@property
|
|
835
|
+
@pulumi.getter(name="subnetMask")
|
|
836
|
+
def subnet_mask(self) -> Optional[str]:
|
|
837
|
+
"""
|
|
838
|
+
Gets or sets the mask.
|
|
839
|
+
"""
|
|
840
|
+
return pulumi.get(self, "subnet_mask")
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
@pulumi.output_type
|
|
844
|
+
class OsProfileForVMInstanceResponse(dict):
|
|
845
|
+
"""
|
|
846
|
+
Specifies the operating system settings for the virtual machine.
|
|
847
|
+
"""
|
|
848
|
+
@staticmethod
|
|
849
|
+
def __key_warning(key: str):
|
|
850
|
+
suggest = None
|
|
851
|
+
if key == "osSku":
|
|
852
|
+
suggest = "os_sku"
|
|
853
|
+
elif key == "toolsRunningStatus":
|
|
854
|
+
suggest = "tools_running_status"
|
|
855
|
+
elif key == "toolsVersion":
|
|
856
|
+
suggest = "tools_version"
|
|
857
|
+
elif key == "toolsVersionStatus":
|
|
858
|
+
suggest = "tools_version_status"
|
|
859
|
+
elif key == "adminUsername":
|
|
860
|
+
suggest = "admin_username"
|
|
861
|
+
elif key == "computerName":
|
|
862
|
+
suggest = "computer_name"
|
|
863
|
+
elif key == "guestId":
|
|
864
|
+
suggest = "guest_id"
|
|
865
|
+
elif key == "osType":
|
|
866
|
+
suggest = "os_type"
|
|
867
|
+
elif key == "windowsConfiguration":
|
|
868
|
+
suggest = "windows_configuration"
|
|
869
|
+
|
|
870
|
+
if suggest:
|
|
871
|
+
pulumi.log.warn(f"Key '{key}' not found in OsProfileForVMInstanceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
872
|
+
|
|
873
|
+
def __getitem__(self, key: str) -> Any:
|
|
874
|
+
OsProfileForVMInstanceResponse.__key_warning(key)
|
|
875
|
+
return super().__getitem__(key)
|
|
876
|
+
|
|
877
|
+
def get(self, key: str, default = None) -> Any:
|
|
878
|
+
OsProfileForVMInstanceResponse.__key_warning(key)
|
|
879
|
+
return super().get(key, default)
|
|
880
|
+
|
|
881
|
+
def __init__(__self__, *,
|
|
882
|
+
os_sku: str,
|
|
883
|
+
tools_running_status: str,
|
|
884
|
+
tools_version: str,
|
|
885
|
+
tools_version_status: str,
|
|
886
|
+
admin_username: Optional[str] = None,
|
|
887
|
+
computer_name: Optional[str] = None,
|
|
888
|
+
guest_id: Optional[str] = None,
|
|
889
|
+
os_type: Optional[str] = None,
|
|
890
|
+
windows_configuration: Optional['outputs.WindowsConfigurationResponse'] = None):
|
|
891
|
+
"""
|
|
892
|
+
Specifies the operating system settings for the virtual machine.
|
|
893
|
+
:param str os_sku: Gets or sets os sku.
|
|
894
|
+
:param str tools_running_status: Gets or sets the current running status of VMware Tools running in the guest operating system.
|
|
895
|
+
:param str tools_version: Gets or sets the current version of VMware Tools.
|
|
896
|
+
:param str tools_version_status: Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
897
|
+
:param str admin_username: Gets or sets administrator username.
|
|
898
|
+
:param str computer_name: Gets or sets computer name.
|
|
899
|
+
:param str guest_id: Gets or sets the guestId.
|
|
900
|
+
:param str os_type: Gets or sets the type of the os.
|
|
901
|
+
:param 'WindowsConfigurationResponse' windows_configuration: Windows Configuration.
|
|
902
|
+
"""
|
|
903
|
+
pulumi.set(__self__, "os_sku", os_sku)
|
|
904
|
+
pulumi.set(__self__, "tools_running_status", tools_running_status)
|
|
905
|
+
pulumi.set(__self__, "tools_version", tools_version)
|
|
906
|
+
pulumi.set(__self__, "tools_version_status", tools_version_status)
|
|
907
|
+
if admin_username is not None:
|
|
908
|
+
pulumi.set(__self__, "admin_username", admin_username)
|
|
909
|
+
if computer_name is not None:
|
|
910
|
+
pulumi.set(__self__, "computer_name", computer_name)
|
|
911
|
+
if guest_id is not None:
|
|
912
|
+
pulumi.set(__self__, "guest_id", guest_id)
|
|
913
|
+
if os_type is not None:
|
|
914
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
915
|
+
if windows_configuration is not None:
|
|
916
|
+
pulumi.set(__self__, "windows_configuration", windows_configuration)
|
|
917
|
+
|
|
918
|
+
@property
|
|
919
|
+
@pulumi.getter(name="osSku")
|
|
920
|
+
def os_sku(self) -> str:
|
|
921
|
+
"""
|
|
922
|
+
Gets or sets os sku.
|
|
923
|
+
"""
|
|
924
|
+
return pulumi.get(self, "os_sku")
|
|
925
|
+
|
|
926
|
+
@property
|
|
927
|
+
@pulumi.getter(name="toolsRunningStatus")
|
|
928
|
+
def tools_running_status(self) -> str:
|
|
929
|
+
"""
|
|
930
|
+
Gets or sets the current running status of VMware Tools running in the guest operating system.
|
|
931
|
+
"""
|
|
932
|
+
return pulumi.get(self, "tools_running_status")
|
|
933
|
+
|
|
934
|
+
@property
|
|
935
|
+
@pulumi.getter(name="toolsVersion")
|
|
936
|
+
def tools_version(self) -> str:
|
|
937
|
+
"""
|
|
938
|
+
Gets or sets the current version of VMware Tools.
|
|
939
|
+
"""
|
|
940
|
+
return pulumi.get(self, "tools_version")
|
|
941
|
+
|
|
942
|
+
@property
|
|
943
|
+
@pulumi.getter(name="toolsVersionStatus")
|
|
944
|
+
def tools_version_status(self) -> str:
|
|
945
|
+
"""
|
|
946
|
+
Gets or sets the current version status of VMware Tools installed in the guest operating system.
|
|
947
|
+
"""
|
|
948
|
+
return pulumi.get(self, "tools_version_status")
|
|
949
|
+
|
|
950
|
+
@property
|
|
951
|
+
@pulumi.getter(name="adminUsername")
|
|
952
|
+
def admin_username(self) -> Optional[str]:
|
|
953
|
+
"""
|
|
954
|
+
Gets or sets administrator username.
|
|
955
|
+
"""
|
|
956
|
+
return pulumi.get(self, "admin_username")
|
|
957
|
+
|
|
958
|
+
@property
|
|
959
|
+
@pulumi.getter(name="computerName")
|
|
960
|
+
def computer_name(self) -> Optional[str]:
|
|
961
|
+
"""
|
|
962
|
+
Gets or sets computer name.
|
|
963
|
+
"""
|
|
964
|
+
return pulumi.get(self, "computer_name")
|
|
965
|
+
|
|
966
|
+
@property
|
|
967
|
+
@pulumi.getter(name="guestId")
|
|
968
|
+
def guest_id(self) -> Optional[str]:
|
|
969
|
+
"""
|
|
970
|
+
Gets or sets the guestId.
|
|
971
|
+
"""
|
|
972
|
+
return pulumi.get(self, "guest_id")
|
|
973
|
+
|
|
974
|
+
@property
|
|
975
|
+
@pulumi.getter(name="osType")
|
|
976
|
+
def os_type(self) -> Optional[str]:
|
|
977
|
+
"""
|
|
978
|
+
Gets or sets the type of the os.
|
|
979
|
+
"""
|
|
980
|
+
return pulumi.get(self, "os_type")
|
|
981
|
+
|
|
982
|
+
@property
|
|
983
|
+
@pulumi.getter(name="windowsConfiguration")
|
|
984
|
+
def windows_configuration(self) -> Optional['outputs.WindowsConfigurationResponse']:
|
|
985
|
+
"""
|
|
986
|
+
Windows Configuration.
|
|
987
|
+
"""
|
|
988
|
+
return pulumi.get(self, "windows_configuration")
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
@pulumi.output_type
|
|
992
|
+
class PlacementProfileResponse(dict):
|
|
993
|
+
"""
|
|
994
|
+
Specifies the compute and storage placement settings for the virtual machine.
|
|
995
|
+
"""
|
|
996
|
+
@staticmethod
|
|
997
|
+
def __key_warning(key: str):
|
|
998
|
+
suggest = None
|
|
999
|
+
if key == "clusterId":
|
|
1000
|
+
suggest = "cluster_id"
|
|
1001
|
+
elif key == "datastoreId":
|
|
1002
|
+
suggest = "datastore_id"
|
|
1003
|
+
elif key == "hostId":
|
|
1004
|
+
suggest = "host_id"
|
|
1005
|
+
elif key == "resourcePoolId":
|
|
1006
|
+
suggest = "resource_pool_id"
|
|
1007
|
+
|
|
1008
|
+
if suggest:
|
|
1009
|
+
pulumi.log.warn(f"Key '{key}' not found in PlacementProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1010
|
+
|
|
1011
|
+
def __getitem__(self, key: str) -> Any:
|
|
1012
|
+
PlacementProfileResponse.__key_warning(key)
|
|
1013
|
+
return super().__getitem__(key)
|
|
1014
|
+
|
|
1015
|
+
def get(self, key: str, default = None) -> Any:
|
|
1016
|
+
PlacementProfileResponse.__key_warning(key)
|
|
1017
|
+
return super().get(key, default)
|
|
1018
|
+
|
|
1019
|
+
def __init__(__self__, *,
|
|
1020
|
+
cluster_id: Optional[str] = None,
|
|
1021
|
+
datastore_id: Optional[str] = None,
|
|
1022
|
+
host_id: Optional[str] = None,
|
|
1023
|
+
resource_pool_id: Optional[str] = None):
|
|
1024
|
+
"""
|
|
1025
|
+
Specifies the compute and storage placement settings for the virtual machine.
|
|
1026
|
+
:param str cluster_id: Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.
|
|
1027
|
+
:param str datastore_id: Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.
|
|
1028
|
+
:param str host_id: Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.
|
|
1029
|
+
:param str resource_pool_id: Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.
|
|
1030
|
+
"""
|
|
1031
|
+
if cluster_id is not None:
|
|
1032
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
1033
|
+
if datastore_id is not None:
|
|
1034
|
+
pulumi.set(__self__, "datastore_id", datastore_id)
|
|
1035
|
+
if host_id is not None:
|
|
1036
|
+
pulumi.set(__self__, "host_id", host_id)
|
|
1037
|
+
if resource_pool_id is not None:
|
|
1038
|
+
pulumi.set(__self__, "resource_pool_id", resource_pool_id)
|
|
1039
|
+
|
|
1040
|
+
@property
|
|
1041
|
+
@pulumi.getter(name="clusterId")
|
|
1042
|
+
def cluster_id(self) -> Optional[str]:
|
|
1043
|
+
"""
|
|
1044
|
+
Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.
|
|
1045
|
+
"""
|
|
1046
|
+
return pulumi.get(self, "cluster_id")
|
|
1047
|
+
|
|
1048
|
+
@property
|
|
1049
|
+
@pulumi.getter(name="datastoreId")
|
|
1050
|
+
def datastore_id(self) -> Optional[str]:
|
|
1051
|
+
"""
|
|
1052
|
+
Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.
|
|
1053
|
+
"""
|
|
1054
|
+
return pulumi.get(self, "datastore_id")
|
|
1055
|
+
|
|
1056
|
+
@property
|
|
1057
|
+
@pulumi.getter(name="hostId")
|
|
1058
|
+
def host_id(self) -> Optional[str]:
|
|
1059
|
+
"""
|
|
1060
|
+
Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.
|
|
1061
|
+
"""
|
|
1062
|
+
return pulumi.get(self, "host_id")
|
|
1063
|
+
|
|
1064
|
+
@property
|
|
1065
|
+
@pulumi.getter(name="resourcePoolId")
|
|
1066
|
+
def resource_pool_id(self) -> Optional[str]:
|
|
1067
|
+
"""
|
|
1068
|
+
Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.
|
|
1069
|
+
"""
|
|
1070
|
+
return pulumi.get(self, "resource_pool_id")
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
@pulumi.output_type
|
|
1074
|
+
class ResourceStatusResponse(dict):
|
|
1075
|
+
"""
|
|
1076
|
+
The resource status information.
|
|
1077
|
+
"""
|
|
1078
|
+
@staticmethod
|
|
1079
|
+
def __key_warning(key: str):
|
|
1080
|
+
suggest = None
|
|
1081
|
+
if key == "lastUpdatedAt":
|
|
1082
|
+
suggest = "last_updated_at"
|
|
1083
|
+
|
|
1084
|
+
if suggest:
|
|
1085
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1086
|
+
|
|
1087
|
+
def __getitem__(self, key: str) -> Any:
|
|
1088
|
+
ResourceStatusResponse.__key_warning(key)
|
|
1089
|
+
return super().__getitem__(key)
|
|
1090
|
+
|
|
1091
|
+
def get(self, key: str, default = None) -> Any:
|
|
1092
|
+
ResourceStatusResponse.__key_warning(key)
|
|
1093
|
+
return super().get(key, default)
|
|
1094
|
+
|
|
1095
|
+
def __init__(__self__, *,
|
|
1096
|
+
last_updated_at: str,
|
|
1097
|
+
message: str,
|
|
1098
|
+
reason: str,
|
|
1099
|
+
severity: str,
|
|
1100
|
+
status: str,
|
|
1101
|
+
type: str):
|
|
1102
|
+
"""
|
|
1103
|
+
The resource status information.
|
|
1104
|
+
:param str last_updated_at: The last update time for this condition.
|
|
1105
|
+
:param str message: A human readable message indicating details about the status.
|
|
1106
|
+
:param str reason: The reason for the condition's status.
|
|
1107
|
+
:param str severity: Severity with which to treat failures of this type of condition.
|
|
1108
|
+
:param str status: Status of the condition.
|
|
1109
|
+
:param str type: The type of the condition.
|
|
1110
|
+
"""
|
|
1111
|
+
pulumi.set(__self__, "last_updated_at", last_updated_at)
|
|
1112
|
+
pulumi.set(__self__, "message", message)
|
|
1113
|
+
pulumi.set(__self__, "reason", reason)
|
|
1114
|
+
pulumi.set(__self__, "severity", severity)
|
|
1115
|
+
pulumi.set(__self__, "status", status)
|
|
1116
|
+
pulumi.set(__self__, "type", type)
|
|
1117
|
+
|
|
1118
|
+
@property
|
|
1119
|
+
@pulumi.getter(name="lastUpdatedAt")
|
|
1120
|
+
def last_updated_at(self) -> str:
|
|
1121
|
+
"""
|
|
1122
|
+
The last update time for this condition.
|
|
1123
|
+
"""
|
|
1124
|
+
return pulumi.get(self, "last_updated_at")
|
|
1125
|
+
|
|
1126
|
+
@property
|
|
1127
|
+
@pulumi.getter
|
|
1128
|
+
def message(self) -> str:
|
|
1129
|
+
"""
|
|
1130
|
+
A human readable message indicating details about the status.
|
|
1131
|
+
"""
|
|
1132
|
+
return pulumi.get(self, "message")
|
|
1133
|
+
|
|
1134
|
+
@property
|
|
1135
|
+
@pulumi.getter
|
|
1136
|
+
def reason(self) -> str:
|
|
1137
|
+
"""
|
|
1138
|
+
The reason for the condition's status.
|
|
1139
|
+
"""
|
|
1140
|
+
return pulumi.get(self, "reason")
|
|
1141
|
+
|
|
1142
|
+
@property
|
|
1143
|
+
@pulumi.getter
|
|
1144
|
+
def severity(self) -> str:
|
|
1145
|
+
"""
|
|
1146
|
+
Severity with which to treat failures of this type of condition.
|
|
1147
|
+
"""
|
|
1148
|
+
return pulumi.get(self, "severity")
|
|
1149
|
+
|
|
1150
|
+
@property
|
|
1151
|
+
@pulumi.getter
|
|
1152
|
+
def status(self) -> str:
|
|
1153
|
+
"""
|
|
1154
|
+
Status of the condition.
|
|
1155
|
+
"""
|
|
1156
|
+
return pulumi.get(self, "status")
|
|
1157
|
+
|
|
1158
|
+
@property
|
|
1159
|
+
@pulumi.getter
|
|
1160
|
+
def type(self) -> str:
|
|
1161
|
+
"""
|
|
1162
|
+
The type of the condition.
|
|
1163
|
+
"""
|
|
1164
|
+
return pulumi.get(self, "type")
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
@pulumi.output_type
|
|
1168
|
+
class SecurityProfileResponse(dict):
|
|
1169
|
+
"""
|
|
1170
|
+
Specifies the Security profile settings for the virtual machine.
|
|
1171
|
+
"""
|
|
1172
|
+
@staticmethod
|
|
1173
|
+
def __key_warning(key: str):
|
|
1174
|
+
suggest = None
|
|
1175
|
+
if key == "uefiSettings":
|
|
1176
|
+
suggest = "uefi_settings"
|
|
1177
|
+
|
|
1178
|
+
if suggest:
|
|
1179
|
+
pulumi.log.warn(f"Key '{key}' not found in SecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1180
|
+
|
|
1181
|
+
def __getitem__(self, key: str) -> Any:
|
|
1182
|
+
SecurityProfileResponse.__key_warning(key)
|
|
1183
|
+
return super().__getitem__(key)
|
|
1184
|
+
|
|
1185
|
+
def get(self, key: str, default = None) -> Any:
|
|
1186
|
+
SecurityProfileResponse.__key_warning(key)
|
|
1187
|
+
return super().get(key, default)
|
|
1188
|
+
|
|
1189
|
+
def __init__(__self__, *,
|
|
1190
|
+
uefi_settings: Optional['outputs.UefiSettingsResponse'] = None):
|
|
1191
|
+
"""
|
|
1192
|
+
Specifies the Security profile settings for the virtual machine.
|
|
1193
|
+
:param 'UefiSettingsResponse' uefi_settings: Specifies the security settings like secure boot used while creating the virtual machine.
|
|
1194
|
+
"""
|
|
1195
|
+
if uefi_settings is not None:
|
|
1196
|
+
pulumi.set(__self__, "uefi_settings", uefi_settings)
|
|
1197
|
+
|
|
1198
|
+
@property
|
|
1199
|
+
@pulumi.getter(name="uefiSettings")
|
|
1200
|
+
def uefi_settings(self) -> Optional['outputs.UefiSettingsResponse']:
|
|
1201
|
+
"""
|
|
1202
|
+
Specifies the security settings like secure boot used while creating the virtual machine.
|
|
1203
|
+
"""
|
|
1204
|
+
return pulumi.get(self, "uefi_settings")
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
@pulumi.output_type
|
|
1208
|
+
class StorageProfileResponse(dict):
|
|
1209
|
+
"""
|
|
1210
|
+
Specifies the storage settings for the virtual machine disks.
|
|
1211
|
+
"""
|
|
1212
|
+
@staticmethod
|
|
1213
|
+
def __key_warning(key: str):
|
|
1214
|
+
suggest = None
|
|
1215
|
+
if key == "scsiControllers":
|
|
1216
|
+
suggest = "scsi_controllers"
|
|
1217
|
+
|
|
1218
|
+
if suggest:
|
|
1219
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1220
|
+
|
|
1221
|
+
def __getitem__(self, key: str) -> Any:
|
|
1222
|
+
StorageProfileResponse.__key_warning(key)
|
|
1223
|
+
return super().__getitem__(key)
|
|
1224
|
+
|
|
1225
|
+
def get(self, key: str, default = None) -> Any:
|
|
1226
|
+
StorageProfileResponse.__key_warning(key)
|
|
1227
|
+
return super().get(key, default)
|
|
1228
|
+
|
|
1229
|
+
def __init__(__self__, *,
|
|
1230
|
+
scsi_controllers: Sequence['outputs.VirtualSCSIControllerResponse'],
|
|
1231
|
+
disks: Optional[Sequence['outputs.VirtualDiskResponse']] = None):
|
|
1232
|
+
"""
|
|
1233
|
+
Specifies the storage settings for the virtual machine disks.
|
|
1234
|
+
:param Sequence['VirtualSCSIControllerResponse'] scsi_controllers: Gets or sets the list of virtual SCSI controllers associated with the virtual machine.
|
|
1235
|
+
:param Sequence['VirtualDiskResponse'] disks: Gets or sets the list of virtual disks associated with the virtual machine.
|
|
1236
|
+
"""
|
|
1237
|
+
pulumi.set(__self__, "scsi_controllers", scsi_controllers)
|
|
1238
|
+
if disks is not None:
|
|
1239
|
+
pulumi.set(__self__, "disks", disks)
|
|
1240
|
+
|
|
1241
|
+
@property
|
|
1242
|
+
@pulumi.getter(name="scsiControllers")
|
|
1243
|
+
def scsi_controllers(self) -> Sequence['outputs.VirtualSCSIControllerResponse']:
|
|
1244
|
+
"""
|
|
1245
|
+
Gets or sets the list of virtual SCSI controllers associated with the virtual machine.
|
|
1246
|
+
"""
|
|
1247
|
+
return pulumi.get(self, "scsi_controllers")
|
|
1248
|
+
|
|
1249
|
+
@property
|
|
1250
|
+
@pulumi.getter
|
|
1251
|
+
def disks(self) -> Optional[Sequence['outputs.VirtualDiskResponse']]:
|
|
1252
|
+
"""
|
|
1253
|
+
Gets or sets the list of virtual disks associated with the virtual machine.
|
|
1254
|
+
"""
|
|
1255
|
+
return pulumi.get(self, "disks")
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
@pulumi.output_type
|
|
1259
|
+
class SystemDataResponse(dict):
|
|
1260
|
+
"""
|
|
1261
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1262
|
+
"""
|
|
1263
|
+
@staticmethod
|
|
1264
|
+
def __key_warning(key: str):
|
|
1265
|
+
suggest = None
|
|
1266
|
+
if key == "createdAt":
|
|
1267
|
+
suggest = "created_at"
|
|
1268
|
+
elif key == "createdBy":
|
|
1269
|
+
suggest = "created_by"
|
|
1270
|
+
elif key == "createdByType":
|
|
1271
|
+
suggest = "created_by_type"
|
|
1272
|
+
elif key == "lastModifiedAt":
|
|
1273
|
+
suggest = "last_modified_at"
|
|
1274
|
+
elif key == "lastModifiedBy":
|
|
1275
|
+
suggest = "last_modified_by"
|
|
1276
|
+
elif key == "lastModifiedByType":
|
|
1277
|
+
suggest = "last_modified_by_type"
|
|
1278
|
+
|
|
1279
|
+
if suggest:
|
|
1280
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1281
|
+
|
|
1282
|
+
def __getitem__(self, key: str) -> Any:
|
|
1283
|
+
SystemDataResponse.__key_warning(key)
|
|
1284
|
+
return super().__getitem__(key)
|
|
1285
|
+
|
|
1286
|
+
def get(self, key: str, default = None) -> Any:
|
|
1287
|
+
SystemDataResponse.__key_warning(key)
|
|
1288
|
+
return super().get(key, default)
|
|
1289
|
+
|
|
1290
|
+
def __init__(__self__, *,
|
|
1291
|
+
created_at: Optional[str] = None,
|
|
1292
|
+
created_by: Optional[str] = None,
|
|
1293
|
+
created_by_type: Optional[str] = None,
|
|
1294
|
+
last_modified_at: Optional[str] = None,
|
|
1295
|
+
last_modified_by: Optional[str] = None,
|
|
1296
|
+
last_modified_by_type: Optional[str] = None):
|
|
1297
|
+
"""
|
|
1298
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1299
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1300
|
+
:param str created_by: The identity that created the resource.
|
|
1301
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1302
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1303
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1304
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1305
|
+
"""
|
|
1306
|
+
if created_at is not None:
|
|
1307
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1308
|
+
if created_by is not None:
|
|
1309
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1310
|
+
if created_by_type is not None:
|
|
1311
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1312
|
+
if last_modified_at is not None:
|
|
1313
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1314
|
+
if last_modified_by is not None:
|
|
1315
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1316
|
+
if last_modified_by_type is not None:
|
|
1317
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1318
|
+
|
|
1319
|
+
@property
|
|
1320
|
+
@pulumi.getter(name="createdAt")
|
|
1321
|
+
def created_at(self) -> Optional[str]:
|
|
1322
|
+
"""
|
|
1323
|
+
The timestamp of resource creation (UTC).
|
|
1324
|
+
"""
|
|
1325
|
+
return pulumi.get(self, "created_at")
|
|
1326
|
+
|
|
1327
|
+
@property
|
|
1328
|
+
@pulumi.getter(name="createdBy")
|
|
1329
|
+
def created_by(self) -> Optional[str]:
|
|
1330
|
+
"""
|
|
1331
|
+
The identity that created the resource.
|
|
1332
|
+
"""
|
|
1333
|
+
return pulumi.get(self, "created_by")
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
@pulumi.getter(name="createdByType")
|
|
1337
|
+
def created_by_type(self) -> Optional[str]:
|
|
1338
|
+
"""
|
|
1339
|
+
The type of identity that created the resource.
|
|
1340
|
+
"""
|
|
1341
|
+
return pulumi.get(self, "created_by_type")
|
|
1342
|
+
|
|
1343
|
+
@property
|
|
1344
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1345
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1346
|
+
"""
|
|
1347
|
+
The timestamp of resource last modification (UTC)
|
|
1348
|
+
"""
|
|
1349
|
+
return pulumi.get(self, "last_modified_at")
|
|
1350
|
+
|
|
1351
|
+
@property
|
|
1352
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1353
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1354
|
+
"""
|
|
1355
|
+
The identity that last modified the resource.
|
|
1356
|
+
"""
|
|
1357
|
+
return pulumi.get(self, "last_modified_by")
|
|
1358
|
+
|
|
1359
|
+
@property
|
|
1360
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1361
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1362
|
+
"""
|
|
1363
|
+
The type of identity that last modified the resource.
|
|
1364
|
+
"""
|
|
1365
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
@pulumi.output_type
|
|
1369
|
+
class UefiSettingsResponse(dict):
|
|
1370
|
+
"""
|
|
1371
|
+
Specifies the security settings like secure boot used while creating the virtual machine.
|
|
1372
|
+
"""
|
|
1373
|
+
@staticmethod
|
|
1374
|
+
def __key_warning(key: str):
|
|
1375
|
+
suggest = None
|
|
1376
|
+
if key == "secureBootEnabled":
|
|
1377
|
+
suggest = "secure_boot_enabled"
|
|
1378
|
+
|
|
1379
|
+
if suggest:
|
|
1380
|
+
pulumi.log.warn(f"Key '{key}' not found in UefiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1381
|
+
|
|
1382
|
+
def __getitem__(self, key: str) -> Any:
|
|
1383
|
+
UefiSettingsResponse.__key_warning(key)
|
|
1384
|
+
return super().__getitem__(key)
|
|
1385
|
+
|
|
1386
|
+
def get(self, key: str, default = None) -> Any:
|
|
1387
|
+
UefiSettingsResponse.__key_warning(key)
|
|
1388
|
+
return super().get(key, default)
|
|
1389
|
+
|
|
1390
|
+
def __init__(__self__, *,
|
|
1391
|
+
secure_boot_enabled: Optional[bool] = None):
|
|
1392
|
+
"""
|
|
1393
|
+
Specifies the security settings like secure boot used while creating the virtual machine.
|
|
1394
|
+
:param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine.
|
|
1395
|
+
"""
|
|
1396
|
+
if secure_boot_enabled is not None:
|
|
1397
|
+
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
1398
|
+
|
|
1399
|
+
@property
|
|
1400
|
+
@pulumi.getter(name="secureBootEnabled")
|
|
1401
|
+
def secure_boot_enabled(self) -> Optional[bool]:
|
|
1402
|
+
"""
|
|
1403
|
+
Specifies whether secure boot should be enabled on the virtual machine.
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "secure_boot_enabled")
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
@pulumi.output_type
|
|
1409
|
+
class VICredentialResponse(dict):
|
|
1410
|
+
"""
|
|
1411
|
+
Username / Password Credentials to connect to vcenter.
|
|
1412
|
+
"""
|
|
1413
|
+
def __init__(__self__, *,
|
|
1414
|
+
username: Optional[str] = None):
|
|
1415
|
+
"""
|
|
1416
|
+
Username / Password Credentials to connect to vcenter.
|
|
1417
|
+
:param str username: Gets or sets username to connect with the vCenter.
|
|
1418
|
+
"""
|
|
1419
|
+
if username is not None:
|
|
1420
|
+
pulumi.set(__self__, "username", username)
|
|
1421
|
+
|
|
1422
|
+
@property
|
|
1423
|
+
@pulumi.getter
|
|
1424
|
+
def username(self) -> Optional[str]:
|
|
1425
|
+
"""
|
|
1426
|
+
Gets or sets username to connect with the vCenter.
|
|
1427
|
+
"""
|
|
1428
|
+
return pulumi.get(self, "username")
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
@pulumi.output_type
|
|
1432
|
+
class VirtualDiskResponse(dict):
|
|
1433
|
+
"""
|
|
1434
|
+
Virtual disk model
|
|
1435
|
+
"""
|
|
1436
|
+
@staticmethod
|
|
1437
|
+
def __key_warning(key: str):
|
|
1438
|
+
suggest = None
|
|
1439
|
+
if key == "diskObjectId":
|
|
1440
|
+
suggest = "disk_object_id"
|
|
1441
|
+
elif key == "controllerKey":
|
|
1442
|
+
suggest = "controller_key"
|
|
1443
|
+
elif key == "deviceKey":
|
|
1444
|
+
suggest = "device_key"
|
|
1445
|
+
elif key == "deviceName":
|
|
1446
|
+
suggest = "device_name"
|
|
1447
|
+
elif key == "diskMode":
|
|
1448
|
+
suggest = "disk_mode"
|
|
1449
|
+
elif key == "diskSizeGB":
|
|
1450
|
+
suggest = "disk_size_gb"
|
|
1451
|
+
elif key == "diskType":
|
|
1452
|
+
suggest = "disk_type"
|
|
1453
|
+
elif key == "unitNumber":
|
|
1454
|
+
suggest = "unit_number"
|
|
1455
|
+
|
|
1456
|
+
if suggest:
|
|
1457
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualDiskResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1458
|
+
|
|
1459
|
+
def __getitem__(self, key: str) -> Any:
|
|
1460
|
+
VirtualDiskResponse.__key_warning(key)
|
|
1461
|
+
return super().__getitem__(key)
|
|
1462
|
+
|
|
1463
|
+
def get(self, key: str, default = None) -> Any:
|
|
1464
|
+
VirtualDiskResponse.__key_warning(key)
|
|
1465
|
+
return super().get(key, default)
|
|
1466
|
+
|
|
1467
|
+
def __init__(__self__, *,
|
|
1468
|
+
disk_object_id: str,
|
|
1469
|
+
label: str,
|
|
1470
|
+
controller_key: Optional[int] = None,
|
|
1471
|
+
device_key: Optional[int] = None,
|
|
1472
|
+
device_name: Optional[str] = None,
|
|
1473
|
+
disk_mode: Optional[str] = None,
|
|
1474
|
+
disk_size_gb: Optional[int] = None,
|
|
1475
|
+
disk_type: Optional[str] = None,
|
|
1476
|
+
name: Optional[str] = None,
|
|
1477
|
+
unit_number: Optional[int] = None):
|
|
1478
|
+
"""
|
|
1479
|
+
Virtual disk model
|
|
1480
|
+
:param str disk_object_id: Gets or sets the disk object id.
|
|
1481
|
+
:param str label: Gets or sets the label of the virtual disk in vCenter.
|
|
1482
|
+
:param int controller_key: Gets or sets the controller id.
|
|
1483
|
+
:param int device_key: Gets or sets the device key value.
|
|
1484
|
+
:param str device_name: Gets or sets the device name.
|
|
1485
|
+
:param str disk_mode: Gets or sets the disk mode.
|
|
1486
|
+
:param int disk_size_gb: Gets or sets the disk total size.
|
|
1487
|
+
:param str disk_type: Gets or sets the disk backing type.
|
|
1488
|
+
:param str name: Gets or sets the name of the virtual disk.
|
|
1489
|
+
:param int unit_number: Gets or sets the unit number of the disk on the controller.
|
|
1490
|
+
"""
|
|
1491
|
+
pulumi.set(__self__, "disk_object_id", disk_object_id)
|
|
1492
|
+
pulumi.set(__self__, "label", label)
|
|
1493
|
+
if controller_key is not None:
|
|
1494
|
+
pulumi.set(__self__, "controller_key", controller_key)
|
|
1495
|
+
if device_key is not None:
|
|
1496
|
+
pulumi.set(__self__, "device_key", device_key)
|
|
1497
|
+
if device_name is not None:
|
|
1498
|
+
pulumi.set(__self__, "device_name", device_name)
|
|
1499
|
+
if disk_mode is not None:
|
|
1500
|
+
pulumi.set(__self__, "disk_mode", disk_mode)
|
|
1501
|
+
if disk_size_gb is not None:
|
|
1502
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
1503
|
+
if disk_type is not None:
|
|
1504
|
+
pulumi.set(__self__, "disk_type", disk_type)
|
|
1505
|
+
if name is not None:
|
|
1506
|
+
pulumi.set(__self__, "name", name)
|
|
1507
|
+
if unit_number is not None:
|
|
1508
|
+
pulumi.set(__self__, "unit_number", unit_number)
|
|
1509
|
+
|
|
1510
|
+
@property
|
|
1511
|
+
@pulumi.getter(name="diskObjectId")
|
|
1512
|
+
def disk_object_id(self) -> str:
|
|
1513
|
+
"""
|
|
1514
|
+
Gets or sets the disk object id.
|
|
1515
|
+
"""
|
|
1516
|
+
return pulumi.get(self, "disk_object_id")
|
|
1517
|
+
|
|
1518
|
+
@property
|
|
1519
|
+
@pulumi.getter
|
|
1520
|
+
def label(self) -> str:
|
|
1521
|
+
"""
|
|
1522
|
+
Gets or sets the label of the virtual disk in vCenter.
|
|
1523
|
+
"""
|
|
1524
|
+
return pulumi.get(self, "label")
|
|
1525
|
+
|
|
1526
|
+
@property
|
|
1527
|
+
@pulumi.getter(name="controllerKey")
|
|
1528
|
+
def controller_key(self) -> Optional[int]:
|
|
1529
|
+
"""
|
|
1530
|
+
Gets or sets the controller id.
|
|
1531
|
+
"""
|
|
1532
|
+
return pulumi.get(self, "controller_key")
|
|
1533
|
+
|
|
1534
|
+
@property
|
|
1535
|
+
@pulumi.getter(name="deviceKey")
|
|
1536
|
+
def device_key(self) -> Optional[int]:
|
|
1537
|
+
"""
|
|
1538
|
+
Gets or sets the device key value.
|
|
1539
|
+
"""
|
|
1540
|
+
return pulumi.get(self, "device_key")
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
@pulumi.getter(name="deviceName")
|
|
1544
|
+
def device_name(self) -> Optional[str]:
|
|
1545
|
+
"""
|
|
1546
|
+
Gets or sets the device name.
|
|
1547
|
+
"""
|
|
1548
|
+
return pulumi.get(self, "device_name")
|
|
1549
|
+
|
|
1550
|
+
@property
|
|
1551
|
+
@pulumi.getter(name="diskMode")
|
|
1552
|
+
def disk_mode(self) -> Optional[str]:
|
|
1553
|
+
"""
|
|
1554
|
+
Gets or sets the disk mode.
|
|
1555
|
+
"""
|
|
1556
|
+
return pulumi.get(self, "disk_mode")
|
|
1557
|
+
|
|
1558
|
+
@property
|
|
1559
|
+
@pulumi.getter(name="diskSizeGB")
|
|
1560
|
+
def disk_size_gb(self) -> Optional[int]:
|
|
1561
|
+
"""
|
|
1562
|
+
Gets or sets the disk total size.
|
|
1563
|
+
"""
|
|
1564
|
+
return pulumi.get(self, "disk_size_gb")
|
|
1565
|
+
|
|
1566
|
+
@property
|
|
1567
|
+
@pulumi.getter(name="diskType")
|
|
1568
|
+
def disk_type(self) -> Optional[str]:
|
|
1569
|
+
"""
|
|
1570
|
+
Gets or sets the disk backing type.
|
|
1571
|
+
"""
|
|
1572
|
+
return pulumi.get(self, "disk_type")
|
|
1573
|
+
|
|
1574
|
+
@property
|
|
1575
|
+
@pulumi.getter
|
|
1576
|
+
def name(self) -> Optional[str]:
|
|
1577
|
+
"""
|
|
1578
|
+
Gets or sets the name of the virtual disk.
|
|
1579
|
+
"""
|
|
1580
|
+
return pulumi.get(self, "name")
|
|
1581
|
+
|
|
1582
|
+
@property
|
|
1583
|
+
@pulumi.getter(name="unitNumber")
|
|
1584
|
+
def unit_number(self) -> Optional[int]:
|
|
1585
|
+
"""
|
|
1586
|
+
Gets or sets the unit number of the disk on the controller.
|
|
1587
|
+
"""
|
|
1588
|
+
return pulumi.get(self, "unit_number")
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
@pulumi.output_type
|
|
1592
|
+
class VirtualSCSIControllerResponse(dict):
|
|
1593
|
+
"""
|
|
1594
|
+
This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller.
|
|
1595
|
+
"""
|
|
1596
|
+
@staticmethod
|
|
1597
|
+
def __key_warning(key: str):
|
|
1598
|
+
suggest = None
|
|
1599
|
+
if key == "busNumber":
|
|
1600
|
+
suggest = "bus_number"
|
|
1601
|
+
elif key == "controllerKey":
|
|
1602
|
+
suggest = "controller_key"
|
|
1603
|
+
elif key == "scsiCtlrUnitNumber":
|
|
1604
|
+
suggest = "scsi_ctlr_unit_number"
|
|
1605
|
+
|
|
1606
|
+
if suggest:
|
|
1607
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualSCSIControllerResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1608
|
+
|
|
1609
|
+
def __getitem__(self, key: str) -> Any:
|
|
1610
|
+
VirtualSCSIControllerResponse.__key_warning(key)
|
|
1611
|
+
return super().__getitem__(key)
|
|
1612
|
+
|
|
1613
|
+
def get(self, key: str, default = None) -> Any:
|
|
1614
|
+
VirtualSCSIControllerResponse.__key_warning(key)
|
|
1615
|
+
return super().get(key, default)
|
|
1616
|
+
|
|
1617
|
+
def __init__(__self__, *,
|
|
1618
|
+
bus_number: Optional[int] = None,
|
|
1619
|
+
controller_key: Optional[int] = None,
|
|
1620
|
+
scsi_ctlr_unit_number: Optional[int] = None,
|
|
1621
|
+
sharing: Optional[str] = None,
|
|
1622
|
+
type: Optional[str] = None):
|
|
1623
|
+
"""
|
|
1624
|
+
This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller.
|
|
1625
|
+
:param int bus_number: Gets or sets the bus number of the controller.
|
|
1626
|
+
:param int controller_key: Gets or sets the key of the controller.
|
|
1627
|
+
:param int scsi_ctlr_unit_number: Gets or sets the SCSI controller unit number.
|
|
1628
|
+
:param str sharing: Gets or sets the sharing mode.
|
|
1629
|
+
:param str type: Gets or sets the controller type.
|
|
1630
|
+
"""
|
|
1631
|
+
if bus_number is not None:
|
|
1632
|
+
pulumi.set(__self__, "bus_number", bus_number)
|
|
1633
|
+
if controller_key is not None:
|
|
1634
|
+
pulumi.set(__self__, "controller_key", controller_key)
|
|
1635
|
+
if scsi_ctlr_unit_number is not None:
|
|
1636
|
+
pulumi.set(__self__, "scsi_ctlr_unit_number", scsi_ctlr_unit_number)
|
|
1637
|
+
if sharing is not None:
|
|
1638
|
+
pulumi.set(__self__, "sharing", sharing)
|
|
1639
|
+
if type is not None:
|
|
1640
|
+
pulumi.set(__self__, "type", type)
|
|
1641
|
+
|
|
1642
|
+
@property
|
|
1643
|
+
@pulumi.getter(name="busNumber")
|
|
1644
|
+
def bus_number(self) -> Optional[int]:
|
|
1645
|
+
"""
|
|
1646
|
+
Gets or sets the bus number of the controller.
|
|
1647
|
+
"""
|
|
1648
|
+
return pulumi.get(self, "bus_number")
|
|
1649
|
+
|
|
1650
|
+
@property
|
|
1651
|
+
@pulumi.getter(name="controllerKey")
|
|
1652
|
+
def controller_key(self) -> Optional[int]:
|
|
1653
|
+
"""
|
|
1654
|
+
Gets or sets the key of the controller.
|
|
1655
|
+
"""
|
|
1656
|
+
return pulumi.get(self, "controller_key")
|
|
1657
|
+
|
|
1658
|
+
@property
|
|
1659
|
+
@pulumi.getter(name="scsiCtlrUnitNumber")
|
|
1660
|
+
def scsi_ctlr_unit_number(self) -> Optional[int]:
|
|
1661
|
+
"""
|
|
1662
|
+
Gets or sets the SCSI controller unit number.
|
|
1663
|
+
"""
|
|
1664
|
+
return pulumi.get(self, "scsi_ctlr_unit_number")
|
|
1665
|
+
|
|
1666
|
+
@property
|
|
1667
|
+
@pulumi.getter
|
|
1668
|
+
def sharing(self) -> Optional[str]:
|
|
1669
|
+
"""
|
|
1670
|
+
Gets or sets the sharing mode.
|
|
1671
|
+
"""
|
|
1672
|
+
return pulumi.get(self, "sharing")
|
|
1673
|
+
|
|
1674
|
+
@property
|
|
1675
|
+
@pulumi.getter
|
|
1676
|
+
def type(self) -> Optional[str]:
|
|
1677
|
+
"""
|
|
1678
|
+
Gets or sets the controller type.
|
|
1679
|
+
"""
|
|
1680
|
+
return pulumi.get(self, "type")
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
@pulumi.output_type
|
|
1684
|
+
class WindowsConfigurationResponse(dict):
|
|
1685
|
+
"""
|
|
1686
|
+
Specifies the Windows Configuration settings for the virtual machine.
|
|
1687
|
+
"""
|
|
1688
|
+
@staticmethod
|
|
1689
|
+
def __key_warning(key: str):
|
|
1690
|
+
suggest = None
|
|
1691
|
+
if key == "autoLogon":
|
|
1692
|
+
suggest = "auto_logon"
|
|
1693
|
+
elif key == "autoLogonCount":
|
|
1694
|
+
suggest = "auto_logon_count"
|
|
1695
|
+
elif key == "domainName":
|
|
1696
|
+
suggest = "domain_name"
|
|
1697
|
+
elif key == "domainUsername":
|
|
1698
|
+
suggest = "domain_username"
|
|
1699
|
+
elif key == "firstLogonCommands":
|
|
1700
|
+
suggest = "first_logon_commands"
|
|
1701
|
+
elif key == "fullName":
|
|
1702
|
+
suggest = "full_name"
|
|
1703
|
+
elif key == "orgName":
|
|
1704
|
+
suggest = "org_name"
|
|
1705
|
+
elif key == "productId":
|
|
1706
|
+
suggest = "product_id"
|
|
1707
|
+
elif key == "timeZone":
|
|
1708
|
+
suggest = "time_zone"
|
|
1709
|
+
elif key == "workGroupName":
|
|
1710
|
+
suggest = "work_group_name"
|
|
1711
|
+
|
|
1712
|
+
if suggest:
|
|
1713
|
+
pulumi.log.warn(f"Key '{key}' not found in WindowsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1714
|
+
|
|
1715
|
+
def __getitem__(self, key: str) -> Any:
|
|
1716
|
+
WindowsConfigurationResponse.__key_warning(key)
|
|
1717
|
+
return super().__getitem__(key)
|
|
1718
|
+
|
|
1719
|
+
def get(self, key: str, default = None) -> Any:
|
|
1720
|
+
WindowsConfigurationResponse.__key_warning(key)
|
|
1721
|
+
return super().get(key, default)
|
|
1722
|
+
|
|
1723
|
+
def __init__(__self__, *,
|
|
1724
|
+
auto_logon: Optional[bool] = None,
|
|
1725
|
+
auto_logon_count: Optional[int] = None,
|
|
1726
|
+
domain_name: Optional[str] = None,
|
|
1727
|
+
domain_username: Optional[str] = None,
|
|
1728
|
+
first_logon_commands: Optional[Sequence[str]] = None,
|
|
1729
|
+
full_name: Optional[str] = None,
|
|
1730
|
+
org_name: Optional[str] = None,
|
|
1731
|
+
product_id: Optional[str] = None,
|
|
1732
|
+
time_zone: Optional[str] = None,
|
|
1733
|
+
work_group_name: Optional[str] = None):
|
|
1734
|
+
"""
|
|
1735
|
+
Specifies the Windows Configuration settings for the virtual machine.
|
|
1736
|
+
:param bool auto_logon: Sets a value indicating whether auto logon is enabled.
|
|
1737
|
+
:param int auto_logon_count: Sets auto logon count.
|
|
1738
|
+
:param str domain_name: Sets domain name that vm should join.
|
|
1739
|
+
:param str domain_username: Sets domain username.
|
|
1740
|
+
:param Sequence[str] first_logon_commands: Sets first logon commands
|
|
1741
|
+
:param str full_name: Sets full name of the owner of the vm.
|
|
1742
|
+
:param str org_name: Sets org name to which the owner of the vm belongs.
|
|
1743
|
+
:param str product_id: Sets product id of the vm.
|
|
1744
|
+
:param str time_zone: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Time zone name correspond to time zones listed at Microsoft Time Zone name values(https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)).
|
|
1745
|
+
:param str work_group_name: Sets work group name that vm should join.
|
|
1746
|
+
"""
|
|
1747
|
+
if auto_logon is not None:
|
|
1748
|
+
pulumi.set(__self__, "auto_logon", auto_logon)
|
|
1749
|
+
if auto_logon_count is not None:
|
|
1750
|
+
pulumi.set(__self__, "auto_logon_count", auto_logon_count)
|
|
1751
|
+
if domain_name is not None:
|
|
1752
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
1753
|
+
if domain_username is not None:
|
|
1754
|
+
pulumi.set(__self__, "domain_username", domain_username)
|
|
1755
|
+
if first_logon_commands is not None:
|
|
1756
|
+
pulumi.set(__self__, "first_logon_commands", first_logon_commands)
|
|
1757
|
+
if full_name is not None:
|
|
1758
|
+
pulumi.set(__self__, "full_name", full_name)
|
|
1759
|
+
if org_name is not None:
|
|
1760
|
+
pulumi.set(__self__, "org_name", org_name)
|
|
1761
|
+
if product_id is not None:
|
|
1762
|
+
pulumi.set(__self__, "product_id", product_id)
|
|
1763
|
+
if time_zone is not None:
|
|
1764
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
1765
|
+
if work_group_name is not None:
|
|
1766
|
+
pulumi.set(__self__, "work_group_name", work_group_name)
|
|
1767
|
+
|
|
1768
|
+
@property
|
|
1769
|
+
@pulumi.getter(name="autoLogon")
|
|
1770
|
+
def auto_logon(self) -> Optional[bool]:
|
|
1771
|
+
"""
|
|
1772
|
+
Sets a value indicating whether auto logon is enabled.
|
|
1773
|
+
"""
|
|
1774
|
+
return pulumi.get(self, "auto_logon")
|
|
1775
|
+
|
|
1776
|
+
@property
|
|
1777
|
+
@pulumi.getter(name="autoLogonCount")
|
|
1778
|
+
def auto_logon_count(self) -> Optional[int]:
|
|
1779
|
+
"""
|
|
1780
|
+
Sets auto logon count.
|
|
1781
|
+
"""
|
|
1782
|
+
return pulumi.get(self, "auto_logon_count")
|
|
1783
|
+
|
|
1784
|
+
@property
|
|
1785
|
+
@pulumi.getter(name="domainName")
|
|
1786
|
+
def domain_name(self) -> Optional[str]:
|
|
1787
|
+
"""
|
|
1788
|
+
Sets domain name that vm should join.
|
|
1789
|
+
"""
|
|
1790
|
+
return pulumi.get(self, "domain_name")
|
|
1791
|
+
|
|
1792
|
+
@property
|
|
1793
|
+
@pulumi.getter(name="domainUsername")
|
|
1794
|
+
def domain_username(self) -> Optional[str]:
|
|
1795
|
+
"""
|
|
1796
|
+
Sets domain username.
|
|
1797
|
+
"""
|
|
1798
|
+
return pulumi.get(self, "domain_username")
|
|
1799
|
+
|
|
1800
|
+
@property
|
|
1801
|
+
@pulumi.getter(name="firstLogonCommands")
|
|
1802
|
+
def first_logon_commands(self) -> Optional[Sequence[str]]:
|
|
1803
|
+
"""
|
|
1804
|
+
Sets first logon commands
|
|
1805
|
+
"""
|
|
1806
|
+
return pulumi.get(self, "first_logon_commands")
|
|
1807
|
+
|
|
1808
|
+
@property
|
|
1809
|
+
@pulumi.getter(name="fullName")
|
|
1810
|
+
def full_name(self) -> Optional[str]:
|
|
1811
|
+
"""
|
|
1812
|
+
Sets full name of the owner of the vm.
|
|
1813
|
+
"""
|
|
1814
|
+
return pulumi.get(self, "full_name")
|
|
1815
|
+
|
|
1816
|
+
@property
|
|
1817
|
+
@pulumi.getter(name="orgName")
|
|
1818
|
+
def org_name(self) -> Optional[str]:
|
|
1819
|
+
"""
|
|
1820
|
+
Sets org name to which the owner of the vm belongs.
|
|
1821
|
+
"""
|
|
1822
|
+
return pulumi.get(self, "org_name")
|
|
1823
|
+
|
|
1824
|
+
@property
|
|
1825
|
+
@pulumi.getter(name="productId")
|
|
1826
|
+
def product_id(self) -> Optional[str]:
|
|
1827
|
+
"""
|
|
1828
|
+
Sets product id of the vm.
|
|
1829
|
+
"""
|
|
1830
|
+
return pulumi.get(self, "product_id")
|
|
1831
|
+
|
|
1832
|
+
@property
|
|
1833
|
+
@pulumi.getter(name="timeZone")
|
|
1834
|
+
def time_zone(self) -> Optional[str]:
|
|
1835
|
+
"""
|
|
1836
|
+
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Time zone name correspond to time zones listed at Microsoft Time Zone name values(https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)).
|
|
1837
|
+
"""
|
|
1838
|
+
return pulumi.get(self, "time_zone")
|
|
1839
|
+
|
|
1840
|
+
@property
|
|
1841
|
+
@pulumi.getter(name="workGroupName")
|
|
1842
|
+
def work_group_name(self) -> Optional[str]:
|
|
1843
|
+
"""
|
|
1844
|
+
Sets work group name that vm should join.
|
|
1845
|
+
"""
|
|
1846
|
+
return pulumi.get(self, "work_group_name")
|
|
1847
|
+
|
|
1848
|
+
|