pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0a1754587761__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 +32 -0
- pulumi_azure_native/botservice/bot.py +9 -9
- pulumi_azure_native/botservice/channel.py +9 -9
- pulumi_azure_native/botservice/get_bot.py +3 -3
- pulumi_azure_native/botservice/get_channel.py +3 -3
- pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/confluent/connector.py +5 -1
- pulumi_azure_native/confluent/get_connector.py +4 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
- pulumi_azure_native/confluent/get_topic.py +4 -0
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
- pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
- pulumi_azure_native/confluent/topic.py +5 -1
- pulumi_azure_native/containerservice/__init__.py +2 -0
- pulumi_azure_native/containerservice/_inputs.py +74 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +246 -0
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/containerservice/outputs.py +185 -0
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/databox/get_job.py +2 -2
- pulumi_azure_native/databox/job.py +3 -3
- pulumi_azure_native/databox/list_job_credentials.py +2 -2
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/fileshares/__init__.py +16 -0
- pulumi_azure_native/fileshares/_enums.py +86 -0
- pulumi_azure_native/fileshares/_inputs.py +354 -0
- pulumi_azure_native/fileshares/file_share.py +274 -0
- pulumi_azure_native/fileshares/get_file_share.py +190 -0
- pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
- pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
- pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
- pulumi_azure_native/fileshares/outputs.py +999 -0
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
- pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
- pulumi_azure_native/mission/__init__.py +27 -0
- pulumi_azure_native/mission/_enums.py +412 -0
- pulumi_azure_native/mission/_inputs.py +1489 -0
- pulumi_azure_native/mission/approval.py +405 -0
- pulumi_azure_native/mission/community.py +554 -0
- pulumi_azure_native/mission/community_endpoint.py +320 -0
- pulumi_azure_native/mission/enclave_connection.py +396 -0
- pulumi_azure_native/mission/enclave_endpoint.py +320 -0
- pulumi_azure_native/mission/get_approval.py +264 -0
- pulumi_azure_native/mission/get_community.py +362 -0
- pulumi_azure_native/mission/get_community_endpoint.py +228 -0
- pulumi_azure_native/mission/get_enclave_connection.py +278 -0
- pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
- pulumi_azure_native/mission/get_transit_hub.py +242 -0
- pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
- pulumi_azure_native/mission/get_workload.py +228 -0
- pulumi_azure_native/mission/outputs.py +1611 -0
- pulumi_azure_native/mission/transit_hub.py +348 -0
- pulumi_azure_native/mission/virtual_enclave.py +566 -0
- pulumi_azure_native/mission/workload.py +317 -0
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +4 -0
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +5 -1
- pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +4 -0
- pulumi_azure_native/security/_enums.py +11 -0
- pulumi_azure_native/security/_inputs.py +78 -0
- pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
- pulumi_azure_native/security/get_private_link.py +218 -0
- pulumi_azure_native/security/outputs.py +327 -0
- pulumi_azure_native/security/private_endpoint_connection.py +268 -0
- pulumi_azure_native/security/private_link.py +273 -0
- 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/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_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/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/servicebus/disaster_recovery_config.py +3 -3
- pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
- pulumi_azure_native/servicebus/get_migration_config.py +2 -2
- pulumi_azure_native/servicebus/get_namespace.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
- pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/servicebus/get_queue.py +2 -2
- pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/get_rule.py +2 -2
- pulumi_azure_native/servicebus/get_subscription.py +2 -2
- pulumi_azure_native/servicebus/get_topic.py +2 -2
- pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
- pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
- pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
- pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
- pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
- pulumi_azure_native/servicebus/migration_config.py +3 -3
- pulumi_azure_native/servicebus/namespace.py +3 -3
- pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
- pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
- pulumi_azure_native/servicebus/queue.py +3 -3
- pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
- pulumi_azure_native/servicebus/rule.py +3 -3
- pulumi_azure_native/servicebus/subscription.py +3 -3
- pulumi_azure_native/servicebus/topic.py +3 -3
- pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/RECORD +289 -254
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,999 @@
|
|
|
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 builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
from . import outputs
|
|
18
|
+
from ._enums import *
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
'FileShareLimitsOutputResponse',
|
|
22
|
+
'FileShareLimitsResponse',
|
|
23
|
+
'FileSharePropertiesResponse',
|
|
24
|
+
'FileShareProvisioningConstantsResponse',
|
|
25
|
+
'FileShareProvisioningRecommendationOutputResponse',
|
|
26
|
+
'FileShareUsageDataOutputResponse',
|
|
27
|
+
'LiveSharesUsageDataResponse',
|
|
28
|
+
'NfsProtocolPropertiesResponse',
|
|
29
|
+
'PrivateEndpointConnectionResponse',
|
|
30
|
+
'PrivateEndpointResponse',
|
|
31
|
+
'PrivateLinkServiceConnectionStateResponse',
|
|
32
|
+
'PublicAccessPropertiesResponse',
|
|
33
|
+
'SystemDataResponse',
|
|
34
|
+
]
|
|
35
|
+
|
|
36
|
+
@pulumi.output_type
|
|
37
|
+
class FileShareLimitsOutputResponse(dict):
|
|
38
|
+
"""
|
|
39
|
+
File share limits API result.
|
|
40
|
+
"""
|
|
41
|
+
def __init__(__self__, *,
|
|
42
|
+
limits: 'outputs.FileShareLimitsResponse',
|
|
43
|
+
provisioning_constants: 'outputs.FileShareProvisioningConstantsResponse'):
|
|
44
|
+
"""
|
|
45
|
+
File share limits API result.
|
|
46
|
+
:param 'FileShareLimitsResponse' limits: The limits for the file share.
|
|
47
|
+
:param 'FileShareProvisioningConstantsResponse' provisioning_constants: The provisioning constants for the file share.
|
|
48
|
+
"""
|
|
49
|
+
pulumi.set(__self__, "limits", limits)
|
|
50
|
+
pulumi.set(__self__, "provisioning_constants", provisioning_constants)
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter
|
|
54
|
+
def limits(self) -> 'outputs.FileShareLimitsResponse':
|
|
55
|
+
"""
|
|
56
|
+
The limits for the file share.
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "limits")
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter(name="provisioningConstants")
|
|
62
|
+
def provisioning_constants(self) -> 'outputs.FileShareProvisioningConstantsResponse':
|
|
63
|
+
"""
|
|
64
|
+
The provisioning constants for the file share.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "provisioning_constants")
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
@pulumi.output_type
|
|
70
|
+
class FileShareLimitsResponse(dict):
|
|
71
|
+
"""
|
|
72
|
+
File share-related limits in the specified subscription/location.
|
|
73
|
+
"""
|
|
74
|
+
def __init__(__self__, *,
|
|
75
|
+
max_file_share_private_endpoint_connections: builtins.int,
|
|
76
|
+
max_file_share_snapshots: builtins.int,
|
|
77
|
+
max_file_share_subnets: builtins.int,
|
|
78
|
+
max_file_shares: builtins.int,
|
|
79
|
+
max_provisioned_io_per_sec: builtins.int,
|
|
80
|
+
max_provisioned_storage_gi_b: builtins.int,
|
|
81
|
+
max_provisioned_throughput_mi_b_per_sec: builtins.int,
|
|
82
|
+
min_provisioned_io_per_sec: builtins.int,
|
|
83
|
+
min_provisioned_storage_gi_b: builtins.int,
|
|
84
|
+
min_provisioned_throughput_mi_b_per_sec: builtins.int):
|
|
85
|
+
"""
|
|
86
|
+
File share-related limits in the specified subscription/location.
|
|
87
|
+
:param builtins.int max_file_share_private_endpoint_connections: The maximum number of private endpoint connections allowed for a file share.
|
|
88
|
+
:param builtins.int max_file_share_snapshots: The maximum number of snapshots allowed per file share.
|
|
89
|
+
:param builtins.int max_file_share_subnets: The maximum number of subnets that can be associated with a file share.
|
|
90
|
+
:param builtins.int max_file_shares: The maximum number of file shares that can be created.
|
|
91
|
+
:param builtins.int max_provisioned_io_per_sec: The maximum provisioned IOPS (Input/Output Operations Per Second) for a file share.
|
|
92
|
+
:param builtins.int max_provisioned_storage_gi_b: The maximum provisioned storage in GiB for a file share.
|
|
93
|
+
:param builtins.int max_provisioned_throughput_mi_b_per_sec: The maximum provisioned throughput in MiB/s for a file share.
|
|
94
|
+
:param builtins.int min_provisioned_io_per_sec: The minimum provisioned IOPS (Input/Output Operations Per Second) for a file share.
|
|
95
|
+
:param builtins.int min_provisioned_storage_gi_b: The minimum provisioned storage in GiB for a file share.
|
|
96
|
+
:param builtins.int min_provisioned_throughput_mi_b_per_sec: The minimum provisioned throughput in MiB/s for a file share.
|
|
97
|
+
"""
|
|
98
|
+
pulumi.set(__self__, "max_file_share_private_endpoint_connections", max_file_share_private_endpoint_connections)
|
|
99
|
+
pulumi.set(__self__, "max_file_share_snapshots", max_file_share_snapshots)
|
|
100
|
+
pulumi.set(__self__, "max_file_share_subnets", max_file_share_subnets)
|
|
101
|
+
pulumi.set(__self__, "max_file_shares", max_file_shares)
|
|
102
|
+
pulumi.set(__self__, "max_provisioned_io_per_sec", max_provisioned_io_per_sec)
|
|
103
|
+
pulumi.set(__self__, "max_provisioned_storage_gi_b", max_provisioned_storage_gi_b)
|
|
104
|
+
pulumi.set(__self__, "max_provisioned_throughput_mi_b_per_sec", max_provisioned_throughput_mi_b_per_sec)
|
|
105
|
+
pulumi.set(__self__, "min_provisioned_io_per_sec", min_provisioned_io_per_sec)
|
|
106
|
+
pulumi.set(__self__, "min_provisioned_storage_gi_b", min_provisioned_storage_gi_b)
|
|
107
|
+
pulumi.set(__self__, "min_provisioned_throughput_mi_b_per_sec", min_provisioned_throughput_mi_b_per_sec)
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="maxFileSharePrivateEndpointConnections")
|
|
111
|
+
def max_file_share_private_endpoint_connections(self) -> builtins.int:
|
|
112
|
+
"""
|
|
113
|
+
The maximum number of private endpoint connections allowed for a file share.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "max_file_share_private_endpoint_connections")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="maxFileShareSnapshots")
|
|
119
|
+
def max_file_share_snapshots(self) -> builtins.int:
|
|
120
|
+
"""
|
|
121
|
+
The maximum number of snapshots allowed per file share.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "max_file_share_snapshots")
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="maxFileShareSubnets")
|
|
127
|
+
def max_file_share_subnets(self) -> builtins.int:
|
|
128
|
+
"""
|
|
129
|
+
The maximum number of subnets that can be associated with a file share.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "max_file_share_subnets")
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="maxFileShares")
|
|
135
|
+
def max_file_shares(self) -> builtins.int:
|
|
136
|
+
"""
|
|
137
|
+
The maximum number of file shares that can be created.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "max_file_shares")
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="maxProvisionedIOPerSec")
|
|
143
|
+
def max_provisioned_io_per_sec(self) -> builtins.int:
|
|
144
|
+
"""
|
|
145
|
+
The maximum provisioned IOPS (Input/Output Operations Per Second) for a file share.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "max_provisioned_io_per_sec")
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="maxProvisionedStorageGiB")
|
|
151
|
+
def max_provisioned_storage_gi_b(self) -> builtins.int:
|
|
152
|
+
"""
|
|
153
|
+
The maximum provisioned storage in GiB for a file share.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "max_provisioned_storage_gi_b")
|
|
156
|
+
|
|
157
|
+
@property
|
|
158
|
+
@pulumi.getter(name="maxProvisionedThroughputMiBPerSec")
|
|
159
|
+
def max_provisioned_throughput_mi_b_per_sec(self) -> builtins.int:
|
|
160
|
+
"""
|
|
161
|
+
The maximum provisioned throughput in MiB/s for a file share.
|
|
162
|
+
"""
|
|
163
|
+
return pulumi.get(self, "max_provisioned_throughput_mi_b_per_sec")
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="minProvisionedIOPerSec")
|
|
167
|
+
def min_provisioned_io_per_sec(self) -> builtins.int:
|
|
168
|
+
"""
|
|
169
|
+
The minimum provisioned IOPS (Input/Output Operations Per Second) for a file share.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "min_provisioned_io_per_sec")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="minProvisionedStorageGiB")
|
|
175
|
+
def min_provisioned_storage_gi_b(self) -> builtins.int:
|
|
176
|
+
"""
|
|
177
|
+
The minimum provisioned storage in GiB for a file share.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "min_provisioned_storage_gi_b")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="minProvisionedThroughputMiBPerSec")
|
|
183
|
+
def min_provisioned_throughput_mi_b_per_sec(self) -> builtins.int:
|
|
184
|
+
"""
|
|
185
|
+
The minimum provisioned throughput in MiB/s for a file share.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "min_provisioned_throughput_mi_b_per_sec")
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
@pulumi.output_type
|
|
191
|
+
class FileSharePropertiesResponse(dict):
|
|
192
|
+
"""
|
|
193
|
+
File share properties
|
|
194
|
+
"""
|
|
195
|
+
@staticmethod
|
|
196
|
+
def __key_warning(key: str):
|
|
197
|
+
suggest = None
|
|
198
|
+
if key == "hostName":
|
|
199
|
+
suggest = "host_name"
|
|
200
|
+
elif key == "includedBurstIOPerSec":
|
|
201
|
+
suggest = "included_burst_io_per_sec"
|
|
202
|
+
elif key == "maxBurstIOPerSecCredits":
|
|
203
|
+
suggest = "max_burst_io_per_sec_credits"
|
|
204
|
+
elif key == "privateEndpointConnections":
|
|
205
|
+
suggest = "private_endpoint_connections"
|
|
206
|
+
elif key == "provisionedIOPerSecNextAllowedDowngrade":
|
|
207
|
+
suggest = "provisioned_io_per_sec_next_allowed_downgrade"
|
|
208
|
+
elif key == "provisionedStorageNextAllowedDowngrade":
|
|
209
|
+
suggest = "provisioned_storage_next_allowed_downgrade"
|
|
210
|
+
elif key == "provisionedThroughputNextAllowedDowngrade":
|
|
211
|
+
suggest = "provisioned_throughput_next_allowed_downgrade"
|
|
212
|
+
elif key == "provisioningState":
|
|
213
|
+
suggest = "provisioning_state"
|
|
214
|
+
elif key == "mediaTier":
|
|
215
|
+
suggest = "media_tier"
|
|
216
|
+
elif key == "mountName":
|
|
217
|
+
suggest = "mount_name"
|
|
218
|
+
elif key == "nfsProtocolProperties":
|
|
219
|
+
suggest = "nfs_protocol_properties"
|
|
220
|
+
elif key == "provisionedIOPerSec":
|
|
221
|
+
suggest = "provisioned_io_per_sec"
|
|
222
|
+
elif key == "provisionedStorageGiB":
|
|
223
|
+
suggest = "provisioned_storage_gi_b"
|
|
224
|
+
elif key == "provisionedThroughputMiBPerSec":
|
|
225
|
+
suggest = "provisioned_throughput_mi_b_per_sec"
|
|
226
|
+
elif key == "publicAccessProperties":
|
|
227
|
+
suggest = "public_access_properties"
|
|
228
|
+
elif key == "publicNetworkAccess":
|
|
229
|
+
suggest = "public_network_access"
|
|
230
|
+
|
|
231
|
+
if suggest:
|
|
232
|
+
pulumi.log.warn(f"Key '{key}' not found in FileSharePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
233
|
+
|
|
234
|
+
def __getitem__(self, key: str) -> Any:
|
|
235
|
+
FileSharePropertiesResponse.__key_warning(key)
|
|
236
|
+
return super().__getitem__(key)
|
|
237
|
+
|
|
238
|
+
def get(self, key: str, default = None) -> Any:
|
|
239
|
+
FileSharePropertiesResponse.__key_warning(key)
|
|
240
|
+
return super().get(key, default)
|
|
241
|
+
|
|
242
|
+
def __init__(__self__, *,
|
|
243
|
+
host_name: builtins.str,
|
|
244
|
+
included_burst_io_per_sec: builtins.int,
|
|
245
|
+
max_burst_io_per_sec_credits: builtins.float,
|
|
246
|
+
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
|
|
247
|
+
provisioned_io_per_sec_next_allowed_downgrade: builtins.str,
|
|
248
|
+
provisioned_storage_next_allowed_downgrade: builtins.str,
|
|
249
|
+
provisioned_throughput_next_allowed_downgrade: builtins.str,
|
|
250
|
+
provisioning_state: builtins.str,
|
|
251
|
+
media_tier: Optional[builtins.str] = None,
|
|
252
|
+
mount_name: Optional[builtins.str] = None,
|
|
253
|
+
nfs_protocol_properties: Optional['outputs.NfsProtocolPropertiesResponse'] = None,
|
|
254
|
+
protocol: Optional[builtins.str] = None,
|
|
255
|
+
provisioned_io_per_sec: Optional[builtins.int] = None,
|
|
256
|
+
provisioned_storage_gi_b: Optional[builtins.int] = None,
|
|
257
|
+
provisioned_throughput_mi_b_per_sec: Optional[builtins.int] = None,
|
|
258
|
+
public_access_properties: Optional['outputs.PublicAccessPropertiesResponse'] = None,
|
|
259
|
+
public_network_access: Optional[builtins.str] = None,
|
|
260
|
+
redundancy: Optional[builtins.str] = None):
|
|
261
|
+
"""
|
|
262
|
+
File share properties
|
|
263
|
+
:param builtins.str host_name: The host name of the file share.
|
|
264
|
+
:param builtins.int included_burst_io_per_sec: Burst IOPS are extra buffer IOPS enabling you to consume more than your provisioned IOPS for a short period of time, depending on the burst credits available for your share.
|
|
265
|
+
:param builtins.float max_burst_io_per_sec_credits: Max burst IOPS credits shows the maximum number of burst credits the share can have at the current IOPS provisioning level.
|
|
266
|
+
:param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The list of associated private endpoint connections.
|
|
267
|
+
:param builtins.str provisioned_io_per_sec_next_allowed_downgrade: A date/time value that specifies when the provisioned IOPS for the file share is permitted to be reduced.
|
|
268
|
+
:param builtins.str provisioned_storage_next_allowed_downgrade: A date/time value that specifies when the provisioned storage for the file share is permitted to be reduced.
|
|
269
|
+
:param builtins.str provisioned_throughput_next_allowed_downgrade: A date/time value that specifies when the provisioned throughput for the file share is permitted to be reduced.
|
|
270
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
271
|
+
:param builtins.str media_tier: The storage media tier of the file share.
|
|
272
|
+
:param builtins.str mount_name: The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system.
|
|
273
|
+
:param 'NfsProtocolPropertiesResponse' nfs_protocol_properties: Protocol settings specific NFS.
|
|
274
|
+
:param builtins.str protocol: The file sharing protocol for this file share.
|
|
275
|
+
:param builtins.int provisioned_io_per_sec: The provisioned IO / sec of the share.
|
|
276
|
+
:param builtins.int provisioned_storage_gi_b: The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage.
|
|
277
|
+
:param builtins.int provisioned_throughput_mi_b_per_sec: The provisioned throughput / sec of the share.
|
|
278
|
+
:param 'PublicAccessPropertiesResponse' public_access_properties: The set of properties for control public access.
|
|
279
|
+
:param builtins.str public_network_access: Gets or sets allow or disallow public network access to azure managed file share
|
|
280
|
+
:param builtins.str redundancy: The chosen redundancy level of the file share.
|
|
281
|
+
"""
|
|
282
|
+
pulumi.set(__self__, "host_name", host_name)
|
|
283
|
+
pulumi.set(__self__, "included_burst_io_per_sec", included_burst_io_per_sec)
|
|
284
|
+
pulumi.set(__self__, "max_burst_io_per_sec_credits", max_burst_io_per_sec_credits)
|
|
285
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
286
|
+
pulumi.set(__self__, "provisioned_io_per_sec_next_allowed_downgrade", provisioned_io_per_sec_next_allowed_downgrade)
|
|
287
|
+
pulumi.set(__self__, "provisioned_storage_next_allowed_downgrade", provisioned_storage_next_allowed_downgrade)
|
|
288
|
+
pulumi.set(__self__, "provisioned_throughput_next_allowed_downgrade", provisioned_throughput_next_allowed_downgrade)
|
|
289
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
290
|
+
if media_tier is not None:
|
|
291
|
+
pulumi.set(__self__, "media_tier", media_tier)
|
|
292
|
+
if mount_name is not None:
|
|
293
|
+
pulumi.set(__self__, "mount_name", mount_name)
|
|
294
|
+
if nfs_protocol_properties is not None:
|
|
295
|
+
pulumi.set(__self__, "nfs_protocol_properties", nfs_protocol_properties)
|
|
296
|
+
if protocol is not None:
|
|
297
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
298
|
+
if provisioned_io_per_sec is not None:
|
|
299
|
+
pulumi.set(__self__, "provisioned_io_per_sec", provisioned_io_per_sec)
|
|
300
|
+
if provisioned_storage_gi_b is not None:
|
|
301
|
+
pulumi.set(__self__, "provisioned_storage_gi_b", provisioned_storage_gi_b)
|
|
302
|
+
if provisioned_throughput_mi_b_per_sec is not None:
|
|
303
|
+
pulumi.set(__self__, "provisioned_throughput_mi_b_per_sec", provisioned_throughput_mi_b_per_sec)
|
|
304
|
+
if public_access_properties is not None:
|
|
305
|
+
pulumi.set(__self__, "public_access_properties", public_access_properties)
|
|
306
|
+
if public_network_access is not None:
|
|
307
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
308
|
+
if redundancy is not None:
|
|
309
|
+
pulumi.set(__self__, "redundancy", redundancy)
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter(name="hostName")
|
|
313
|
+
def host_name(self) -> builtins.str:
|
|
314
|
+
"""
|
|
315
|
+
The host name of the file share.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "host_name")
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="includedBurstIOPerSec")
|
|
321
|
+
def included_burst_io_per_sec(self) -> builtins.int:
|
|
322
|
+
"""
|
|
323
|
+
Burst IOPS are extra buffer IOPS enabling you to consume more than your provisioned IOPS for a short period of time, depending on the burst credits available for your share.
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "included_burst_io_per_sec")
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="maxBurstIOPerSecCredits")
|
|
329
|
+
def max_burst_io_per_sec_credits(self) -> builtins.float:
|
|
330
|
+
"""
|
|
331
|
+
Max burst IOPS credits shows the maximum number of burst credits the share can have at the current IOPS provisioning level.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "max_burst_io_per_sec_credits")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
337
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
338
|
+
"""
|
|
339
|
+
The list of associated private endpoint connections.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter(name="provisionedIOPerSecNextAllowedDowngrade")
|
|
345
|
+
def provisioned_io_per_sec_next_allowed_downgrade(self) -> builtins.str:
|
|
346
|
+
"""
|
|
347
|
+
A date/time value that specifies when the provisioned IOPS for the file share is permitted to be reduced.
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "provisioned_io_per_sec_next_allowed_downgrade")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter(name="provisionedStorageNextAllowedDowngrade")
|
|
353
|
+
def provisioned_storage_next_allowed_downgrade(self) -> builtins.str:
|
|
354
|
+
"""
|
|
355
|
+
A date/time value that specifies when the provisioned storage for the file share is permitted to be reduced.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "provisioned_storage_next_allowed_downgrade")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="provisionedThroughputNextAllowedDowngrade")
|
|
361
|
+
def provisioned_throughput_next_allowed_downgrade(self) -> builtins.str:
|
|
362
|
+
"""
|
|
363
|
+
A date/time value that specifies when the provisioned throughput for the file share is permitted to be reduced.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "provisioned_throughput_next_allowed_downgrade")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="provisioningState")
|
|
369
|
+
def provisioning_state(self) -> builtins.str:
|
|
370
|
+
"""
|
|
371
|
+
The status of the last operation.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "provisioning_state")
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
@pulumi.getter(name="mediaTier")
|
|
377
|
+
def media_tier(self) -> Optional[builtins.str]:
|
|
378
|
+
"""
|
|
379
|
+
The storage media tier of the file share.
|
|
380
|
+
"""
|
|
381
|
+
return pulumi.get(self, "media_tier")
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
@pulumi.getter(name="mountName")
|
|
385
|
+
def mount_name(self) -> Optional[builtins.str]:
|
|
386
|
+
"""
|
|
387
|
+
The name of the file share as seen by the end user when mounting the share, such as in a URI or UNC format in their operating system.
|
|
388
|
+
"""
|
|
389
|
+
return pulumi.get(self, "mount_name")
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
@pulumi.getter(name="nfsProtocolProperties")
|
|
393
|
+
def nfs_protocol_properties(self) -> Optional['outputs.NfsProtocolPropertiesResponse']:
|
|
394
|
+
"""
|
|
395
|
+
Protocol settings specific NFS.
|
|
396
|
+
"""
|
|
397
|
+
return pulumi.get(self, "nfs_protocol_properties")
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
@pulumi.getter
|
|
401
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
402
|
+
"""
|
|
403
|
+
The file sharing protocol for this file share.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "protocol")
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="provisionedIOPerSec")
|
|
409
|
+
def provisioned_io_per_sec(self) -> Optional[builtins.int]:
|
|
410
|
+
"""
|
|
411
|
+
The provisioned IO / sec of the share.
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "provisioned_io_per_sec")
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
@pulumi.getter(name="provisionedStorageGiB")
|
|
417
|
+
def provisioned_storage_gi_b(self) -> Optional[builtins.int]:
|
|
418
|
+
"""
|
|
419
|
+
The provisioned storage size of the share in GiB (1 GiB is 1024^3 bytes or 1073741824 bytes). A component of the file share's bill is the provisioned storage, regardless of the amount of used storage.
|
|
420
|
+
"""
|
|
421
|
+
return pulumi.get(self, "provisioned_storage_gi_b")
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="provisionedThroughputMiBPerSec")
|
|
425
|
+
def provisioned_throughput_mi_b_per_sec(self) -> Optional[builtins.int]:
|
|
426
|
+
"""
|
|
427
|
+
The provisioned throughput / sec of the share.
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "provisioned_throughput_mi_b_per_sec")
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="publicAccessProperties")
|
|
433
|
+
def public_access_properties(self) -> Optional['outputs.PublicAccessPropertiesResponse']:
|
|
434
|
+
"""
|
|
435
|
+
The set of properties for control public access.
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "public_access_properties")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
441
|
+
def public_network_access(self) -> Optional[builtins.str]:
|
|
442
|
+
"""
|
|
443
|
+
Gets or sets allow or disallow public network access to azure managed file share
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "public_network_access")
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter
|
|
449
|
+
def redundancy(self) -> Optional[builtins.str]:
|
|
450
|
+
"""
|
|
451
|
+
The chosen redundancy level of the file share.
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "redundancy")
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
@pulumi.output_type
|
|
457
|
+
class FileShareProvisioningConstantsResponse(dict):
|
|
458
|
+
"""
|
|
459
|
+
Constants used for calculating recommended values of file share provisioning properties.
|
|
460
|
+
"""
|
|
461
|
+
def __init__(__self__, *,
|
|
462
|
+
base_io_per_sec: builtins.int,
|
|
463
|
+
base_throughput_mi_b_per_sec: builtins.int,
|
|
464
|
+
scalar_io_per_sec: builtins.float,
|
|
465
|
+
scalar_throughput_mi_b_per_sec: builtins.float):
|
|
466
|
+
"""
|
|
467
|
+
Constants used for calculating recommended values of file share provisioning properties.
|
|
468
|
+
:param builtins.int base_io_per_sec: Base IO per second.
|
|
469
|
+
:param builtins.int base_throughput_mi_b_per_sec: Base throughput in MiB per second.
|
|
470
|
+
:param builtins.float scalar_io_per_sec: Scalar IO per second.
|
|
471
|
+
:param builtins.float scalar_throughput_mi_b_per_sec: Scalar throughput in MiB per second.
|
|
472
|
+
"""
|
|
473
|
+
pulumi.set(__self__, "base_io_per_sec", base_io_per_sec)
|
|
474
|
+
pulumi.set(__self__, "base_throughput_mi_b_per_sec", base_throughput_mi_b_per_sec)
|
|
475
|
+
pulumi.set(__self__, "scalar_io_per_sec", scalar_io_per_sec)
|
|
476
|
+
pulumi.set(__self__, "scalar_throughput_mi_b_per_sec", scalar_throughput_mi_b_per_sec)
|
|
477
|
+
|
|
478
|
+
@property
|
|
479
|
+
@pulumi.getter(name="baseIOPerSec")
|
|
480
|
+
def base_io_per_sec(self) -> builtins.int:
|
|
481
|
+
"""
|
|
482
|
+
Base IO per second.
|
|
483
|
+
"""
|
|
484
|
+
return pulumi.get(self, "base_io_per_sec")
|
|
485
|
+
|
|
486
|
+
@property
|
|
487
|
+
@pulumi.getter(name="baseThroughputMiBPerSec")
|
|
488
|
+
def base_throughput_mi_b_per_sec(self) -> builtins.int:
|
|
489
|
+
"""
|
|
490
|
+
Base throughput in MiB per second.
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "base_throughput_mi_b_per_sec")
|
|
493
|
+
|
|
494
|
+
@property
|
|
495
|
+
@pulumi.getter(name="scalarIOPerSec")
|
|
496
|
+
def scalar_io_per_sec(self) -> builtins.float:
|
|
497
|
+
"""
|
|
498
|
+
Scalar IO per second.
|
|
499
|
+
"""
|
|
500
|
+
return pulumi.get(self, "scalar_io_per_sec")
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="scalarThroughputMiBPerSec")
|
|
504
|
+
def scalar_throughput_mi_b_per_sec(self) -> builtins.float:
|
|
505
|
+
"""
|
|
506
|
+
Scalar throughput in MiB per second.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "scalar_throughput_mi_b_per_sec")
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
@pulumi.output_type
|
|
512
|
+
class FileShareProvisioningRecommendationOutputResponse(dict):
|
|
513
|
+
"""
|
|
514
|
+
File share provisioning parameters recommendation API result.
|
|
515
|
+
"""
|
|
516
|
+
def __init__(__self__, *,
|
|
517
|
+
available_redundancy_options: Sequence[builtins.str],
|
|
518
|
+
provisioned_io_per_sec: builtins.int,
|
|
519
|
+
provisioned_throughput_mi_b_per_sec: builtins.int):
|
|
520
|
+
"""
|
|
521
|
+
File share provisioning parameters recommendation API result.
|
|
522
|
+
:param Sequence[builtins.str] available_redundancy_options: Redundancy options for the share.
|
|
523
|
+
:param builtins.int provisioned_io_per_sec: The recommended value of provisioned IO / sec of the share.
|
|
524
|
+
:param builtins.int provisioned_throughput_mi_b_per_sec: The recommended value of provisioned throughput / sec of the share.
|
|
525
|
+
"""
|
|
526
|
+
pulumi.set(__self__, "available_redundancy_options", available_redundancy_options)
|
|
527
|
+
pulumi.set(__self__, "provisioned_io_per_sec", provisioned_io_per_sec)
|
|
528
|
+
pulumi.set(__self__, "provisioned_throughput_mi_b_per_sec", provisioned_throughput_mi_b_per_sec)
|
|
529
|
+
|
|
530
|
+
@property
|
|
531
|
+
@pulumi.getter(name="availableRedundancyOptions")
|
|
532
|
+
def available_redundancy_options(self) -> Sequence[builtins.str]:
|
|
533
|
+
"""
|
|
534
|
+
Redundancy options for the share.
|
|
535
|
+
"""
|
|
536
|
+
return pulumi.get(self, "available_redundancy_options")
|
|
537
|
+
|
|
538
|
+
@property
|
|
539
|
+
@pulumi.getter(name="provisionedIOPerSec")
|
|
540
|
+
def provisioned_io_per_sec(self) -> builtins.int:
|
|
541
|
+
"""
|
|
542
|
+
The recommended value of provisioned IO / sec of the share.
|
|
543
|
+
"""
|
|
544
|
+
return pulumi.get(self, "provisioned_io_per_sec")
|
|
545
|
+
|
|
546
|
+
@property
|
|
547
|
+
@pulumi.getter(name="provisionedThroughputMiBPerSec")
|
|
548
|
+
def provisioned_throughput_mi_b_per_sec(self) -> builtins.int:
|
|
549
|
+
"""
|
|
550
|
+
The recommended value of provisioned throughput / sec of the share.
|
|
551
|
+
"""
|
|
552
|
+
return pulumi.get(self, "provisioned_throughput_mi_b_per_sec")
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
@pulumi.output_type
|
|
556
|
+
class FileShareUsageDataOutputResponse(dict):
|
|
557
|
+
"""
|
|
558
|
+
File shares usage result.
|
|
559
|
+
"""
|
|
560
|
+
def __init__(__self__, *,
|
|
561
|
+
live_shares: 'outputs.LiveSharesUsageDataResponse'):
|
|
562
|
+
"""
|
|
563
|
+
File shares usage result.
|
|
564
|
+
:param 'LiveSharesUsageDataResponse' live_shares: File share usage data for active file shares.
|
|
565
|
+
"""
|
|
566
|
+
pulumi.set(__self__, "live_shares", live_shares)
|
|
567
|
+
|
|
568
|
+
@property
|
|
569
|
+
@pulumi.getter(name="liveShares")
|
|
570
|
+
def live_shares(self) -> 'outputs.LiveSharesUsageDataResponse':
|
|
571
|
+
"""
|
|
572
|
+
File share usage data for active file shares.
|
|
573
|
+
"""
|
|
574
|
+
return pulumi.get(self, "live_shares")
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
@pulumi.output_type
|
|
578
|
+
class LiveSharesUsageDataResponse(dict):
|
|
579
|
+
"""
|
|
580
|
+
Usage data for live shares.
|
|
581
|
+
"""
|
|
582
|
+
def __init__(__self__, *,
|
|
583
|
+
file_share_count: builtins.int):
|
|
584
|
+
"""
|
|
585
|
+
Usage data for live shares.
|
|
586
|
+
:param builtins.int file_share_count: The number of active file shares.
|
|
587
|
+
"""
|
|
588
|
+
pulumi.set(__self__, "file_share_count", file_share_count)
|
|
589
|
+
|
|
590
|
+
@property
|
|
591
|
+
@pulumi.getter(name="fileShareCount")
|
|
592
|
+
def file_share_count(self) -> builtins.int:
|
|
593
|
+
"""
|
|
594
|
+
The number of active file shares.
|
|
595
|
+
"""
|
|
596
|
+
return pulumi.get(self, "file_share_count")
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
@pulumi.output_type
|
|
600
|
+
class NfsProtocolPropertiesResponse(dict):
|
|
601
|
+
"""
|
|
602
|
+
Properties specific to the NFS protocol.
|
|
603
|
+
"""
|
|
604
|
+
@staticmethod
|
|
605
|
+
def __key_warning(key: str):
|
|
606
|
+
suggest = None
|
|
607
|
+
if key == "rootSquash":
|
|
608
|
+
suggest = "root_squash"
|
|
609
|
+
|
|
610
|
+
if suggest:
|
|
611
|
+
pulumi.log.warn(f"Key '{key}' not found in NfsProtocolPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
612
|
+
|
|
613
|
+
def __getitem__(self, key: str) -> Any:
|
|
614
|
+
NfsProtocolPropertiesResponse.__key_warning(key)
|
|
615
|
+
return super().__getitem__(key)
|
|
616
|
+
|
|
617
|
+
def get(self, key: str, default = None) -> Any:
|
|
618
|
+
NfsProtocolPropertiesResponse.__key_warning(key)
|
|
619
|
+
return super().get(key, default)
|
|
620
|
+
|
|
621
|
+
def __init__(__self__, *,
|
|
622
|
+
root_squash: Optional[builtins.str] = None):
|
|
623
|
+
"""
|
|
624
|
+
Properties specific to the NFS protocol.
|
|
625
|
+
:param builtins.str root_squash: Root squash defines how root users on clients are mapped to the NFS share.
|
|
626
|
+
"""
|
|
627
|
+
if root_squash is not None:
|
|
628
|
+
pulumi.set(__self__, "root_squash", root_squash)
|
|
629
|
+
|
|
630
|
+
@property
|
|
631
|
+
@pulumi.getter(name="rootSquash")
|
|
632
|
+
def root_squash(self) -> Optional[builtins.str]:
|
|
633
|
+
"""
|
|
634
|
+
Root squash defines how root users on clients are mapped to the NFS share.
|
|
635
|
+
"""
|
|
636
|
+
return pulumi.get(self, "root_squash")
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
@pulumi.output_type
|
|
640
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
641
|
+
"""
|
|
642
|
+
The private endpoint connection resource.
|
|
643
|
+
"""
|
|
644
|
+
@staticmethod
|
|
645
|
+
def __key_warning(key: str):
|
|
646
|
+
suggest = None
|
|
647
|
+
if key == "groupIds":
|
|
648
|
+
suggest = "group_ids"
|
|
649
|
+
elif key == "privateLinkServiceConnectionState":
|
|
650
|
+
suggest = "private_link_service_connection_state"
|
|
651
|
+
elif key == "provisioningState":
|
|
652
|
+
suggest = "provisioning_state"
|
|
653
|
+
elif key == "systemData":
|
|
654
|
+
suggest = "system_data"
|
|
655
|
+
elif key == "privateEndpoint":
|
|
656
|
+
suggest = "private_endpoint"
|
|
657
|
+
|
|
658
|
+
if suggest:
|
|
659
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
660
|
+
|
|
661
|
+
def __getitem__(self, key: str) -> Any:
|
|
662
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
663
|
+
return super().__getitem__(key)
|
|
664
|
+
|
|
665
|
+
def get(self, key: str, default = None) -> Any:
|
|
666
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
667
|
+
return super().get(key, default)
|
|
668
|
+
|
|
669
|
+
def __init__(__self__, *,
|
|
670
|
+
group_ids: Sequence[builtins.str],
|
|
671
|
+
id: builtins.str,
|
|
672
|
+
name: builtins.str,
|
|
673
|
+
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
674
|
+
provisioning_state: builtins.str,
|
|
675
|
+
system_data: 'outputs.SystemDataResponse',
|
|
676
|
+
type: builtins.str,
|
|
677
|
+
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
|
|
678
|
+
"""
|
|
679
|
+
The private endpoint connection resource.
|
|
680
|
+
:param Sequence[builtins.str] group_ids: The group ids for the private endpoint resource.
|
|
681
|
+
:param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
682
|
+
:param builtins.str name: The name of the resource
|
|
683
|
+
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
684
|
+
:param builtins.str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
685
|
+
:param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
686
|
+
:param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
687
|
+
:param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
|
|
688
|
+
"""
|
|
689
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
690
|
+
pulumi.set(__self__, "id", id)
|
|
691
|
+
pulumi.set(__self__, "name", name)
|
|
692
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
693
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
694
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
695
|
+
pulumi.set(__self__, "type", type)
|
|
696
|
+
if private_endpoint is not None:
|
|
697
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
@pulumi.getter(name="groupIds")
|
|
701
|
+
def group_ids(self) -> Sequence[builtins.str]:
|
|
702
|
+
"""
|
|
703
|
+
The group ids for the private endpoint resource.
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "group_ids")
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
@pulumi.getter
|
|
709
|
+
def id(self) -> builtins.str:
|
|
710
|
+
"""
|
|
711
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "id")
|
|
714
|
+
|
|
715
|
+
@property
|
|
716
|
+
@pulumi.getter
|
|
717
|
+
def name(self) -> builtins.str:
|
|
718
|
+
"""
|
|
719
|
+
The name of the resource
|
|
720
|
+
"""
|
|
721
|
+
return pulumi.get(self, "name")
|
|
722
|
+
|
|
723
|
+
@property
|
|
724
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
725
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
726
|
+
"""
|
|
727
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
728
|
+
"""
|
|
729
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
@pulumi.getter(name="provisioningState")
|
|
733
|
+
def provisioning_state(self) -> builtins.str:
|
|
734
|
+
"""
|
|
735
|
+
The provisioning state of the private endpoint connection resource.
|
|
736
|
+
"""
|
|
737
|
+
return pulumi.get(self, "provisioning_state")
|
|
738
|
+
|
|
739
|
+
@property
|
|
740
|
+
@pulumi.getter(name="systemData")
|
|
741
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
742
|
+
"""
|
|
743
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
744
|
+
"""
|
|
745
|
+
return pulumi.get(self, "system_data")
|
|
746
|
+
|
|
747
|
+
@property
|
|
748
|
+
@pulumi.getter
|
|
749
|
+
def type(self) -> builtins.str:
|
|
750
|
+
"""
|
|
751
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
752
|
+
"""
|
|
753
|
+
return pulumi.get(self, "type")
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
@pulumi.getter(name="privateEndpoint")
|
|
757
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
758
|
+
"""
|
|
759
|
+
The private endpoint resource.
|
|
760
|
+
"""
|
|
761
|
+
return pulumi.get(self, "private_endpoint")
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
@pulumi.output_type
|
|
765
|
+
class PrivateEndpointResponse(dict):
|
|
766
|
+
"""
|
|
767
|
+
The private endpoint resource.
|
|
768
|
+
"""
|
|
769
|
+
def __init__(__self__, *,
|
|
770
|
+
id: builtins.str):
|
|
771
|
+
"""
|
|
772
|
+
The private endpoint resource.
|
|
773
|
+
:param builtins.str id: The ARM identifier for private endpoint.
|
|
774
|
+
"""
|
|
775
|
+
pulumi.set(__self__, "id", id)
|
|
776
|
+
|
|
777
|
+
@property
|
|
778
|
+
@pulumi.getter
|
|
779
|
+
def id(self) -> builtins.str:
|
|
780
|
+
"""
|
|
781
|
+
The ARM identifier for private endpoint.
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "id")
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
@pulumi.output_type
|
|
787
|
+
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
788
|
+
"""
|
|
789
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
790
|
+
"""
|
|
791
|
+
@staticmethod
|
|
792
|
+
def __key_warning(key: str):
|
|
793
|
+
suggest = None
|
|
794
|
+
if key == "actionsRequired":
|
|
795
|
+
suggest = "actions_required"
|
|
796
|
+
|
|
797
|
+
if suggest:
|
|
798
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
799
|
+
|
|
800
|
+
def __getitem__(self, key: str) -> Any:
|
|
801
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
802
|
+
return super().__getitem__(key)
|
|
803
|
+
|
|
804
|
+
def get(self, key: str, default = None) -> Any:
|
|
805
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
806
|
+
return super().get(key, default)
|
|
807
|
+
|
|
808
|
+
def __init__(__self__, *,
|
|
809
|
+
actions_required: Optional[builtins.str] = None,
|
|
810
|
+
description: Optional[builtins.str] = None,
|
|
811
|
+
status: Optional[builtins.str] = None):
|
|
812
|
+
"""
|
|
813
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
814
|
+
:param builtins.str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
815
|
+
:param builtins.str description: The reason for approval/rejection of the connection.
|
|
816
|
+
:param builtins.str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
817
|
+
"""
|
|
818
|
+
if actions_required is not None:
|
|
819
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
820
|
+
if description is not None:
|
|
821
|
+
pulumi.set(__self__, "description", description)
|
|
822
|
+
if status is not None:
|
|
823
|
+
pulumi.set(__self__, "status", status)
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter(name="actionsRequired")
|
|
827
|
+
def actions_required(self) -> Optional[builtins.str]:
|
|
828
|
+
"""
|
|
829
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "actions_required")
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
@pulumi.getter
|
|
835
|
+
def description(self) -> Optional[builtins.str]:
|
|
836
|
+
"""
|
|
837
|
+
The reason for approval/rejection of the connection.
|
|
838
|
+
"""
|
|
839
|
+
return pulumi.get(self, "description")
|
|
840
|
+
|
|
841
|
+
@property
|
|
842
|
+
@pulumi.getter
|
|
843
|
+
def status(self) -> Optional[builtins.str]:
|
|
844
|
+
"""
|
|
845
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
846
|
+
"""
|
|
847
|
+
return pulumi.get(self, "status")
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
@pulumi.output_type
|
|
851
|
+
class PublicAccessPropertiesResponse(dict):
|
|
852
|
+
"""
|
|
853
|
+
The set of properties for control public access.
|
|
854
|
+
"""
|
|
855
|
+
@staticmethod
|
|
856
|
+
def __key_warning(key: str):
|
|
857
|
+
suggest = None
|
|
858
|
+
if key == "allowedSubnets":
|
|
859
|
+
suggest = "allowed_subnets"
|
|
860
|
+
|
|
861
|
+
if suggest:
|
|
862
|
+
pulumi.log.warn(f"Key '{key}' not found in PublicAccessPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
863
|
+
|
|
864
|
+
def __getitem__(self, key: str) -> Any:
|
|
865
|
+
PublicAccessPropertiesResponse.__key_warning(key)
|
|
866
|
+
return super().__getitem__(key)
|
|
867
|
+
|
|
868
|
+
def get(self, key: str, default = None) -> Any:
|
|
869
|
+
PublicAccessPropertiesResponse.__key_warning(key)
|
|
870
|
+
return super().get(key, default)
|
|
871
|
+
|
|
872
|
+
def __init__(__self__, *,
|
|
873
|
+
allowed_subnets: Optional[Sequence[builtins.str]] = None):
|
|
874
|
+
"""
|
|
875
|
+
The set of properties for control public access.
|
|
876
|
+
:param Sequence[builtins.str] allowed_subnets: The allowed set of subnets when access is restricted.
|
|
877
|
+
"""
|
|
878
|
+
if allowed_subnets is not None:
|
|
879
|
+
pulumi.set(__self__, "allowed_subnets", allowed_subnets)
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter(name="allowedSubnets")
|
|
883
|
+
def allowed_subnets(self) -> Optional[Sequence[builtins.str]]:
|
|
884
|
+
"""
|
|
885
|
+
The allowed set of subnets when access is restricted.
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "allowed_subnets")
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
@pulumi.output_type
|
|
891
|
+
class SystemDataResponse(dict):
|
|
892
|
+
"""
|
|
893
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
894
|
+
"""
|
|
895
|
+
@staticmethod
|
|
896
|
+
def __key_warning(key: str):
|
|
897
|
+
suggest = None
|
|
898
|
+
if key == "createdAt":
|
|
899
|
+
suggest = "created_at"
|
|
900
|
+
elif key == "createdBy":
|
|
901
|
+
suggest = "created_by"
|
|
902
|
+
elif key == "createdByType":
|
|
903
|
+
suggest = "created_by_type"
|
|
904
|
+
elif key == "lastModifiedAt":
|
|
905
|
+
suggest = "last_modified_at"
|
|
906
|
+
elif key == "lastModifiedBy":
|
|
907
|
+
suggest = "last_modified_by"
|
|
908
|
+
elif key == "lastModifiedByType":
|
|
909
|
+
suggest = "last_modified_by_type"
|
|
910
|
+
|
|
911
|
+
if suggest:
|
|
912
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
913
|
+
|
|
914
|
+
def __getitem__(self, key: str) -> Any:
|
|
915
|
+
SystemDataResponse.__key_warning(key)
|
|
916
|
+
return super().__getitem__(key)
|
|
917
|
+
|
|
918
|
+
def get(self, key: str, default = None) -> Any:
|
|
919
|
+
SystemDataResponse.__key_warning(key)
|
|
920
|
+
return super().get(key, default)
|
|
921
|
+
|
|
922
|
+
def __init__(__self__, *,
|
|
923
|
+
created_at: Optional[builtins.str] = None,
|
|
924
|
+
created_by: Optional[builtins.str] = None,
|
|
925
|
+
created_by_type: Optional[builtins.str] = None,
|
|
926
|
+
last_modified_at: Optional[builtins.str] = None,
|
|
927
|
+
last_modified_by: Optional[builtins.str] = None,
|
|
928
|
+
last_modified_by_type: Optional[builtins.str] = None):
|
|
929
|
+
"""
|
|
930
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
931
|
+
:param builtins.str created_at: The timestamp of resource creation (UTC).
|
|
932
|
+
:param builtins.str created_by: The identity that created the resource.
|
|
933
|
+
:param builtins.str created_by_type: The type of identity that created the resource.
|
|
934
|
+
:param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
|
|
935
|
+
:param builtins.str last_modified_by: The identity that last modified the resource.
|
|
936
|
+
:param builtins.str last_modified_by_type: The type of identity that last modified the resource.
|
|
937
|
+
"""
|
|
938
|
+
if created_at is not None:
|
|
939
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
940
|
+
if created_by is not None:
|
|
941
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
942
|
+
if created_by_type is not None:
|
|
943
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
944
|
+
if last_modified_at is not None:
|
|
945
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
946
|
+
if last_modified_by is not None:
|
|
947
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
948
|
+
if last_modified_by_type is not None:
|
|
949
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
950
|
+
|
|
951
|
+
@property
|
|
952
|
+
@pulumi.getter(name="createdAt")
|
|
953
|
+
def created_at(self) -> Optional[builtins.str]:
|
|
954
|
+
"""
|
|
955
|
+
The timestamp of resource creation (UTC).
|
|
956
|
+
"""
|
|
957
|
+
return pulumi.get(self, "created_at")
|
|
958
|
+
|
|
959
|
+
@property
|
|
960
|
+
@pulumi.getter(name="createdBy")
|
|
961
|
+
def created_by(self) -> Optional[builtins.str]:
|
|
962
|
+
"""
|
|
963
|
+
The identity that created the resource.
|
|
964
|
+
"""
|
|
965
|
+
return pulumi.get(self, "created_by")
|
|
966
|
+
|
|
967
|
+
@property
|
|
968
|
+
@pulumi.getter(name="createdByType")
|
|
969
|
+
def created_by_type(self) -> Optional[builtins.str]:
|
|
970
|
+
"""
|
|
971
|
+
The type of identity that created the resource.
|
|
972
|
+
"""
|
|
973
|
+
return pulumi.get(self, "created_by_type")
|
|
974
|
+
|
|
975
|
+
@property
|
|
976
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
977
|
+
def last_modified_at(self) -> Optional[builtins.str]:
|
|
978
|
+
"""
|
|
979
|
+
The timestamp of resource last modification (UTC)
|
|
980
|
+
"""
|
|
981
|
+
return pulumi.get(self, "last_modified_at")
|
|
982
|
+
|
|
983
|
+
@property
|
|
984
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
985
|
+
def last_modified_by(self) -> Optional[builtins.str]:
|
|
986
|
+
"""
|
|
987
|
+
The identity that last modified the resource.
|
|
988
|
+
"""
|
|
989
|
+
return pulumi.get(self, "last_modified_by")
|
|
990
|
+
|
|
991
|
+
@property
|
|
992
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
993
|
+
def last_modified_by_type(self) -> Optional[builtins.str]:
|
|
994
|
+
"""
|
|
995
|
+
The type of identity that last modified the resource.
|
|
996
|
+
"""
|
|
997
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
998
|
+
|
|
999
|
+
|