pulumi-azure-native 2.85.0a1738234918__py3-none-any.whl → 2.86.0__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 +110 -0
- pulumi_azure_native/_utilities.py +8 -4
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py +2 -2
- 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_quota_report.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/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/account.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240101/pool.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501/account.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701/account.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240901/account.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240901/pool.py +1 -1
- pulumi_azure_native/netapp/v20240901/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240901/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240901/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240901preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240901preview/_enums.py +578 -0
- pulumi_azure_native/netapp/v20240901preview/_inputs.py +3121 -0
- pulumi_azure_native/netapp/v20240901preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240901preview/backup.py +412 -0
- pulumi_azure_native/netapp/v20240901preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240901preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240901preview/get_account.py +269 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup.py +309 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup_policy.py +289 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup_vault.py +177 -0
- pulumi_azure_native/netapp/v20240901preview/get_pool.py +314 -0
- pulumi_azure_native/netapp/v20240901preview/get_snapshot.py +203 -0
- pulumi_azure_native/netapp/v20240901preview/get_snapshot_policy.py +261 -0
- pulumi_azure_native/netapp/v20240901preview/get_subvolume.py +203 -0
- pulumi_azure_native/netapp/v20240901preview/get_subvolume_metadata.py +272 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume.py +1023 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_group.py +177 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_group_id_for_ldap_user.py +104 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_quota_rule.py +231 -0
- pulumi_azure_native/netapp/v20240901preview/list_volume_quota_report.py +113 -0
- pulumi_azure_native/netapp/v20240901preview/list_volume_replications.py +99 -0
- pulumi_azure_native/netapp/v20240901preview/outputs.py +3372 -0
- pulumi_azure_native/netapp/v20240901preview/pool.py +483 -0
- pulumi_azure_native/netapp/v20240901preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240901preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240901preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240901preview/volume.py +1746 -0
- pulumi_azure_native/netapp/v20240901preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240901preview/volume_quota_rule.py +388 -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/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/v20231113preview/_enums.py +6 -17
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +116 -39
- pulumi_azure_native/quantum/v20231113preview/get_workspace.py +16 -86
- pulumi_azure_native/quantum/v20231113preview/outputs.py +250 -80
- pulumi_azure_native/quantum/v20231113preview/workspace.py +30 -118
- pulumi_azure_native/securityinsights/__init__.py +3 -0
- pulumi_azure_native/securityinsights/_enums.py +1 -1
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/_enums.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230501preview/_enums.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20250101preview/__init__.py +140 -0
- pulumi_azure_native/securityinsights/v20250101preview/_enums.py +1507 -0
- pulumi_azure_native/securityinsights/v20250101preview/_inputs.py +11019 -0
- pulumi_azure_native/securityinsights/v20250101preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20250101preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20250101preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20250101preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20250101preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20250101preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20250101preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20250101preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20250101preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20250101preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20250101preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20250101preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20250101preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20250101preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20250101preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20250101preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20250101preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_purview_audit_data_connector.py +234 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20250101preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20250101preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20250101preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20250101preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20250101preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20250101preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20250101preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/outputs.py +10619 -0
- pulumi_azure_native/securityinsights/v20250101preview/purview_audit_data_connector.py +383 -0
- pulumi_azure_native/securityinsights/v20250101preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20250101preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20250101preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20250101preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20250101preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20250101preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20250101preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20250101preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20250101preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_member.py +260 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/sovereign/__init__.py +24 -0
- pulumi_azure_native/sovereign/_enums.py +119 -0
- pulumi_azure_native/sovereign/_inputs.py +1208 -0
- pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +187 -0
- pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +151 -0
- pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +151 -0
- pulumi_azure_native/sovereign/landing_zone_account_operation.py +289 -0
- pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +223 -0
- pulumi_azure_native/sovereign/landing_zone_registration_operation.py +223 -0
- pulumi_azure_native/sovereign/outputs.py +1237 -0
- pulumi_azure_native/sovereign/v20250227preview/__init__.py +16 -0
- pulumi_azure_native/sovereign/v20250227preview/_enums.py +119 -0
- pulumi_azure_native/sovereign/v20250227preview/_inputs.py +1208 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +185 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +149 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +149 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +287 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +221 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +221 -0
- pulumi_azure_native/sovereign/v20250227preview/outputs.py +1237 -0
- {pulumi_azure_native-2.85.0a1738234918.dist-info → pulumi_azure_native-2.86.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.85.0a1738234918.dist-info → pulumi_azure_native-2.86.0.dist-info}/RECORD +1155 -971
- {pulumi_azure_native-2.85.0a1738234918.dist-info → pulumi_azure_native-2.86.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.85.0a1738234918.dist-info → pulumi_azure_native-2.86.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1746 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['VolumeArgs', 'Volume']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class VolumeArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
account_name: pulumi.Input[str],
|
|
26
|
+
creation_token: pulumi.Input[str],
|
|
27
|
+
pool_name: pulumi.Input[str],
|
|
28
|
+
resource_group_name: pulumi.Input[str],
|
|
29
|
+
subnet_id: pulumi.Input[str],
|
|
30
|
+
usage_threshold: Optional[pulumi.Input[float]] = None,
|
|
31
|
+
accept_grow_capacity_pool_for_short_term_clone_split: Optional[pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']]] = None,
|
|
32
|
+
avs_data_store: Optional[pulumi.Input[Union[str, 'AvsDataStore']]] = None,
|
|
33
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
34
|
+
capacity_pool_resource_id: Optional[pulumi.Input[str]] = None,
|
|
35
|
+
cool_access: Optional[pulumi.Input[bool]] = None,
|
|
36
|
+
cool_access_retrieval_policy: Optional[pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']]] = None,
|
|
37
|
+
cool_access_tiering_policy: Optional[pulumi.Input[Union[str, 'CoolAccessTieringPolicy']]] = None,
|
|
38
|
+
coolness_period: Optional[pulumi.Input[int]] = None,
|
|
39
|
+
data_protection: Optional[pulumi.Input['VolumePropertiesDataProtectionArgs']] = None,
|
|
40
|
+
default_group_quota_in_ki_bs: Optional[pulumi.Input[float]] = None,
|
|
41
|
+
default_user_quota_in_ki_bs: Optional[pulumi.Input[float]] = None,
|
|
42
|
+
delete_base_snapshot: Optional[pulumi.Input[bool]] = None,
|
|
43
|
+
enable_subvolumes: Optional[pulumi.Input[Union[str, 'EnableSubvolumes']]] = None,
|
|
44
|
+
encryption_key_source: Optional[pulumi.Input[Union[str, 'EncryptionKeySource']]] = None,
|
|
45
|
+
export_policy: Optional[pulumi.Input['VolumePropertiesExportPolicyArgs']] = None,
|
|
46
|
+
is_default_quota_enabled: Optional[pulumi.Input[bool]] = None,
|
|
47
|
+
is_large_volume: Optional[pulumi.Input[bool]] = None,
|
|
48
|
+
is_restoring: Optional[pulumi.Input[bool]] = None,
|
|
49
|
+
kerberos_enabled: Optional[pulumi.Input[bool]] = None,
|
|
50
|
+
key_vault_private_endpoint_resource_id: Optional[pulumi.Input[str]] = None,
|
|
51
|
+
language: Optional[pulumi.Input[Union[str, 'VolumeLanguage']]] = None,
|
|
52
|
+
ldap_enabled: Optional[pulumi.Input[bool]] = None,
|
|
53
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
network_features: Optional[pulumi.Input[Union[str, 'NetworkFeatures']]] = None,
|
|
55
|
+
placement_rules: Optional[pulumi.Input[Sequence[pulumi.Input['PlacementKeyValuePairsArgs']]]] = None,
|
|
56
|
+
protocol_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
57
|
+
proximity_placement_group: Optional[pulumi.Input[str]] = None,
|
|
58
|
+
security_style: Optional[pulumi.Input[Union[str, 'SecurityStyle']]] = None,
|
|
59
|
+
service_level: Optional[pulumi.Input[Union[str, 'ServiceLevel']]] = None,
|
|
60
|
+
smb_access_based_enumeration: Optional[pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']]] = None,
|
|
61
|
+
smb_continuously_available: Optional[pulumi.Input[bool]] = None,
|
|
62
|
+
smb_encryption: Optional[pulumi.Input[bool]] = None,
|
|
63
|
+
smb_non_browsable: Optional[pulumi.Input[Union[str, 'SmbNonBrowsable']]] = None,
|
|
64
|
+
snapshot_directory_visible: Optional[pulumi.Input[bool]] = None,
|
|
65
|
+
snapshot_id: Optional[pulumi.Input[str]] = None,
|
|
66
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
67
|
+
throughput_mibps: Optional[pulumi.Input[float]] = None,
|
|
68
|
+
unix_permissions: Optional[pulumi.Input[str]] = None,
|
|
69
|
+
volume_name: Optional[pulumi.Input[str]] = None,
|
|
70
|
+
volume_spec_name: Optional[pulumi.Input[str]] = None,
|
|
71
|
+
volume_type: Optional[pulumi.Input[str]] = None,
|
|
72
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
73
|
+
"""
|
|
74
|
+
The set of arguments for constructing a Volume resource.
|
|
75
|
+
:param pulumi.Input[str] account_name: The name of the NetApp account
|
|
76
|
+
:param pulumi.Input[str] creation_token: A unique file path for the volume. Used when creating mount targets
|
|
77
|
+
:param pulumi.Input[str] pool_name: The name of the capacity pool
|
|
78
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
79
|
+
:param pulumi.Input[str] subnet_id: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
|
|
80
|
+
:param pulumi.Input[float] usage_threshold: Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 1PiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
|
|
81
|
+
:param pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']] accept_grow_capacity_pool_for_short_term_clone_split: While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
|
|
82
|
+
:param pulumi.Input[Union[str, 'AvsDataStore']] avs_data_store: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
|
|
83
|
+
:param pulumi.Input[str] backup_id: Resource identifier used to identify the Backup.
|
|
84
|
+
:param pulumi.Input[str] capacity_pool_resource_id: Pool Resource Id used in case of creating a volume through volume group
|
|
85
|
+
:param pulumi.Input[bool] cool_access: Specifies whether Cool Access(tiering) is enabled for the volume.
|
|
86
|
+
:param pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']] cool_access_retrieval_policy: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
|
|
87
|
+
Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
|
|
88
|
+
OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
|
|
89
|
+
Never - No client-driven data is pulled from cool tier to standard storage.
|
|
90
|
+
:param pulumi.Input[Union[str, 'CoolAccessTieringPolicy']] cool_access_tiering_policy: coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
|
|
91
|
+
:param pulumi.Input[int] coolness_period: Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
92
|
+
:param pulumi.Input['VolumePropertiesDataProtectionArgs'] data_protection: DataProtection type volumes include an object containing details of the replication
|
|
93
|
+
:param pulumi.Input[float] default_group_quota_in_ki_bs: Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
|
|
94
|
+
:param pulumi.Input[float] default_user_quota_in_ki_bs: Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
|
|
95
|
+
:param pulumi.Input[bool] delete_base_snapshot: If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
|
|
96
|
+
:param pulumi.Input[Union[str, 'EnableSubvolumes']] enable_subvolumes: Flag indicating whether subvolume operations are enabled on the volume
|
|
97
|
+
:param pulumi.Input[Union[str, 'EncryptionKeySource']] encryption_key_source: Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
|
|
98
|
+
:param pulumi.Input['VolumePropertiesExportPolicyArgs'] export_policy: Set of export policy rules
|
|
99
|
+
:param pulumi.Input[bool] is_default_quota_enabled: Specifies if default quota is enabled for the volume.
|
|
100
|
+
:param pulumi.Input[bool] is_large_volume: Specifies whether volume is a Large Volume or Regular Volume.
|
|
101
|
+
:param pulumi.Input[bool] is_restoring: Restoring
|
|
102
|
+
:param pulumi.Input[bool] kerberos_enabled: Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
|
|
103
|
+
:param pulumi.Input[str] key_vault_private_endpoint_resource_id: The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
|
|
104
|
+
:param pulumi.Input[Union[str, 'VolumeLanguage']] language: Language supported for volume.
|
|
105
|
+
:param pulumi.Input[bool] ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume.
|
|
106
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
107
|
+
:param pulumi.Input[Union[str, 'NetworkFeatures']] network_features: The original value of the network features type available to the volume at the time it was created.
|
|
108
|
+
:param pulumi.Input[Sequence[pulumi.Input['PlacementKeyValuePairsArgs']]] placement_rules: Application specific placement rules for the particular volume
|
|
109
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] protocol_types: Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
110
|
+
:param pulumi.Input[str] proximity_placement_group: Proximity placement group associated with the volume
|
|
111
|
+
:param pulumi.Input[Union[str, 'SecurityStyle']] security_style: The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
|
|
112
|
+
:param pulumi.Input[Union[str, 'ServiceLevel']] service_level: The service level of the file system
|
|
113
|
+
:param pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']] smb_access_based_enumeration: Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
114
|
+
:param pulumi.Input[bool] smb_continuously_available: Enables continuously available share property for smb volume. Only applicable for SMB volume
|
|
115
|
+
:param pulumi.Input[bool] smb_encryption: Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
|
|
116
|
+
:param pulumi.Input[Union[str, 'SmbNonBrowsable']] smb_non_browsable: Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
117
|
+
:param pulumi.Input[bool] snapshot_directory_visible: If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
|
|
118
|
+
:param pulumi.Input[str] snapshot_id: Resource identifier used to identify the Snapshot.
|
|
119
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
120
|
+
:param pulumi.Input[str] unix_permissions: UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. Avoid passing null value for unixPermissions in volume update operation, As per the behavior, If Null value is passed then user-visible unixPermissions value will became null, and user will not be able to get unixPermissions value. On safer side, actual unixPermissions value on volume will remain as its last saved value only.
|
|
121
|
+
:param pulumi.Input[str] volume_name: The name of the volume
|
|
122
|
+
:param pulumi.Input[str] volume_spec_name: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
|
|
123
|
+
:param pulumi.Input[str] volume_type: What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
|
|
124
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: Availability Zone
|
|
125
|
+
"""
|
|
126
|
+
pulumi.set(__self__, "account_name", account_name)
|
|
127
|
+
pulumi.set(__self__, "creation_token", creation_token)
|
|
128
|
+
pulumi.set(__self__, "pool_name", pool_name)
|
|
129
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
130
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
|
131
|
+
if usage_threshold is None:
|
|
132
|
+
usage_threshold = 107374182400
|
|
133
|
+
pulumi.set(__self__, "usage_threshold", usage_threshold)
|
|
134
|
+
if accept_grow_capacity_pool_for_short_term_clone_split is not None:
|
|
135
|
+
pulumi.set(__self__, "accept_grow_capacity_pool_for_short_term_clone_split", accept_grow_capacity_pool_for_short_term_clone_split)
|
|
136
|
+
if avs_data_store is None:
|
|
137
|
+
avs_data_store = 'Disabled'
|
|
138
|
+
if avs_data_store is not None:
|
|
139
|
+
pulumi.set(__self__, "avs_data_store", avs_data_store)
|
|
140
|
+
if backup_id is not None:
|
|
141
|
+
pulumi.set(__self__, "backup_id", backup_id)
|
|
142
|
+
if capacity_pool_resource_id is not None:
|
|
143
|
+
pulumi.set(__self__, "capacity_pool_resource_id", capacity_pool_resource_id)
|
|
144
|
+
if cool_access is None:
|
|
145
|
+
cool_access = False
|
|
146
|
+
if cool_access is not None:
|
|
147
|
+
pulumi.set(__self__, "cool_access", cool_access)
|
|
148
|
+
if cool_access_retrieval_policy is not None:
|
|
149
|
+
pulumi.set(__self__, "cool_access_retrieval_policy", cool_access_retrieval_policy)
|
|
150
|
+
if cool_access_tiering_policy is not None:
|
|
151
|
+
pulumi.set(__self__, "cool_access_tiering_policy", cool_access_tiering_policy)
|
|
152
|
+
if coolness_period is not None:
|
|
153
|
+
pulumi.set(__self__, "coolness_period", coolness_period)
|
|
154
|
+
if data_protection is not None:
|
|
155
|
+
pulumi.set(__self__, "data_protection", data_protection)
|
|
156
|
+
if default_group_quota_in_ki_bs is None:
|
|
157
|
+
default_group_quota_in_ki_bs = 0
|
|
158
|
+
if default_group_quota_in_ki_bs is not None:
|
|
159
|
+
pulumi.set(__self__, "default_group_quota_in_ki_bs", default_group_quota_in_ki_bs)
|
|
160
|
+
if default_user_quota_in_ki_bs is None:
|
|
161
|
+
default_user_quota_in_ki_bs = 0
|
|
162
|
+
if default_user_quota_in_ki_bs is not None:
|
|
163
|
+
pulumi.set(__self__, "default_user_quota_in_ki_bs", default_user_quota_in_ki_bs)
|
|
164
|
+
if delete_base_snapshot is not None:
|
|
165
|
+
pulumi.set(__self__, "delete_base_snapshot", delete_base_snapshot)
|
|
166
|
+
if enable_subvolumes is None:
|
|
167
|
+
enable_subvolumes = 'Disabled'
|
|
168
|
+
if enable_subvolumes is not None:
|
|
169
|
+
pulumi.set(__self__, "enable_subvolumes", enable_subvolumes)
|
|
170
|
+
if encryption_key_source is None:
|
|
171
|
+
encryption_key_source = 'Microsoft.NetApp'
|
|
172
|
+
if encryption_key_source is not None:
|
|
173
|
+
pulumi.set(__self__, "encryption_key_source", encryption_key_source)
|
|
174
|
+
if export_policy is not None:
|
|
175
|
+
pulumi.set(__self__, "export_policy", export_policy)
|
|
176
|
+
if is_default_quota_enabled is None:
|
|
177
|
+
is_default_quota_enabled = False
|
|
178
|
+
if is_default_quota_enabled is not None:
|
|
179
|
+
pulumi.set(__self__, "is_default_quota_enabled", is_default_quota_enabled)
|
|
180
|
+
if is_large_volume is None:
|
|
181
|
+
is_large_volume = False
|
|
182
|
+
if is_large_volume is not None:
|
|
183
|
+
pulumi.set(__self__, "is_large_volume", is_large_volume)
|
|
184
|
+
if is_restoring is not None:
|
|
185
|
+
pulumi.set(__self__, "is_restoring", is_restoring)
|
|
186
|
+
if kerberos_enabled is None:
|
|
187
|
+
kerberos_enabled = False
|
|
188
|
+
if kerberos_enabled is not None:
|
|
189
|
+
pulumi.set(__self__, "kerberos_enabled", kerberos_enabled)
|
|
190
|
+
if key_vault_private_endpoint_resource_id is not None:
|
|
191
|
+
pulumi.set(__self__, "key_vault_private_endpoint_resource_id", key_vault_private_endpoint_resource_id)
|
|
192
|
+
if language is not None:
|
|
193
|
+
pulumi.set(__self__, "language", language)
|
|
194
|
+
if ldap_enabled is None:
|
|
195
|
+
ldap_enabled = False
|
|
196
|
+
if ldap_enabled is not None:
|
|
197
|
+
pulumi.set(__self__, "ldap_enabled", ldap_enabled)
|
|
198
|
+
if location is not None:
|
|
199
|
+
pulumi.set(__self__, "location", location)
|
|
200
|
+
if network_features is not None:
|
|
201
|
+
pulumi.set(__self__, "network_features", network_features)
|
|
202
|
+
if placement_rules is not None:
|
|
203
|
+
pulumi.set(__self__, "placement_rules", placement_rules)
|
|
204
|
+
if protocol_types is not None:
|
|
205
|
+
pulumi.set(__self__, "protocol_types", protocol_types)
|
|
206
|
+
if proximity_placement_group is not None:
|
|
207
|
+
pulumi.set(__self__, "proximity_placement_group", proximity_placement_group)
|
|
208
|
+
if security_style is None:
|
|
209
|
+
security_style = 'unix'
|
|
210
|
+
if security_style is not None:
|
|
211
|
+
pulumi.set(__self__, "security_style", security_style)
|
|
212
|
+
if service_level is not None:
|
|
213
|
+
pulumi.set(__self__, "service_level", service_level)
|
|
214
|
+
if smb_access_based_enumeration is not None:
|
|
215
|
+
pulumi.set(__self__, "smb_access_based_enumeration", smb_access_based_enumeration)
|
|
216
|
+
if smb_continuously_available is None:
|
|
217
|
+
smb_continuously_available = False
|
|
218
|
+
if smb_continuously_available is not None:
|
|
219
|
+
pulumi.set(__self__, "smb_continuously_available", smb_continuously_available)
|
|
220
|
+
if smb_encryption is None:
|
|
221
|
+
smb_encryption = False
|
|
222
|
+
if smb_encryption is not None:
|
|
223
|
+
pulumi.set(__self__, "smb_encryption", smb_encryption)
|
|
224
|
+
if smb_non_browsable is not None:
|
|
225
|
+
pulumi.set(__self__, "smb_non_browsable", smb_non_browsable)
|
|
226
|
+
if snapshot_directory_visible is None:
|
|
227
|
+
snapshot_directory_visible = True
|
|
228
|
+
if snapshot_directory_visible is not None:
|
|
229
|
+
pulumi.set(__self__, "snapshot_directory_visible", snapshot_directory_visible)
|
|
230
|
+
if snapshot_id is not None:
|
|
231
|
+
pulumi.set(__self__, "snapshot_id", snapshot_id)
|
|
232
|
+
if tags is not None:
|
|
233
|
+
pulumi.set(__self__, "tags", tags)
|
|
234
|
+
if throughput_mibps is not None:
|
|
235
|
+
pulumi.set(__self__, "throughput_mibps", throughput_mibps)
|
|
236
|
+
if unix_permissions is not None:
|
|
237
|
+
pulumi.set(__self__, "unix_permissions", unix_permissions)
|
|
238
|
+
if volume_name is not None:
|
|
239
|
+
pulumi.set(__self__, "volume_name", volume_name)
|
|
240
|
+
if volume_spec_name is not None:
|
|
241
|
+
pulumi.set(__self__, "volume_spec_name", volume_spec_name)
|
|
242
|
+
if volume_type is not None:
|
|
243
|
+
pulumi.set(__self__, "volume_type", volume_type)
|
|
244
|
+
if zones is not None:
|
|
245
|
+
pulumi.set(__self__, "zones", zones)
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="accountName")
|
|
249
|
+
def account_name(self) -> pulumi.Input[str]:
|
|
250
|
+
"""
|
|
251
|
+
The name of the NetApp account
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "account_name")
|
|
254
|
+
|
|
255
|
+
@account_name.setter
|
|
256
|
+
def account_name(self, value: pulumi.Input[str]):
|
|
257
|
+
pulumi.set(self, "account_name", value)
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="creationToken")
|
|
261
|
+
def creation_token(self) -> pulumi.Input[str]:
|
|
262
|
+
"""
|
|
263
|
+
A unique file path for the volume. Used when creating mount targets
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "creation_token")
|
|
266
|
+
|
|
267
|
+
@creation_token.setter
|
|
268
|
+
def creation_token(self, value: pulumi.Input[str]):
|
|
269
|
+
pulumi.set(self, "creation_token", value)
|
|
270
|
+
|
|
271
|
+
@property
|
|
272
|
+
@pulumi.getter(name="poolName")
|
|
273
|
+
def pool_name(self) -> pulumi.Input[str]:
|
|
274
|
+
"""
|
|
275
|
+
The name of the capacity pool
|
|
276
|
+
"""
|
|
277
|
+
return pulumi.get(self, "pool_name")
|
|
278
|
+
|
|
279
|
+
@pool_name.setter
|
|
280
|
+
def pool_name(self, value: pulumi.Input[str]):
|
|
281
|
+
pulumi.set(self, "pool_name", value)
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="resourceGroupName")
|
|
285
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
286
|
+
"""
|
|
287
|
+
The name of the resource group. The name is case insensitive.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "resource_group_name")
|
|
290
|
+
|
|
291
|
+
@resource_group_name.setter
|
|
292
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
293
|
+
pulumi.set(self, "resource_group_name", value)
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="subnetId")
|
|
297
|
+
def subnet_id(self) -> pulumi.Input[str]:
|
|
298
|
+
"""
|
|
299
|
+
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "subnet_id")
|
|
302
|
+
|
|
303
|
+
@subnet_id.setter
|
|
304
|
+
def subnet_id(self, value: pulumi.Input[str]):
|
|
305
|
+
pulumi.set(self, "subnet_id", value)
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="usageThreshold")
|
|
309
|
+
def usage_threshold(self) -> pulumi.Input[float]:
|
|
310
|
+
"""
|
|
311
|
+
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 1PiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "usage_threshold")
|
|
314
|
+
|
|
315
|
+
@usage_threshold.setter
|
|
316
|
+
def usage_threshold(self, value: pulumi.Input[float]):
|
|
317
|
+
pulumi.set(self, "usage_threshold", value)
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="acceptGrowCapacityPoolForShortTermCloneSplit")
|
|
321
|
+
def accept_grow_capacity_pool_for_short_term_clone_split(self) -> Optional[pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']]]:
|
|
322
|
+
"""
|
|
323
|
+
While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "accept_grow_capacity_pool_for_short_term_clone_split")
|
|
326
|
+
|
|
327
|
+
@accept_grow_capacity_pool_for_short_term_clone_split.setter
|
|
328
|
+
def accept_grow_capacity_pool_for_short_term_clone_split(self, value: Optional[pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']]]):
|
|
329
|
+
pulumi.set(self, "accept_grow_capacity_pool_for_short_term_clone_split", value)
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
@pulumi.getter(name="avsDataStore")
|
|
333
|
+
def avs_data_store(self) -> Optional[pulumi.Input[Union[str, 'AvsDataStore']]]:
|
|
334
|
+
"""
|
|
335
|
+
Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "avs_data_store")
|
|
338
|
+
|
|
339
|
+
@avs_data_store.setter
|
|
340
|
+
def avs_data_store(self, value: Optional[pulumi.Input[Union[str, 'AvsDataStore']]]):
|
|
341
|
+
pulumi.set(self, "avs_data_store", value)
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="backupId")
|
|
345
|
+
def backup_id(self) -> Optional[pulumi.Input[str]]:
|
|
346
|
+
"""
|
|
347
|
+
Resource identifier used to identify the Backup.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "backup_id")
|
|
350
|
+
|
|
351
|
+
@backup_id.setter
|
|
352
|
+
def backup_id(self, value: Optional[pulumi.Input[str]]):
|
|
353
|
+
pulumi.set(self, "backup_id", value)
|
|
354
|
+
|
|
355
|
+
@property
|
|
356
|
+
@pulumi.getter(name="capacityPoolResourceId")
|
|
357
|
+
def capacity_pool_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
358
|
+
"""
|
|
359
|
+
Pool Resource Id used in case of creating a volume through volume group
|
|
360
|
+
"""
|
|
361
|
+
return pulumi.get(self, "capacity_pool_resource_id")
|
|
362
|
+
|
|
363
|
+
@capacity_pool_resource_id.setter
|
|
364
|
+
def capacity_pool_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
365
|
+
pulumi.set(self, "capacity_pool_resource_id", value)
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="coolAccess")
|
|
369
|
+
def cool_access(self) -> Optional[pulumi.Input[bool]]:
|
|
370
|
+
"""
|
|
371
|
+
Specifies whether Cool Access(tiering) is enabled for the volume.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "cool_access")
|
|
374
|
+
|
|
375
|
+
@cool_access.setter
|
|
376
|
+
def cool_access(self, value: Optional[pulumi.Input[bool]]):
|
|
377
|
+
pulumi.set(self, "cool_access", value)
|
|
378
|
+
|
|
379
|
+
@property
|
|
380
|
+
@pulumi.getter(name="coolAccessRetrievalPolicy")
|
|
381
|
+
def cool_access_retrieval_policy(self) -> Optional[pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']]]:
|
|
382
|
+
"""
|
|
383
|
+
coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
|
|
384
|
+
Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
|
|
385
|
+
OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
|
|
386
|
+
Never - No client-driven data is pulled from cool tier to standard storage.
|
|
387
|
+
"""
|
|
388
|
+
return pulumi.get(self, "cool_access_retrieval_policy")
|
|
389
|
+
|
|
390
|
+
@cool_access_retrieval_policy.setter
|
|
391
|
+
def cool_access_retrieval_policy(self, value: Optional[pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']]]):
|
|
392
|
+
pulumi.set(self, "cool_access_retrieval_policy", value)
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
@pulumi.getter(name="coolAccessTieringPolicy")
|
|
396
|
+
def cool_access_tiering_policy(self) -> Optional[pulumi.Input[Union[str, 'CoolAccessTieringPolicy']]]:
|
|
397
|
+
"""
|
|
398
|
+
coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
|
|
399
|
+
"""
|
|
400
|
+
return pulumi.get(self, "cool_access_tiering_policy")
|
|
401
|
+
|
|
402
|
+
@cool_access_tiering_policy.setter
|
|
403
|
+
def cool_access_tiering_policy(self, value: Optional[pulumi.Input[Union[str, 'CoolAccessTieringPolicy']]]):
|
|
404
|
+
pulumi.set(self, "cool_access_tiering_policy", value)
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter(name="coolnessPeriod")
|
|
408
|
+
def coolness_period(self) -> Optional[pulumi.Input[int]]:
|
|
409
|
+
"""
|
|
410
|
+
Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "coolness_period")
|
|
413
|
+
|
|
414
|
+
@coolness_period.setter
|
|
415
|
+
def coolness_period(self, value: Optional[pulumi.Input[int]]):
|
|
416
|
+
pulumi.set(self, "coolness_period", value)
|
|
417
|
+
|
|
418
|
+
@property
|
|
419
|
+
@pulumi.getter(name="dataProtection")
|
|
420
|
+
def data_protection(self) -> Optional[pulumi.Input['VolumePropertiesDataProtectionArgs']]:
|
|
421
|
+
"""
|
|
422
|
+
DataProtection type volumes include an object containing details of the replication
|
|
423
|
+
"""
|
|
424
|
+
return pulumi.get(self, "data_protection")
|
|
425
|
+
|
|
426
|
+
@data_protection.setter
|
|
427
|
+
def data_protection(self, value: Optional[pulumi.Input['VolumePropertiesDataProtectionArgs']]):
|
|
428
|
+
pulumi.set(self, "data_protection", value)
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter(name="defaultGroupQuotaInKiBs")
|
|
432
|
+
def default_group_quota_in_ki_bs(self) -> Optional[pulumi.Input[float]]:
|
|
433
|
+
"""
|
|
434
|
+
Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "default_group_quota_in_ki_bs")
|
|
437
|
+
|
|
438
|
+
@default_group_quota_in_ki_bs.setter
|
|
439
|
+
def default_group_quota_in_ki_bs(self, value: Optional[pulumi.Input[float]]):
|
|
440
|
+
pulumi.set(self, "default_group_quota_in_ki_bs", value)
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="defaultUserQuotaInKiBs")
|
|
444
|
+
def default_user_quota_in_ki_bs(self) -> Optional[pulumi.Input[float]]:
|
|
445
|
+
"""
|
|
446
|
+
Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "default_user_quota_in_ki_bs")
|
|
449
|
+
|
|
450
|
+
@default_user_quota_in_ki_bs.setter
|
|
451
|
+
def default_user_quota_in_ki_bs(self, value: Optional[pulumi.Input[float]]):
|
|
452
|
+
pulumi.set(self, "default_user_quota_in_ki_bs", value)
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="deleteBaseSnapshot")
|
|
456
|
+
def delete_base_snapshot(self) -> Optional[pulumi.Input[bool]]:
|
|
457
|
+
"""
|
|
458
|
+
If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "delete_base_snapshot")
|
|
461
|
+
|
|
462
|
+
@delete_base_snapshot.setter
|
|
463
|
+
def delete_base_snapshot(self, value: Optional[pulumi.Input[bool]]):
|
|
464
|
+
pulumi.set(self, "delete_base_snapshot", value)
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="enableSubvolumes")
|
|
468
|
+
def enable_subvolumes(self) -> Optional[pulumi.Input[Union[str, 'EnableSubvolumes']]]:
|
|
469
|
+
"""
|
|
470
|
+
Flag indicating whether subvolume operations are enabled on the volume
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "enable_subvolumes")
|
|
473
|
+
|
|
474
|
+
@enable_subvolumes.setter
|
|
475
|
+
def enable_subvolumes(self, value: Optional[pulumi.Input[Union[str, 'EnableSubvolumes']]]):
|
|
476
|
+
pulumi.set(self, "enable_subvolumes", value)
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="encryptionKeySource")
|
|
480
|
+
def encryption_key_source(self) -> Optional[pulumi.Input[Union[str, 'EncryptionKeySource']]]:
|
|
481
|
+
"""
|
|
482
|
+
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "encryption_key_source")
|
|
485
|
+
|
|
486
|
+
@encryption_key_source.setter
|
|
487
|
+
def encryption_key_source(self, value: Optional[pulumi.Input[Union[str, 'EncryptionKeySource']]]):
|
|
488
|
+
pulumi.set(self, "encryption_key_source", value)
|
|
489
|
+
|
|
490
|
+
@property
|
|
491
|
+
@pulumi.getter(name="exportPolicy")
|
|
492
|
+
def export_policy(self) -> Optional[pulumi.Input['VolumePropertiesExportPolicyArgs']]:
|
|
493
|
+
"""
|
|
494
|
+
Set of export policy rules
|
|
495
|
+
"""
|
|
496
|
+
return pulumi.get(self, "export_policy")
|
|
497
|
+
|
|
498
|
+
@export_policy.setter
|
|
499
|
+
def export_policy(self, value: Optional[pulumi.Input['VolumePropertiesExportPolicyArgs']]):
|
|
500
|
+
pulumi.set(self, "export_policy", value)
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="isDefaultQuotaEnabled")
|
|
504
|
+
def is_default_quota_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
505
|
+
"""
|
|
506
|
+
Specifies if default quota is enabled for the volume.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "is_default_quota_enabled")
|
|
509
|
+
|
|
510
|
+
@is_default_quota_enabled.setter
|
|
511
|
+
def is_default_quota_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
512
|
+
pulumi.set(self, "is_default_quota_enabled", value)
|
|
513
|
+
|
|
514
|
+
@property
|
|
515
|
+
@pulumi.getter(name="isLargeVolume")
|
|
516
|
+
def is_large_volume(self) -> Optional[pulumi.Input[bool]]:
|
|
517
|
+
"""
|
|
518
|
+
Specifies whether volume is a Large Volume or Regular Volume.
|
|
519
|
+
"""
|
|
520
|
+
return pulumi.get(self, "is_large_volume")
|
|
521
|
+
|
|
522
|
+
@is_large_volume.setter
|
|
523
|
+
def is_large_volume(self, value: Optional[pulumi.Input[bool]]):
|
|
524
|
+
pulumi.set(self, "is_large_volume", value)
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="isRestoring")
|
|
528
|
+
def is_restoring(self) -> Optional[pulumi.Input[bool]]:
|
|
529
|
+
"""
|
|
530
|
+
Restoring
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "is_restoring")
|
|
533
|
+
|
|
534
|
+
@is_restoring.setter
|
|
535
|
+
def is_restoring(self, value: Optional[pulumi.Input[bool]]):
|
|
536
|
+
pulumi.set(self, "is_restoring", value)
|
|
537
|
+
|
|
538
|
+
@property
|
|
539
|
+
@pulumi.getter(name="kerberosEnabled")
|
|
540
|
+
def kerberos_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
541
|
+
"""
|
|
542
|
+
Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
|
|
543
|
+
"""
|
|
544
|
+
return pulumi.get(self, "kerberos_enabled")
|
|
545
|
+
|
|
546
|
+
@kerberos_enabled.setter
|
|
547
|
+
def kerberos_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
548
|
+
pulumi.set(self, "kerberos_enabled", value)
|
|
549
|
+
|
|
550
|
+
@property
|
|
551
|
+
@pulumi.getter(name="keyVaultPrivateEndpointResourceId")
|
|
552
|
+
def key_vault_private_endpoint_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
553
|
+
"""
|
|
554
|
+
The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
|
|
555
|
+
"""
|
|
556
|
+
return pulumi.get(self, "key_vault_private_endpoint_resource_id")
|
|
557
|
+
|
|
558
|
+
@key_vault_private_endpoint_resource_id.setter
|
|
559
|
+
def key_vault_private_endpoint_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
560
|
+
pulumi.set(self, "key_vault_private_endpoint_resource_id", value)
|
|
561
|
+
|
|
562
|
+
@property
|
|
563
|
+
@pulumi.getter
|
|
564
|
+
def language(self) -> Optional[pulumi.Input[Union[str, 'VolumeLanguage']]]:
|
|
565
|
+
"""
|
|
566
|
+
Language supported for volume.
|
|
567
|
+
"""
|
|
568
|
+
return pulumi.get(self, "language")
|
|
569
|
+
|
|
570
|
+
@language.setter
|
|
571
|
+
def language(self, value: Optional[pulumi.Input[Union[str, 'VolumeLanguage']]]):
|
|
572
|
+
pulumi.set(self, "language", value)
|
|
573
|
+
|
|
574
|
+
@property
|
|
575
|
+
@pulumi.getter(name="ldapEnabled")
|
|
576
|
+
def ldap_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
577
|
+
"""
|
|
578
|
+
Specifies whether LDAP is enabled or not for a given NFS volume.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "ldap_enabled")
|
|
581
|
+
|
|
582
|
+
@ldap_enabled.setter
|
|
583
|
+
def ldap_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
584
|
+
pulumi.set(self, "ldap_enabled", value)
|
|
585
|
+
|
|
586
|
+
@property
|
|
587
|
+
@pulumi.getter
|
|
588
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
589
|
+
"""
|
|
590
|
+
The geo-location where the resource lives
|
|
591
|
+
"""
|
|
592
|
+
return pulumi.get(self, "location")
|
|
593
|
+
|
|
594
|
+
@location.setter
|
|
595
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
596
|
+
pulumi.set(self, "location", value)
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
@pulumi.getter(name="networkFeatures")
|
|
600
|
+
def network_features(self) -> Optional[pulumi.Input[Union[str, 'NetworkFeatures']]]:
|
|
601
|
+
"""
|
|
602
|
+
The original value of the network features type available to the volume at the time it was created.
|
|
603
|
+
"""
|
|
604
|
+
return pulumi.get(self, "network_features")
|
|
605
|
+
|
|
606
|
+
@network_features.setter
|
|
607
|
+
def network_features(self, value: Optional[pulumi.Input[Union[str, 'NetworkFeatures']]]):
|
|
608
|
+
pulumi.set(self, "network_features", value)
|
|
609
|
+
|
|
610
|
+
@property
|
|
611
|
+
@pulumi.getter(name="placementRules")
|
|
612
|
+
def placement_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PlacementKeyValuePairsArgs']]]]:
|
|
613
|
+
"""
|
|
614
|
+
Application specific placement rules for the particular volume
|
|
615
|
+
"""
|
|
616
|
+
return pulumi.get(self, "placement_rules")
|
|
617
|
+
|
|
618
|
+
@placement_rules.setter
|
|
619
|
+
def placement_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PlacementKeyValuePairsArgs']]]]):
|
|
620
|
+
pulumi.set(self, "placement_rules", value)
|
|
621
|
+
|
|
622
|
+
@property
|
|
623
|
+
@pulumi.getter(name="protocolTypes")
|
|
624
|
+
def protocol_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
625
|
+
"""
|
|
626
|
+
Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
627
|
+
"""
|
|
628
|
+
return pulumi.get(self, "protocol_types")
|
|
629
|
+
|
|
630
|
+
@protocol_types.setter
|
|
631
|
+
def protocol_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
632
|
+
pulumi.set(self, "protocol_types", value)
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter(name="proximityPlacementGroup")
|
|
636
|
+
def proximity_placement_group(self) -> Optional[pulumi.Input[str]]:
|
|
637
|
+
"""
|
|
638
|
+
Proximity placement group associated with the volume
|
|
639
|
+
"""
|
|
640
|
+
return pulumi.get(self, "proximity_placement_group")
|
|
641
|
+
|
|
642
|
+
@proximity_placement_group.setter
|
|
643
|
+
def proximity_placement_group(self, value: Optional[pulumi.Input[str]]):
|
|
644
|
+
pulumi.set(self, "proximity_placement_group", value)
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter(name="securityStyle")
|
|
648
|
+
def security_style(self) -> Optional[pulumi.Input[Union[str, 'SecurityStyle']]]:
|
|
649
|
+
"""
|
|
650
|
+
The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "security_style")
|
|
653
|
+
|
|
654
|
+
@security_style.setter
|
|
655
|
+
def security_style(self, value: Optional[pulumi.Input[Union[str, 'SecurityStyle']]]):
|
|
656
|
+
pulumi.set(self, "security_style", value)
|
|
657
|
+
|
|
658
|
+
@property
|
|
659
|
+
@pulumi.getter(name="serviceLevel")
|
|
660
|
+
def service_level(self) -> Optional[pulumi.Input[Union[str, 'ServiceLevel']]]:
|
|
661
|
+
"""
|
|
662
|
+
The service level of the file system
|
|
663
|
+
"""
|
|
664
|
+
return pulumi.get(self, "service_level")
|
|
665
|
+
|
|
666
|
+
@service_level.setter
|
|
667
|
+
def service_level(self, value: Optional[pulumi.Input[Union[str, 'ServiceLevel']]]):
|
|
668
|
+
pulumi.set(self, "service_level", value)
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
@pulumi.getter(name="smbAccessBasedEnumeration")
|
|
672
|
+
def smb_access_based_enumeration(self) -> Optional[pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']]]:
|
|
673
|
+
"""
|
|
674
|
+
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
675
|
+
"""
|
|
676
|
+
return pulumi.get(self, "smb_access_based_enumeration")
|
|
677
|
+
|
|
678
|
+
@smb_access_based_enumeration.setter
|
|
679
|
+
def smb_access_based_enumeration(self, value: Optional[pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']]]):
|
|
680
|
+
pulumi.set(self, "smb_access_based_enumeration", value)
|
|
681
|
+
|
|
682
|
+
@property
|
|
683
|
+
@pulumi.getter(name="smbContinuouslyAvailable")
|
|
684
|
+
def smb_continuously_available(self) -> Optional[pulumi.Input[bool]]:
|
|
685
|
+
"""
|
|
686
|
+
Enables continuously available share property for smb volume. Only applicable for SMB volume
|
|
687
|
+
"""
|
|
688
|
+
return pulumi.get(self, "smb_continuously_available")
|
|
689
|
+
|
|
690
|
+
@smb_continuously_available.setter
|
|
691
|
+
def smb_continuously_available(self, value: Optional[pulumi.Input[bool]]):
|
|
692
|
+
pulumi.set(self, "smb_continuously_available", value)
|
|
693
|
+
|
|
694
|
+
@property
|
|
695
|
+
@pulumi.getter(name="smbEncryption")
|
|
696
|
+
def smb_encryption(self) -> Optional[pulumi.Input[bool]]:
|
|
697
|
+
"""
|
|
698
|
+
Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
|
|
699
|
+
"""
|
|
700
|
+
return pulumi.get(self, "smb_encryption")
|
|
701
|
+
|
|
702
|
+
@smb_encryption.setter
|
|
703
|
+
def smb_encryption(self, value: Optional[pulumi.Input[bool]]):
|
|
704
|
+
pulumi.set(self, "smb_encryption", value)
|
|
705
|
+
|
|
706
|
+
@property
|
|
707
|
+
@pulumi.getter(name="smbNonBrowsable")
|
|
708
|
+
def smb_non_browsable(self) -> Optional[pulumi.Input[Union[str, 'SmbNonBrowsable']]]:
|
|
709
|
+
"""
|
|
710
|
+
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
711
|
+
"""
|
|
712
|
+
return pulumi.get(self, "smb_non_browsable")
|
|
713
|
+
|
|
714
|
+
@smb_non_browsable.setter
|
|
715
|
+
def smb_non_browsable(self, value: Optional[pulumi.Input[Union[str, 'SmbNonBrowsable']]]):
|
|
716
|
+
pulumi.set(self, "smb_non_browsable", value)
|
|
717
|
+
|
|
718
|
+
@property
|
|
719
|
+
@pulumi.getter(name="snapshotDirectoryVisible")
|
|
720
|
+
def snapshot_directory_visible(self) -> Optional[pulumi.Input[bool]]:
|
|
721
|
+
"""
|
|
722
|
+
If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
|
|
723
|
+
"""
|
|
724
|
+
return pulumi.get(self, "snapshot_directory_visible")
|
|
725
|
+
|
|
726
|
+
@snapshot_directory_visible.setter
|
|
727
|
+
def snapshot_directory_visible(self, value: Optional[pulumi.Input[bool]]):
|
|
728
|
+
pulumi.set(self, "snapshot_directory_visible", value)
|
|
729
|
+
|
|
730
|
+
@property
|
|
731
|
+
@pulumi.getter(name="snapshotId")
|
|
732
|
+
def snapshot_id(self) -> Optional[pulumi.Input[str]]:
|
|
733
|
+
"""
|
|
734
|
+
Resource identifier used to identify the Snapshot.
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "snapshot_id")
|
|
737
|
+
|
|
738
|
+
@snapshot_id.setter
|
|
739
|
+
def snapshot_id(self, value: Optional[pulumi.Input[str]]):
|
|
740
|
+
pulumi.set(self, "snapshot_id", value)
|
|
741
|
+
|
|
742
|
+
@property
|
|
743
|
+
@pulumi.getter
|
|
744
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
745
|
+
"""
|
|
746
|
+
Resource tags.
|
|
747
|
+
"""
|
|
748
|
+
return pulumi.get(self, "tags")
|
|
749
|
+
|
|
750
|
+
@tags.setter
|
|
751
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
752
|
+
pulumi.set(self, "tags", value)
|
|
753
|
+
|
|
754
|
+
@property
|
|
755
|
+
@pulumi.getter(name="throughputMibps")
|
|
756
|
+
def throughput_mibps(self) -> Optional[pulumi.Input[float]]:
|
|
757
|
+
return pulumi.get(self, "throughput_mibps")
|
|
758
|
+
|
|
759
|
+
@throughput_mibps.setter
|
|
760
|
+
def throughput_mibps(self, value: Optional[pulumi.Input[float]]):
|
|
761
|
+
pulumi.set(self, "throughput_mibps", value)
|
|
762
|
+
|
|
763
|
+
@property
|
|
764
|
+
@pulumi.getter(name="unixPermissions")
|
|
765
|
+
def unix_permissions(self) -> Optional[pulumi.Input[str]]:
|
|
766
|
+
"""
|
|
767
|
+
UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. Avoid passing null value for unixPermissions in volume update operation, As per the behavior, If Null value is passed then user-visible unixPermissions value will became null, and user will not be able to get unixPermissions value. On safer side, actual unixPermissions value on volume will remain as its last saved value only.
|
|
768
|
+
"""
|
|
769
|
+
return pulumi.get(self, "unix_permissions")
|
|
770
|
+
|
|
771
|
+
@unix_permissions.setter
|
|
772
|
+
def unix_permissions(self, value: Optional[pulumi.Input[str]]):
|
|
773
|
+
pulumi.set(self, "unix_permissions", value)
|
|
774
|
+
|
|
775
|
+
@property
|
|
776
|
+
@pulumi.getter(name="volumeName")
|
|
777
|
+
def volume_name(self) -> Optional[pulumi.Input[str]]:
|
|
778
|
+
"""
|
|
779
|
+
The name of the volume
|
|
780
|
+
"""
|
|
781
|
+
return pulumi.get(self, "volume_name")
|
|
782
|
+
|
|
783
|
+
@volume_name.setter
|
|
784
|
+
def volume_name(self, value: Optional[pulumi.Input[str]]):
|
|
785
|
+
pulumi.set(self, "volume_name", value)
|
|
786
|
+
|
|
787
|
+
@property
|
|
788
|
+
@pulumi.getter(name="volumeSpecName")
|
|
789
|
+
def volume_spec_name(self) -> Optional[pulumi.Input[str]]:
|
|
790
|
+
"""
|
|
791
|
+
Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
|
|
792
|
+
"""
|
|
793
|
+
return pulumi.get(self, "volume_spec_name")
|
|
794
|
+
|
|
795
|
+
@volume_spec_name.setter
|
|
796
|
+
def volume_spec_name(self, value: Optional[pulumi.Input[str]]):
|
|
797
|
+
pulumi.set(self, "volume_spec_name", value)
|
|
798
|
+
|
|
799
|
+
@property
|
|
800
|
+
@pulumi.getter(name="volumeType")
|
|
801
|
+
def volume_type(self) -> Optional[pulumi.Input[str]]:
|
|
802
|
+
"""
|
|
803
|
+
What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
|
|
804
|
+
"""
|
|
805
|
+
return pulumi.get(self, "volume_type")
|
|
806
|
+
|
|
807
|
+
@volume_type.setter
|
|
808
|
+
def volume_type(self, value: Optional[pulumi.Input[str]]):
|
|
809
|
+
pulumi.set(self, "volume_type", value)
|
|
810
|
+
|
|
811
|
+
@property
|
|
812
|
+
@pulumi.getter
|
|
813
|
+
def zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
814
|
+
"""
|
|
815
|
+
Availability Zone
|
|
816
|
+
"""
|
|
817
|
+
return pulumi.get(self, "zones")
|
|
818
|
+
|
|
819
|
+
@zones.setter
|
|
820
|
+
def zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
821
|
+
pulumi.set(self, "zones", value)
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
class Volume(pulumi.CustomResource):
|
|
825
|
+
@overload
|
|
826
|
+
def __init__(__self__,
|
|
827
|
+
resource_name: str,
|
|
828
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
829
|
+
accept_grow_capacity_pool_for_short_term_clone_split: Optional[pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']]] = None,
|
|
830
|
+
account_name: Optional[pulumi.Input[str]] = None,
|
|
831
|
+
avs_data_store: Optional[pulumi.Input[Union[str, 'AvsDataStore']]] = None,
|
|
832
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
833
|
+
capacity_pool_resource_id: Optional[pulumi.Input[str]] = None,
|
|
834
|
+
cool_access: Optional[pulumi.Input[bool]] = None,
|
|
835
|
+
cool_access_retrieval_policy: Optional[pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']]] = None,
|
|
836
|
+
cool_access_tiering_policy: Optional[pulumi.Input[Union[str, 'CoolAccessTieringPolicy']]] = None,
|
|
837
|
+
coolness_period: Optional[pulumi.Input[int]] = None,
|
|
838
|
+
creation_token: Optional[pulumi.Input[str]] = None,
|
|
839
|
+
data_protection: Optional[pulumi.Input[Union['VolumePropertiesDataProtectionArgs', 'VolumePropertiesDataProtectionArgsDict']]] = None,
|
|
840
|
+
default_group_quota_in_ki_bs: Optional[pulumi.Input[float]] = None,
|
|
841
|
+
default_user_quota_in_ki_bs: Optional[pulumi.Input[float]] = None,
|
|
842
|
+
delete_base_snapshot: Optional[pulumi.Input[bool]] = None,
|
|
843
|
+
enable_subvolumes: Optional[pulumi.Input[Union[str, 'EnableSubvolumes']]] = None,
|
|
844
|
+
encryption_key_source: Optional[pulumi.Input[Union[str, 'EncryptionKeySource']]] = None,
|
|
845
|
+
export_policy: Optional[pulumi.Input[Union['VolumePropertiesExportPolicyArgs', 'VolumePropertiesExportPolicyArgsDict']]] = None,
|
|
846
|
+
is_default_quota_enabled: Optional[pulumi.Input[bool]] = None,
|
|
847
|
+
is_large_volume: Optional[pulumi.Input[bool]] = None,
|
|
848
|
+
is_restoring: Optional[pulumi.Input[bool]] = None,
|
|
849
|
+
kerberos_enabled: Optional[pulumi.Input[bool]] = None,
|
|
850
|
+
key_vault_private_endpoint_resource_id: Optional[pulumi.Input[str]] = None,
|
|
851
|
+
language: Optional[pulumi.Input[Union[str, 'VolumeLanguage']]] = None,
|
|
852
|
+
ldap_enabled: Optional[pulumi.Input[bool]] = None,
|
|
853
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
854
|
+
network_features: Optional[pulumi.Input[Union[str, 'NetworkFeatures']]] = None,
|
|
855
|
+
placement_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PlacementKeyValuePairsArgs', 'PlacementKeyValuePairsArgsDict']]]]] = None,
|
|
856
|
+
pool_name: Optional[pulumi.Input[str]] = None,
|
|
857
|
+
protocol_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
858
|
+
proximity_placement_group: Optional[pulumi.Input[str]] = None,
|
|
859
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
860
|
+
security_style: Optional[pulumi.Input[Union[str, 'SecurityStyle']]] = None,
|
|
861
|
+
service_level: Optional[pulumi.Input[Union[str, 'ServiceLevel']]] = None,
|
|
862
|
+
smb_access_based_enumeration: Optional[pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']]] = None,
|
|
863
|
+
smb_continuously_available: Optional[pulumi.Input[bool]] = None,
|
|
864
|
+
smb_encryption: Optional[pulumi.Input[bool]] = None,
|
|
865
|
+
smb_non_browsable: Optional[pulumi.Input[Union[str, 'SmbNonBrowsable']]] = None,
|
|
866
|
+
snapshot_directory_visible: Optional[pulumi.Input[bool]] = None,
|
|
867
|
+
snapshot_id: Optional[pulumi.Input[str]] = None,
|
|
868
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
869
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
870
|
+
throughput_mibps: Optional[pulumi.Input[float]] = None,
|
|
871
|
+
unix_permissions: Optional[pulumi.Input[str]] = None,
|
|
872
|
+
usage_threshold: Optional[pulumi.Input[float]] = None,
|
|
873
|
+
volume_name: Optional[pulumi.Input[str]] = None,
|
|
874
|
+
volume_spec_name: Optional[pulumi.Input[str]] = None,
|
|
875
|
+
volume_type: Optional[pulumi.Input[str]] = None,
|
|
876
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
877
|
+
__props__=None):
|
|
878
|
+
"""
|
|
879
|
+
Volume resource
|
|
880
|
+
|
|
881
|
+
:param str resource_name: The name of the resource.
|
|
882
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
883
|
+
:param pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']] accept_grow_capacity_pool_for_short_term_clone_split: While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
|
|
884
|
+
:param pulumi.Input[str] account_name: The name of the NetApp account
|
|
885
|
+
:param pulumi.Input[Union[str, 'AvsDataStore']] avs_data_store: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
|
|
886
|
+
:param pulumi.Input[str] backup_id: Resource identifier used to identify the Backup.
|
|
887
|
+
:param pulumi.Input[str] capacity_pool_resource_id: Pool Resource Id used in case of creating a volume through volume group
|
|
888
|
+
:param pulumi.Input[bool] cool_access: Specifies whether Cool Access(tiering) is enabled for the volume.
|
|
889
|
+
:param pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']] cool_access_retrieval_policy: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
|
|
890
|
+
Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
|
|
891
|
+
OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
|
|
892
|
+
Never - No client-driven data is pulled from cool tier to standard storage.
|
|
893
|
+
:param pulumi.Input[Union[str, 'CoolAccessTieringPolicy']] cool_access_tiering_policy: coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
|
|
894
|
+
:param pulumi.Input[int] coolness_period: Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
895
|
+
:param pulumi.Input[str] creation_token: A unique file path for the volume. Used when creating mount targets
|
|
896
|
+
:param pulumi.Input[Union['VolumePropertiesDataProtectionArgs', 'VolumePropertiesDataProtectionArgsDict']] data_protection: DataProtection type volumes include an object containing details of the replication
|
|
897
|
+
:param pulumi.Input[float] default_group_quota_in_ki_bs: Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
|
|
898
|
+
:param pulumi.Input[float] default_user_quota_in_ki_bs: Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
|
|
899
|
+
:param pulumi.Input[bool] delete_base_snapshot: If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
|
|
900
|
+
:param pulumi.Input[Union[str, 'EnableSubvolumes']] enable_subvolumes: Flag indicating whether subvolume operations are enabled on the volume
|
|
901
|
+
:param pulumi.Input[Union[str, 'EncryptionKeySource']] encryption_key_source: Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
|
|
902
|
+
:param pulumi.Input[Union['VolumePropertiesExportPolicyArgs', 'VolumePropertiesExportPolicyArgsDict']] export_policy: Set of export policy rules
|
|
903
|
+
:param pulumi.Input[bool] is_default_quota_enabled: Specifies if default quota is enabled for the volume.
|
|
904
|
+
:param pulumi.Input[bool] is_large_volume: Specifies whether volume is a Large Volume or Regular Volume.
|
|
905
|
+
:param pulumi.Input[bool] is_restoring: Restoring
|
|
906
|
+
:param pulumi.Input[bool] kerberos_enabled: Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
|
|
907
|
+
:param pulumi.Input[str] key_vault_private_endpoint_resource_id: The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
|
|
908
|
+
:param pulumi.Input[Union[str, 'VolumeLanguage']] language: Language supported for volume.
|
|
909
|
+
:param pulumi.Input[bool] ldap_enabled: Specifies whether LDAP is enabled or not for a given NFS volume.
|
|
910
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
911
|
+
:param pulumi.Input[Union[str, 'NetworkFeatures']] network_features: The original value of the network features type available to the volume at the time it was created.
|
|
912
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['PlacementKeyValuePairsArgs', 'PlacementKeyValuePairsArgsDict']]]] placement_rules: Application specific placement rules for the particular volume
|
|
913
|
+
:param pulumi.Input[str] pool_name: The name of the capacity pool
|
|
914
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] protocol_types: Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
915
|
+
:param pulumi.Input[str] proximity_placement_group: Proximity placement group associated with the volume
|
|
916
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
917
|
+
:param pulumi.Input[Union[str, 'SecurityStyle']] security_style: The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
|
|
918
|
+
:param pulumi.Input[Union[str, 'ServiceLevel']] service_level: The service level of the file system
|
|
919
|
+
:param pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']] smb_access_based_enumeration: Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
920
|
+
:param pulumi.Input[bool] smb_continuously_available: Enables continuously available share property for smb volume. Only applicable for SMB volume
|
|
921
|
+
:param pulumi.Input[bool] smb_encryption: Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
|
|
922
|
+
:param pulumi.Input[Union[str, 'SmbNonBrowsable']] smb_non_browsable: Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
923
|
+
:param pulumi.Input[bool] snapshot_directory_visible: If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
|
|
924
|
+
:param pulumi.Input[str] snapshot_id: Resource identifier used to identify the Snapshot.
|
|
925
|
+
:param pulumi.Input[str] subnet_id: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
|
|
926
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
927
|
+
:param pulumi.Input[str] unix_permissions: UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. Avoid passing null value for unixPermissions in volume update operation, As per the behavior, If Null value is passed then user-visible unixPermissions value will became null, and user will not be able to get unixPermissions value. On safer side, actual unixPermissions value on volume will remain as its last saved value only.
|
|
928
|
+
:param pulumi.Input[float] usage_threshold: Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 1PiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
|
|
929
|
+
:param pulumi.Input[str] volume_name: The name of the volume
|
|
930
|
+
:param pulumi.Input[str] volume_spec_name: Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
|
|
931
|
+
:param pulumi.Input[str] volume_type: What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
|
|
932
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] zones: Availability Zone
|
|
933
|
+
"""
|
|
934
|
+
...
|
|
935
|
+
@overload
|
|
936
|
+
def __init__(__self__,
|
|
937
|
+
resource_name: str,
|
|
938
|
+
args: VolumeArgs,
|
|
939
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
940
|
+
"""
|
|
941
|
+
Volume resource
|
|
942
|
+
|
|
943
|
+
:param str resource_name: The name of the resource.
|
|
944
|
+
:param VolumeArgs args: The arguments to use to populate this resource's properties.
|
|
945
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
946
|
+
"""
|
|
947
|
+
...
|
|
948
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
949
|
+
resource_args, opts = _utilities.get_resource_args_opts(VolumeArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
950
|
+
if resource_args is not None:
|
|
951
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
952
|
+
else:
|
|
953
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
954
|
+
|
|
955
|
+
def _internal_init(__self__,
|
|
956
|
+
resource_name: str,
|
|
957
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
958
|
+
accept_grow_capacity_pool_for_short_term_clone_split: Optional[pulumi.Input[Union[str, 'AcceptGrowCapacityPoolForShortTermCloneSplit']]] = None,
|
|
959
|
+
account_name: Optional[pulumi.Input[str]] = None,
|
|
960
|
+
avs_data_store: Optional[pulumi.Input[Union[str, 'AvsDataStore']]] = None,
|
|
961
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
962
|
+
capacity_pool_resource_id: Optional[pulumi.Input[str]] = None,
|
|
963
|
+
cool_access: Optional[pulumi.Input[bool]] = None,
|
|
964
|
+
cool_access_retrieval_policy: Optional[pulumi.Input[Union[str, 'CoolAccessRetrievalPolicy']]] = None,
|
|
965
|
+
cool_access_tiering_policy: Optional[pulumi.Input[Union[str, 'CoolAccessTieringPolicy']]] = None,
|
|
966
|
+
coolness_period: Optional[pulumi.Input[int]] = None,
|
|
967
|
+
creation_token: Optional[pulumi.Input[str]] = None,
|
|
968
|
+
data_protection: Optional[pulumi.Input[Union['VolumePropertiesDataProtectionArgs', 'VolumePropertiesDataProtectionArgsDict']]] = None,
|
|
969
|
+
default_group_quota_in_ki_bs: Optional[pulumi.Input[float]] = None,
|
|
970
|
+
default_user_quota_in_ki_bs: Optional[pulumi.Input[float]] = None,
|
|
971
|
+
delete_base_snapshot: Optional[pulumi.Input[bool]] = None,
|
|
972
|
+
enable_subvolumes: Optional[pulumi.Input[Union[str, 'EnableSubvolumes']]] = None,
|
|
973
|
+
encryption_key_source: Optional[pulumi.Input[Union[str, 'EncryptionKeySource']]] = None,
|
|
974
|
+
export_policy: Optional[pulumi.Input[Union['VolumePropertiesExportPolicyArgs', 'VolumePropertiesExportPolicyArgsDict']]] = None,
|
|
975
|
+
is_default_quota_enabled: Optional[pulumi.Input[bool]] = None,
|
|
976
|
+
is_large_volume: Optional[pulumi.Input[bool]] = None,
|
|
977
|
+
is_restoring: Optional[pulumi.Input[bool]] = None,
|
|
978
|
+
kerberos_enabled: Optional[pulumi.Input[bool]] = None,
|
|
979
|
+
key_vault_private_endpoint_resource_id: Optional[pulumi.Input[str]] = None,
|
|
980
|
+
language: Optional[pulumi.Input[Union[str, 'VolumeLanguage']]] = None,
|
|
981
|
+
ldap_enabled: Optional[pulumi.Input[bool]] = None,
|
|
982
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
983
|
+
network_features: Optional[pulumi.Input[Union[str, 'NetworkFeatures']]] = None,
|
|
984
|
+
placement_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['PlacementKeyValuePairsArgs', 'PlacementKeyValuePairsArgsDict']]]]] = None,
|
|
985
|
+
pool_name: Optional[pulumi.Input[str]] = None,
|
|
986
|
+
protocol_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
987
|
+
proximity_placement_group: Optional[pulumi.Input[str]] = None,
|
|
988
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
989
|
+
security_style: Optional[pulumi.Input[Union[str, 'SecurityStyle']]] = None,
|
|
990
|
+
service_level: Optional[pulumi.Input[Union[str, 'ServiceLevel']]] = None,
|
|
991
|
+
smb_access_based_enumeration: Optional[pulumi.Input[Union[str, 'SmbAccessBasedEnumeration']]] = None,
|
|
992
|
+
smb_continuously_available: Optional[pulumi.Input[bool]] = None,
|
|
993
|
+
smb_encryption: Optional[pulumi.Input[bool]] = None,
|
|
994
|
+
smb_non_browsable: Optional[pulumi.Input[Union[str, 'SmbNonBrowsable']]] = None,
|
|
995
|
+
snapshot_directory_visible: Optional[pulumi.Input[bool]] = None,
|
|
996
|
+
snapshot_id: Optional[pulumi.Input[str]] = None,
|
|
997
|
+
subnet_id: Optional[pulumi.Input[str]] = None,
|
|
998
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
999
|
+
throughput_mibps: Optional[pulumi.Input[float]] = None,
|
|
1000
|
+
unix_permissions: Optional[pulumi.Input[str]] = None,
|
|
1001
|
+
usage_threshold: Optional[pulumi.Input[float]] = None,
|
|
1002
|
+
volume_name: Optional[pulumi.Input[str]] = None,
|
|
1003
|
+
volume_spec_name: Optional[pulumi.Input[str]] = None,
|
|
1004
|
+
volume_type: Optional[pulumi.Input[str]] = None,
|
|
1005
|
+
zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1006
|
+
__props__=None):
|
|
1007
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
1008
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
1009
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
1010
|
+
if opts.id is None:
|
|
1011
|
+
if __props__ is not None:
|
|
1012
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
1013
|
+
__props__ = VolumeArgs.__new__(VolumeArgs)
|
|
1014
|
+
|
|
1015
|
+
__props__.__dict__["accept_grow_capacity_pool_for_short_term_clone_split"] = accept_grow_capacity_pool_for_short_term_clone_split
|
|
1016
|
+
if account_name is None and not opts.urn:
|
|
1017
|
+
raise TypeError("Missing required property 'account_name'")
|
|
1018
|
+
__props__.__dict__["account_name"] = account_name
|
|
1019
|
+
if avs_data_store is None:
|
|
1020
|
+
avs_data_store = 'Disabled'
|
|
1021
|
+
__props__.__dict__["avs_data_store"] = avs_data_store
|
|
1022
|
+
__props__.__dict__["backup_id"] = backup_id
|
|
1023
|
+
__props__.__dict__["capacity_pool_resource_id"] = capacity_pool_resource_id
|
|
1024
|
+
if cool_access is None:
|
|
1025
|
+
cool_access = False
|
|
1026
|
+
__props__.__dict__["cool_access"] = cool_access
|
|
1027
|
+
__props__.__dict__["cool_access_retrieval_policy"] = cool_access_retrieval_policy
|
|
1028
|
+
__props__.__dict__["cool_access_tiering_policy"] = cool_access_tiering_policy
|
|
1029
|
+
__props__.__dict__["coolness_period"] = coolness_period
|
|
1030
|
+
if creation_token is None and not opts.urn:
|
|
1031
|
+
raise TypeError("Missing required property 'creation_token'")
|
|
1032
|
+
__props__.__dict__["creation_token"] = creation_token
|
|
1033
|
+
__props__.__dict__["data_protection"] = data_protection
|
|
1034
|
+
if default_group_quota_in_ki_bs is None:
|
|
1035
|
+
default_group_quota_in_ki_bs = 0
|
|
1036
|
+
__props__.__dict__["default_group_quota_in_ki_bs"] = default_group_quota_in_ki_bs
|
|
1037
|
+
if default_user_quota_in_ki_bs is None:
|
|
1038
|
+
default_user_quota_in_ki_bs = 0
|
|
1039
|
+
__props__.__dict__["default_user_quota_in_ki_bs"] = default_user_quota_in_ki_bs
|
|
1040
|
+
__props__.__dict__["delete_base_snapshot"] = delete_base_snapshot
|
|
1041
|
+
if enable_subvolumes is None:
|
|
1042
|
+
enable_subvolumes = 'Disabled'
|
|
1043
|
+
__props__.__dict__["enable_subvolumes"] = enable_subvolumes
|
|
1044
|
+
if encryption_key_source is None:
|
|
1045
|
+
encryption_key_source = 'Microsoft.NetApp'
|
|
1046
|
+
__props__.__dict__["encryption_key_source"] = encryption_key_source
|
|
1047
|
+
__props__.__dict__["export_policy"] = export_policy
|
|
1048
|
+
if is_default_quota_enabled is None:
|
|
1049
|
+
is_default_quota_enabled = False
|
|
1050
|
+
__props__.__dict__["is_default_quota_enabled"] = is_default_quota_enabled
|
|
1051
|
+
if is_large_volume is None:
|
|
1052
|
+
is_large_volume = False
|
|
1053
|
+
__props__.__dict__["is_large_volume"] = is_large_volume
|
|
1054
|
+
__props__.__dict__["is_restoring"] = is_restoring
|
|
1055
|
+
if kerberos_enabled is None:
|
|
1056
|
+
kerberos_enabled = False
|
|
1057
|
+
__props__.__dict__["kerberos_enabled"] = kerberos_enabled
|
|
1058
|
+
__props__.__dict__["key_vault_private_endpoint_resource_id"] = key_vault_private_endpoint_resource_id
|
|
1059
|
+
__props__.__dict__["language"] = language
|
|
1060
|
+
if ldap_enabled is None:
|
|
1061
|
+
ldap_enabled = False
|
|
1062
|
+
__props__.__dict__["ldap_enabled"] = ldap_enabled
|
|
1063
|
+
__props__.__dict__["location"] = location
|
|
1064
|
+
__props__.__dict__["network_features"] = network_features
|
|
1065
|
+
__props__.__dict__["placement_rules"] = placement_rules
|
|
1066
|
+
if pool_name is None and not opts.urn:
|
|
1067
|
+
raise TypeError("Missing required property 'pool_name'")
|
|
1068
|
+
__props__.__dict__["pool_name"] = pool_name
|
|
1069
|
+
__props__.__dict__["protocol_types"] = protocol_types
|
|
1070
|
+
__props__.__dict__["proximity_placement_group"] = proximity_placement_group
|
|
1071
|
+
if resource_group_name is None and not opts.urn:
|
|
1072
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
1073
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
1074
|
+
if security_style is None:
|
|
1075
|
+
security_style = 'unix'
|
|
1076
|
+
__props__.__dict__["security_style"] = security_style
|
|
1077
|
+
__props__.__dict__["service_level"] = service_level
|
|
1078
|
+
__props__.__dict__["smb_access_based_enumeration"] = smb_access_based_enumeration
|
|
1079
|
+
if smb_continuously_available is None:
|
|
1080
|
+
smb_continuously_available = False
|
|
1081
|
+
__props__.__dict__["smb_continuously_available"] = smb_continuously_available
|
|
1082
|
+
if smb_encryption is None:
|
|
1083
|
+
smb_encryption = False
|
|
1084
|
+
__props__.__dict__["smb_encryption"] = smb_encryption
|
|
1085
|
+
__props__.__dict__["smb_non_browsable"] = smb_non_browsable
|
|
1086
|
+
if snapshot_directory_visible is None:
|
|
1087
|
+
snapshot_directory_visible = True
|
|
1088
|
+
__props__.__dict__["snapshot_directory_visible"] = snapshot_directory_visible
|
|
1089
|
+
__props__.__dict__["snapshot_id"] = snapshot_id
|
|
1090
|
+
if subnet_id is None and not opts.urn:
|
|
1091
|
+
raise TypeError("Missing required property 'subnet_id'")
|
|
1092
|
+
__props__.__dict__["subnet_id"] = subnet_id
|
|
1093
|
+
__props__.__dict__["tags"] = tags
|
|
1094
|
+
__props__.__dict__["throughput_mibps"] = throughput_mibps
|
|
1095
|
+
__props__.__dict__["unix_permissions"] = unix_permissions
|
|
1096
|
+
if usage_threshold is None:
|
|
1097
|
+
usage_threshold = 107374182400
|
|
1098
|
+
if usage_threshold is None and not opts.urn:
|
|
1099
|
+
raise TypeError("Missing required property 'usage_threshold'")
|
|
1100
|
+
__props__.__dict__["usage_threshold"] = usage_threshold
|
|
1101
|
+
__props__.__dict__["volume_name"] = volume_name
|
|
1102
|
+
__props__.__dict__["volume_spec_name"] = volume_spec_name
|
|
1103
|
+
__props__.__dict__["volume_type"] = volume_type
|
|
1104
|
+
__props__.__dict__["zones"] = zones
|
|
1105
|
+
__props__.__dict__["actual_throughput_mibps"] = None
|
|
1106
|
+
__props__.__dict__["baremetal_tenant_id"] = None
|
|
1107
|
+
__props__.__dict__["clone_progress"] = None
|
|
1108
|
+
__props__.__dict__["data_store_resource_id"] = None
|
|
1109
|
+
__props__.__dict__["effective_network_features"] = None
|
|
1110
|
+
__props__.__dict__["encrypted"] = None
|
|
1111
|
+
__props__.__dict__["etag"] = None
|
|
1112
|
+
__props__.__dict__["file_access_logs"] = None
|
|
1113
|
+
__props__.__dict__["file_system_id"] = None
|
|
1114
|
+
__props__.__dict__["inherited_size_in_bytes"] = None
|
|
1115
|
+
__props__.__dict__["maximum_number_of_files"] = None
|
|
1116
|
+
__props__.__dict__["mount_targets"] = None
|
|
1117
|
+
__props__.__dict__["name"] = None
|
|
1118
|
+
__props__.__dict__["network_sibling_set_id"] = None
|
|
1119
|
+
__props__.__dict__["originating_resource_id"] = None
|
|
1120
|
+
__props__.__dict__["provisioned_availability_zone"] = None
|
|
1121
|
+
__props__.__dict__["provisioning_state"] = None
|
|
1122
|
+
__props__.__dict__["storage_to_network_proximity"] = None
|
|
1123
|
+
__props__.__dict__["system_data"] = None
|
|
1124
|
+
__props__.__dict__["t2_network"] = None
|
|
1125
|
+
__props__.__dict__["type"] = None
|
|
1126
|
+
__props__.__dict__["volume_group_name"] = None
|
|
1127
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:netapp/v20170815:Volume"), pulumi.Alias(type_="azure-native:netapp/v20190501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20190601:Volume"), pulumi.Alias(type_="azure-native:netapp/v20190701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20190801:Volume"), pulumi.Alias(type_="azure-native:netapp/v20191001:Volume"), pulumi.Alias(type_="azure-native:netapp/v20191101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200201:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200301:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200601:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200801:Volume"), pulumi.Alias(type_="azure-native:netapp/v20200901:Volume"), pulumi.Alias(type_="azure-native:netapp/v20201101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20201201:Volume"), pulumi.Alias(type_="azure-native:netapp/v20210201:Volume"), pulumi.Alias(type_="azure-native:netapp/v20210401:Volume"), pulumi.Alias(type_="azure-native:netapp/v20210401preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20210601:Volume"), pulumi.Alias(type_="azure-native:netapp/v20210801:Volume"), pulumi.Alias(type_="azure-native:netapp/v20211001:Volume"), pulumi.Alias(type_="azure-native:netapp/v20220101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20220301:Volume"), pulumi.Alias(type_="azure-native:netapp/v20220501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20220901:Volume"), pulumi.Alias(type_="azure-native:netapp/v20221101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20221101preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230501preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20230701preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20231101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20231101preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240101:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240301:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240301preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240501:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240501preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240701:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240701preview:Volume"), pulumi.Alias(type_="azure-native:netapp/v20240901:Volume"), pulumi.Alias(type_="azure-native:netapp:Volume")])
|
|
1128
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
1129
|
+
super(Volume, __self__).__init__(
|
|
1130
|
+
'azure-native:netapp/v20240901preview:Volume',
|
|
1131
|
+
resource_name,
|
|
1132
|
+
__props__,
|
|
1133
|
+
opts)
|
|
1134
|
+
|
|
1135
|
+
@staticmethod
|
|
1136
|
+
def get(resource_name: str,
|
|
1137
|
+
id: pulumi.Input[str],
|
|
1138
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Volume':
|
|
1139
|
+
"""
|
|
1140
|
+
Get an existing Volume resource's state with the given name, id, and optional extra
|
|
1141
|
+
properties used to qualify the lookup.
|
|
1142
|
+
|
|
1143
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
1144
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1145
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1146
|
+
"""
|
|
1147
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1148
|
+
|
|
1149
|
+
__props__ = VolumeArgs.__new__(VolumeArgs)
|
|
1150
|
+
|
|
1151
|
+
__props__.__dict__["accept_grow_capacity_pool_for_short_term_clone_split"] = None
|
|
1152
|
+
__props__.__dict__["actual_throughput_mibps"] = None
|
|
1153
|
+
__props__.__dict__["avs_data_store"] = None
|
|
1154
|
+
__props__.__dict__["backup_id"] = None
|
|
1155
|
+
__props__.__dict__["baremetal_tenant_id"] = None
|
|
1156
|
+
__props__.__dict__["capacity_pool_resource_id"] = None
|
|
1157
|
+
__props__.__dict__["clone_progress"] = None
|
|
1158
|
+
__props__.__dict__["cool_access"] = None
|
|
1159
|
+
__props__.__dict__["cool_access_retrieval_policy"] = None
|
|
1160
|
+
__props__.__dict__["cool_access_tiering_policy"] = None
|
|
1161
|
+
__props__.__dict__["coolness_period"] = None
|
|
1162
|
+
__props__.__dict__["creation_token"] = None
|
|
1163
|
+
__props__.__dict__["data_protection"] = None
|
|
1164
|
+
__props__.__dict__["data_store_resource_id"] = None
|
|
1165
|
+
__props__.__dict__["default_group_quota_in_ki_bs"] = None
|
|
1166
|
+
__props__.__dict__["default_user_quota_in_ki_bs"] = None
|
|
1167
|
+
__props__.__dict__["delete_base_snapshot"] = None
|
|
1168
|
+
__props__.__dict__["effective_network_features"] = None
|
|
1169
|
+
__props__.__dict__["enable_subvolumes"] = None
|
|
1170
|
+
__props__.__dict__["encrypted"] = None
|
|
1171
|
+
__props__.__dict__["encryption_key_source"] = None
|
|
1172
|
+
__props__.__dict__["etag"] = None
|
|
1173
|
+
__props__.__dict__["export_policy"] = None
|
|
1174
|
+
__props__.__dict__["file_access_logs"] = None
|
|
1175
|
+
__props__.__dict__["file_system_id"] = None
|
|
1176
|
+
__props__.__dict__["inherited_size_in_bytes"] = None
|
|
1177
|
+
__props__.__dict__["is_default_quota_enabled"] = None
|
|
1178
|
+
__props__.__dict__["is_large_volume"] = None
|
|
1179
|
+
__props__.__dict__["is_restoring"] = None
|
|
1180
|
+
__props__.__dict__["kerberos_enabled"] = None
|
|
1181
|
+
__props__.__dict__["key_vault_private_endpoint_resource_id"] = None
|
|
1182
|
+
__props__.__dict__["language"] = None
|
|
1183
|
+
__props__.__dict__["ldap_enabled"] = None
|
|
1184
|
+
__props__.__dict__["location"] = None
|
|
1185
|
+
__props__.__dict__["maximum_number_of_files"] = None
|
|
1186
|
+
__props__.__dict__["mount_targets"] = None
|
|
1187
|
+
__props__.__dict__["name"] = None
|
|
1188
|
+
__props__.__dict__["network_features"] = None
|
|
1189
|
+
__props__.__dict__["network_sibling_set_id"] = None
|
|
1190
|
+
__props__.__dict__["originating_resource_id"] = None
|
|
1191
|
+
__props__.__dict__["placement_rules"] = None
|
|
1192
|
+
__props__.__dict__["protocol_types"] = None
|
|
1193
|
+
__props__.__dict__["provisioned_availability_zone"] = None
|
|
1194
|
+
__props__.__dict__["provisioning_state"] = None
|
|
1195
|
+
__props__.__dict__["proximity_placement_group"] = None
|
|
1196
|
+
__props__.__dict__["security_style"] = None
|
|
1197
|
+
__props__.__dict__["service_level"] = None
|
|
1198
|
+
__props__.__dict__["smb_access_based_enumeration"] = None
|
|
1199
|
+
__props__.__dict__["smb_continuously_available"] = None
|
|
1200
|
+
__props__.__dict__["smb_encryption"] = None
|
|
1201
|
+
__props__.__dict__["smb_non_browsable"] = None
|
|
1202
|
+
__props__.__dict__["snapshot_directory_visible"] = None
|
|
1203
|
+
__props__.__dict__["snapshot_id"] = None
|
|
1204
|
+
__props__.__dict__["storage_to_network_proximity"] = None
|
|
1205
|
+
__props__.__dict__["subnet_id"] = None
|
|
1206
|
+
__props__.__dict__["system_data"] = None
|
|
1207
|
+
__props__.__dict__["t2_network"] = None
|
|
1208
|
+
__props__.__dict__["tags"] = None
|
|
1209
|
+
__props__.__dict__["throughput_mibps"] = None
|
|
1210
|
+
__props__.__dict__["type"] = None
|
|
1211
|
+
__props__.__dict__["unix_permissions"] = None
|
|
1212
|
+
__props__.__dict__["usage_threshold"] = None
|
|
1213
|
+
__props__.__dict__["volume_group_name"] = None
|
|
1214
|
+
__props__.__dict__["volume_spec_name"] = None
|
|
1215
|
+
__props__.__dict__["volume_type"] = None
|
|
1216
|
+
__props__.__dict__["zones"] = None
|
|
1217
|
+
return Volume(resource_name, opts=opts, __props__=__props__)
|
|
1218
|
+
|
|
1219
|
+
@property
|
|
1220
|
+
@pulumi.getter(name="acceptGrowCapacityPoolForShortTermCloneSplit")
|
|
1221
|
+
def accept_grow_capacity_pool_for_short_term_clone_split(self) -> pulumi.Output[Optional[str]]:
|
|
1222
|
+
"""
|
|
1223
|
+
While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
|
|
1224
|
+
"""
|
|
1225
|
+
return pulumi.get(self, "accept_grow_capacity_pool_for_short_term_clone_split")
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
@pulumi.getter(name="actualThroughputMibps")
|
|
1229
|
+
def actual_throughput_mibps(self) -> pulumi.Output[float]:
|
|
1230
|
+
"""
|
|
1231
|
+
Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
|
|
1232
|
+
"""
|
|
1233
|
+
return pulumi.get(self, "actual_throughput_mibps")
|
|
1234
|
+
|
|
1235
|
+
@property
|
|
1236
|
+
@pulumi.getter(name="avsDataStore")
|
|
1237
|
+
def avs_data_store(self) -> pulumi.Output[Optional[str]]:
|
|
1238
|
+
"""
|
|
1239
|
+
Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
|
|
1240
|
+
"""
|
|
1241
|
+
return pulumi.get(self, "avs_data_store")
|
|
1242
|
+
|
|
1243
|
+
@property
|
|
1244
|
+
@pulumi.getter(name="backupId")
|
|
1245
|
+
def backup_id(self) -> pulumi.Output[Optional[str]]:
|
|
1246
|
+
"""
|
|
1247
|
+
Resource identifier used to identify the Backup.
|
|
1248
|
+
"""
|
|
1249
|
+
return pulumi.get(self, "backup_id")
|
|
1250
|
+
|
|
1251
|
+
@property
|
|
1252
|
+
@pulumi.getter(name="baremetalTenantId")
|
|
1253
|
+
def baremetal_tenant_id(self) -> pulumi.Output[str]:
|
|
1254
|
+
"""
|
|
1255
|
+
Unique Baremetal Tenant Identifier.
|
|
1256
|
+
"""
|
|
1257
|
+
return pulumi.get(self, "baremetal_tenant_id")
|
|
1258
|
+
|
|
1259
|
+
@property
|
|
1260
|
+
@pulumi.getter(name="capacityPoolResourceId")
|
|
1261
|
+
def capacity_pool_resource_id(self) -> pulumi.Output[Optional[str]]:
|
|
1262
|
+
"""
|
|
1263
|
+
Pool Resource Id used in case of creating a volume through volume group
|
|
1264
|
+
"""
|
|
1265
|
+
return pulumi.get(self, "capacity_pool_resource_id")
|
|
1266
|
+
|
|
1267
|
+
@property
|
|
1268
|
+
@pulumi.getter(name="cloneProgress")
|
|
1269
|
+
def clone_progress(self) -> pulumi.Output[int]:
|
|
1270
|
+
"""
|
|
1271
|
+
When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
|
|
1272
|
+
"""
|
|
1273
|
+
return pulumi.get(self, "clone_progress")
|
|
1274
|
+
|
|
1275
|
+
@property
|
|
1276
|
+
@pulumi.getter(name="coolAccess")
|
|
1277
|
+
def cool_access(self) -> pulumi.Output[Optional[bool]]:
|
|
1278
|
+
"""
|
|
1279
|
+
Specifies whether Cool Access(tiering) is enabled for the volume.
|
|
1280
|
+
"""
|
|
1281
|
+
return pulumi.get(self, "cool_access")
|
|
1282
|
+
|
|
1283
|
+
@property
|
|
1284
|
+
@pulumi.getter(name="coolAccessRetrievalPolicy")
|
|
1285
|
+
def cool_access_retrieval_policy(self) -> pulumi.Output[Optional[str]]:
|
|
1286
|
+
"""
|
|
1287
|
+
coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
|
|
1288
|
+
Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
|
|
1289
|
+
OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
|
|
1290
|
+
Never - No client-driven data is pulled from cool tier to standard storage.
|
|
1291
|
+
"""
|
|
1292
|
+
return pulumi.get(self, "cool_access_retrieval_policy")
|
|
1293
|
+
|
|
1294
|
+
@property
|
|
1295
|
+
@pulumi.getter(name="coolAccessTieringPolicy")
|
|
1296
|
+
def cool_access_tiering_policy(self) -> pulumi.Output[Optional[str]]:
|
|
1297
|
+
"""
|
|
1298
|
+
coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
|
|
1299
|
+
"""
|
|
1300
|
+
return pulumi.get(self, "cool_access_tiering_policy")
|
|
1301
|
+
|
|
1302
|
+
@property
|
|
1303
|
+
@pulumi.getter(name="coolnessPeriod")
|
|
1304
|
+
def coolness_period(self) -> pulumi.Output[Optional[int]]:
|
|
1305
|
+
"""
|
|
1306
|
+
Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
1307
|
+
"""
|
|
1308
|
+
return pulumi.get(self, "coolness_period")
|
|
1309
|
+
|
|
1310
|
+
@property
|
|
1311
|
+
@pulumi.getter(name="creationToken")
|
|
1312
|
+
def creation_token(self) -> pulumi.Output[str]:
|
|
1313
|
+
"""
|
|
1314
|
+
A unique file path for the volume. Used when creating mount targets
|
|
1315
|
+
"""
|
|
1316
|
+
return pulumi.get(self, "creation_token")
|
|
1317
|
+
|
|
1318
|
+
@property
|
|
1319
|
+
@pulumi.getter(name="dataProtection")
|
|
1320
|
+
def data_protection(self) -> pulumi.Output[Optional['outputs.VolumePropertiesResponseDataProtection']]:
|
|
1321
|
+
"""
|
|
1322
|
+
DataProtection type volumes include an object containing details of the replication
|
|
1323
|
+
"""
|
|
1324
|
+
return pulumi.get(self, "data_protection")
|
|
1325
|
+
|
|
1326
|
+
@property
|
|
1327
|
+
@pulumi.getter(name="dataStoreResourceId")
|
|
1328
|
+
def data_store_resource_id(self) -> pulumi.Output[Sequence[str]]:
|
|
1329
|
+
"""
|
|
1330
|
+
Data store resource unique identifier
|
|
1331
|
+
"""
|
|
1332
|
+
return pulumi.get(self, "data_store_resource_id")
|
|
1333
|
+
|
|
1334
|
+
@property
|
|
1335
|
+
@pulumi.getter(name="defaultGroupQuotaInKiBs")
|
|
1336
|
+
def default_group_quota_in_ki_bs(self) -> pulumi.Output[Optional[float]]:
|
|
1337
|
+
"""
|
|
1338
|
+
Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
|
|
1339
|
+
"""
|
|
1340
|
+
return pulumi.get(self, "default_group_quota_in_ki_bs")
|
|
1341
|
+
|
|
1342
|
+
@property
|
|
1343
|
+
@pulumi.getter(name="defaultUserQuotaInKiBs")
|
|
1344
|
+
def default_user_quota_in_ki_bs(self) -> pulumi.Output[Optional[float]]:
|
|
1345
|
+
"""
|
|
1346
|
+
Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
|
|
1347
|
+
"""
|
|
1348
|
+
return pulumi.get(self, "default_user_quota_in_ki_bs")
|
|
1349
|
+
|
|
1350
|
+
@property
|
|
1351
|
+
@pulumi.getter(name="deleteBaseSnapshot")
|
|
1352
|
+
def delete_base_snapshot(self) -> pulumi.Output[Optional[bool]]:
|
|
1353
|
+
"""
|
|
1354
|
+
If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
|
|
1355
|
+
"""
|
|
1356
|
+
return pulumi.get(self, "delete_base_snapshot")
|
|
1357
|
+
|
|
1358
|
+
@property
|
|
1359
|
+
@pulumi.getter(name="effectiveNetworkFeatures")
|
|
1360
|
+
def effective_network_features(self) -> pulumi.Output[str]:
|
|
1361
|
+
"""
|
|
1362
|
+
The effective value of the network features type available to the volume, or current effective state of update.
|
|
1363
|
+
"""
|
|
1364
|
+
return pulumi.get(self, "effective_network_features")
|
|
1365
|
+
|
|
1366
|
+
@property
|
|
1367
|
+
@pulumi.getter(name="enableSubvolumes")
|
|
1368
|
+
def enable_subvolumes(self) -> pulumi.Output[Optional[str]]:
|
|
1369
|
+
"""
|
|
1370
|
+
Flag indicating whether subvolume operations are enabled on the volume
|
|
1371
|
+
"""
|
|
1372
|
+
return pulumi.get(self, "enable_subvolumes")
|
|
1373
|
+
|
|
1374
|
+
@property
|
|
1375
|
+
@pulumi.getter
|
|
1376
|
+
def encrypted(self) -> pulumi.Output[bool]:
|
|
1377
|
+
"""
|
|
1378
|
+
Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01.
|
|
1379
|
+
"""
|
|
1380
|
+
return pulumi.get(self, "encrypted")
|
|
1381
|
+
|
|
1382
|
+
@property
|
|
1383
|
+
@pulumi.getter(name="encryptionKeySource")
|
|
1384
|
+
def encryption_key_source(self) -> pulumi.Output[Optional[str]]:
|
|
1385
|
+
"""
|
|
1386
|
+
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
|
|
1387
|
+
"""
|
|
1388
|
+
return pulumi.get(self, "encryption_key_source")
|
|
1389
|
+
|
|
1390
|
+
@property
|
|
1391
|
+
@pulumi.getter
|
|
1392
|
+
def etag(self) -> pulumi.Output[str]:
|
|
1393
|
+
"""
|
|
1394
|
+
A unique read-only string that changes whenever the resource is updated.
|
|
1395
|
+
"""
|
|
1396
|
+
return pulumi.get(self, "etag")
|
|
1397
|
+
|
|
1398
|
+
@property
|
|
1399
|
+
@pulumi.getter(name="exportPolicy")
|
|
1400
|
+
def export_policy(self) -> pulumi.Output[Optional['outputs.VolumePropertiesResponseExportPolicy']]:
|
|
1401
|
+
"""
|
|
1402
|
+
Set of export policy rules
|
|
1403
|
+
"""
|
|
1404
|
+
return pulumi.get(self, "export_policy")
|
|
1405
|
+
|
|
1406
|
+
@property
|
|
1407
|
+
@pulumi.getter(name="fileAccessLogs")
|
|
1408
|
+
def file_access_logs(self) -> pulumi.Output[str]:
|
|
1409
|
+
"""
|
|
1410
|
+
Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
|
|
1411
|
+
"""
|
|
1412
|
+
return pulumi.get(self, "file_access_logs")
|
|
1413
|
+
|
|
1414
|
+
@property
|
|
1415
|
+
@pulumi.getter(name="fileSystemId")
|
|
1416
|
+
def file_system_id(self) -> pulumi.Output[str]:
|
|
1417
|
+
"""
|
|
1418
|
+
Unique FileSystem Identifier.
|
|
1419
|
+
"""
|
|
1420
|
+
return pulumi.get(self, "file_system_id")
|
|
1421
|
+
|
|
1422
|
+
@property
|
|
1423
|
+
@pulumi.getter(name="inheritedSizeInBytes")
|
|
1424
|
+
def inherited_size_in_bytes(self) -> pulumi.Output[float]:
|
|
1425
|
+
"""
|
|
1426
|
+
Space shared by short term clone volume with parent volume in bytes.
|
|
1427
|
+
"""
|
|
1428
|
+
return pulumi.get(self, "inherited_size_in_bytes")
|
|
1429
|
+
|
|
1430
|
+
@property
|
|
1431
|
+
@pulumi.getter(name="isDefaultQuotaEnabled")
|
|
1432
|
+
def is_default_quota_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
1433
|
+
"""
|
|
1434
|
+
Specifies if default quota is enabled for the volume.
|
|
1435
|
+
"""
|
|
1436
|
+
return pulumi.get(self, "is_default_quota_enabled")
|
|
1437
|
+
|
|
1438
|
+
@property
|
|
1439
|
+
@pulumi.getter(name="isLargeVolume")
|
|
1440
|
+
def is_large_volume(self) -> pulumi.Output[Optional[bool]]:
|
|
1441
|
+
"""
|
|
1442
|
+
Specifies whether volume is a Large Volume or Regular Volume.
|
|
1443
|
+
"""
|
|
1444
|
+
return pulumi.get(self, "is_large_volume")
|
|
1445
|
+
|
|
1446
|
+
@property
|
|
1447
|
+
@pulumi.getter(name="isRestoring")
|
|
1448
|
+
def is_restoring(self) -> pulumi.Output[Optional[bool]]:
|
|
1449
|
+
"""
|
|
1450
|
+
Restoring
|
|
1451
|
+
"""
|
|
1452
|
+
return pulumi.get(self, "is_restoring")
|
|
1453
|
+
|
|
1454
|
+
@property
|
|
1455
|
+
@pulumi.getter(name="kerberosEnabled")
|
|
1456
|
+
def kerberos_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
1457
|
+
"""
|
|
1458
|
+
Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
|
|
1459
|
+
"""
|
|
1460
|
+
return pulumi.get(self, "kerberos_enabled")
|
|
1461
|
+
|
|
1462
|
+
@property
|
|
1463
|
+
@pulumi.getter(name="keyVaultPrivateEndpointResourceId")
|
|
1464
|
+
def key_vault_private_endpoint_resource_id(self) -> pulumi.Output[Optional[str]]:
|
|
1465
|
+
"""
|
|
1466
|
+
The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
|
|
1467
|
+
"""
|
|
1468
|
+
return pulumi.get(self, "key_vault_private_endpoint_resource_id")
|
|
1469
|
+
|
|
1470
|
+
@property
|
|
1471
|
+
@pulumi.getter
|
|
1472
|
+
def language(self) -> pulumi.Output[Optional[str]]:
|
|
1473
|
+
"""
|
|
1474
|
+
Language supported for volume.
|
|
1475
|
+
"""
|
|
1476
|
+
return pulumi.get(self, "language")
|
|
1477
|
+
|
|
1478
|
+
@property
|
|
1479
|
+
@pulumi.getter(name="ldapEnabled")
|
|
1480
|
+
def ldap_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
1481
|
+
"""
|
|
1482
|
+
Specifies whether LDAP is enabled or not for a given NFS volume.
|
|
1483
|
+
"""
|
|
1484
|
+
return pulumi.get(self, "ldap_enabled")
|
|
1485
|
+
|
|
1486
|
+
@property
|
|
1487
|
+
@pulumi.getter
|
|
1488
|
+
def location(self) -> pulumi.Output[str]:
|
|
1489
|
+
"""
|
|
1490
|
+
The geo-location where the resource lives
|
|
1491
|
+
"""
|
|
1492
|
+
return pulumi.get(self, "location")
|
|
1493
|
+
|
|
1494
|
+
@property
|
|
1495
|
+
@pulumi.getter(name="maximumNumberOfFiles")
|
|
1496
|
+
def maximum_number_of_files(self) -> pulumi.Output[float]:
|
|
1497
|
+
"""
|
|
1498
|
+
Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB.
|
|
1499
|
+
"""
|
|
1500
|
+
return pulumi.get(self, "maximum_number_of_files")
|
|
1501
|
+
|
|
1502
|
+
@property
|
|
1503
|
+
@pulumi.getter(name="mountTargets")
|
|
1504
|
+
def mount_targets(self) -> pulumi.Output[Sequence['outputs.MountTargetPropertiesResponse']]:
|
|
1505
|
+
"""
|
|
1506
|
+
List of mount targets
|
|
1507
|
+
"""
|
|
1508
|
+
return pulumi.get(self, "mount_targets")
|
|
1509
|
+
|
|
1510
|
+
@property
|
|
1511
|
+
@pulumi.getter
|
|
1512
|
+
def name(self) -> pulumi.Output[str]:
|
|
1513
|
+
"""
|
|
1514
|
+
The name of the resource
|
|
1515
|
+
"""
|
|
1516
|
+
return pulumi.get(self, "name")
|
|
1517
|
+
|
|
1518
|
+
@property
|
|
1519
|
+
@pulumi.getter(name="networkFeatures")
|
|
1520
|
+
def network_features(self) -> pulumi.Output[Optional[str]]:
|
|
1521
|
+
"""
|
|
1522
|
+
The original value of the network features type available to the volume at the time it was created.
|
|
1523
|
+
"""
|
|
1524
|
+
return pulumi.get(self, "network_features")
|
|
1525
|
+
|
|
1526
|
+
@property
|
|
1527
|
+
@pulumi.getter(name="networkSiblingSetId")
|
|
1528
|
+
def network_sibling_set_id(self) -> pulumi.Output[str]:
|
|
1529
|
+
"""
|
|
1530
|
+
Network Sibling Set ID for the the group of volumes sharing networking resources.
|
|
1531
|
+
"""
|
|
1532
|
+
return pulumi.get(self, "network_sibling_set_id")
|
|
1533
|
+
|
|
1534
|
+
@property
|
|
1535
|
+
@pulumi.getter(name="originatingResourceId")
|
|
1536
|
+
def originating_resource_id(self) -> pulumi.Output[str]:
|
|
1537
|
+
"""
|
|
1538
|
+
Id of the snapshot or backup that the volume is restored from.
|
|
1539
|
+
"""
|
|
1540
|
+
return pulumi.get(self, "originating_resource_id")
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
@pulumi.getter(name="placementRules")
|
|
1544
|
+
def placement_rules(self) -> pulumi.Output[Optional[Sequence['outputs.PlacementKeyValuePairsResponse']]]:
|
|
1545
|
+
"""
|
|
1546
|
+
Application specific placement rules for the particular volume
|
|
1547
|
+
"""
|
|
1548
|
+
return pulumi.get(self, "placement_rules")
|
|
1549
|
+
|
|
1550
|
+
@property
|
|
1551
|
+
@pulumi.getter(name="protocolTypes")
|
|
1552
|
+
def protocol_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1553
|
+
"""
|
|
1554
|
+
Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
1555
|
+
"""
|
|
1556
|
+
return pulumi.get(self, "protocol_types")
|
|
1557
|
+
|
|
1558
|
+
@property
|
|
1559
|
+
@pulumi.getter(name="provisionedAvailabilityZone")
|
|
1560
|
+
def provisioned_availability_zone(self) -> pulumi.Output[str]:
|
|
1561
|
+
"""
|
|
1562
|
+
The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
|
|
1563
|
+
"""
|
|
1564
|
+
return pulumi.get(self, "provisioned_availability_zone")
|
|
1565
|
+
|
|
1566
|
+
@property
|
|
1567
|
+
@pulumi.getter(name="provisioningState")
|
|
1568
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
1569
|
+
"""
|
|
1570
|
+
Azure lifecycle management
|
|
1571
|
+
"""
|
|
1572
|
+
return pulumi.get(self, "provisioning_state")
|
|
1573
|
+
|
|
1574
|
+
@property
|
|
1575
|
+
@pulumi.getter(name="proximityPlacementGroup")
|
|
1576
|
+
def proximity_placement_group(self) -> pulumi.Output[Optional[str]]:
|
|
1577
|
+
"""
|
|
1578
|
+
Proximity placement group associated with the volume
|
|
1579
|
+
"""
|
|
1580
|
+
return pulumi.get(self, "proximity_placement_group")
|
|
1581
|
+
|
|
1582
|
+
@property
|
|
1583
|
+
@pulumi.getter(name="securityStyle")
|
|
1584
|
+
def security_style(self) -> pulumi.Output[Optional[str]]:
|
|
1585
|
+
"""
|
|
1586
|
+
The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
|
|
1587
|
+
"""
|
|
1588
|
+
return pulumi.get(self, "security_style")
|
|
1589
|
+
|
|
1590
|
+
@property
|
|
1591
|
+
@pulumi.getter(name="serviceLevel")
|
|
1592
|
+
def service_level(self) -> pulumi.Output[Optional[str]]:
|
|
1593
|
+
"""
|
|
1594
|
+
The service level of the file system
|
|
1595
|
+
"""
|
|
1596
|
+
return pulumi.get(self, "service_level")
|
|
1597
|
+
|
|
1598
|
+
@property
|
|
1599
|
+
@pulumi.getter(name="smbAccessBasedEnumeration")
|
|
1600
|
+
def smb_access_based_enumeration(self) -> pulumi.Output[Optional[str]]:
|
|
1601
|
+
"""
|
|
1602
|
+
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
1603
|
+
"""
|
|
1604
|
+
return pulumi.get(self, "smb_access_based_enumeration")
|
|
1605
|
+
|
|
1606
|
+
@property
|
|
1607
|
+
@pulumi.getter(name="smbContinuouslyAvailable")
|
|
1608
|
+
def smb_continuously_available(self) -> pulumi.Output[Optional[bool]]:
|
|
1609
|
+
"""
|
|
1610
|
+
Enables continuously available share property for smb volume. Only applicable for SMB volume
|
|
1611
|
+
"""
|
|
1612
|
+
return pulumi.get(self, "smb_continuously_available")
|
|
1613
|
+
|
|
1614
|
+
@property
|
|
1615
|
+
@pulumi.getter(name="smbEncryption")
|
|
1616
|
+
def smb_encryption(self) -> pulumi.Output[Optional[bool]]:
|
|
1617
|
+
"""
|
|
1618
|
+
Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
|
|
1619
|
+
"""
|
|
1620
|
+
return pulumi.get(self, "smb_encryption")
|
|
1621
|
+
|
|
1622
|
+
@property
|
|
1623
|
+
@pulumi.getter(name="smbNonBrowsable")
|
|
1624
|
+
def smb_non_browsable(self) -> pulumi.Output[Optional[str]]:
|
|
1625
|
+
"""
|
|
1626
|
+
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
|
|
1627
|
+
"""
|
|
1628
|
+
return pulumi.get(self, "smb_non_browsable")
|
|
1629
|
+
|
|
1630
|
+
@property
|
|
1631
|
+
@pulumi.getter(name="snapshotDirectoryVisible")
|
|
1632
|
+
def snapshot_directory_visible(self) -> pulumi.Output[Optional[bool]]:
|
|
1633
|
+
"""
|
|
1634
|
+
If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
|
|
1635
|
+
"""
|
|
1636
|
+
return pulumi.get(self, "snapshot_directory_visible")
|
|
1637
|
+
|
|
1638
|
+
@property
|
|
1639
|
+
@pulumi.getter(name="snapshotId")
|
|
1640
|
+
def snapshot_id(self) -> pulumi.Output[Optional[str]]:
|
|
1641
|
+
"""
|
|
1642
|
+
Resource identifier used to identify the Snapshot.
|
|
1643
|
+
"""
|
|
1644
|
+
return pulumi.get(self, "snapshot_id")
|
|
1645
|
+
|
|
1646
|
+
@property
|
|
1647
|
+
@pulumi.getter(name="storageToNetworkProximity")
|
|
1648
|
+
def storage_to_network_proximity(self) -> pulumi.Output[str]:
|
|
1649
|
+
"""
|
|
1650
|
+
Provides storage to network proximity information for the volume.
|
|
1651
|
+
"""
|
|
1652
|
+
return pulumi.get(self, "storage_to_network_proximity")
|
|
1653
|
+
|
|
1654
|
+
@property
|
|
1655
|
+
@pulumi.getter(name="subnetId")
|
|
1656
|
+
def subnet_id(self) -> pulumi.Output[str]:
|
|
1657
|
+
"""
|
|
1658
|
+
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
|
|
1659
|
+
"""
|
|
1660
|
+
return pulumi.get(self, "subnet_id")
|
|
1661
|
+
|
|
1662
|
+
@property
|
|
1663
|
+
@pulumi.getter(name="systemData")
|
|
1664
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
1665
|
+
"""
|
|
1666
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
1667
|
+
"""
|
|
1668
|
+
return pulumi.get(self, "system_data")
|
|
1669
|
+
|
|
1670
|
+
@property
|
|
1671
|
+
@pulumi.getter(name="t2Network")
|
|
1672
|
+
def t2_network(self) -> pulumi.Output[str]:
|
|
1673
|
+
"""
|
|
1674
|
+
T2 network information
|
|
1675
|
+
"""
|
|
1676
|
+
return pulumi.get(self, "t2_network")
|
|
1677
|
+
|
|
1678
|
+
@property
|
|
1679
|
+
@pulumi.getter
|
|
1680
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1681
|
+
"""
|
|
1682
|
+
Resource tags.
|
|
1683
|
+
"""
|
|
1684
|
+
return pulumi.get(self, "tags")
|
|
1685
|
+
|
|
1686
|
+
@property
|
|
1687
|
+
@pulumi.getter(name="throughputMibps")
|
|
1688
|
+
def throughput_mibps(self) -> pulumi.Output[Optional[float]]:
|
|
1689
|
+
return pulumi.get(self, "throughput_mibps")
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter
|
|
1693
|
+
def type(self) -> pulumi.Output[str]:
|
|
1694
|
+
"""
|
|
1695
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "type")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter(name="unixPermissions")
|
|
1701
|
+
def unix_permissions(self) -> pulumi.Output[Optional[str]]:
|
|
1702
|
+
"""
|
|
1703
|
+
UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. Avoid passing null value for unixPermissions in volume update operation, As per the behavior, If Null value is passed then user-visible unixPermissions value will became null, and user will not be able to get unixPermissions value. On safer side, actual unixPermissions value on volume will remain as its last saved value only.
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "unix_permissions")
|
|
1706
|
+
|
|
1707
|
+
@property
|
|
1708
|
+
@pulumi.getter(name="usageThreshold")
|
|
1709
|
+
def usage_threshold(self) -> pulumi.Output[float]:
|
|
1710
|
+
"""
|
|
1711
|
+
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 1PiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
|
|
1712
|
+
"""
|
|
1713
|
+
return pulumi.get(self, "usage_threshold")
|
|
1714
|
+
|
|
1715
|
+
@property
|
|
1716
|
+
@pulumi.getter(name="volumeGroupName")
|
|
1717
|
+
def volume_group_name(self) -> pulumi.Output[str]:
|
|
1718
|
+
"""
|
|
1719
|
+
Volume Group Name
|
|
1720
|
+
"""
|
|
1721
|
+
return pulumi.get(self, "volume_group_name")
|
|
1722
|
+
|
|
1723
|
+
@property
|
|
1724
|
+
@pulumi.getter(name="volumeSpecName")
|
|
1725
|
+
def volume_spec_name(self) -> pulumi.Output[Optional[str]]:
|
|
1726
|
+
"""
|
|
1727
|
+
Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
|
|
1728
|
+
"""
|
|
1729
|
+
return pulumi.get(self, "volume_spec_name")
|
|
1730
|
+
|
|
1731
|
+
@property
|
|
1732
|
+
@pulumi.getter(name="volumeType")
|
|
1733
|
+
def volume_type(self) -> pulumi.Output[Optional[str]]:
|
|
1734
|
+
"""
|
|
1735
|
+
What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
|
|
1736
|
+
"""
|
|
1737
|
+
return pulumi.get(self, "volume_type")
|
|
1738
|
+
|
|
1739
|
+
@property
|
|
1740
|
+
@pulumi.getter
|
|
1741
|
+
def zones(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1742
|
+
"""
|
|
1743
|
+
Availability Zone
|
|
1744
|
+
"""
|
|
1745
|
+
return pulumi.get(self, "zones")
|
|
1746
|
+
|