pulumi-azure-native 2.22.2a1703025967__py3-none-any.whl → 2.22.2a1703061934__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 +237 -1
- pulumi_azure_native/apimanagement/__init__.py +5 -0
- pulumi_azure_native/apimanagement/_enums.py +15 -0
- pulumi_azure_native/apimanagement/api.py +3 -3
- pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/api_issue.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
- pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
- pulumi_azure_native/apimanagement/api_management_service.py +3 -3
- pulumi_azure_native/apimanagement/api_operation.py +3 -3
- pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_policy.py +3 -3
- pulumi_azure_native/apimanagement/api_release.py +3 -3
- pulumi_azure_native/apimanagement/api_schema.py +3 -3
- pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
- pulumi_azure_native/apimanagement/api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/api_wiki.py +3 -3
- pulumi_azure_native/apimanagement/authorization.py +3 -3
- pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
- pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
- pulumi_azure_native/apimanagement/authorization_server.py +3 -3
- pulumi_azure_native/apimanagement/backend.py +3 -3
- pulumi_azure_native/apimanagement/cache.py +3 -3
- pulumi_azure_native/apimanagement/certificate.py +3 -3
- pulumi_azure_native/apimanagement/content_item.py +3 -3
- pulumi_azure_native/apimanagement/content_type.py +3 -3
- pulumi_azure_native/apimanagement/diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/documentation.py +3 -3
- pulumi_azure_native/apimanagement/email_template.py +3 -3
- pulumi_azure_native/apimanagement/gateway.py +3 -3
- pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
- pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
- pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
- pulumi_azure_native/apimanagement/get_api.py +2 -2
- pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
- pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
- pulumi_azure_native/apimanagement/get_backend.py +2 -2
- pulumi_azure_native/apimanagement/get_cache.py +2 -2
- pulumi_azure_native/apimanagement/get_certificate.py +2 -2
- pulumi_azure_native/apimanagement/get_content_item.py +2 -2
- pulumi_azure_native/apimanagement/get_content_type.py +2 -2
- pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
- pulumi_azure_native/apimanagement/get_documentation.py +2 -2
- pulumi_azure_native/apimanagement/get_email_template.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
- pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
- pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
- pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_group.py +2 -2
- pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_logger.py +2 -2
- pulumi_azure_native/apimanagement/get_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
- pulumi_azure_native/apimanagement/get_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_policy_restriction.py +137 -0
- pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
- pulumi_azure_native/apimanagement/get_product.py +2 -2
- pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
- pulumi_azure_native/apimanagement/get_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/get_user.py +2 -2
- pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
- pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
- pulumi_azure_native/apimanagement/global_schema.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
- pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
- pulumi_azure_native/apimanagement/group.py +3 -3
- pulumi_azure_native/apimanagement/group_user.py +3 -3
- pulumi_azure_native/apimanagement/identity_provider.py +3 -3
- pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +4 -0
- pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
- pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
- pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
- pulumi_azure_native/apimanagement/logger.py +3 -3
- pulumi_azure_native/apimanagement/named_value.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
- pulumi_azure_native/apimanagement/policy.py +3 -3
- pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/policy_restriction.py +239 -0
- pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
- pulumi_azure_native/apimanagement/product.py +3 -3
- pulumi_azure_native/apimanagement/product_api.py +3 -3
- pulumi_azure_native/apimanagement/product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/product_group.py +3 -3
- pulumi_azure_native/apimanagement/product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/product_policy.py +3 -3
- pulumi_azure_native/apimanagement/product_wiki.py +3 -3
- pulumi_azure_native/apimanagement/schema.py +1 -1
- pulumi_azure_native/apimanagement/subscription.py +3 -3
- pulumi_azure_native/apimanagement/tag.py +3 -3
- pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
- pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
- pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
- pulumi_azure_native/apimanagement/user.py +3 -3
- pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
- pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/__init__.py +189 -0
- pulumi_azure_native/apimanagement/v20230501preview/_enums.py +817 -0
- pulumi_azure_native/apimanagement/v20230501preview/_inputs.py +3005 -0
- pulumi_azure_native/apimanagement/v20230501preview/api.py +893 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +489 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +353 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +306 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +305 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1062 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +432 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_release.py +253 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +322 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +302 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +322 -0
- pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +206 -0
- pulumi_azure_native/apimanagement/v20230501preview/authorization.py +343 -0
- pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +303 -0
- pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +263 -0
- pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +704 -0
- pulumi_azure_native/apimanagement/v20230501preview/backend.py +509 -0
- pulumi_azure_native/apimanagement/v20230501preview/cache.py +292 -0
- pulumi_azure_native/apimanagement/v20230501preview/certificate.py +275 -0
- pulumi_azure_native/apimanagement/v20230501preview/content_item.py +224 -0
- pulumi_azure_native/apimanagement/v20230501preview/content_type.py +300 -0
- pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +468 -0
- pulumi_azure_native/apimanagement/v20230501preview/documentation.py +232 -0
- pulumi_azure_native/apimanagement/v20230501preview/email_template.py +331 -0
- pulumi_azure_native/apimanagement/v20230501preview/gateway.py +234 -0
- pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +436 -0
- pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +224 -0
- pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +369 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api.py +396 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_diagnostic.py +245 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_issue.py +197 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_issue_attachment.py +158 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_issue_comment.py +158 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_management_service.py +625 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_management_service_domain_ownership_identifier.py +64 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_management_service_sso_token.py +78 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_operation.py +219 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_operation_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_release.py +166 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_schema.py +179 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_tag_description.py +179 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_version_set.py +174 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_api_wiki.py +123 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_authorization.py +180 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_authorization_access_policy.py +158 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_authorization_login_link_post.py +93 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_authorization_provider.py +149 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_authorization_server.py +344 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_backend.py +250 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_cache.py +161 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_certificate.py +162 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_content_item.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_content_type.py +148 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_diagnostic.py +240 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_documentation.py +135 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_email_template.py +188 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_gateway.py +136 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_gateway_certificate_authority.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_gateway_hostname_configuration.py +192 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_global_schema.py +161 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_graph_ql_api_resolver.py +153 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_graph_ql_api_resolver_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_group.py +161 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_identity_provider.py +239 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_logger.py +175 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_named_value.py +188 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_open_id_connect_provider.py +200 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_policy.py +140 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_policy_fragment.py +166 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_policy_restriction.py +135 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_private_endpoint_connection_by_name.py +149 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_product.py +200 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_product_api_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_product_group_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_product_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_product_wiki.py +123 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_subscription.py +278 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag.py +122 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag_api_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag_by_api.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag_by_operation.py +132 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag_by_product.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag_operation_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_tag_product_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_user.py +214 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_user_shared_access_token.py +94 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace.py +135 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api.py +401 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api_operation.py +224 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api_operation_policy.py +155 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api_release.py +171 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api_schema.py +184 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_api_version_set.py +179 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_global_schema.py +166 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_group.py +166 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_named_value.py +193 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_policy_fragment.py +171 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_product.py +205 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_product_api_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_product_group_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_product_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_subscription.py +283 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_tag.py +127 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_tag_api_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_tag_operation_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230501preview/get_workspace_tag_product_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +273 -0
- pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +282 -0
- pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230501preview/group.py +292 -0
- pulumi_azure_native/apimanagement/v20230501preview/group_user.py +276 -0
- pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +486 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_authorization_server_secrets.py +109 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_gateway_debug_credentials.py +99 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_gateway_keys.py +96 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_identity_provider_secrets.py +83 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_named_value.py +83 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_open_id_connect_provider_secrets.py +83 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_policy_fragment_references.py +120 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_subscription_secrets.py +96 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_tenant_access_secrets.py +135 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_workspace_named_value.py +88 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_workspace_policy_fragment_references.py +125 -0
- pulumi_azure_native/apimanagement/v20230501preview/list_workspace_subscription_secrets.py +101 -0
- pulumi_azure_native/apimanagement/v20230501preview/logger.py +325 -0
- pulumi_azure_native/apimanagement/v20230501preview/named_value.py +332 -0
- pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +204 -0
- pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +204 -0
- pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +380 -0
- pulumi_azure_native/apimanagement/v20230501preview/outputs.py +3633 -0
- pulumi_azure_native/apimanagement/v20230501preview/policy.py +238 -0
- pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +277 -0
- pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +237 -0
- pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +247 -0
- pulumi_azure_native/apimanagement/v20230501preview/product.py +379 -0
- pulumi_azure_native/apimanagement/v20230501preview/product_api.py +416 -0
- pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/product_group.py +235 -0
- pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +206 -0
- pulumi_azure_native/apimanagement/v20230501preview/subscription.py +486 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag.py +204 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +205 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +226 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +205 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/user.py +458 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace.py +233 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +914 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +453 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +301 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +274 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +343 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +343 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +294 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +313 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +297 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +353 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +298 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +400 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +507 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +225 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +246 -0
- pulumi_azure_native/apimanagement/workspace.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
- pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group.py +3 -3
- pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
- pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
- pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
- pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
- pulumi_azure_native/appplatform/__init__.py +3 -0
- pulumi_azure_native/appplatform/api_portal.py +3 -3
- pulumi_azure_native/appplatform/api_portal_custom_domain.py +3 -3
- pulumi_azure_native/appplatform/apm.py +3 -3
- pulumi_azure_native/appplatform/app.py +3 -3
- pulumi_azure_native/appplatform/application_accelerator.py +3 -3
- pulumi_azure_native/appplatform/application_live_view.py +3 -3
- pulumi_azure_native/appplatform/binding.py +3 -3
- pulumi_azure_native/appplatform/build_service_agent_pool.py +3 -3
- pulumi_azure_native/appplatform/build_service_build.py +3 -3
- pulumi_azure_native/appplatform/build_service_builder.py +3 -3
- pulumi_azure_native/appplatform/buildpack_binding.py +3 -3
- pulumi_azure_native/appplatform/certificate.py +3 -3
- pulumi_azure_native/appplatform/config_server.py +3 -3
- pulumi_azure_native/appplatform/configuration_service.py +3 -3
- pulumi_azure_native/appplatform/container_registry.py +3 -3
- pulumi_azure_native/appplatform/custom_domain.py +3 -3
- pulumi_azure_native/appplatform/customized_accelerator.py +3 -3
- pulumi_azure_native/appplatform/deployment.py +3 -3
- pulumi_azure_native/appplatform/dev_tool_portal.py +3 -3
- pulumi_azure_native/appplatform/gateway.py +3 -3
- pulumi_azure_native/appplatform/gateway_custom_domain.py +3 -3
- pulumi_azure_native/appplatform/gateway_route_config.py +3 -3
- pulumi_azure_native/appplatform/get_api_portal.py +2 -2
- pulumi_azure_native/appplatform/get_api_portal_custom_domain.py +2 -2
- pulumi_azure_native/appplatform/get_apm.py +2 -2
- pulumi_azure_native/appplatform/get_app.py +2 -2
- pulumi_azure_native/appplatform/get_app_resource_upload_url.py +2 -2
- pulumi_azure_native/appplatform/get_application_accelerator.py +2 -2
- pulumi_azure_native/appplatform/get_application_live_view.py +2 -2
- pulumi_azure_native/appplatform/get_binding.py +2 -2
- pulumi_azure_native/appplatform/get_build_service_agent_pool.py +2 -2
- pulumi_azure_native/appplatform/get_build_service_build.py +2 -2
- pulumi_azure_native/appplatform/get_build_service_build_result_log.py +2 -2
- pulumi_azure_native/appplatform/get_build_service_builder.py +2 -2
- pulumi_azure_native/appplatform/get_build_service_resource_upload_url.py +2 -2
- pulumi_azure_native/appplatform/get_buildpack_binding.py +2 -2
- pulumi_azure_native/appplatform/get_certificate.py +2 -2
- pulumi_azure_native/appplatform/get_config_server.py +2 -2
- pulumi_azure_native/appplatform/get_configuration_service.py +2 -2
- pulumi_azure_native/appplatform/get_container_registry.py +2 -2
- pulumi_azure_native/appplatform/get_custom_domain.py +2 -2
- pulumi_azure_native/appplatform/get_customized_accelerator.py +2 -2
- pulumi_azure_native/appplatform/get_deployment.py +2 -2
- pulumi_azure_native/appplatform/get_deployment_log_file_url.py +2 -2
- pulumi_azure_native/appplatform/get_deployment_remote_debugging_config.py +2 -2
- pulumi_azure_native/appplatform/get_dev_tool_portal.py +2 -2
- pulumi_azure_native/appplatform/get_gateway.py +2 -2
- pulumi_azure_native/appplatform/get_gateway_custom_domain.py +2 -2
- pulumi_azure_native/appplatform/get_gateway_route_config.py +2 -2
- pulumi_azure_native/appplatform/get_monitoring_setting.py +2 -2
- pulumi_azure_native/appplatform/get_service.py +2 -2
- pulumi_azure_native/appplatform/get_service_registry.py +2 -2
- pulumi_azure_native/appplatform/get_storage.py +2 -2
- pulumi_azure_native/appplatform/list_apm_secret_keys.py +2 -2
- pulumi_azure_native/appplatform/list_build_service_builder_deployments.py +2 -2
- pulumi_azure_native/appplatform/list_service_globally_enabled_apms.py +2 -2
- pulumi_azure_native/appplatform/list_service_test_keys.py +2 -2
- pulumi_azure_native/appplatform/monitoring_setting.py +3 -3
- pulumi_azure_native/appplatform/service.py +3 -3
- pulumi_azure_native/appplatform/service_registry.py +3 -3
- pulumi_azure_native/appplatform/storage.py +3 -3
- pulumi_azure_native/appplatform/v20210601preview/certificate.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/api_portal.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/api_portal_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/apm.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/app.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/application_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/application_live_view.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/binding.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/build_service_agent_pool.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/build_service_build.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/build_service_builder.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/buildpack_binding.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/certificate.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/config_server.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/configuration_service.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/container_registry.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/customized_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/deployment.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/dev_tool_portal.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/gateway.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/gateway_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/gateway_route_config.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/monitoring_setting.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/service.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/service_registry.py +1 -1
- pulumi_azure_native/appplatform/v20230501preview/storage.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/api_portal.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/api_portal_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/apm.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/app.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/application_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/application_live_view.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/binding.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/build_service_agent_pool.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/build_service_build.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/build_service_builder.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/buildpack_binding.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/certificate.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/config_server.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/configuration_service.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/container_registry.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/customized_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/deployment.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/dev_tool_portal.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/gateway.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/gateway_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/gateway_route_config.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/monitoring_setting.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/service.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/service_registry.py +1 -1
- pulumi_azure_native/appplatform/v20230701preview/storage.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/api_portal.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/api_portal_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/apm.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/app.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/application_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/application_live_view.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/binding.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/build_service_agent_pool.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/build_service_build.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/build_service_builder.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/buildpack_binding.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/certificate.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/config_server.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/configuration_service.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/container_registry.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/customized_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/deployment.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/dev_tool_portal.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/gateway.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/gateway_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/gateway_route_config.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/monitoring_setting.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/service.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/service_registry.py +1 -1
- pulumi_azure_native/appplatform/v20230901preview/storage.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/api_portal.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/api_portal_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/apm.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/app.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/application_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/application_live_view.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/binding.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/build_service_agent_pool.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/build_service_build.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/build_service_builder.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/buildpack_binding.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/certificate.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/config_server.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/configuration_service.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/container_registry.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/customized_accelerator.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/deployment.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/dev_tool_portal.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/gateway.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/gateway_custom_domain.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/gateway_route_config.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/monitoring_setting.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/service.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/service_registry.py +1 -1
- pulumi_azure_native/appplatform/v20231101preview/storage.py +1 -1
- pulumi_azure_native/appplatform/v20231201/__init__.py +71 -0
- pulumi_azure_native/appplatform/v20231201/_enums.py +173 -0
- pulumi_azure_native/appplatform/v20231201/_inputs.py +5715 -0
- pulumi_azure_native/appplatform/v20231201/api_portal.py +245 -0
- pulumi_azure_native/appplatform/v20231201/api_portal_custom_domain.py +236 -0
- pulumi_azure_native/appplatform/v20231201/apm.py +215 -0
- pulumi_azure_native/appplatform/v20231201/app.py +274 -0
- pulumi_azure_native/appplatform/v20231201/application_accelerator.py +225 -0
- pulumi_azure_native/appplatform/v20231201/application_live_view.py +195 -0
- pulumi_azure_native/appplatform/v20231201/binding.py +236 -0
- pulumi_azure_native/appplatform/v20231201/build_service_agent_pool.py +236 -0
- pulumi_azure_native/appplatform/v20231201/build_service_build.py +236 -0
- pulumi_azure_native/appplatform/v20231201/build_service_builder.py +236 -0
- pulumi_azure_native/appplatform/v20231201/buildpack_binding.py +258 -0
- pulumi_azure_native/appplatform/v20231201/certificate.py +216 -0
- pulumi_azure_native/appplatform/v20231201/config_server.py +195 -0
- pulumi_azure_native/appplatform/v20231201/configuration_service.py +216 -0
- pulumi_azure_native/appplatform/v20231201/container_registry.py +215 -0
- pulumi_azure_native/appplatform/v20231201/custom_domain.py +236 -0
- pulumi_azure_native/appplatform/v20231201/customized_accelerator.py +266 -0
- pulumi_azure_native/appplatform/v20231201/deployment.py +266 -0
- pulumi_azure_native/appplatform/v20231201/dev_tool_portal.py +216 -0
- pulumi_azure_native/appplatform/v20231201/gateway.py +245 -0
- pulumi_azure_native/appplatform/v20231201/gateway_custom_domain.py +236 -0
- pulumi_azure_native/appplatform/v20231201/gateway_route_config.py +237 -0
- pulumi_azure_native/appplatform/v20231201/get_api_portal.py +149 -0
- pulumi_azure_native/appplatform/v20231201/get_api_portal_custom_domain.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_apm.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_app.py +167 -0
- pulumi_azure_native/appplatform/v20231201/get_app_resource_upload_url.py +96 -0
- pulumi_azure_native/appplatform/v20231201/get_application_accelerator.py +149 -0
- pulumi_azure_native/appplatform/v20231201/get_application_live_view.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_binding.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_build_service_agent_pool.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_build_service_build.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_build_service_build_result_log.py +93 -0
- pulumi_azure_native/appplatform/v20231201/get_build_service_builder.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_build_service_resource_upload_url.py +96 -0
- pulumi_azure_native/appplatform/v20231201/get_buildpack_binding.py +146 -0
- pulumi_azure_native/appplatform/v20231201/get_certificate.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_config_server.py +131 -0
- pulumi_azure_native/appplatform/v20231201/get_configuration_service.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_container_registry.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_custom_domain.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_customized_accelerator.py +154 -0
- pulumi_azure_native/appplatform/v20231201/get_deployment.py +154 -0
- pulumi_azure_native/appplatform/v20231201/get_deployment_log_file_url.py +88 -0
- pulumi_azure_native/appplatform/v20231201/get_deployment_remote_debugging_config.py +101 -0
- pulumi_azure_native/appplatform/v20231201/get_dev_tool_portal.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_gateway.py +149 -0
- pulumi_azure_native/appplatform/v20231201/get_gateway_custom_domain.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_gateway_route_config.py +141 -0
- pulumi_azure_native/appplatform/v20231201/get_monitoring_setting.py +131 -0
- pulumi_azure_native/appplatform/v20231201/get_service.py +170 -0
- pulumi_azure_native/appplatform/v20231201/get_service_registry.py +136 -0
- pulumi_azure_native/appplatform/v20231201/get_storage.py +136 -0
- pulumi_azure_native/appplatform/v20231201/list_apm_secret_keys.py +83 -0
- pulumi_azure_native/appplatform/v20231201/list_build_service_builder_deployments.py +88 -0
- pulumi_azure_native/appplatform/v20231201/list_service_globally_enabled_apms.py +78 -0
- pulumi_azure_native/appplatform/v20231201/list_service_test_keys.py +130 -0
- pulumi_azure_native/appplatform/v20231201/monitoring_setting.py +195 -0
- pulumi_azure_native/appplatform/v20231201/outputs.py +8280 -0
- pulumi_azure_native/appplatform/v20231201/service.py +281 -0
- pulumi_azure_native/appplatform/v20231201/service_registry.py +195 -0
- pulumi_azure_native/appplatform/v20231201/storage.py +215 -0
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/disk.py +3 -3
- pulumi_azure_native/compute/disk_access.py +3 -3
- pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +3 -3
- pulumi_azure_native/compute/disk_encryption_set.py +3 -3
- pulumi_azure_native/compute/get_disk.py +2 -2
- pulumi_azure_native/compute/get_disk_access.py +2 -2
- pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +2 -2
- pulumi_azure_native/compute/get_disk_encryption_set.py +2 -2
- pulumi_azure_native/compute/get_snapshot.py +2 -2
- pulumi_azure_native/compute/snapshot.py +3 -3
- pulumi_azure_native/compute/v20220702/disk.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20220702/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20220702/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230102/disk.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230102/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230102/snapshot.py +1 -1
- pulumi_azure_native/compute/v20230402/disk.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_access_a_private_endpoint_connection.py +1 -1
- pulumi_azure_native/compute/v20230402/disk_encryption_set.py +1 -1
- pulumi_azure_native/compute/v20230402/snapshot.py +1 -1
- pulumi_azure_native/compute/v20231002/__init__.py +20 -0
- pulumi_azure_native/compute/v20231002/_enums.py +303 -0
- pulumi_azure_native/compute/v20231002/_inputs.py +965 -0
- pulumi_azure_native/compute/v20231002/disk.py +1079 -0
- pulumi_azure_native/compute/v20231002/disk_access.py +273 -0
- pulumi_azure_native/compute/v20231002/disk_access_a_private_endpoint_connection.py +227 -0
- pulumi_azure_native/compute/v20231002/disk_encryption_set.py +399 -0
- pulumi_azure_native/compute/v20231002/get_disk.py +612 -0
- pulumi_azure_native/compute/v20231002/get_disk_access.py +183 -0
- pulumi_azure_native/compute/v20231002/get_disk_access_a_private_endpoint_connection.py +149 -0
- pulumi_azure_native/compute/v20231002/get_disk_encryption_set.py +248 -0
- pulumi_azure_native/compute/v20231002/get_snapshot.py +469 -0
- pulumi_azure_native/compute/v20231002/outputs.py +1563 -0
- pulumi_azure_native/compute/v20231002/snapshot.py +836 -0
- pulumi_azure_native/costmanagement/__init__.py +3 -0
- pulumi_azure_native/costmanagement/budget.py +3 -3
- pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
- pulumi_azure_native/costmanagement/export.py +3 -3
- pulumi_azure_native/costmanagement/get_budget.py +2 -2
- pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
- pulumi_azure_native/costmanagement/get_export.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
- pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/get_view.py +2 -2
- pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
- pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
- pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
- pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
- pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
- pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20230901/__init__.py +26 -0
- pulumi_azure_native/costmanagement/v20230901/_enums.py +538 -0
- pulumi_azure_native/costmanagement/v20230901/_inputs.py +1911 -0
- pulumi_azure_native/costmanagement/v20230901/budget.py +614 -0
- pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +185 -0
- pulumi_azure_native/costmanagement/v20230901/export.py +410 -0
- pulumi_azure_native/costmanagement/v20230901/get_budget.py +318 -0
- pulumi_azure_native/costmanagement/v20230901/get_cost_allocation_rule.py +118 -0
- pulumi_azure_native/costmanagement/v20230901/get_export.py +240 -0
- pulumi_azure_native/costmanagement/v20230901/get_scheduled_action.py +243 -0
- pulumi_azure_native/costmanagement/v20230901/get_scheduled_action_by_scope.py +248 -0
- pulumi_azure_native/costmanagement/v20230901/get_tag_inheritance_setting.py +132 -0
- pulumi_azure_native/costmanagement/v20230901/get_view.py +308 -0
- pulumi_azure_native/costmanagement/v20230901/get_view_by_scope.py +313 -0
- pulumi_azure_native/costmanagement/v20230901/outputs.py +2588 -0
- pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +420 -0
- pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +421 -0
- pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +217 -0
- pulumi_azure_native/costmanagement/v20230901/view.py +582 -0
- pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +583 -0
- pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
- pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
- pulumi_azure_native/costmanagement/view.py +3 -3
- pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +118 -6
- pulumi_azure_native/datafactory/outputs.py +90 -6
- pulumi_azure_native/datafactory/v20180601/_inputs.py +118 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +90 -6
- pulumi_azure_native/datamigration/__init__.py +9 -0
- pulumi_azure_native/datamigration/_inputs.py +178 -0
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +475 -0
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +475 -0
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +5 -1
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +295 -0
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +295 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +4 -0
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +172 -0
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +4 -0
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +4 -0
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +4 -0
- pulumi_azure_native/datamigration/migration_service.py +244 -0
- pulumi_azure_native/datamigration/outputs.py +224 -0
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +5 -1
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/datamigration/v20210630/file.py +1 -1
- pulumi_azure_native/datamigration/v20210630/project.py +1 -1
- pulumi_azure_native/datamigration/v20210630/service.py +1 -1
- pulumi_azure_native/datamigration/v20210630/service_task.py +1 -1
- pulumi_azure_native/datamigration/v20210630/task.py +1 -1
- pulumi_azure_native/datamigration/v20211030preview/project.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/database_migrations_sql_db.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/file.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/project.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/service.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/service_task.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/sql_migration_service.py +1 -1
- pulumi_azure_native/datamigration/v20220330preview/task.py +1 -1
- pulumi_azure_native/datamigration/v20230715preview/__init__.py +32 -0
- pulumi_azure_native/datamigration/v20230715preview/_enums.py +173 -0
- pulumi_azure_native/datamigration/v20230715preview/_inputs.py +7293 -0
- pulumi_azure_native/datamigration/v20230715preview/database_migrations_mongo_to_cosmos_db_ru_mongo.py +473 -0
- pulumi_azure_native/datamigration/v20230715preview/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +473 -0
- pulumi_azure_native/datamigration/v20230715preview/database_migrations_sql_db.py +204 -0
- pulumi_azure_native/datamigration/v20230715preview/file.py +246 -0
- pulumi_azure_native/datamigration/v20230715preview/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +293 -0
- pulumi_azure_native/datamigration/v20230715preview/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +293 -0
- pulumi_azure_native/datamigration/v20230715preview/get_database_migrations_sql_db.py +135 -0
- pulumi_azure_native/datamigration/v20230715preview/get_file.py +154 -0
- pulumi_azure_native/datamigration/v20230715preview/get_migration_service.py +170 -0
- pulumi_azure_native/datamigration/v20230715preview/get_project.py +248 -0
- pulumi_azure_native/datamigration/v20230715preview/get_service.py +243 -0
- pulumi_azure_native/datamigration/v20230715preview/get_service_task.py +154 -0
- pulumi_azure_native/datamigration/v20230715preview/get_sql_migration_service.py +152 -0
- pulumi_azure_native/datamigration/v20230715preview/get_task.py +159 -0
- pulumi_azure_native/datamigration/v20230715preview/list_sql_migration_service_auth_keys.py +91 -0
- pulumi_azure_native/datamigration/v20230715preview/list_sql_migration_service_monitoring_data.py +92 -0
- pulumi_azure_native/datamigration/v20230715preview/migration_service.py +242 -0
- pulumi_azure_native/datamigration/v20230715preview/outputs.py +21798 -0
- pulumi_azure_native/datamigration/v20230715preview/project.py +426 -0
- pulumi_azure_native/datamigration/v20230715preview/service.py +421 -0
- pulumi_azure_native/datamigration/v20230715preview/service_task.py +226 -0
- pulumi_azure_native/datamigration/v20230715preview/sql_migration_service.py +217 -0
- pulumi_azure_native/datamigration/v20230715preview/task.py +247 -0
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +4 -0
- pulumi_azure_native/devopsinfrastructure/pool.py +5 -1
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/__init__.py +12 -0
- pulumi_azure_native/devopsinfrastructure/v20231213preview/_enums.py +107 -0
- pulumi_azure_native/devopsinfrastructure/v20231213preview/_inputs.py +735 -0
- pulumi_azure_native/devopsinfrastructure/v20231213preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20231213preview/outputs.py +1005 -0
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +432 -0
- pulumi_azure_native/hybridcontainerservice/__init__.py +3 -0
- pulumi_azure_native/hybridcontainerservice/get_hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/v20220901preview/virtual_network_retrieve.py +1 -1
- pulumi_azure_native/hybridcontainerservice/v20231115preview/agent_pool.py +1 -1
- pulumi_azure_native/hybridcontainerservice/v20231115preview/hybrid_identity_metadatum.py +2 -0
- pulumi_azure_native/hybridcontainerservice/v20231115preview/kubernetes_versions.py +2 -0
- pulumi_azure_native/hybridcontainerservice/v20231115preview/provisioned_cluster_instance.py +1 -1
- pulumi_azure_native/hybridcontainerservice/v20231115preview/virtual_network_retrieve.py +1 -1
- pulumi_azure_native/hybridcontainerservice/v20231115preview/vm_skus.py +2 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/__init__.py +24 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/_enums.py +85 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/_inputs.py +1535 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/agent_pool.py +571 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/get_agent_pool.py +313 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/get_hybrid_identity_metadatum.py +152 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/get_kubernetes_versions.py +136 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/get_provisioned_cluster_instance.py +139 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/get_virtual_network_retrieve.py +170 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/get_vm_skus.py +136 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/hybrid_identity_metadatum.py +212 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/kubernetes_versions.py +182 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/listprovisioned_cluster_instance_admin_kubeconfig.py +133 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/listprovisioned_cluster_instance_user_kubeconfig.py +133 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/outputs.py +2647 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/provisioned_cluster_instance.py +204 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/virtual_network_retrieve.py +282 -0
- pulumi_azure_native/hybridcontainerservice/v20240101/vm_skus.py +182 -0
- pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +1 -1
- pulumi_azure_native/maps/__init__.py +5 -0
- pulumi_azure_native/maps/_enums.py +10 -0
- pulumi_azure_native/maps/_inputs.py +57 -0
- pulumi_azure_native/maps/account.py +3 -3
- pulumi_azure_native/maps/creator.py +3 -3
- pulumi_azure_native/maps/get_account.py +2 -2
- pulumi_azure_native/maps/get_creator.py +2 -2
- pulumi_azure_native/maps/get_private_endpoint_connection.py +177 -0
- pulumi_azure_native/maps/list_account_keys.py +2 -2
- pulumi_azure_native/maps/list_account_sas.py +2 -2
- pulumi_azure_native/maps/outputs.py +88 -0
- pulumi_azure_native/maps/private_endpoint_connection.py +249 -0
- pulumi_azure_native/maps/v20180501/account.py +1 -1
- pulumi_azure_native/maps/v20200201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20210201/account.py +1 -1
- pulumi_azure_native/maps/v20210201/creator.py +1 -1
- pulumi_azure_native/maps/v20211201preview/account.py +1 -1
- pulumi_azure_native/maps/v20211201preview/creator.py +1 -1
- pulumi_azure_native/maps/v20230601/account.py +1 -1
- pulumi_azure_native/maps/v20230601/creator.py +1 -1
- pulumi_azure_native/maps/v20230801preview/account.py +1 -1
- pulumi_azure_native/maps/v20230801preview/creator.py +1 -1
- pulumi_azure_native/maps/v20231201preview/__init__.py +18 -0
- pulumi_azure_native/maps/v20231201preview/_enums.py +73 -0
- pulumi_azure_native/maps/v20231201preview/_inputs.py +528 -0
- pulumi_azure_native/maps/v20231201preview/account.py +341 -0
- pulumi_azure_native/maps/v20231201preview/creator.py +274 -0
- pulumi_azure_native/maps/v20231201preview/get_account.py +196 -0
- pulumi_azure_native/maps/v20231201preview/get_creator.py +162 -0
- pulumi_azure_native/maps/v20231201preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/maps/v20231201preview/list_account_keys.py +117 -0
- pulumi_azure_native/maps/v20231201preview/list_account_sas.py +117 -0
- pulumi_azure_native/maps/v20231201preview/outputs.py +1048 -0
- pulumi_azure_native/maps/v20231201preview/private_endpoint_connection.py +247 -0
- pulumi_azure_native/operationalinsights/__init__.py +3 -0
- pulumi_azure_native/operationalinsights/cluster.py +3 -3
- pulumi_azure_native/operationalinsights/get_cluster.py +2 -2
- pulumi_azure_native/operationalinsights/get_table.py +1 -1
- pulumi_azure_native/operationalinsights/get_workspace.py +2 -2
- pulumi_azure_native/operationalinsights/table.py +4 -4
- pulumi_azure_native/operationalinsights/v20151101preview/workspace.py +1 -1
- pulumi_azure_native/operationalinsights/v20200801/cluster.py +1 -1
- pulumi_azure_native/operationalinsights/v20200801/workspace.py +1 -1
- pulumi_azure_native/operationalinsights/v20201001/workspace.py +1 -1
- pulumi_azure_native/operationalinsights/v20210601/cluster.py +1 -1
- pulumi_azure_native/operationalinsights/v20210601/workspace.py +1 -1
- pulumi_azure_native/operationalinsights/v20211201preview/workspace.py +1 -1
- pulumi_azure_native/operationalinsights/v20221001/__init__.py +2 -0
- pulumi_azure_native/operationalinsights/v20221001/_enums.py +28 -0
- pulumi_azure_native/operationalinsights/v20221001/_inputs.py +154 -0
- pulumi_azure_native/operationalinsights/v20221001/cluster.py +448 -0
- pulumi_azure_native/operationalinsights/v20221001/get_cluster.py +287 -0
- pulumi_azure_native/operationalinsights/v20221001/get_table.py +1 -1
- pulumi_azure_native/operationalinsights/v20221001/outputs.py +382 -0
- pulumi_azure_native/operationalinsights/v20221001/table.py +4 -4
- pulumi_azure_native/operationalinsights/v20221001/workspace.py +1 -1
- pulumi_azure_native/operationalinsights/v20230901/__init__.py +12 -0
- pulumi_azure_native/operationalinsights/v20230901/_enums.py +48 -0
- pulumi_azure_native/operationalinsights/v20230901/_inputs.py +209 -0
- pulumi_azure_native/operationalinsights/v20230901/get_workspace.py +339 -0
- pulumi_azure_native/operationalinsights/v20230901/outputs.py +555 -0
- pulumi_azure_native/operationalinsights/v20230901/workspace.py +545 -0
- pulumi_azure_native/operationalinsights/workspace.py +3 -3
- pulumi_azure_native/recoveryservices/__init__.py +3 -0
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/__init__.py +12 -0
- pulumi_azure_native/recoveryservices/v20230801/_enums.py +102 -0
- pulumi_azure_native/recoveryservices/v20230801/_inputs.py +652 -0
- pulumi_azure_native/recoveryservices/v20230801/get_vault.py +196 -0
- pulumi_azure_native/recoveryservices/v20230801/outputs.py +1597 -0
- pulumi_azure_native/recoveryservices/v20230801/vault.py +321 -0
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20231201preview/_enums.py +484 -0
- pulumi_azure_native/servicefabric/v20231201preview/_inputs.py +3818 -0
- pulumi_azure_native/servicefabric/v20231201preview/get_managed_cluster.py +677 -0
- pulumi_azure_native/servicefabric/v20231201preview/get_managed_cluster_application.py +228 -0
- pulumi_azure_native/servicefabric/v20231201preview/get_managed_cluster_application_type.py +162 -0
- pulumi_azure_native/servicefabric/v20231201preview/get_managed_cluster_application_type_version.py +180 -0
- pulumi_azure_native/servicefabric/v20231201preview/get_managed_cluster_service.py +167 -0
- pulumi_azure_native/servicefabric/v20231201preview/get_node_type.py +760 -0
- pulumi_azure_native/servicefabric/v20231201preview/getmanaged_az_resiliency_status.py +92 -0
- pulumi_azure_native/servicefabric/v20231201preview/getmanaged_maintenance_window_status.py +156 -0
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1276 -0
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +404 -0
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +253 -0
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +304 -0
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +295 -0
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1603 -0
- pulumi_azure_native/servicefabric/v20231201preview/outputs.py +4398 -0
- pulumi_azure_native/sql/v20230501preview/_enums.py +12 -0
- pulumi_azure_native/sql/v20230501preview/get_server.py +1 -1
- pulumi_azure_native/sql/v20230501preview/server.py +9 -9
- pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/static_site_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +20 -1
- pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +20 -1
- pulumi_azure_native/web/web_app_private_endpoint_connection.py +20 -1
- pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +20 -1
- {pulumi_azure_native-2.22.2a1703025967.dist-info → pulumi_azure_native-2.22.2a1703061934.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.22.2a1703025967.dist-info → pulumi_azure_native-2.22.2a1703061934.dist-info}/RECORD +1231 -845
- {pulumi_azure_native-2.22.2a1703025967.dist-info → pulumi_azure_native-2.22.2a1703061934.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.22.2a1703025967.dist-info → pulumi_azure_native-2.22.2a1703061934.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2647 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'AddonStatusProfileResponse',
|
|
16
|
+
'AgentPoolProvisioningStatusResponseStatus',
|
|
17
|
+
'AgentPoolUpdateProfileResponse',
|
|
18
|
+
'CloudProviderProfileResponse',
|
|
19
|
+
'CloudProviderProfileResponseInfraNetworkProfile',
|
|
20
|
+
'ClusterVMAccessProfileResponse',
|
|
21
|
+
'ControlPlaneProfileResponse',
|
|
22
|
+
'ControlPlaneProfileResponseControlPlaneEndpoint',
|
|
23
|
+
'CredentialResultResponse',
|
|
24
|
+
'ExtendedLocationResponse',
|
|
25
|
+
'KubernetesPatchVersionsResponse',
|
|
26
|
+
'KubernetesVersionProfileResponseProperties',
|
|
27
|
+
'KubernetesVersionPropertiesResponse',
|
|
28
|
+
'KubernetesVersionReadinessResponse',
|
|
29
|
+
'LinuxProfilePropertiesResponse',
|
|
30
|
+
'LinuxProfilePropertiesResponsePublicKeys',
|
|
31
|
+
'LinuxProfilePropertiesResponseSsh',
|
|
32
|
+
'ListCredentialResponseResponseError',
|
|
33
|
+
'ListCredentialResponseResponseProperties',
|
|
34
|
+
'NamedAgentPoolProfileResponse',
|
|
35
|
+
'NetworkProfileResponse',
|
|
36
|
+
'NetworkProfileResponseLoadBalancerProfile',
|
|
37
|
+
'ProvisionedClusterLicenseProfileResponse',
|
|
38
|
+
'ProvisionedClusterPropertiesResponse',
|
|
39
|
+
'ProvisionedClusterPropertiesResponseAutoScalerProfile',
|
|
40
|
+
'ProvisionedClusterPropertiesResponseStatus',
|
|
41
|
+
'StorageProfileNfsCSIDriverResponse',
|
|
42
|
+
'StorageProfileResponse',
|
|
43
|
+
'StorageProfileSmbCSIDriverResponse',
|
|
44
|
+
'SystemDataResponse',
|
|
45
|
+
'VirtualNetworkPropertiesResponse',
|
|
46
|
+
'VirtualNetworkPropertiesResponseError',
|
|
47
|
+
'VirtualNetworkPropertiesResponseHci',
|
|
48
|
+
'VirtualNetworkPropertiesResponseInfraVnetProfile',
|
|
49
|
+
'VirtualNetworkPropertiesResponseOperationStatus',
|
|
50
|
+
'VirtualNetworkPropertiesResponseStatus',
|
|
51
|
+
'VirtualNetworkPropertiesResponseVipPool',
|
|
52
|
+
'VirtualNetworkPropertiesResponseVmipPool',
|
|
53
|
+
'VirtualNetworkResponseExtendedLocation',
|
|
54
|
+
'VmSkuCapabilitiesResponse',
|
|
55
|
+
'VmSkuProfileResponseProperties',
|
|
56
|
+
'VmSkuPropertiesResponse',
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
@pulumi.output_type
|
|
60
|
+
class AddonStatusProfileResponse(dict):
|
|
61
|
+
"""
|
|
62
|
+
The status profile of the addons and other kubernetes components
|
|
63
|
+
"""
|
|
64
|
+
@staticmethod
|
|
65
|
+
def __key_warning(key: str):
|
|
66
|
+
suggest = None
|
|
67
|
+
if key == "errorMessage":
|
|
68
|
+
suggest = "error_message"
|
|
69
|
+
|
|
70
|
+
if suggest:
|
|
71
|
+
pulumi.log.warn(f"Key '{key}' not found in AddonStatusProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
72
|
+
|
|
73
|
+
def __getitem__(self, key: str) -> Any:
|
|
74
|
+
AddonStatusProfileResponse.__key_warning(key)
|
|
75
|
+
return super().__getitem__(key)
|
|
76
|
+
|
|
77
|
+
def get(self, key: str, default = None) -> Any:
|
|
78
|
+
AddonStatusProfileResponse.__key_warning(key)
|
|
79
|
+
return super().get(key, default)
|
|
80
|
+
|
|
81
|
+
def __init__(__self__, *,
|
|
82
|
+
error_message: Optional[str] = None,
|
|
83
|
+
name: Optional[str] = None,
|
|
84
|
+
phase: Optional[str] = None,
|
|
85
|
+
ready: Optional[bool] = None):
|
|
86
|
+
"""
|
|
87
|
+
The status profile of the addons and other kubernetes components
|
|
88
|
+
:param str error_message: Observed error message from the addon or component
|
|
89
|
+
:param str name: Name of the addon or component
|
|
90
|
+
:param str phase: Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'
|
|
91
|
+
:param bool ready: Indicates whether the addon or component is ready
|
|
92
|
+
"""
|
|
93
|
+
if error_message is not None:
|
|
94
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
95
|
+
if name is not None:
|
|
96
|
+
pulumi.set(__self__, "name", name)
|
|
97
|
+
if phase is not None:
|
|
98
|
+
pulumi.set(__self__, "phase", phase)
|
|
99
|
+
if ready is not None:
|
|
100
|
+
pulumi.set(__self__, "ready", ready)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="errorMessage")
|
|
104
|
+
def error_message(self) -> Optional[str]:
|
|
105
|
+
"""
|
|
106
|
+
Observed error message from the addon or component
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "error_message")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter
|
|
112
|
+
def name(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
Name of the addon or component
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "name")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def phase(self) -> Optional[str]:
|
|
121
|
+
"""
|
|
122
|
+
Observed phase of the addon or component on the provisioned cluster. Possible values include: 'pending', 'provisioning', 'provisioning {HelmChartInstalled}', 'provisioning {MSICertificateDownloaded}', 'provisioned', 'deleting', 'failed', 'upgrading'
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "phase")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def ready(self) -> Optional[bool]:
|
|
129
|
+
"""
|
|
130
|
+
Indicates whether the addon or component is ready
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "ready")
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
@pulumi.output_type
|
|
136
|
+
class AgentPoolProvisioningStatusResponseStatus(dict):
|
|
137
|
+
"""
|
|
138
|
+
The observed status of the agent pool.
|
|
139
|
+
"""
|
|
140
|
+
@staticmethod
|
|
141
|
+
def __key_warning(key: str):
|
|
142
|
+
suggest = None
|
|
143
|
+
if key == "currentState":
|
|
144
|
+
suggest = "current_state"
|
|
145
|
+
elif key == "errorMessage":
|
|
146
|
+
suggest = "error_message"
|
|
147
|
+
elif key == "readyReplicas":
|
|
148
|
+
suggest = "ready_replicas"
|
|
149
|
+
|
|
150
|
+
if suggest:
|
|
151
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentPoolProvisioningStatusResponseStatus. Access the value via the '{suggest}' property getter instead.")
|
|
152
|
+
|
|
153
|
+
def __getitem__(self, key: str) -> Any:
|
|
154
|
+
AgentPoolProvisioningStatusResponseStatus.__key_warning(key)
|
|
155
|
+
return super().__getitem__(key)
|
|
156
|
+
|
|
157
|
+
def get(self, key: str, default = None) -> Any:
|
|
158
|
+
AgentPoolProvisioningStatusResponseStatus.__key_warning(key)
|
|
159
|
+
return super().get(key, default)
|
|
160
|
+
|
|
161
|
+
def __init__(__self__, *,
|
|
162
|
+
current_state: str,
|
|
163
|
+
error_message: Optional[str] = None,
|
|
164
|
+
ready_replicas: Optional[Sequence['outputs.AgentPoolUpdateProfileResponse']] = None):
|
|
165
|
+
"""
|
|
166
|
+
The observed status of the agent pool.
|
|
167
|
+
:param str current_state: The current state of the agent pool.
|
|
168
|
+
:param str error_message: Error messages during an agent pool operation or steady state.
|
|
169
|
+
"""
|
|
170
|
+
pulumi.set(__self__, "current_state", current_state)
|
|
171
|
+
if error_message is not None:
|
|
172
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
173
|
+
if ready_replicas is not None:
|
|
174
|
+
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter(name="currentState")
|
|
178
|
+
def current_state(self) -> str:
|
|
179
|
+
"""
|
|
180
|
+
The current state of the agent pool.
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "current_state")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="errorMessage")
|
|
186
|
+
def error_message(self) -> Optional[str]:
|
|
187
|
+
"""
|
|
188
|
+
Error messages during an agent pool operation or steady state.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "error_message")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter(name="readyReplicas")
|
|
194
|
+
def ready_replicas(self) -> Optional[Sequence['outputs.AgentPoolUpdateProfileResponse']]:
|
|
195
|
+
return pulumi.get(self, "ready_replicas")
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
@pulumi.output_type
|
|
199
|
+
class AgentPoolUpdateProfileResponse(dict):
|
|
200
|
+
"""
|
|
201
|
+
Profile for agent pool properties that can be updated
|
|
202
|
+
"""
|
|
203
|
+
@staticmethod
|
|
204
|
+
def __key_warning(key: str):
|
|
205
|
+
suggest = None
|
|
206
|
+
if key == "kubernetesVersion":
|
|
207
|
+
suggest = "kubernetes_version"
|
|
208
|
+
elif key == "vmSize":
|
|
209
|
+
suggest = "vm_size"
|
|
210
|
+
|
|
211
|
+
if suggest:
|
|
212
|
+
pulumi.log.warn(f"Key '{key}' not found in AgentPoolUpdateProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
213
|
+
|
|
214
|
+
def __getitem__(self, key: str) -> Any:
|
|
215
|
+
AgentPoolUpdateProfileResponse.__key_warning(key)
|
|
216
|
+
return super().__getitem__(key)
|
|
217
|
+
|
|
218
|
+
def get(self, key: str, default = None) -> Any:
|
|
219
|
+
AgentPoolUpdateProfileResponse.__key_warning(key)
|
|
220
|
+
return super().get(key, default)
|
|
221
|
+
|
|
222
|
+
def __init__(__self__, *,
|
|
223
|
+
kubernetes_version: str,
|
|
224
|
+
count: Optional[int] = None,
|
|
225
|
+
vm_size: Optional[str] = None):
|
|
226
|
+
"""
|
|
227
|
+
Profile for agent pool properties that can be updated
|
|
228
|
+
:param str kubernetes_version: Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster.
|
|
229
|
+
:param int count: Number of nodes in the agent pool. The default value is 1.
|
|
230
|
+
:param str vm_size: The VM sku size of the agent pool node VMs.
|
|
231
|
+
"""
|
|
232
|
+
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
233
|
+
if count is None:
|
|
234
|
+
count = 1
|
|
235
|
+
if count is not None:
|
|
236
|
+
pulumi.set(__self__, "count", count)
|
|
237
|
+
if vm_size is not None:
|
|
238
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter(name="kubernetesVersion")
|
|
242
|
+
def kubernetes_version(self) -> str:
|
|
243
|
+
"""
|
|
244
|
+
Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "kubernetes_version")
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
@pulumi.getter
|
|
250
|
+
def count(self) -> Optional[int]:
|
|
251
|
+
"""
|
|
252
|
+
Number of nodes in the agent pool. The default value is 1.
|
|
253
|
+
"""
|
|
254
|
+
return pulumi.get(self, "count")
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="vmSize")
|
|
258
|
+
def vm_size(self) -> Optional[str]:
|
|
259
|
+
"""
|
|
260
|
+
The VM sku size of the agent pool node VMs.
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "vm_size")
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
@pulumi.output_type
|
|
266
|
+
class CloudProviderProfileResponse(dict):
|
|
267
|
+
"""
|
|
268
|
+
The profile for the underlying cloud infrastructure provider for the provisioned cluster.
|
|
269
|
+
"""
|
|
270
|
+
@staticmethod
|
|
271
|
+
def __key_warning(key: str):
|
|
272
|
+
suggest = None
|
|
273
|
+
if key == "infraNetworkProfile":
|
|
274
|
+
suggest = "infra_network_profile"
|
|
275
|
+
|
|
276
|
+
if suggest:
|
|
277
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudProviderProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
278
|
+
|
|
279
|
+
def __getitem__(self, key: str) -> Any:
|
|
280
|
+
CloudProviderProfileResponse.__key_warning(key)
|
|
281
|
+
return super().__getitem__(key)
|
|
282
|
+
|
|
283
|
+
def get(self, key: str, default = None) -> Any:
|
|
284
|
+
CloudProviderProfileResponse.__key_warning(key)
|
|
285
|
+
return super().get(key, default)
|
|
286
|
+
|
|
287
|
+
def __init__(__self__, *,
|
|
288
|
+
infra_network_profile: Optional['outputs.CloudProviderProfileResponseInfraNetworkProfile'] = None):
|
|
289
|
+
"""
|
|
290
|
+
The profile for the underlying cloud infrastructure provider for the provisioned cluster.
|
|
291
|
+
:param 'CloudProviderProfileResponseInfraNetworkProfile' infra_network_profile: The profile for the infrastructure networks used by the provisioned cluster
|
|
292
|
+
"""
|
|
293
|
+
if infra_network_profile is not None:
|
|
294
|
+
pulumi.set(__self__, "infra_network_profile", infra_network_profile)
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
@pulumi.getter(name="infraNetworkProfile")
|
|
298
|
+
def infra_network_profile(self) -> Optional['outputs.CloudProviderProfileResponseInfraNetworkProfile']:
|
|
299
|
+
"""
|
|
300
|
+
The profile for the infrastructure networks used by the provisioned cluster
|
|
301
|
+
"""
|
|
302
|
+
return pulumi.get(self, "infra_network_profile")
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
@pulumi.output_type
|
|
306
|
+
class CloudProviderProfileResponseInfraNetworkProfile(dict):
|
|
307
|
+
"""
|
|
308
|
+
The profile for the infrastructure networks used by the provisioned cluster
|
|
309
|
+
"""
|
|
310
|
+
@staticmethod
|
|
311
|
+
def __key_warning(key: str):
|
|
312
|
+
suggest = None
|
|
313
|
+
if key == "vnetSubnetIds":
|
|
314
|
+
suggest = "vnet_subnet_ids"
|
|
315
|
+
|
|
316
|
+
if suggest:
|
|
317
|
+
pulumi.log.warn(f"Key '{key}' not found in CloudProviderProfileResponseInfraNetworkProfile. Access the value via the '{suggest}' property getter instead.")
|
|
318
|
+
|
|
319
|
+
def __getitem__(self, key: str) -> Any:
|
|
320
|
+
CloudProviderProfileResponseInfraNetworkProfile.__key_warning(key)
|
|
321
|
+
return super().__getitem__(key)
|
|
322
|
+
|
|
323
|
+
def get(self, key: str, default = None) -> Any:
|
|
324
|
+
CloudProviderProfileResponseInfraNetworkProfile.__key_warning(key)
|
|
325
|
+
return super().get(key, default)
|
|
326
|
+
|
|
327
|
+
def __init__(__self__, *,
|
|
328
|
+
vnet_subnet_ids: Optional[Sequence[str]] = None):
|
|
329
|
+
"""
|
|
330
|
+
The profile for the infrastructure networks used by the provisioned cluster
|
|
331
|
+
:param Sequence[str] vnet_subnet_ids: List of ARM resource Ids (maximum 1) for the infrastructure network object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/logicalNetworks/{logicalNetworkName}
|
|
332
|
+
"""
|
|
333
|
+
if vnet_subnet_ids is not None:
|
|
334
|
+
pulumi.set(__self__, "vnet_subnet_ids", vnet_subnet_ids)
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter(name="vnetSubnetIds")
|
|
338
|
+
def vnet_subnet_ids(self) -> Optional[Sequence[str]]:
|
|
339
|
+
"""
|
|
340
|
+
List of ARM resource Ids (maximum 1) for the infrastructure network object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/logicalNetworks/{logicalNetworkName}
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "vnet_subnet_ids")
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
@pulumi.output_type
|
|
346
|
+
class ClusterVMAccessProfileResponse(dict):
|
|
347
|
+
"""
|
|
348
|
+
The SSH restricted access profile for the VMs in the provisioned cluster.
|
|
349
|
+
"""
|
|
350
|
+
@staticmethod
|
|
351
|
+
def __key_warning(key: str):
|
|
352
|
+
suggest = None
|
|
353
|
+
if key == "authorizedIPRanges":
|
|
354
|
+
suggest = "authorized_ip_ranges"
|
|
355
|
+
|
|
356
|
+
if suggest:
|
|
357
|
+
pulumi.log.warn(f"Key '{key}' not found in ClusterVMAccessProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
358
|
+
|
|
359
|
+
def __getitem__(self, key: str) -> Any:
|
|
360
|
+
ClusterVMAccessProfileResponse.__key_warning(key)
|
|
361
|
+
return super().__getitem__(key)
|
|
362
|
+
|
|
363
|
+
def get(self, key: str, default = None) -> Any:
|
|
364
|
+
ClusterVMAccessProfileResponse.__key_warning(key)
|
|
365
|
+
return super().get(key, default)
|
|
366
|
+
|
|
367
|
+
def __init__(__self__, *,
|
|
368
|
+
authorized_ip_ranges: Optional[str] = None):
|
|
369
|
+
"""
|
|
370
|
+
The SSH restricted access profile for the VMs in the provisioned cluster.
|
|
371
|
+
:param str authorized_ip_ranges: IP Address or CIDR for SSH access to VMs in the provisioned cluster
|
|
372
|
+
"""
|
|
373
|
+
if authorized_ip_ranges is not None:
|
|
374
|
+
pulumi.set(__self__, "authorized_ip_ranges", authorized_ip_ranges)
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="authorizedIPRanges")
|
|
378
|
+
def authorized_ip_ranges(self) -> Optional[str]:
|
|
379
|
+
"""
|
|
380
|
+
IP Address or CIDR for SSH access to VMs in the provisioned cluster
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "authorized_ip_ranges")
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
@pulumi.output_type
|
|
386
|
+
class ControlPlaneProfileResponse(dict):
|
|
387
|
+
"""
|
|
388
|
+
The properties of the control plane nodes of the provisioned cluster
|
|
389
|
+
"""
|
|
390
|
+
@staticmethod
|
|
391
|
+
def __key_warning(key: str):
|
|
392
|
+
suggest = None
|
|
393
|
+
if key == "controlPlaneEndpoint":
|
|
394
|
+
suggest = "control_plane_endpoint"
|
|
395
|
+
elif key == "vmSize":
|
|
396
|
+
suggest = "vm_size"
|
|
397
|
+
|
|
398
|
+
if suggest:
|
|
399
|
+
pulumi.log.warn(f"Key '{key}' not found in ControlPlaneProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
400
|
+
|
|
401
|
+
def __getitem__(self, key: str) -> Any:
|
|
402
|
+
ControlPlaneProfileResponse.__key_warning(key)
|
|
403
|
+
return super().__getitem__(key)
|
|
404
|
+
|
|
405
|
+
def get(self, key: str, default = None) -> Any:
|
|
406
|
+
ControlPlaneProfileResponse.__key_warning(key)
|
|
407
|
+
return super().get(key, default)
|
|
408
|
+
|
|
409
|
+
def __init__(__self__, *,
|
|
410
|
+
control_plane_endpoint: Optional['outputs.ControlPlaneProfileResponseControlPlaneEndpoint'] = None,
|
|
411
|
+
count: Optional[int] = None,
|
|
412
|
+
vm_size: Optional[str] = None):
|
|
413
|
+
"""
|
|
414
|
+
The properties of the control plane nodes of the provisioned cluster
|
|
415
|
+
:param 'ControlPlaneProfileResponseControlPlaneEndpoint' control_plane_endpoint: IP Address of the Kubernetes API server
|
|
416
|
+
:param int count: Number of control plane nodes. The default value is 1, and the count should be an odd number
|
|
417
|
+
:param str vm_size: VM sku size of the control plane nodes
|
|
418
|
+
"""
|
|
419
|
+
if control_plane_endpoint is not None:
|
|
420
|
+
pulumi.set(__self__, "control_plane_endpoint", control_plane_endpoint)
|
|
421
|
+
if count is None:
|
|
422
|
+
count = 1
|
|
423
|
+
if count is not None:
|
|
424
|
+
pulumi.set(__self__, "count", count)
|
|
425
|
+
if vm_size is not None:
|
|
426
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="controlPlaneEndpoint")
|
|
430
|
+
def control_plane_endpoint(self) -> Optional['outputs.ControlPlaneProfileResponseControlPlaneEndpoint']:
|
|
431
|
+
"""
|
|
432
|
+
IP Address of the Kubernetes API server
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "control_plane_endpoint")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter
|
|
438
|
+
def count(self) -> Optional[int]:
|
|
439
|
+
"""
|
|
440
|
+
Number of control plane nodes. The default value is 1, and the count should be an odd number
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "count")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="vmSize")
|
|
446
|
+
def vm_size(self) -> Optional[str]:
|
|
447
|
+
"""
|
|
448
|
+
VM sku size of the control plane nodes
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "vm_size")
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
@pulumi.output_type
|
|
454
|
+
class ControlPlaneProfileResponseControlPlaneEndpoint(dict):
|
|
455
|
+
"""
|
|
456
|
+
IP Address of the Kubernetes API server
|
|
457
|
+
"""
|
|
458
|
+
@staticmethod
|
|
459
|
+
def __key_warning(key: str):
|
|
460
|
+
suggest = None
|
|
461
|
+
if key == "hostIP":
|
|
462
|
+
suggest = "host_ip"
|
|
463
|
+
|
|
464
|
+
if suggest:
|
|
465
|
+
pulumi.log.warn(f"Key '{key}' not found in ControlPlaneProfileResponseControlPlaneEndpoint. Access the value via the '{suggest}' property getter instead.")
|
|
466
|
+
|
|
467
|
+
def __getitem__(self, key: str) -> Any:
|
|
468
|
+
ControlPlaneProfileResponseControlPlaneEndpoint.__key_warning(key)
|
|
469
|
+
return super().__getitem__(key)
|
|
470
|
+
|
|
471
|
+
def get(self, key: str, default = None) -> Any:
|
|
472
|
+
ControlPlaneProfileResponseControlPlaneEndpoint.__key_warning(key)
|
|
473
|
+
return super().get(key, default)
|
|
474
|
+
|
|
475
|
+
def __init__(__self__, *,
|
|
476
|
+
host_ip: Optional[str] = None):
|
|
477
|
+
"""
|
|
478
|
+
IP Address of the Kubernetes API server
|
|
479
|
+
:param str host_ip: IP address of the Kubernetes API server
|
|
480
|
+
"""
|
|
481
|
+
if host_ip is not None:
|
|
482
|
+
pulumi.set(__self__, "host_ip", host_ip)
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
@pulumi.getter(name="hostIP")
|
|
486
|
+
def host_ip(self) -> Optional[str]:
|
|
487
|
+
"""
|
|
488
|
+
IP address of the Kubernetes API server
|
|
489
|
+
"""
|
|
490
|
+
return pulumi.get(self, "host_ip")
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
@pulumi.output_type
|
|
494
|
+
class CredentialResultResponse(dict):
|
|
495
|
+
"""
|
|
496
|
+
The credential result response.
|
|
497
|
+
"""
|
|
498
|
+
def __init__(__self__, *,
|
|
499
|
+
name: str,
|
|
500
|
+
value: str):
|
|
501
|
+
"""
|
|
502
|
+
The credential result response.
|
|
503
|
+
:param str name: The name of the credential.
|
|
504
|
+
:param str value: Base64-encoded Kubernetes configuration file.
|
|
505
|
+
"""
|
|
506
|
+
pulumi.set(__self__, "name", name)
|
|
507
|
+
pulumi.set(__self__, "value", value)
|
|
508
|
+
|
|
509
|
+
@property
|
|
510
|
+
@pulumi.getter
|
|
511
|
+
def name(self) -> str:
|
|
512
|
+
"""
|
|
513
|
+
The name of the credential.
|
|
514
|
+
"""
|
|
515
|
+
return pulumi.get(self, "name")
|
|
516
|
+
|
|
517
|
+
@property
|
|
518
|
+
@pulumi.getter
|
|
519
|
+
def value(self) -> str:
|
|
520
|
+
"""
|
|
521
|
+
Base64-encoded Kubernetes configuration file.
|
|
522
|
+
"""
|
|
523
|
+
return pulumi.get(self, "value")
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
@pulumi.output_type
|
|
527
|
+
class ExtendedLocationResponse(dict):
|
|
528
|
+
"""
|
|
529
|
+
Extended location pointing to the underlying infrastructure
|
|
530
|
+
"""
|
|
531
|
+
def __init__(__self__, *,
|
|
532
|
+
name: Optional[str] = None,
|
|
533
|
+
type: Optional[str] = None):
|
|
534
|
+
"""
|
|
535
|
+
Extended location pointing to the underlying infrastructure
|
|
536
|
+
:param str name: ARM Id of the extended location.
|
|
537
|
+
:param str type: The extended location type. Allowed value: 'CustomLocation'
|
|
538
|
+
"""
|
|
539
|
+
if name is not None:
|
|
540
|
+
pulumi.set(__self__, "name", name)
|
|
541
|
+
if type is not None:
|
|
542
|
+
pulumi.set(__self__, "type", type)
|
|
543
|
+
|
|
544
|
+
@property
|
|
545
|
+
@pulumi.getter
|
|
546
|
+
def name(self) -> Optional[str]:
|
|
547
|
+
"""
|
|
548
|
+
ARM Id of the extended location.
|
|
549
|
+
"""
|
|
550
|
+
return pulumi.get(self, "name")
|
|
551
|
+
|
|
552
|
+
@property
|
|
553
|
+
@pulumi.getter
|
|
554
|
+
def type(self) -> Optional[str]:
|
|
555
|
+
"""
|
|
556
|
+
The extended location type. Allowed value: 'CustomLocation'
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "type")
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
@pulumi.output_type
|
|
562
|
+
class KubernetesPatchVersionsResponse(dict):
|
|
563
|
+
"""
|
|
564
|
+
Kubernetes Patch Version profile
|
|
565
|
+
"""
|
|
566
|
+
def __init__(__self__, *,
|
|
567
|
+
readiness: Optional[Sequence['outputs.KubernetesVersionReadinessResponse']] = None,
|
|
568
|
+
upgrades: Optional[Sequence[str]] = None):
|
|
569
|
+
"""
|
|
570
|
+
Kubernetes Patch Version profile
|
|
571
|
+
:param Sequence['KubernetesVersionReadinessResponse'] readiness: Indicates whether the kubernetes version image is ready or not
|
|
572
|
+
:param Sequence[str] upgrades: Possible upgrade paths for given patch version
|
|
573
|
+
"""
|
|
574
|
+
if readiness is not None:
|
|
575
|
+
pulumi.set(__self__, "readiness", readiness)
|
|
576
|
+
if upgrades is not None:
|
|
577
|
+
pulumi.set(__self__, "upgrades", upgrades)
|
|
578
|
+
|
|
579
|
+
@property
|
|
580
|
+
@pulumi.getter
|
|
581
|
+
def readiness(self) -> Optional[Sequence['outputs.KubernetesVersionReadinessResponse']]:
|
|
582
|
+
"""
|
|
583
|
+
Indicates whether the kubernetes version image is ready or not
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "readiness")
|
|
586
|
+
|
|
587
|
+
@property
|
|
588
|
+
@pulumi.getter
|
|
589
|
+
def upgrades(self) -> Optional[Sequence[str]]:
|
|
590
|
+
"""
|
|
591
|
+
Possible upgrade paths for given patch version
|
|
592
|
+
"""
|
|
593
|
+
return pulumi.get(self, "upgrades")
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
@pulumi.output_type
|
|
597
|
+
class KubernetesVersionProfileResponseProperties(dict):
|
|
598
|
+
@staticmethod
|
|
599
|
+
def __key_warning(key: str):
|
|
600
|
+
suggest = None
|
|
601
|
+
if key == "provisioningState":
|
|
602
|
+
suggest = "provisioning_state"
|
|
603
|
+
|
|
604
|
+
if suggest:
|
|
605
|
+
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionProfileResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
606
|
+
|
|
607
|
+
def __getitem__(self, key: str) -> Any:
|
|
608
|
+
KubernetesVersionProfileResponseProperties.__key_warning(key)
|
|
609
|
+
return super().__getitem__(key)
|
|
610
|
+
|
|
611
|
+
def get(self, key: str, default = None) -> Any:
|
|
612
|
+
KubernetesVersionProfileResponseProperties.__key_warning(key)
|
|
613
|
+
return super().get(key, default)
|
|
614
|
+
|
|
615
|
+
def __init__(__self__, *,
|
|
616
|
+
provisioning_state: str,
|
|
617
|
+
values: Optional[Sequence['outputs.KubernetesVersionPropertiesResponse']] = None):
|
|
618
|
+
"""
|
|
619
|
+
:param str provisioning_state: Provisioning state of the resource
|
|
620
|
+
:param Sequence['KubernetesVersionPropertiesResponse'] values: List of supported Kubernetes versions
|
|
621
|
+
"""
|
|
622
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
623
|
+
if values is not None:
|
|
624
|
+
pulumi.set(__self__, "values", values)
|
|
625
|
+
|
|
626
|
+
@property
|
|
627
|
+
@pulumi.getter(name="provisioningState")
|
|
628
|
+
def provisioning_state(self) -> str:
|
|
629
|
+
"""
|
|
630
|
+
Provisioning state of the resource
|
|
631
|
+
"""
|
|
632
|
+
return pulumi.get(self, "provisioning_state")
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter
|
|
636
|
+
def values(self) -> Optional[Sequence['outputs.KubernetesVersionPropertiesResponse']]:
|
|
637
|
+
"""
|
|
638
|
+
List of supported Kubernetes versions
|
|
639
|
+
"""
|
|
640
|
+
return pulumi.get(self, "values")
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
@pulumi.output_type
|
|
644
|
+
class KubernetesVersionPropertiesResponse(dict):
|
|
645
|
+
"""
|
|
646
|
+
Kubernetes version profile for given major.minor release
|
|
647
|
+
"""
|
|
648
|
+
@staticmethod
|
|
649
|
+
def __key_warning(key: str):
|
|
650
|
+
suggest = None
|
|
651
|
+
if key == "isPreview":
|
|
652
|
+
suggest = "is_preview"
|
|
653
|
+
elif key == "patchVersions":
|
|
654
|
+
suggest = "patch_versions"
|
|
655
|
+
|
|
656
|
+
if suggest:
|
|
657
|
+
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
658
|
+
|
|
659
|
+
def __getitem__(self, key: str) -> Any:
|
|
660
|
+
KubernetesVersionPropertiesResponse.__key_warning(key)
|
|
661
|
+
return super().__getitem__(key)
|
|
662
|
+
|
|
663
|
+
def get(self, key: str, default = None) -> Any:
|
|
664
|
+
KubernetesVersionPropertiesResponse.__key_warning(key)
|
|
665
|
+
return super().get(key, default)
|
|
666
|
+
|
|
667
|
+
def __init__(__self__, *,
|
|
668
|
+
is_preview: bool,
|
|
669
|
+
patch_versions: Mapping[str, 'outputs.KubernetesPatchVersionsResponse'],
|
|
670
|
+
version: str):
|
|
671
|
+
"""
|
|
672
|
+
Kubernetes version profile for given major.minor release
|
|
673
|
+
:param bool is_preview: Whether this version is in preview mode.
|
|
674
|
+
:param Mapping[str, 'KubernetesPatchVersionsResponse'] patch_versions: Patch versions of a Kubernetes release
|
|
675
|
+
:param str version: major.minor version of Kubernetes release
|
|
676
|
+
"""
|
|
677
|
+
pulumi.set(__self__, "is_preview", is_preview)
|
|
678
|
+
pulumi.set(__self__, "patch_versions", patch_versions)
|
|
679
|
+
pulumi.set(__self__, "version", version)
|
|
680
|
+
|
|
681
|
+
@property
|
|
682
|
+
@pulumi.getter(name="isPreview")
|
|
683
|
+
def is_preview(self) -> bool:
|
|
684
|
+
"""
|
|
685
|
+
Whether this version is in preview mode.
|
|
686
|
+
"""
|
|
687
|
+
return pulumi.get(self, "is_preview")
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
@pulumi.getter(name="patchVersions")
|
|
691
|
+
def patch_versions(self) -> Mapping[str, 'outputs.KubernetesPatchVersionsResponse']:
|
|
692
|
+
"""
|
|
693
|
+
Patch versions of a Kubernetes release
|
|
694
|
+
"""
|
|
695
|
+
return pulumi.get(self, "patch_versions")
|
|
696
|
+
|
|
697
|
+
@property
|
|
698
|
+
@pulumi.getter
|
|
699
|
+
def version(self) -> str:
|
|
700
|
+
"""
|
|
701
|
+
major.minor version of Kubernetes release
|
|
702
|
+
"""
|
|
703
|
+
return pulumi.get(self, "version")
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
@pulumi.output_type
|
|
707
|
+
class KubernetesVersionReadinessResponse(dict):
|
|
708
|
+
"""
|
|
709
|
+
Indicates whether the kubernetes version image is ready or not
|
|
710
|
+
"""
|
|
711
|
+
@staticmethod
|
|
712
|
+
def __key_warning(key: str):
|
|
713
|
+
suggest = None
|
|
714
|
+
if key == "errorMessage":
|
|
715
|
+
suggest = "error_message"
|
|
716
|
+
elif key == "osType":
|
|
717
|
+
suggest = "os_type"
|
|
718
|
+
elif key == "osSku":
|
|
719
|
+
suggest = "os_sku"
|
|
720
|
+
|
|
721
|
+
if suggest:
|
|
722
|
+
pulumi.log.warn(f"Key '{key}' not found in KubernetesVersionReadinessResponse. Access the value via the '{suggest}' property getter instead.")
|
|
723
|
+
|
|
724
|
+
def __getitem__(self, key: str) -> Any:
|
|
725
|
+
KubernetesVersionReadinessResponse.__key_warning(key)
|
|
726
|
+
return super().__getitem__(key)
|
|
727
|
+
|
|
728
|
+
def get(self, key: str, default = None) -> Any:
|
|
729
|
+
KubernetesVersionReadinessResponse.__key_warning(key)
|
|
730
|
+
return super().get(key, default)
|
|
731
|
+
|
|
732
|
+
def __init__(__self__, *,
|
|
733
|
+
error_message: str,
|
|
734
|
+
os_type: Optional[str] = None,
|
|
735
|
+
ready: bool,
|
|
736
|
+
os_sku: Optional[str] = None):
|
|
737
|
+
"""
|
|
738
|
+
Indicates whether the kubernetes version image is ready or not
|
|
739
|
+
:param str error_message: The error message for version not being ready
|
|
740
|
+
:param str os_type: The particular KubernetesVersion Image OS Type (Linux, Windows)
|
|
741
|
+
:param bool ready: Whether the kubernetes version image is ready or not
|
|
742
|
+
:param str os_sku: Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
|
|
743
|
+
"""
|
|
744
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
745
|
+
if os_type is None:
|
|
746
|
+
os_type = 'Linux'
|
|
747
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
748
|
+
pulumi.set(__self__, "ready", ready)
|
|
749
|
+
if os_sku is not None:
|
|
750
|
+
pulumi.set(__self__, "os_sku", os_sku)
|
|
751
|
+
|
|
752
|
+
@property
|
|
753
|
+
@pulumi.getter(name="errorMessage")
|
|
754
|
+
def error_message(self) -> str:
|
|
755
|
+
"""
|
|
756
|
+
The error message for version not being ready
|
|
757
|
+
"""
|
|
758
|
+
return pulumi.get(self, "error_message")
|
|
759
|
+
|
|
760
|
+
@property
|
|
761
|
+
@pulumi.getter(name="osType")
|
|
762
|
+
def os_type(self) -> str:
|
|
763
|
+
"""
|
|
764
|
+
The particular KubernetesVersion Image OS Type (Linux, Windows)
|
|
765
|
+
"""
|
|
766
|
+
return pulumi.get(self, "os_type")
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
@pulumi.getter
|
|
770
|
+
def ready(self) -> bool:
|
|
771
|
+
"""
|
|
772
|
+
Whether the kubernetes version image is ready or not
|
|
773
|
+
"""
|
|
774
|
+
return pulumi.get(self, "ready")
|
|
775
|
+
|
|
776
|
+
@property
|
|
777
|
+
@pulumi.getter(name="osSku")
|
|
778
|
+
def os_sku(self) -> Optional[str]:
|
|
779
|
+
"""
|
|
780
|
+
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
|
|
781
|
+
"""
|
|
782
|
+
return pulumi.get(self, "os_sku")
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
@pulumi.output_type
|
|
786
|
+
class LinuxProfilePropertiesResponse(dict):
|
|
787
|
+
"""
|
|
788
|
+
SSH profile for control plane and nodepool VMs of the provisioned cluster.
|
|
789
|
+
"""
|
|
790
|
+
def __init__(__self__, *,
|
|
791
|
+
ssh: Optional['outputs.LinuxProfilePropertiesResponseSsh'] = None):
|
|
792
|
+
"""
|
|
793
|
+
SSH profile for control plane and nodepool VMs of the provisioned cluster.
|
|
794
|
+
:param 'LinuxProfilePropertiesResponseSsh' ssh: SSH configuration for VMs of the provisioned cluster.
|
|
795
|
+
"""
|
|
796
|
+
if ssh is not None:
|
|
797
|
+
pulumi.set(__self__, "ssh", ssh)
|
|
798
|
+
|
|
799
|
+
@property
|
|
800
|
+
@pulumi.getter
|
|
801
|
+
def ssh(self) -> Optional['outputs.LinuxProfilePropertiesResponseSsh']:
|
|
802
|
+
"""
|
|
803
|
+
SSH configuration for VMs of the provisioned cluster.
|
|
804
|
+
"""
|
|
805
|
+
return pulumi.get(self, "ssh")
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
@pulumi.output_type
|
|
809
|
+
class LinuxProfilePropertiesResponsePublicKeys(dict):
|
|
810
|
+
@staticmethod
|
|
811
|
+
def __key_warning(key: str):
|
|
812
|
+
suggest = None
|
|
813
|
+
if key == "keyData":
|
|
814
|
+
suggest = "key_data"
|
|
815
|
+
|
|
816
|
+
if suggest:
|
|
817
|
+
pulumi.log.warn(f"Key '{key}' not found in LinuxProfilePropertiesResponsePublicKeys. Access the value via the '{suggest}' property getter instead.")
|
|
818
|
+
|
|
819
|
+
def __getitem__(self, key: str) -> Any:
|
|
820
|
+
LinuxProfilePropertiesResponsePublicKeys.__key_warning(key)
|
|
821
|
+
return super().__getitem__(key)
|
|
822
|
+
|
|
823
|
+
def get(self, key: str, default = None) -> Any:
|
|
824
|
+
LinuxProfilePropertiesResponsePublicKeys.__key_warning(key)
|
|
825
|
+
return super().get(key, default)
|
|
826
|
+
|
|
827
|
+
def __init__(__self__, *,
|
|
828
|
+
key_data: Optional[str] = None):
|
|
829
|
+
"""
|
|
830
|
+
:param str key_data: Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.
|
|
831
|
+
"""
|
|
832
|
+
if key_data is not None:
|
|
833
|
+
pulumi.set(__self__, "key_data", key_data)
|
|
834
|
+
|
|
835
|
+
@property
|
|
836
|
+
@pulumi.getter(name="keyData")
|
|
837
|
+
def key_data(self) -> Optional[str]:
|
|
838
|
+
"""
|
|
839
|
+
Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.
|
|
840
|
+
"""
|
|
841
|
+
return pulumi.get(self, "key_data")
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
@pulumi.output_type
|
|
845
|
+
class LinuxProfilePropertiesResponseSsh(dict):
|
|
846
|
+
"""
|
|
847
|
+
SSH configuration for VMs of the provisioned cluster.
|
|
848
|
+
"""
|
|
849
|
+
@staticmethod
|
|
850
|
+
def __key_warning(key: str):
|
|
851
|
+
suggest = None
|
|
852
|
+
if key == "publicKeys":
|
|
853
|
+
suggest = "public_keys"
|
|
854
|
+
|
|
855
|
+
if suggest:
|
|
856
|
+
pulumi.log.warn(f"Key '{key}' not found in LinuxProfilePropertiesResponseSsh. Access the value via the '{suggest}' property getter instead.")
|
|
857
|
+
|
|
858
|
+
def __getitem__(self, key: str) -> Any:
|
|
859
|
+
LinuxProfilePropertiesResponseSsh.__key_warning(key)
|
|
860
|
+
return super().__getitem__(key)
|
|
861
|
+
|
|
862
|
+
def get(self, key: str, default = None) -> Any:
|
|
863
|
+
LinuxProfilePropertiesResponseSsh.__key_warning(key)
|
|
864
|
+
return super().get(key, default)
|
|
865
|
+
|
|
866
|
+
def __init__(__self__, *,
|
|
867
|
+
public_keys: Optional[Sequence['outputs.LinuxProfilePropertiesResponsePublicKeys']] = None):
|
|
868
|
+
"""
|
|
869
|
+
SSH configuration for VMs of the provisioned cluster.
|
|
870
|
+
:param Sequence['LinuxProfilePropertiesResponsePublicKeys'] public_keys: The list of SSH public keys used to authenticate with VMs. A maximum of 1 key may be specified.
|
|
871
|
+
"""
|
|
872
|
+
if public_keys is not None:
|
|
873
|
+
pulumi.set(__self__, "public_keys", public_keys)
|
|
874
|
+
|
|
875
|
+
@property
|
|
876
|
+
@pulumi.getter(name="publicKeys")
|
|
877
|
+
def public_keys(self) -> Optional[Sequence['outputs.LinuxProfilePropertiesResponsePublicKeys']]:
|
|
878
|
+
"""
|
|
879
|
+
The list of SSH public keys used to authenticate with VMs. A maximum of 1 key may be specified.
|
|
880
|
+
"""
|
|
881
|
+
return pulumi.get(self, "public_keys")
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
@pulumi.output_type
|
|
885
|
+
class ListCredentialResponseResponseError(dict):
|
|
886
|
+
def __init__(__self__, *,
|
|
887
|
+
code: Optional[str] = None,
|
|
888
|
+
message: Optional[str] = None):
|
|
889
|
+
if code is not None:
|
|
890
|
+
pulumi.set(__self__, "code", code)
|
|
891
|
+
if message is not None:
|
|
892
|
+
pulumi.set(__self__, "message", message)
|
|
893
|
+
|
|
894
|
+
@property
|
|
895
|
+
@pulumi.getter
|
|
896
|
+
def code(self) -> Optional[str]:
|
|
897
|
+
return pulumi.get(self, "code")
|
|
898
|
+
|
|
899
|
+
@property
|
|
900
|
+
@pulumi.getter
|
|
901
|
+
def message(self) -> Optional[str]:
|
|
902
|
+
return pulumi.get(self, "message")
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
@pulumi.output_type
|
|
906
|
+
class ListCredentialResponseResponseProperties(dict):
|
|
907
|
+
def __init__(__self__, *,
|
|
908
|
+
kubeconfigs: Sequence['outputs.CredentialResultResponse']):
|
|
909
|
+
"""
|
|
910
|
+
:param Sequence['CredentialResultResponse'] kubeconfigs: Base64-encoded Kubernetes configuration file.
|
|
911
|
+
"""
|
|
912
|
+
pulumi.set(__self__, "kubeconfigs", kubeconfigs)
|
|
913
|
+
|
|
914
|
+
@property
|
|
915
|
+
@pulumi.getter
|
|
916
|
+
def kubeconfigs(self) -> Sequence['outputs.CredentialResultResponse']:
|
|
917
|
+
"""
|
|
918
|
+
Base64-encoded Kubernetes configuration file.
|
|
919
|
+
"""
|
|
920
|
+
return pulumi.get(self, "kubeconfigs")
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
@pulumi.output_type
|
|
924
|
+
class NamedAgentPoolProfileResponse(dict):
|
|
925
|
+
"""
|
|
926
|
+
Profile of the default agent pool along with a name parameter
|
|
927
|
+
"""
|
|
928
|
+
@staticmethod
|
|
929
|
+
def __key_warning(key: str):
|
|
930
|
+
suggest = None
|
|
931
|
+
if key == "kubernetesVersion":
|
|
932
|
+
suggest = "kubernetes_version"
|
|
933
|
+
elif key == "enableAutoScaling":
|
|
934
|
+
suggest = "enable_auto_scaling"
|
|
935
|
+
elif key == "maxCount":
|
|
936
|
+
suggest = "max_count"
|
|
937
|
+
elif key == "maxPods":
|
|
938
|
+
suggest = "max_pods"
|
|
939
|
+
elif key == "minCount":
|
|
940
|
+
suggest = "min_count"
|
|
941
|
+
elif key == "nodeLabels":
|
|
942
|
+
suggest = "node_labels"
|
|
943
|
+
elif key == "nodeTaints":
|
|
944
|
+
suggest = "node_taints"
|
|
945
|
+
elif key == "osSKU":
|
|
946
|
+
suggest = "os_sku"
|
|
947
|
+
elif key == "osType":
|
|
948
|
+
suggest = "os_type"
|
|
949
|
+
elif key == "vmSize":
|
|
950
|
+
suggest = "vm_size"
|
|
951
|
+
|
|
952
|
+
if suggest:
|
|
953
|
+
pulumi.log.warn(f"Key '{key}' not found in NamedAgentPoolProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
954
|
+
|
|
955
|
+
def __getitem__(self, key: str) -> Any:
|
|
956
|
+
NamedAgentPoolProfileResponse.__key_warning(key)
|
|
957
|
+
return super().__getitem__(key)
|
|
958
|
+
|
|
959
|
+
def get(self, key: str, default = None) -> Any:
|
|
960
|
+
NamedAgentPoolProfileResponse.__key_warning(key)
|
|
961
|
+
return super().get(key, default)
|
|
962
|
+
|
|
963
|
+
def __init__(__self__, *,
|
|
964
|
+
kubernetes_version: str,
|
|
965
|
+
count: Optional[int] = None,
|
|
966
|
+
enable_auto_scaling: Optional[bool] = None,
|
|
967
|
+
max_count: Optional[int] = None,
|
|
968
|
+
max_pods: Optional[int] = None,
|
|
969
|
+
min_count: Optional[int] = None,
|
|
970
|
+
name: Optional[str] = None,
|
|
971
|
+
node_labels: Optional[Mapping[str, str]] = None,
|
|
972
|
+
node_taints: Optional[Sequence[str]] = None,
|
|
973
|
+
os_sku: Optional[str] = None,
|
|
974
|
+
os_type: Optional[str] = None,
|
|
975
|
+
vm_size: Optional[str] = None):
|
|
976
|
+
"""
|
|
977
|
+
Profile of the default agent pool along with a name parameter
|
|
978
|
+
:param str kubernetes_version: Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster.
|
|
979
|
+
:param int count: Number of nodes in the agent pool. The default value is 1.
|
|
980
|
+
:param bool enable_auto_scaling: Whether to enable auto-scaler. Default value is false
|
|
981
|
+
:param int max_count: The maximum number of nodes for auto-scaling
|
|
982
|
+
:param int max_pods: The maximum number of pods that can run on a node.
|
|
983
|
+
:param int min_count: The minimum number of nodes for auto-scaling
|
|
984
|
+
:param str name: Unique name of the default agent pool in the context of the provisioned cluster. Default value is <clusterName>-nodepool1
|
|
985
|
+
:param Mapping[str, str] node_labels: The node labels to be persisted across all nodes in agent pool.
|
|
986
|
+
:param Sequence[str] node_taints: Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
|
|
987
|
+
:param str os_sku: Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
|
|
988
|
+
:param str os_type: OSType to be used to specify OS type for the VMs. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
|
|
989
|
+
:param str vm_size: The VM sku size of the agent pool node VMs.
|
|
990
|
+
"""
|
|
991
|
+
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
992
|
+
if count is None:
|
|
993
|
+
count = 1
|
|
994
|
+
if count is not None:
|
|
995
|
+
pulumi.set(__self__, "count", count)
|
|
996
|
+
if enable_auto_scaling is None:
|
|
997
|
+
enable_auto_scaling = False
|
|
998
|
+
if enable_auto_scaling is not None:
|
|
999
|
+
pulumi.set(__self__, "enable_auto_scaling", enable_auto_scaling)
|
|
1000
|
+
if max_count is not None:
|
|
1001
|
+
pulumi.set(__self__, "max_count", max_count)
|
|
1002
|
+
if max_pods is not None:
|
|
1003
|
+
pulumi.set(__self__, "max_pods", max_pods)
|
|
1004
|
+
if min_count is not None:
|
|
1005
|
+
pulumi.set(__self__, "min_count", min_count)
|
|
1006
|
+
if name is not None:
|
|
1007
|
+
pulumi.set(__self__, "name", name)
|
|
1008
|
+
if node_labels is not None:
|
|
1009
|
+
pulumi.set(__self__, "node_labels", node_labels)
|
|
1010
|
+
if node_taints is not None:
|
|
1011
|
+
pulumi.set(__self__, "node_taints", node_taints)
|
|
1012
|
+
if os_sku is not None:
|
|
1013
|
+
pulumi.set(__self__, "os_sku", os_sku)
|
|
1014
|
+
if os_type is not None:
|
|
1015
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
1016
|
+
if vm_size is not None:
|
|
1017
|
+
pulumi.set(__self__, "vm_size", vm_size)
|
|
1018
|
+
|
|
1019
|
+
@property
|
|
1020
|
+
@pulumi.getter(name="kubernetesVersion")
|
|
1021
|
+
def kubernetes_version(self) -> str:
|
|
1022
|
+
"""
|
|
1023
|
+
Version of Kubernetes in use by the agent pool. This is inherited from the kubernetesVersion of the provisioned cluster.
|
|
1024
|
+
"""
|
|
1025
|
+
return pulumi.get(self, "kubernetes_version")
|
|
1026
|
+
|
|
1027
|
+
@property
|
|
1028
|
+
@pulumi.getter
|
|
1029
|
+
def count(self) -> Optional[int]:
|
|
1030
|
+
"""
|
|
1031
|
+
Number of nodes in the agent pool. The default value is 1.
|
|
1032
|
+
"""
|
|
1033
|
+
return pulumi.get(self, "count")
|
|
1034
|
+
|
|
1035
|
+
@property
|
|
1036
|
+
@pulumi.getter(name="enableAutoScaling")
|
|
1037
|
+
def enable_auto_scaling(self) -> Optional[bool]:
|
|
1038
|
+
"""
|
|
1039
|
+
Whether to enable auto-scaler. Default value is false
|
|
1040
|
+
"""
|
|
1041
|
+
return pulumi.get(self, "enable_auto_scaling")
|
|
1042
|
+
|
|
1043
|
+
@property
|
|
1044
|
+
@pulumi.getter(name="maxCount")
|
|
1045
|
+
def max_count(self) -> Optional[int]:
|
|
1046
|
+
"""
|
|
1047
|
+
The maximum number of nodes for auto-scaling
|
|
1048
|
+
"""
|
|
1049
|
+
return pulumi.get(self, "max_count")
|
|
1050
|
+
|
|
1051
|
+
@property
|
|
1052
|
+
@pulumi.getter(name="maxPods")
|
|
1053
|
+
def max_pods(self) -> Optional[int]:
|
|
1054
|
+
"""
|
|
1055
|
+
The maximum number of pods that can run on a node.
|
|
1056
|
+
"""
|
|
1057
|
+
return pulumi.get(self, "max_pods")
|
|
1058
|
+
|
|
1059
|
+
@property
|
|
1060
|
+
@pulumi.getter(name="minCount")
|
|
1061
|
+
def min_count(self) -> Optional[int]:
|
|
1062
|
+
"""
|
|
1063
|
+
The minimum number of nodes for auto-scaling
|
|
1064
|
+
"""
|
|
1065
|
+
return pulumi.get(self, "min_count")
|
|
1066
|
+
|
|
1067
|
+
@property
|
|
1068
|
+
@pulumi.getter
|
|
1069
|
+
def name(self) -> Optional[str]:
|
|
1070
|
+
"""
|
|
1071
|
+
Unique name of the default agent pool in the context of the provisioned cluster. Default value is <clusterName>-nodepool1
|
|
1072
|
+
"""
|
|
1073
|
+
return pulumi.get(self, "name")
|
|
1074
|
+
|
|
1075
|
+
@property
|
|
1076
|
+
@pulumi.getter(name="nodeLabels")
|
|
1077
|
+
def node_labels(self) -> Optional[Mapping[str, str]]:
|
|
1078
|
+
"""
|
|
1079
|
+
The node labels to be persisted across all nodes in agent pool.
|
|
1080
|
+
"""
|
|
1081
|
+
return pulumi.get(self, "node_labels")
|
|
1082
|
+
|
|
1083
|
+
@property
|
|
1084
|
+
@pulumi.getter(name="nodeTaints")
|
|
1085
|
+
def node_taints(self) -> Optional[Sequence[str]]:
|
|
1086
|
+
"""
|
|
1087
|
+
Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
|
|
1088
|
+
"""
|
|
1089
|
+
return pulumi.get(self, "node_taints")
|
|
1090
|
+
|
|
1091
|
+
@property
|
|
1092
|
+
@pulumi.getter(name="osSKU")
|
|
1093
|
+
def os_sku(self) -> Optional[str]:
|
|
1094
|
+
"""
|
|
1095
|
+
Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.
|
|
1096
|
+
"""
|
|
1097
|
+
return pulumi.get(self, "os_sku")
|
|
1098
|
+
|
|
1099
|
+
@property
|
|
1100
|
+
@pulumi.getter(name="osType")
|
|
1101
|
+
def os_type(self) -> Optional[str]:
|
|
1102
|
+
"""
|
|
1103
|
+
OSType to be used to specify OS type for the VMs. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
|
|
1104
|
+
"""
|
|
1105
|
+
return pulumi.get(self, "os_type")
|
|
1106
|
+
|
|
1107
|
+
@property
|
|
1108
|
+
@pulumi.getter(name="vmSize")
|
|
1109
|
+
def vm_size(self) -> Optional[str]:
|
|
1110
|
+
"""
|
|
1111
|
+
The VM sku size of the agent pool node VMs.
|
|
1112
|
+
"""
|
|
1113
|
+
return pulumi.get(self, "vm_size")
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
@pulumi.output_type
|
|
1117
|
+
class NetworkProfileResponse(dict):
|
|
1118
|
+
"""
|
|
1119
|
+
The network configuration profile for the provisioned cluster.
|
|
1120
|
+
"""
|
|
1121
|
+
@staticmethod
|
|
1122
|
+
def __key_warning(key: str):
|
|
1123
|
+
suggest = None
|
|
1124
|
+
if key == "loadBalancerProfile":
|
|
1125
|
+
suggest = "load_balancer_profile"
|
|
1126
|
+
elif key == "networkPolicy":
|
|
1127
|
+
suggest = "network_policy"
|
|
1128
|
+
elif key == "podCidr":
|
|
1129
|
+
suggest = "pod_cidr"
|
|
1130
|
+
|
|
1131
|
+
if suggest:
|
|
1132
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1133
|
+
|
|
1134
|
+
def __getitem__(self, key: str) -> Any:
|
|
1135
|
+
NetworkProfileResponse.__key_warning(key)
|
|
1136
|
+
return super().__getitem__(key)
|
|
1137
|
+
|
|
1138
|
+
def get(self, key: str, default = None) -> Any:
|
|
1139
|
+
NetworkProfileResponse.__key_warning(key)
|
|
1140
|
+
return super().get(key, default)
|
|
1141
|
+
|
|
1142
|
+
def __init__(__self__, *,
|
|
1143
|
+
load_balancer_profile: Optional['outputs.NetworkProfileResponseLoadBalancerProfile'] = None,
|
|
1144
|
+
network_policy: Optional[str] = None,
|
|
1145
|
+
pod_cidr: Optional[str] = None):
|
|
1146
|
+
"""
|
|
1147
|
+
The network configuration profile for the provisioned cluster.
|
|
1148
|
+
:param 'NetworkProfileResponseLoadBalancerProfile' load_balancer_profile: Profile of the HA Proxy load balancer.
|
|
1149
|
+
:param str network_policy: Network policy used for building Kubernetes network. Possible values include: 'calico'.
|
|
1150
|
+
:param str pod_cidr: A CIDR notation IP Address range from which to assign pod IPs.
|
|
1151
|
+
"""
|
|
1152
|
+
if load_balancer_profile is not None:
|
|
1153
|
+
pulumi.set(__self__, "load_balancer_profile", load_balancer_profile)
|
|
1154
|
+
if network_policy is None:
|
|
1155
|
+
network_policy = 'calico'
|
|
1156
|
+
if network_policy is not None:
|
|
1157
|
+
pulumi.set(__self__, "network_policy", network_policy)
|
|
1158
|
+
if pod_cidr is not None:
|
|
1159
|
+
pulumi.set(__self__, "pod_cidr", pod_cidr)
|
|
1160
|
+
|
|
1161
|
+
@property
|
|
1162
|
+
@pulumi.getter(name="loadBalancerProfile")
|
|
1163
|
+
def load_balancer_profile(self) -> Optional['outputs.NetworkProfileResponseLoadBalancerProfile']:
|
|
1164
|
+
"""
|
|
1165
|
+
Profile of the HA Proxy load balancer.
|
|
1166
|
+
"""
|
|
1167
|
+
return pulumi.get(self, "load_balancer_profile")
|
|
1168
|
+
|
|
1169
|
+
@property
|
|
1170
|
+
@pulumi.getter(name="networkPolicy")
|
|
1171
|
+
def network_policy(self) -> Optional[str]:
|
|
1172
|
+
"""
|
|
1173
|
+
Network policy used for building Kubernetes network. Possible values include: 'calico'.
|
|
1174
|
+
"""
|
|
1175
|
+
return pulumi.get(self, "network_policy")
|
|
1176
|
+
|
|
1177
|
+
@property
|
|
1178
|
+
@pulumi.getter(name="podCidr")
|
|
1179
|
+
def pod_cidr(self) -> Optional[str]:
|
|
1180
|
+
"""
|
|
1181
|
+
A CIDR notation IP Address range from which to assign pod IPs.
|
|
1182
|
+
"""
|
|
1183
|
+
return pulumi.get(self, "pod_cidr")
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
@pulumi.output_type
|
|
1187
|
+
class NetworkProfileResponseLoadBalancerProfile(dict):
|
|
1188
|
+
"""
|
|
1189
|
+
Profile of the HA Proxy load balancer.
|
|
1190
|
+
"""
|
|
1191
|
+
def __init__(__self__, *,
|
|
1192
|
+
count: Optional[int] = None):
|
|
1193
|
+
"""
|
|
1194
|
+
Profile of the HA Proxy load balancer.
|
|
1195
|
+
:param int count: Number of HA Proxy load balancer VMs. The default value is 0.
|
|
1196
|
+
"""
|
|
1197
|
+
if count is None:
|
|
1198
|
+
count = 0
|
|
1199
|
+
if count is not None:
|
|
1200
|
+
pulumi.set(__self__, "count", count)
|
|
1201
|
+
|
|
1202
|
+
@property
|
|
1203
|
+
@pulumi.getter
|
|
1204
|
+
def count(self) -> Optional[int]:
|
|
1205
|
+
"""
|
|
1206
|
+
Number of HA Proxy load balancer VMs. The default value is 0.
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "count")
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
@pulumi.output_type
|
|
1212
|
+
class ProvisionedClusterLicenseProfileResponse(dict):
|
|
1213
|
+
"""
|
|
1214
|
+
The license profile of the provisioned cluster.
|
|
1215
|
+
"""
|
|
1216
|
+
@staticmethod
|
|
1217
|
+
def __key_warning(key: str):
|
|
1218
|
+
suggest = None
|
|
1219
|
+
if key == "azureHybridBenefit":
|
|
1220
|
+
suggest = "azure_hybrid_benefit"
|
|
1221
|
+
|
|
1222
|
+
if suggest:
|
|
1223
|
+
pulumi.log.warn(f"Key '{key}' not found in ProvisionedClusterLicenseProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1224
|
+
|
|
1225
|
+
def __getitem__(self, key: str) -> Any:
|
|
1226
|
+
ProvisionedClusterLicenseProfileResponse.__key_warning(key)
|
|
1227
|
+
return super().__getitem__(key)
|
|
1228
|
+
|
|
1229
|
+
def get(self, key: str, default = None) -> Any:
|
|
1230
|
+
ProvisionedClusterLicenseProfileResponse.__key_warning(key)
|
|
1231
|
+
return super().get(key, default)
|
|
1232
|
+
|
|
1233
|
+
def __init__(__self__, *,
|
|
1234
|
+
azure_hybrid_benefit: Optional[str] = None):
|
|
1235
|
+
"""
|
|
1236
|
+
The license profile of the provisioned cluster.
|
|
1237
|
+
:param str azure_hybrid_benefit: Indicates whether Azure Hybrid Benefit is opted in. Default value is false
|
|
1238
|
+
"""
|
|
1239
|
+
if azure_hybrid_benefit is None:
|
|
1240
|
+
azure_hybrid_benefit = 'NotApplicable'
|
|
1241
|
+
if azure_hybrid_benefit is not None:
|
|
1242
|
+
pulumi.set(__self__, "azure_hybrid_benefit", azure_hybrid_benefit)
|
|
1243
|
+
|
|
1244
|
+
@property
|
|
1245
|
+
@pulumi.getter(name="azureHybridBenefit")
|
|
1246
|
+
def azure_hybrid_benefit(self) -> Optional[str]:
|
|
1247
|
+
"""
|
|
1248
|
+
Indicates whether Azure Hybrid Benefit is opted in. Default value is false
|
|
1249
|
+
"""
|
|
1250
|
+
return pulumi.get(self, "azure_hybrid_benefit")
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
@pulumi.output_type
|
|
1254
|
+
class ProvisionedClusterPropertiesResponse(dict):
|
|
1255
|
+
"""
|
|
1256
|
+
Properties of the provisioned cluster.
|
|
1257
|
+
"""
|
|
1258
|
+
@staticmethod
|
|
1259
|
+
def __key_warning(key: str):
|
|
1260
|
+
suggest = None
|
|
1261
|
+
if key == "provisioningState":
|
|
1262
|
+
suggest = "provisioning_state"
|
|
1263
|
+
elif key == "agentPoolProfiles":
|
|
1264
|
+
suggest = "agent_pool_profiles"
|
|
1265
|
+
elif key == "autoScalerProfile":
|
|
1266
|
+
suggest = "auto_scaler_profile"
|
|
1267
|
+
elif key == "cloudProviderProfile":
|
|
1268
|
+
suggest = "cloud_provider_profile"
|
|
1269
|
+
elif key == "clusterVMAccessProfile":
|
|
1270
|
+
suggest = "cluster_vm_access_profile"
|
|
1271
|
+
elif key == "controlPlane":
|
|
1272
|
+
suggest = "control_plane"
|
|
1273
|
+
elif key == "kubernetesVersion":
|
|
1274
|
+
suggest = "kubernetes_version"
|
|
1275
|
+
elif key == "licenseProfile":
|
|
1276
|
+
suggest = "license_profile"
|
|
1277
|
+
elif key == "linuxProfile":
|
|
1278
|
+
suggest = "linux_profile"
|
|
1279
|
+
elif key == "networkProfile":
|
|
1280
|
+
suggest = "network_profile"
|
|
1281
|
+
elif key == "storageProfile":
|
|
1282
|
+
suggest = "storage_profile"
|
|
1283
|
+
|
|
1284
|
+
if suggest:
|
|
1285
|
+
pulumi.log.warn(f"Key '{key}' not found in ProvisionedClusterPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1286
|
+
|
|
1287
|
+
def __getitem__(self, key: str) -> Any:
|
|
1288
|
+
ProvisionedClusterPropertiesResponse.__key_warning(key)
|
|
1289
|
+
return super().__getitem__(key)
|
|
1290
|
+
|
|
1291
|
+
def get(self, key: str, default = None) -> Any:
|
|
1292
|
+
ProvisionedClusterPropertiesResponse.__key_warning(key)
|
|
1293
|
+
return super().get(key, default)
|
|
1294
|
+
|
|
1295
|
+
def __init__(__self__, *,
|
|
1296
|
+
provisioning_state: str,
|
|
1297
|
+
status: 'outputs.ProvisionedClusterPropertiesResponseStatus',
|
|
1298
|
+
agent_pool_profiles: Optional[Sequence['outputs.NamedAgentPoolProfileResponse']] = None,
|
|
1299
|
+
auto_scaler_profile: Optional['outputs.ProvisionedClusterPropertiesResponseAutoScalerProfile'] = None,
|
|
1300
|
+
cloud_provider_profile: Optional['outputs.CloudProviderProfileResponse'] = None,
|
|
1301
|
+
cluster_vm_access_profile: Optional['outputs.ClusterVMAccessProfileResponse'] = None,
|
|
1302
|
+
control_plane: Optional['outputs.ControlPlaneProfileResponse'] = None,
|
|
1303
|
+
kubernetes_version: Optional[str] = None,
|
|
1304
|
+
license_profile: Optional['outputs.ProvisionedClusterLicenseProfileResponse'] = None,
|
|
1305
|
+
linux_profile: Optional['outputs.LinuxProfilePropertiesResponse'] = None,
|
|
1306
|
+
network_profile: Optional['outputs.NetworkProfileResponse'] = None,
|
|
1307
|
+
storage_profile: Optional['outputs.StorageProfileResponse'] = None):
|
|
1308
|
+
"""
|
|
1309
|
+
Properties of the provisioned cluster.
|
|
1310
|
+
:param str provisioning_state: The status of the latest long running operation for the provisioned cluster.
|
|
1311
|
+
:param 'ProvisionedClusterPropertiesResponseStatus' status: The observed status of the provisioned cluster.
|
|
1312
|
+
:param Sequence['NamedAgentPoolProfileResponse'] agent_pool_profiles: The agent pool properties for the provisioned cluster.
|
|
1313
|
+
:param 'ProvisionedClusterPropertiesResponseAutoScalerProfile' auto_scaler_profile: Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.
|
|
1314
|
+
:param 'CloudProviderProfileResponse' cloud_provider_profile: The profile for the underlying cloud infrastructure provider for the provisioned cluster.
|
|
1315
|
+
:param 'ClusterVMAccessProfileResponse' cluster_vm_access_profile: The SSH restricted access profile for the VMs in the provisioned cluster.
|
|
1316
|
+
:param 'ControlPlaneProfileResponse' control_plane: The profile for control plane of the provisioned cluster.
|
|
1317
|
+
:param str kubernetes_version: The version of Kubernetes in use by the provisioned cluster.
|
|
1318
|
+
:param 'ProvisionedClusterLicenseProfileResponse' license_profile: The license profile of the provisioned cluster.
|
|
1319
|
+
:param 'LinuxProfilePropertiesResponse' linux_profile: The profile for Linux VMs in the provisioned cluster.
|
|
1320
|
+
:param 'NetworkProfileResponse' network_profile: The network configuration profile for the provisioned cluster.
|
|
1321
|
+
:param 'StorageProfileResponse' storage_profile: The storage configuration profile for the provisioned cluster.
|
|
1322
|
+
"""
|
|
1323
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1324
|
+
pulumi.set(__self__, "status", status)
|
|
1325
|
+
if agent_pool_profiles is not None:
|
|
1326
|
+
pulumi.set(__self__, "agent_pool_profiles", agent_pool_profiles)
|
|
1327
|
+
if auto_scaler_profile is not None:
|
|
1328
|
+
pulumi.set(__self__, "auto_scaler_profile", auto_scaler_profile)
|
|
1329
|
+
if cloud_provider_profile is not None:
|
|
1330
|
+
pulumi.set(__self__, "cloud_provider_profile", cloud_provider_profile)
|
|
1331
|
+
if cluster_vm_access_profile is not None:
|
|
1332
|
+
pulumi.set(__self__, "cluster_vm_access_profile", cluster_vm_access_profile)
|
|
1333
|
+
if control_plane is not None:
|
|
1334
|
+
pulumi.set(__self__, "control_plane", control_plane)
|
|
1335
|
+
if kubernetes_version is not None:
|
|
1336
|
+
pulumi.set(__self__, "kubernetes_version", kubernetes_version)
|
|
1337
|
+
if license_profile is not None:
|
|
1338
|
+
pulumi.set(__self__, "license_profile", license_profile)
|
|
1339
|
+
if linux_profile is not None:
|
|
1340
|
+
pulumi.set(__self__, "linux_profile", linux_profile)
|
|
1341
|
+
if network_profile is not None:
|
|
1342
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
1343
|
+
if storage_profile is not None:
|
|
1344
|
+
pulumi.set(__self__, "storage_profile", storage_profile)
|
|
1345
|
+
|
|
1346
|
+
@property
|
|
1347
|
+
@pulumi.getter(name="provisioningState")
|
|
1348
|
+
def provisioning_state(self) -> str:
|
|
1349
|
+
"""
|
|
1350
|
+
The status of the latest long running operation for the provisioned cluster.
|
|
1351
|
+
"""
|
|
1352
|
+
return pulumi.get(self, "provisioning_state")
|
|
1353
|
+
|
|
1354
|
+
@property
|
|
1355
|
+
@pulumi.getter
|
|
1356
|
+
def status(self) -> 'outputs.ProvisionedClusterPropertiesResponseStatus':
|
|
1357
|
+
"""
|
|
1358
|
+
The observed status of the provisioned cluster.
|
|
1359
|
+
"""
|
|
1360
|
+
return pulumi.get(self, "status")
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter(name="agentPoolProfiles")
|
|
1364
|
+
def agent_pool_profiles(self) -> Optional[Sequence['outputs.NamedAgentPoolProfileResponse']]:
|
|
1365
|
+
"""
|
|
1366
|
+
The agent pool properties for the provisioned cluster.
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "agent_pool_profiles")
|
|
1369
|
+
|
|
1370
|
+
@property
|
|
1371
|
+
@pulumi.getter(name="autoScalerProfile")
|
|
1372
|
+
def auto_scaler_profile(self) -> Optional['outputs.ProvisionedClusterPropertiesResponseAutoScalerProfile']:
|
|
1373
|
+
"""
|
|
1374
|
+
Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.
|
|
1375
|
+
"""
|
|
1376
|
+
return pulumi.get(self, "auto_scaler_profile")
|
|
1377
|
+
|
|
1378
|
+
@property
|
|
1379
|
+
@pulumi.getter(name="cloudProviderProfile")
|
|
1380
|
+
def cloud_provider_profile(self) -> Optional['outputs.CloudProviderProfileResponse']:
|
|
1381
|
+
"""
|
|
1382
|
+
The profile for the underlying cloud infrastructure provider for the provisioned cluster.
|
|
1383
|
+
"""
|
|
1384
|
+
return pulumi.get(self, "cloud_provider_profile")
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter(name="clusterVMAccessProfile")
|
|
1388
|
+
def cluster_vm_access_profile(self) -> Optional['outputs.ClusterVMAccessProfileResponse']:
|
|
1389
|
+
"""
|
|
1390
|
+
The SSH restricted access profile for the VMs in the provisioned cluster.
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "cluster_vm_access_profile")
|
|
1393
|
+
|
|
1394
|
+
@property
|
|
1395
|
+
@pulumi.getter(name="controlPlane")
|
|
1396
|
+
def control_plane(self) -> Optional['outputs.ControlPlaneProfileResponse']:
|
|
1397
|
+
"""
|
|
1398
|
+
The profile for control plane of the provisioned cluster.
|
|
1399
|
+
"""
|
|
1400
|
+
return pulumi.get(self, "control_plane")
|
|
1401
|
+
|
|
1402
|
+
@property
|
|
1403
|
+
@pulumi.getter(name="kubernetesVersion")
|
|
1404
|
+
def kubernetes_version(self) -> Optional[str]:
|
|
1405
|
+
"""
|
|
1406
|
+
The version of Kubernetes in use by the provisioned cluster.
|
|
1407
|
+
"""
|
|
1408
|
+
return pulumi.get(self, "kubernetes_version")
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter(name="licenseProfile")
|
|
1412
|
+
def license_profile(self) -> Optional['outputs.ProvisionedClusterLicenseProfileResponse']:
|
|
1413
|
+
"""
|
|
1414
|
+
The license profile of the provisioned cluster.
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "license_profile")
|
|
1417
|
+
|
|
1418
|
+
@property
|
|
1419
|
+
@pulumi.getter(name="linuxProfile")
|
|
1420
|
+
def linux_profile(self) -> Optional['outputs.LinuxProfilePropertiesResponse']:
|
|
1421
|
+
"""
|
|
1422
|
+
The profile for Linux VMs in the provisioned cluster.
|
|
1423
|
+
"""
|
|
1424
|
+
return pulumi.get(self, "linux_profile")
|
|
1425
|
+
|
|
1426
|
+
@property
|
|
1427
|
+
@pulumi.getter(name="networkProfile")
|
|
1428
|
+
def network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
|
|
1429
|
+
"""
|
|
1430
|
+
The network configuration profile for the provisioned cluster.
|
|
1431
|
+
"""
|
|
1432
|
+
return pulumi.get(self, "network_profile")
|
|
1433
|
+
|
|
1434
|
+
@property
|
|
1435
|
+
@pulumi.getter(name="storageProfile")
|
|
1436
|
+
def storage_profile(self) -> Optional['outputs.StorageProfileResponse']:
|
|
1437
|
+
"""
|
|
1438
|
+
The storage configuration profile for the provisioned cluster.
|
|
1439
|
+
"""
|
|
1440
|
+
return pulumi.get(self, "storage_profile")
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
@pulumi.output_type
|
|
1444
|
+
class ProvisionedClusterPropertiesResponseAutoScalerProfile(dict):
|
|
1445
|
+
"""
|
|
1446
|
+
Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.
|
|
1447
|
+
"""
|
|
1448
|
+
@staticmethod
|
|
1449
|
+
def __key_warning(key: str):
|
|
1450
|
+
suggest = None
|
|
1451
|
+
if key == "balanceSimilarNodeGroups":
|
|
1452
|
+
suggest = "balance_similar_node_groups"
|
|
1453
|
+
elif key == "maxEmptyBulkDelete":
|
|
1454
|
+
suggest = "max_empty_bulk_delete"
|
|
1455
|
+
elif key == "maxGracefulTerminationSec":
|
|
1456
|
+
suggest = "max_graceful_termination_sec"
|
|
1457
|
+
elif key == "maxNodeProvisionTime":
|
|
1458
|
+
suggest = "max_node_provision_time"
|
|
1459
|
+
elif key == "maxTotalUnreadyPercentage":
|
|
1460
|
+
suggest = "max_total_unready_percentage"
|
|
1461
|
+
elif key == "newPodScaleUpDelay":
|
|
1462
|
+
suggest = "new_pod_scale_up_delay"
|
|
1463
|
+
elif key == "okTotalUnreadyCount":
|
|
1464
|
+
suggest = "ok_total_unready_count"
|
|
1465
|
+
elif key == "scaleDownDelayAfterAdd":
|
|
1466
|
+
suggest = "scale_down_delay_after_add"
|
|
1467
|
+
elif key == "scaleDownDelayAfterDelete":
|
|
1468
|
+
suggest = "scale_down_delay_after_delete"
|
|
1469
|
+
elif key == "scaleDownDelayAfterFailure":
|
|
1470
|
+
suggest = "scale_down_delay_after_failure"
|
|
1471
|
+
elif key == "scaleDownUnneededTime":
|
|
1472
|
+
suggest = "scale_down_unneeded_time"
|
|
1473
|
+
elif key == "scaleDownUnreadyTime":
|
|
1474
|
+
suggest = "scale_down_unready_time"
|
|
1475
|
+
elif key == "scaleDownUtilizationThreshold":
|
|
1476
|
+
suggest = "scale_down_utilization_threshold"
|
|
1477
|
+
elif key == "scanInterval":
|
|
1478
|
+
suggest = "scan_interval"
|
|
1479
|
+
elif key == "skipNodesWithLocalStorage":
|
|
1480
|
+
suggest = "skip_nodes_with_local_storage"
|
|
1481
|
+
elif key == "skipNodesWithSystemPods":
|
|
1482
|
+
suggest = "skip_nodes_with_system_pods"
|
|
1483
|
+
|
|
1484
|
+
if suggest:
|
|
1485
|
+
pulumi.log.warn(f"Key '{key}' not found in ProvisionedClusterPropertiesResponseAutoScalerProfile. Access the value via the '{suggest}' property getter instead.")
|
|
1486
|
+
|
|
1487
|
+
def __getitem__(self, key: str) -> Any:
|
|
1488
|
+
ProvisionedClusterPropertiesResponseAutoScalerProfile.__key_warning(key)
|
|
1489
|
+
return super().__getitem__(key)
|
|
1490
|
+
|
|
1491
|
+
def get(self, key: str, default = None) -> Any:
|
|
1492
|
+
ProvisionedClusterPropertiesResponseAutoScalerProfile.__key_warning(key)
|
|
1493
|
+
return super().get(key, default)
|
|
1494
|
+
|
|
1495
|
+
def __init__(__self__, *,
|
|
1496
|
+
balance_similar_node_groups: Optional[str] = None,
|
|
1497
|
+
expander: Optional[str] = None,
|
|
1498
|
+
max_empty_bulk_delete: Optional[str] = None,
|
|
1499
|
+
max_graceful_termination_sec: Optional[str] = None,
|
|
1500
|
+
max_node_provision_time: Optional[str] = None,
|
|
1501
|
+
max_total_unready_percentage: Optional[str] = None,
|
|
1502
|
+
new_pod_scale_up_delay: Optional[str] = None,
|
|
1503
|
+
ok_total_unready_count: Optional[str] = None,
|
|
1504
|
+
scale_down_delay_after_add: Optional[str] = None,
|
|
1505
|
+
scale_down_delay_after_delete: Optional[str] = None,
|
|
1506
|
+
scale_down_delay_after_failure: Optional[str] = None,
|
|
1507
|
+
scale_down_unneeded_time: Optional[str] = None,
|
|
1508
|
+
scale_down_unready_time: Optional[str] = None,
|
|
1509
|
+
scale_down_utilization_threshold: Optional[str] = None,
|
|
1510
|
+
scan_interval: Optional[str] = None,
|
|
1511
|
+
skip_nodes_with_local_storage: Optional[str] = None,
|
|
1512
|
+
skip_nodes_with_system_pods: Optional[str] = None):
|
|
1513
|
+
"""
|
|
1514
|
+
Parameters to be applied to the cluster-autoscaler when auto scaling is enabled for the provisioned cluster.
|
|
1515
|
+
:param str balance_similar_node_groups: Valid values are 'true' and 'false'
|
|
1516
|
+
:param str expander: If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information.
|
|
1517
|
+
:param str max_empty_bulk_delete: The default is 10.
|
|
1518
|
+
:param str max_graceful_termination_sec: The default is 600.
|
|
1519
|
+
:param str max_node_provision_time: The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1520
|
+
:param str max_total_unready_percentage: The default is 45. The maximum is 100 and the minimum is 0.
|
|
1521
|
+
:param str new_pod_scale_up_delay: For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc).
|
|
1522
|
+
:param str ok_total_unready_count: This must be an integer. The default is 3.
|
|
1523
|
+
:param str scale_down_delay_after_add: The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1524
|
+
:param str scale_down_delay_after_delete: The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1525
|
+
:param str scale_down_delay_after_failure: The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1526
|
+
:param str scale_down_unneeded_time: The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1527
|
+
:param str scale_down_unready_time: The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1528
|
+
:param str scale_down_utilization_threshold: The default is '0.5'.
|
|
1529
|
+
:param str scan_interval: The default is '10'. Values must be an integer number of seconds.
|
|
1530
|
+
:param str skip_nodes_with_local_storage: The default is true.
|
|
1531
|
+
:param str skip_nodes_with_system_pods: The default is true.
|
|
1532
|
+
"""
|
|
1533
|
+
if balance_similar_node_groups is not None:
|
|
1534
|
+
pulumi.set(__self__, "balance_similar_node_groups", balance_similar_node_groups)
|
|
1535
|
+
if expander is not None:
|
|
1536
|
+
pulumi.set(__self__, "expander", expander)
|
|
1537
|
+
if max_empty_bulk_delete is not None:
|
|
1538
|
+
pulumi.set(__self__, "max_empty_bulk_delete", max_empty_bulk_delete)
|
|
1539
|
+
if max_graceful_termination_sec is not None:
|
|
1540
|
+
pulumi.set(__self__, "max_graceful_termination_sec", max_graceful_termination_sec)
|
|
1541
|
+
if max_node_provision_time is not None:
|
|
1542
|
+
pulumi.set(__self__, "max_node_provision_time", max_node_provision_time)
|
|
1543
|
+
if max_total_unready_percentage is not None:
|
|
1544
|
+
pulumi.set(__self__, "max_total_unready_percentage", max_total_unready_percentage)
|
|
1545
|
+
if new_pod_scale_up_delay is not None:
|
|
1546
|
+
pulumi.set(__self__, "new_pod_scale_up_delay", new_pod_scale_up_delay)
|
|
1547
|
+
if ok_total_unready_count is not None:
|
|
1548
|
+
pulumi.set(__self__, "ok_total_unready_count", ok_total_unready_count)
|
|
1549
|
+
if scale_down_delay_after_add is not None:
|
|
1550
|
+
pulumi.set(__self__, "scale_down_delay_after_add", scale_down_delay_after_add)
|
|
1551
|
+
if scale_down_delay_after_delete is not None:
|
|
1552
|
+
pulumi.set(__self__, "scale_down_delay_after_delete", scale_down_delay_after_delete)
|
|
1553
|
+
if scale_down_delay_after_failure is not None:
|
|
1554
|
+
pulumi.set(__self__, "scale_down_delay_after_failure", scale_down_delay_after_failure)
|
|
1555
|
+
if scale_down_unneeded_time is not None:
|
|
1556
|
+
pulumi.set(__self__, "scale_down_unneeded_time", scale_down_unneeded_time)
|
|
1557
|
+
if scale_down_unready_time is not None:
|
|
1558
|
+
pulumi.set(__self__, "scale_down_unready_time", scale_down_unready_time)
|
|
1559
|
+
if scale_down_utilization_threshold is not None:
|
|
1560
|
+
pulumi.set(__self__, "scale_down_utilization_threshold", scale_down_utilization_threshold)
|
|
1561
|
+
if scan_interval is not None:
|
|
1562
|
+
pulumi.set(__self__, "scan_interval", scan_interval)
|
|
1563
|
+
if skip_nodes_with_local_storage is not None:
|
|
1564
|
+
pulumi.set(__self__, "skip_nodes_with_local_storage", skip_nodes_with_local_storage)
|
|
1565
|
+
if skip_nodes_with_system_pods is not None:
|
|
1566
|
+
pulumi.set(__self__, "skip_nodes_with_system_pods", skip_nodes_with_system_pods)
|
|
1567
|
+
|
|
1568
|
+
@property
|
|
1569
|
+
@pulumi.getter(name="balanceSimilarNodeGroups")
|
|
1570
|
+
def balance_similar_node_groups(self) -> Optional[str]:
|
|
1571
|
+
"""
|
|
1572
|
+
Valid values are 'true' and 'false'
|
|
1573
|
+
"""
|
|
1574
|
+
return pulumi.get(self, "balance_similar_node_groups")
|
|
1575
|
+
|
|
1576
|
+
@property
|
|
1577
|
+
@pulumi.getter
|
|
1578
|
+
def expander(self) -> Optional[str]:
|
|
1579
|
+
"""
|
|
1580
|
+
If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information.
|
|
1581
|
+
"""
|
|
1582
|
+
return pulumi.get(self, "expander")
|
|
1583
|
+
|
|
1584
|
+
@property
|
|
1585
|
+
@pulumi.getter(name="maxEmptyBulkDelete")
|
|
1586
|
+
def max_empty_bulk_delete(self) -> Optional[str]:
|
|
1587
|
+
"""
|
|
1588
|
+
The default is 10.
|
|
1589
|
+
"""
|
|
1590
|
+
return pulumi.get(self, "max_empty_bulk_delete")
|
|
1591
|
+
|
|
1592
|
+
@property
|
|
1593
|
+
@pulumi.getter(name="maxGracefulTerminationSec")
|
|
1594
|
+
def max_graceful_termination_sec(self) -> Optional[str]:
|
|
1595
|
+
"""
|
|
1596
|
+
The default is 600.
|
|
1597
|
+
"""
|
|
1598
|
+
return pulumi.get(self, "max_graceful_termination_sec")
|
|
1599
|
+
|
|
1600
|
+
@property
|
|
1601
|
+
@pulumi.getter(name="maxNodeProvisionTime")
|
|
1602
|
+
def max_node_provision_time(self) -> Optional[str]:
|
|
1603
|
+
"""
|
|
1604
|
+
The default is '15m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1605
|
+
"""
|
|
1606
|
+
return pulumi.get(self, "max_node_provision_time")
|
|
1607
|
+
|
|
1608
|
+
@property
|
|
1609
|
+
@pulumi.getter(name="maxTotalUnreadyPercentage")
|
|
1610
|
+
def max_total_unready_percentage(self) -> Optional[str]:
|
|
1611
|
+
"""
|
|
1612
|
+
The default is 45. The maximum is 100 and the minimum is 0.
|
|
1613
|
+
"""
|
|
1614
|
+
return pulumi.get(self, "max_total_unready_percentage")
|
|
1615
|
+
|
|
1616
|
+
@property
|
|
1617
|
+
@pulumi.getter(name="newPodScaleUpDelay")
|
|
1618
|
+
def new_pod_scale_up_delay(self) -> Optional[str]:
|
|
1619
|
+
"""
|
|
1620
|
+
For scenarios like burst/batch scale where you don't want CA to act before the kubernetes scheduler could schedule all the pods, you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'. Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours, etc).
|
|
1621
|
+
"""
|
|
1622
|
+
return pulumi.get(self, "new_pod_scale_up_delay")
|
|
1623
|
+
|
|
1624
|
+
@property
|
|
1625
|
+
@pulumi.getter(name="okTotalUnreadyCount")
|
|
1626
|
+
def ok_total_unready_count(self) -> Optional[str]:
|
|
1627
|
+
"""
|
|
1628
|
+
This must be an integer. The default is 3.
|
|
1629
|
+
"""
|
|
1630
|
+
return pulumi.get(self, "ok_total_unready_count")
|
|
1631
|
+
|
|
1632
|
+
@property
|
|
1633
|
+
@pulumi.getter(name="scaleDownDelayAfterAdd")
|
|
1634
|
+
def scale_down_delay_after_add(self) -> Optional[str]:
|
|
1635
|
+
"""
|
|
1636
|
+
The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1637
|
+
"""
|
|
1638
|
+
return pulumi.get(self, "scale_down_delay_after_add")
|
|
1639
|
+
|
|
1640
|
+
@property
|
|
1641
|
+
@pulumi.getter(name="scaleDownDelayAfterDelete")
|
|
1642
|
+
def scale_down_delay_after_delete(self) -> Optional[str]:
|
|
1643
|
+
"""
|
|
1644
|
+
The default is the scan-interval. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1645
|
+
"""
|
|
1646
|
+
return pulumi.get(self, "scale_down_delay_after_delete")
|
|
1647
|
+
|
|
1648
|
+
@property
|
|
1649
|
+
@pulumi.getter(name="scaleDownDelayAfterFailure")
|
|
1650
|
+
def scale_down_delay_after_failure(self) -> Optional[str]:
|
|
1651
|
+
"""
|
|
1652
|
+
The default is '3m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1653
|
+
"""
|
|
1654
|
+
return pulumi.get(self, "scale_down_delay_after_failure")
|
|
1655
|
+
|
|
1656
|
+
@property
|
|
1657
|
+
@pulumi.getter(name="scaleDownUnneededTime")
|
|
1658
|
+
def scale_down_unneeded_time(self) -> Optional[str]:
|
|
1659
|
+
"""
|
|
1660
|
+
The default is '10m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1661
|
+
"""
|
|
1662
|
+
return pulumi.get(self, "scale_down_unneeded_time")
|
|
1663
|
+
|
|
1664
|
+
@property
|
|
1665
|
+
@pulumi.getter(name="scaleDownUnreadyTime")
|
|
1666
|
+
def scale_down_unready_time(self) -> Optional[str]:
|
|
1667
|
+
"""
|
|
1668
|
+
The default is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.
|
|
1669
|
+
"""
|
|
1670
|
+
return pulumi.get(self, "scale_down_unready_time")
|
|
1671
|
+
|
|
1672
|
+
@property
|
|
1673
|
+
@pulumi.getter(name="scaleDownUtilizationThreshold")
|
|
1674
|
+
def scale_down_utilization_threshold(self) -> Optional[str]:
|
|
1675
|
+
"""
|
|
1676
|
+
The default is '0.5'.
|
|
1677
|
+
"""
|
|
1678
|
+
return pulumi.get(self, "scale_down_utilization_threshold")
|
|
1679
|
+
|
|
1680
|
+
@property
|
|
1681
|
+
@pulumi.getter(name="scanInterval")
|
|
1682
|
+
def scan_interval(self) -> Optional[str]:
|
|
1683
|
+
"""
|
|
1684
|
+
The default is '10'. Values must be an integer number of seconds.
|
|
1685
|
+
"""
|
|
1686
|
+
return pulumi.get(self, "scan_interval")
|
|
1687
|
+
|
|
1688
|
+
@property
|
|
1689
|
+
@pulumi.getter(name="skipNodesWithLocalStorage")
|
|
1690
|
+
def skip_nodes_with_local_storage(self) -> Optional[str]:
|
|
1691
|
+
"""
|
|
1692
|
+
The default is true.
|
|
1693
|
+
"""
|
|
1694
|
+
return pulumi.get(self, "skip_nodes_with_local_storage")
|
|
1695
|
+
|
|
1696
|
+
@property
|
|
1697
|
+
@pulumi.getter(name="skipNodesWithSystemPods")
|
|
1698
|
+
def skip_nodes_with_system_pods(self) -> Optional[str]:
|
|
1699
|
+
"""
|
|
1700
|
+
The default is true.
|
|
1701
|
+
"""
|
|
1702
|
+
return pulumi.get(self, "skip_nodes_with_system_pods")
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
@pulumi.output_type
|
|
1706
|
+
class ProvisionedClusterPropertiesResponseStatus(dict):
|
|
1707
|
+
"""
|
|
1708
|
+
The observed status of the provisioned cluster.
|
|
1709
|
+
"""
|
|
1710
|
+
@staticmethod
|
|
1711
|
+
def __key_warning(key: str):
|
|
1712
|
+
suggest = None
|
|
1713
|
+
if key == "currentState":
|
|
1714
|
+
suggest = "current_state"
|
|
1715
|
+
elif key == "controlPlaneStatus":
|
|
1716
|
+
suggest = "control_plane_status"
|
|
1717
|
+
elif key == "errorMessage":
|
|
1718
|
+
suggest = "error_message"
|
|
1719
|
+
|
|
1720
|
+
if suggest:
|
|
1721
|
+
pulumi.log.warn(f"Key '{key}' not found in ProvisionedClusterPropertiesResponseStatus. Access the value via the '{suggest}' property getter instead.")
|
|
1722
|
+
|
|
1723
|
+
def __getitem__(self, key: str) -> Any:
|
|
1724
|
+
ProvisionedClusterPropertiesResponseStatus.__key_warning(key)
|
|
1725
|
+
return super().__getitem__(key)
|
|
1726
|
+
|
|
1727
|
+
def get(self, key: str, default = None) -> Any:
|
|
1728
|
+
ProvisionedClusterPropertiesResponseStatus.__key_warning(key)
|
|
1729
|
+
return super().get(key, default)
|
|
1730
|
+
|
|
1731
|
+
def __init__(__self__, *,
|
|
1732
|
+
current_state: str,
|
|
1733
|
+
control_plane_status: Optional[Sequence['outputs.AddonStatusProfileResponse']] = None,
|
|
1734
|
+
error_message: Optional[str] = None):
|
|
1735
|
+
"""
|
|
1736
|
+
The observed status of the provisioned cluster.
|
|
1737
|
+
:param str current_state: The current state of the provisioned cluster.
|
|
1738
|
+
:param Sequence['AddonStatusProfileResponse'] control_plane_status: The detailed status of the provisioned cluster components including addons.
|
|
1739
|
+
:param str error_message: Error messages during a provisioned cluster operation or steady state.
|
|
1740
|
+
"""
|
|
1741
|
+
pulumi.set(__self__, "current_state", current_state)
|
|
1742
|
+
if control_plane_status is not None:
|
|
1743
|
+
pulumi.set(__self__, "control_plane_status", control_plane_status)
|
|
1744
|
+
if error_message is not None:
|
|
1745
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
1746
|
+
|
|
1747
|
+
@property
|
|
1748
|
+
@pulumi.getter(name="currentState")
|
|
1749
|
+
def current_state(self) -> str:
|
|
1750
|
+
"""
|
|
1751
|
+
The current state of the provisioned cluster.
|
|
1752
|
+
"""
|
|
1753
|
+
return pulumi.get(self, "current_state")
|
|
1754
|
+
|
|
1755
|
+
@property
|
|
1756
|
+
@pulumi.getter(name="controlPlaneStatus")
|
|
1757
|
+
def control_plane_status(self) -> Optional[Sequence['outputs.AddonStatusProfileResponse']]:
|
|
1758
|
+
"""
|
|
1759
|
+
The detailed status of the provisioned cluster components including addons.
|
|
1760
|
+
"""
|
|
1761
|
+
return pulumi.get(self, "control_plane_status")
|
|
1762
|
+
|
|
1763
|
+
@property
|
|
1764
|
+
@pulumi.getter(name="errorMessage")
|
|
1765
|
+
def error_message(self) -> Optional[str]:
|
|
1766
|
+
"""
|
|
1767
|
+
Error messages during a provisioned cluster operation or steady state.
|
|
1768
|
+
"""
|
|
1769
|
+
return pulumi.get(self, "error_message")
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
@pulumi.output_type
|
|
1773
|
+
class StorageProfileNfsCSIDriverResponse(dict):
|
|
1774
|
+
"""
|
|
1775
|
+
NFS CSI Driver settings for the storage profile.
|
|
1776
|
+
"""
|
|
1777
|
+
def __init__(__self__, *,
|
|
1778
|
+
enabled: Optional[bool] = None):
|
|
1779
|
+
"""
|
|
1780
|
+
NFS CSI Driver settings for the storage profile.
|
|
1781
|
+
:param bool enabled: Indicates whether to enable NFS CSI Driver. The default value is true.
|
|
1782
|
+
"""
|
|
1783
|
+
if enabled is None:
|
|
1784
|
+
enabled = True
|
|
1785
|
+
if enabled is not None:
|
|
1786
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1787
|
+
|
|
1788
|
+
@property
|
|
1789
|
+
@pulumi.getter
|
|
1790
|
+
def enabled(self) -> Optional[bool]:
|
|
1791
|
+
"""
|
|
1792
|
+
Indicates whether to enable NFS CSI Driver. The default value is true.
|
|
1793
|
+
"""
|
|
1794
|
+
return pulumi.get(self, "enabled")
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
@pulumi.output_type
|
|
1798
|
+
class StorageProfileResponse(dict):
|
|
1799
|
+
"""
|
|
1800
|
+
The storage configuration profile for the provisioned cluster.
|
|
1801
|
+
"""
|
|
1802
|
+
@staticmethod
|
|
1803
|
+
def __key_warning(key: str):
|
|
1804
|
+
suggest = None
|
|
1805
|
+
if key == "nfsCsiDriver":
|
|
1806
|
+
suggest = "nfs_csi_driver"
|
|
1807
|
+
elif key == "smbCsiDriver":
|
|
1808
|
+
suggest = "smb_csi_driver"
|
|
1809
|
+
|
|
1810
|
+
if suggest:
|
|
1811
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1812
|
+
|
|
1813
|
+
def __getitem__(self, key: str) -> Any:
|
|
1814
|
+
StorageProfileResponse.__key_warning(key)
|
|
1815
|
+
return super().__getitem__(key)
|
|
1816
|
+
|
|
1817
|
+
def get(self, key: str, default = None) -> Any:
|
|
1818
|
+
StorageProfileResponse.__key_warning(key)
|
|
1819
|
+
return super().get(key, default)
|
|
1820
|
+
|
|
1821
|
+
def __init__(__self__, *,
|
|
1822
|
+
nfs_csi_driver: Optional['outputs.StorageProfileNfsCSIDriverResponse'] = None,
|
|
1823
|
+
smb_csi_driver: Optional['outputs.StorageProfileSmbCSIDriverResponse'] = None):
|
|
1824
|
+
"""
|
|
1825
|
+
The storage configuration profile for the provisioned cluster.
|
|
1826
|
+
:param 'StorageProfileNfsCSIDriverResponse' nfs_csi_driver: NFS CSI Driver settings for the storage profile.
|
|
1827
|
+
:param 'StorageProfileSmbCSIDriverResponse' smb_csi_driver: SMB CSI Driver settings for the storage profile.
|
|
1828
|
+
"""
|
|
1829
|
+
if nfs_csi_driver is not None:
|
|
1830
|
+
pulumi.set(__self__, "nfs_csi_driver", nfs_csi_driver)
|
|
1831
|
+
if smb_csi_driver is not None:
|
|
1832
|
+
pulumi.set(__self__, "smb_csi_driver", smb_csi_driver)
|
|
1833
|
+
|
|
1834
|
+
@property
|
|
1835
|
+
@pulumi.getter(name="nfsCsiDriver")
|
|
1836
|
+
def nfs_csi_driver(self) -> Optional['outputs.StorageProfileNfsCSIDriverResponse']:
|
|
1837
|
+
"""
|
|
1838
|
+
NFS CSI Driver settings for the storage profile.
|
|
1839
|
+
"""
|
|
1840
|
+
return pulumi.get(self, "nfs_csi_driver")
|
|
1841
|
+
|
|
1842
|
+
@property
|
|
1843
|
+
@pulumi.getter(name="smbCsiDriver")
|
|
1844
|
+
def smb_csi_driver(self) -> Optional['outputs.StorageProfileSmbCSIDriverResponse']:
|
|
1845
|
+
"""
|
|
1846
|
+
SMB CSI Driver settings for the storage profile.
|
|
1847
|
+
"""
|
|
1848
|
+
return pulumi.get(self, "smb_csi_driver")
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
@pulumi.output_type
|
|
1852
|
+
class StorageProfileSmbCSIDriverResponse(dict):
|
|
1853
|
+
"""
|
|
1854
|
+
SMB CSI Driver settings for the storage profile.
|
|
1855
|
+
"""
|
|
1856
|
+
def __init__(__self__, *,
|
|
1857
|
+
enabled: Optional[bool] = None):
|
|
1858
|
+
"""
|
|
1859
|
+
SMB CSI Driver settings for the storage profile.
|
|
1860
|
+
:param bool enabled: Indicates whether to enable SMB CSI Driver. The default value is true.
|
|
1861
|
+
"""
|
|
1862
|
+
if enabled is None:
|
|
1863
|
+
enabled = True
|
|
1864
|
+
if enabled is not None:
|
|
1865
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1866
|
+
|
|
1867
|
+
@property
|
|
1868
|
+
@pulumi.getter
|
|
1869
|
+
def enabled(self) -> Optional[bool]:
|
|
1870
|
+
"""
|
|
1871
|
+
Indicates whether to enable SMB CSI Driver. The default value is true.
|
|
1872
|
+
"""
|
|
1873
|
+
return pulumi.get(self, "enabled")
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
@pulumi.output_type
|
|
1877
|
+
class SystemDataResponse(dict):
|
|
1878
|
+
"""
|
|
1879
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1880
|
+
"""
|
|
1881
|
+
@staticmethod
|
|
1882
|
+
def __key_warning(key: str):
|
|
1883
|
+
suggest = None
|
|
1884
|
+
if key == "createdAt":
|
|
1885
|
+
suggest = "created_at"
|
|
1886
|
+
elif key == "createdBy":
|
|
1887
|
+
suggest = "created_by"
|
|
1888
|
+
elif key == "createdByType":
|
|
1889
|
+
suggest = "created_by_type"
|
|
1890
|
+
elif key == "lastModifiedAt":
|
|
1891
|
+
suggest = "last_modified_at"
|
|
1892
|
+
elif key == "lastModifiedBy":
|
|
1893
|
+
suggest = "last_modified_by"
|
|
1894
|
+
elif key == "lastModifiedByType":
|
|
1895
|
+
suggest = "last_modified_by_type"
|
|
1896
|
+
|
|
1897
|
+
if suggest:
|
|
1898
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1899
|
+
|
|
1900
|
+
def __getitem__(self, key: str) -> Any:
|
|
1901
|
+
SystemDataResponse.__key_warning(key)
|
|
1902
|
+
return super().__getitem__(key)
|
|
1903
|
+
|
|
1904
|
+
def get(self, key: str, default = None) -> Any:
|
|
1905
|
+
SystemDataResponse.__key_warning(key)
|
|
1906
|
+
return super().get(key, default)
|
|
1907
|
+
|
|
1908
|
+
def __init__(__self__, *,
|
|
1909
|
+
created_at: Optional[str] = None,
|
|
1910
|
+
created_by: Optional[str] = None,
|
|
1911
|
+
created_by_type: Optional[str] = None,
|
|
1912
|
+
last_modified_at: Optional[str] = None,
|
|
1913
|
+
last_modified_by: Optional[str] = None,
|
|
1914
|
+
last_modified_by_type: Optional[str] = None):
|
|
1915
|
+
"""
|
|
1916
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1917
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1918
|
+
:param str created_by: The identity that created the resource.
|
|
1919
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1920
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1921
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1922
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1923
|
+
"""
|
|
1924
|
+
if created_at is not None:
|
|
1925
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1926
|
+
if created_by is not None:
|
|
1927
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1928
|
+
if created_by_type is not None:
|
|
1929
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1930
|
+
if last_modified_at is not None:
|
|
1931
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1932
|
+
if last_modified_by is not None:
|
|
1933
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1934
|
+
if last_modified_by_type is not None:
|
|
1935
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1936
|
+
|
|
1937
|
+
@property
|
|
1938
|
+
@pulumi.getter(name="createdAt")
|
|
1939
|
+
def created_at(self) -> Optional[str]:
|
|
1940
|
+
"""
|
|
1941
|
+
The timestamp of resource creation (UTC).
|
|
1942
|
+
"""
|
|
1943
|
+
return pulumi.get(self, "created_at")
|
|
1944
|
+
|
|
1945
|
+
@property
|
|
1946
|
+
@pulumi.getter(name="createdBy")
|
|
1947
|
+
def created_by(self) -> Optional[str]:
|
|
1948
|
+
"""
|
|
1949
|
+
The identity that created the resource.
|
|
1950
|
+
"""
|
|
1951
|
+
return pulumi.get(self, "created_by")
|
|
1952
|
+
|
|
1953
|
+
@property
|
|
1954
|
+
@pulumi.getter(name="createdByType")
|
|
1955
|
+
def created_by_type(self) -> Optional[str]:
|
|
1956
|
+
"""
|
|
1957
|
+
The type of identity that created the resource.
|
|
1958
|
+
"""
|
|
1959
|
+
return pulumi.get(self, "created_by_type")
|
|
1960
|
+
|
|
1961
|
+
@property
|
|
1962
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1963
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1964
|
+
"""
|
|
1965
|
+
The timestamp of resource last modification (UTC)
|
|
1966
|
+
"""
|
|
1967
|
+
return pulumi.get(self, "last_modified_at")
|
|
1968
|
+
|
|
1969
|
+
@property
|
|
1970
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1971
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1972
|
+
"""
|
|
1973
|
+
The identity that last modified the resource.
|
|
1974
|
+
"""
|
|
1975
|
+
return pulumi.get(self, "last_modified_by")
|
|
1976
|
+
|
|
1977
|
+
@property
|
|
1978
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1979
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1980
|
+
"""
|
|
1981
|
+
The type of identity that last modified the resource.
|
|
1982
|
+
"""
|
|
1983
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
@pulumi.output_type
|
|
1987
|
+
class VirtualNetworkPropertiesResponse(dict):
|
|
1988
|
+
"""
|
|
1989
|
+
Properties of the virtual network resource
|
|
1990
|
+
"""
|
|
1991
|
+
@staticmethod
|
|
1992
|
+
def __key_warning(key: str):
|
|
1993
|
+
suggest = None
|
|
1994
|
+
if key == "provisioningState":
|
|
1995
|
+
suggest = "provisioning_state"
|
|
1996
|
+
elif key == "dnsServers":
|
|
1997
|
+
suggest = "dns_servers"
|
|
1998
|
+
elif key == "infraVnetProfile":
|
|
1999
|
+
suggest = "infra_vnet_profile"
|
|
2000
|
+
elif key == "ipAddressPrefix":
|
|
2001
|
+
suggest = "ip_address_prefix"
|
|
2002
|
+
elif key == "vipPool":
|
|
2003
|
+
suggest = "vip_pool"
|
|
2004
|
+
elif key == "vlanID":
|
|
2005
|
+
suggest = "vlan_id"
|
|
2006
|
+
elif key == "vmipPool":
|
|
2007
|
+
suggest = "vmip_pool"
|
|
2008
|
+
|
|
2009
|
+
if suggest:
|
|
2010
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2011
|
+
|
|
2012
|
+
def __getitem__(self, key: str) -> Any:
|
|
2013
|
+
VirtualNetworkPropertiesResponse.__key_warning(key)
|
|
2014
|
+
return super().__getitem__(key)
|
|
2015
|
+
|
|
2016
|
+
def get(self, key: str, default = None) -> Any:
|
|
2017
|
+
VirtualNetworkPropertiesResponse.__key_warning(key)
|
|
2018
|
+
return super().get(key, default)
|
|
2019
|
+
|
|
2020
|
+
def __init__(__self__, *,
|
|
2021
|
+
provisioning_state: str,
|
|
2022
|
+
status: 'outputs.VirtualNetworkPropertiesResponseStatus',
|
|
2023
|
+
dns_servers: Optional[Sequence[str]] = None,
|
|
2024
|
+
gateway: Optional[str] = None,
|
|
2025
|
+
infra_vnet_profile: Optional['outputs.VirtualNetworkPropertiesResponseInfraVnetProfile'] = None,
|
|
2026
|
+
ip_address_prefix: Optional[str] = None,
|
|
2027
|
+
vip_pool: Optional[Sequence['outputs.VirtualNetworkPropertiesResponseVipPool']] = None,
|
|
2028
|
+
vlan_id: Optional[int] = None,
|
|
2029
|
+
vmip_pool: Optional[Sequence['outputs.VirtualNetworkPropertiesResponseVmipPool']] = None):
|
|
2030
|
+
"""
|
|
2031
|
+
Properties of the virtual network resource
|
|
2032
|
+
:param 'VirtualNetworkPropertiesResponseStatus' status: Status of the virtual network resource
|
|
2033
|
+
:param Sequence[str] dns_servers: List of DNS server IP Addresses associated with the network
|
|
2034
|
+
:param str gateway: IP Address of the Gateway associated with the network
|
|
2035
|
+
:param str ip_address_prefix: IP Address Prefix of the network
|
|
2036
|
+
:param Sequence['VirtualNetworkPropertiesResponseVipPool'] vip_pool: Range of IP Addresses for Kubernetes API Server and services if using HA Proxy load balancer
|
|
2037
|
+
:param int vlan_id: VLAN Id used by the network
|
|
2038
|
+
:param Sequence['VirtualNetworkPropertiesResponseVmipPool'] vmip_pool: Range of IP Addresses for Kubernetes node VMs
|
|
2039
|
+
"""
|
|
2040
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2041
|
+
pulumi.set(__self__, "status", status)
|
|
2042
|
+
if dns_servers is not None:
|
|
2043
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
2044
|
+
if gateway is not None:
|
|
2045
|
+
pulumi.set(__self__, "gateway", gateway)
|
|
2046
|
+
if infra_vnet_profile is not None:
|
|
2047
|
+
pulumi.set(__self__, "infra_vnet_profile", infra_vnet_profile)
|
|
2048
|
+
if ip_address_prefix is not None:
|
|
2049
|
+
pulumi.set(__self__, "ip_address_prefix", ip_address_prefix)
|
|
2050
|
+
if vip_pool is not None:
|
|
2051
|
+
pulumi.set(__self__, "vip_pool", vip_pool)
|
|
2052
|
+
if vlan_id is not None:
|
|
2053
|
+
pulumi.set(__self__, "vlan_id", vlan_id)
|
|
2054
|
+
if vmip_pool is not None:
|
|
2055
|
+
pulumi.set(__self__, "vmip_pool", vmip_pool)
|
|
2056
|
+
|
|
2057
|
+
@property
|
|
2058
|
+
@pulumi.getter(name="provisioningState")
|
|
2059
|
+
def provisioning_state(self) -> str:
|
|
2060
|
+
return pulumi.get(self, "provisioning_state")
|
|
2061
|
+
|
|
2062
|
+
@property
|
|
2063
|
+
@pulumi.getter
|
|
2064
|
+
def status(self) -> 'outputs.VirtualNetworkPropertiesResponseStatus':
|
|
2065
|
+
"""
|
|
2066
|
+
Status of the virtual network resource
|
|
2067
|
+
"""
|
|
2068
|
+
return pulumi.get(self, "status")
|
|
2069
|
+
|
|
2070
|
+
@property
|
|
2071
|
+
@pulumi.getter(name="dnsServers")
|
|
2072
|
+
def dns_servers(self) -> Optional[Sequence[str]]:
|
|
2073
|
+
"""
|
|
2074
|
+
List of DNS server IP Addresses associated with the network
|
|
2075
|
+
"""
|
|
2076
|
+
return pulumi.get(self, "dns_servers")
|
|
2077
|
+
|
|
2078
|
+
@property
|
|
2079
|
+
@pulumi.getter
|
|
2080
|
+
def gateway(self) -> Optional[str]:
|
|
2081
|
+
"""
|
|
2082
|
+
IP Address of the Gateway associated with the network
|
|
2083
|
+
"""
|
|
2084
|
+
return pulumi.get(self, "gateway")
|
|
2085
|
+
|
|
2086
|
+
@property
|
|
2087
|
+
@pulumi.getter(name="infraVnetProfile")
|
|
2088
|
+
def infra_vnet_profile(self) -> Optional['outputs.VirtualNetworkPropertiesResponseInfraVnetProfile']:
|
|
2089
|
+
return pulumi.get(self, "infra_vnet_profile")
|
|
2090
|
+
|
|
2091
|
+
@property
|
|
2092
|
+
@pulumi.getter(name="ipAddressPrefix")
|
|
2093
|
+
def ip_address_prefix(self) -> Optional[str]:
|
|
2094
|
+
"""
|
|
2095
|
+
IP Address Prefix of the network
|
|
2096
|
+
"""
|
|
2097
|
+
return pulumi.get(self, "ip_address_prefix")
|
|
2098
|
+
|
|
2099
|
+
@property
|
|
2100
|
+
@pulumi.getter(name="vipPool")
|
|
2101
|
+
def vip_pool(self) -> Optional[Sequence['outputs.VirtualNetworkPropertiesResponseVipPool']]:
|
|
2102
|
+
"""
|
|
2103
|
+
Range of IP Addresses for Kubernetes API Server and services if using HA Proxy load balancer
|
|
2104
|
+
"""
|
|
2105
|
+
return pulumi.get(self, "vip_pool")
|
|
2106
|
+
|
|
2107
|
+
@property
|
|
2108
|
+
@pulumi.getter(name="vlanID")
|
|
2109
|
+
def vlan_id(self) -> Optional[int]:
|
|
2110
|
+
"""
|
|
2111
|
+
VLAN Id used by the network
|
|
2112
|
+
"""
|
|
2113
|
+
return pulumi.get(self, "vlan_id")
|
|
2114
|
+
|
|
2115
|
+
@property
|
|
2116
|
+
@pulumi.getter(name="vmipPool")
|
|
2117
|
+
def vmip_pool(self) -> Optional[Sequence['outputs.VirtualNetworkPropertiesResponseVmipPool']]:
|
|
2118
|
+
"""
|
|
2119
|
+
Range of IP Addresses for Kubernetes node VMs
|
|
2120
|
+
"""
|
|
2121
|
+
return pulumi.get(self, "vmip_pool")
|
|
2122
|
+
|
|
2123
|
+
|
|
2124
|
+
@pulumi.output_type
|
|
2125
|
+
class VirtualNetworkPropertiesResponseError(dict):
|
|
2126
|
+
"""
|
|
2127
|
+
The error if any from the operation.
|
|
2128
|
+
"""
|
|
2129
|
+
def __init__(__self__, *,
|
|
2130
|
+
code: Optional[str] = None,
|
|
2131
|
+
message: Optional[str] = None):
|
|
2132
|
+
"""
|
|
2133
|
+
The error if any from the operation.
|
|
2134
|
+
:param str code: The error code from the operation.
|
|
2135
|
+
:param str message: The error message from the operation.
|
|
2136
|
+
"""
|
|
2137
|
+
if code is not None:
|
|
2138
|
+
pulumi.set(__self__, "code", code)
|
|
2139
|
+
if message is not None:
|
|
2140
|
+
pulumi.set(__self__, "message", message)
|
|
2141
|
+
|
|
2142
|
+
@property
|
|
2143
|
+
@pulumi.getter
|
|
2144
|
+
def code(self) -> Optional[str]:
|
|
2145
|
+
"""
|
|
2146
|
+
The error code from the operation.
|
|
2147
|
+
"""
|
|
2148
|
+
return pulumi.get(self, "code")
|
|
2149
|
+
|
|
2150
|
+
@property
|
|
2151
|
+
@pulumi.getter
|
|
2152
|
+
def message(self) -> Optional[str]:
|
|
2153
|
+
"""
|
|
2154
|
+
The error message from the operation.
|
|
2155
|
+
"""
|
|
2156
|
+
return pulumi.get(self, "message")
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
@pulumi.output_type
|
|
2160
|
+
class VirtualNetworkPropertiesResponseHci(dict):
|
|
2161
|
+
"""
|
|
2162
|
+
Infrastructure network profile for HCI platform
|
|
2163
|
+
"""
|
|
2164
|
+
@staticmethod
|
|
2165
|
+
def __key_warning(key: str):
|
|
2166
|
+
suggest = None
|
|
2167
|
+
if key == "mocGroup":
|
|
2168
|
+
suggest = "moc_group"
|
|
2169
|
+
elif key == "mocLocation":
|
|
2170
|
+
suggest = "moc_location"
|
|
2171
|
+
elif key == "mocVnetName":
|
|
2172
|
+
suggest = "moc_vnet_name"
|
|
2173
|
+
|
|
2174
|
+
if suggest:
|
|
2175
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesResponseHci. Access the value via the '{suggest}' property getter instead.")
|
|
2176
|
+
|
|
2177
|
+
def __getitem__(self, key: str) -> Any:
|
|
2178
|
+
VirtualNetworkPropertiesResponseHci.__key_warning(key)
|
|
2179
|
+
return super().__getitem__(key)
|
|
2180
|
+
|
|
2181
|
+
def get(self, key: str, default = None) -> Any:
|
|
2182
|
+
VirtualNetworkPropertiesResponseHci.__key_warning(key)
|
|
2183
|
+
return super().get(key, default)
|
|
2184
|
+
|
|
2185
|
+
def __init__(__self__, *,
|
|
2186
|
+
moc_group: Optional[str] = None,
|
|
2187
|
+
moc_location: Optional[str] = None,
|
|
2188
|
+
moc_vnet_name: Optional[str] = None):
|
|
2189
|
+
"""
|
|
2190
|
+
Infrastructure network profile for HCI platform
|
|
2191
|
+
:param str moc_group: Group in MOC(Microsoft On-premises Cloud)
|
|
2192
|
+
:param str moc_location: Location in MOC(Microsoft On-premises Cloud)
|
|
2193
|
+
:param str moc_vnet_name: Virtual Network name in MOC(Microsoft On-premises Cloud)
|
|
2194
|
+
"""
|
|
2195
|
+
if moc_group is not None:
|
|
2196
|
+
pulumi.set(__self__, "moc_group", moc_group)
|
|
2197
|
+
if moc_location is not None:
|
|
2198
|
+
pulumi.set(__self__, "moc_location", moc_location)
|
|
2199
|
+
if moc_vnet_name is not None:
|
|
2200
|
+
pulumi.set(__self__, "moc_vnet_name", moc_vnet_name)
|
|
2201
|
+
|
|
2202
|
+
@property
|
|
2203
|
+
@pulumi.getter(name="mocGroup")
|
|
2204
|
+
def moc_group(self) -> Optional[str]:
|
|
2205
|
+
"""
|
|
2206
|
+
Group in MOC(Microsoft On-premises Cloud)
|
|
2207
|
+
"""
|
|
2208
|
+
return pulumi.get(self, "moc_group")
|
|
2209
|
+
|
|
2210
|
+
@property
|
|
2211
|
+
@pulumi.getter(name="mocLocation")
|
|
2212
|
+
def moc_location(self) -> Optional[str]:
|
|
2213
|
+
"""
|
|
2214
|
+
Location in MOC(Microsoft On-premises Cloud)
|
|
2215
|
+
"""
|
|
2216
|
+
return pulumi.get(self, "moc_location")
|
|
2217
|
+
|
|
2218
|
+
@property
|
|
2219
|
+
@pulumi.getter(name="mocVnetName")
|
|
2220
|
+
def moc_vnet_name(self) -> Optional[str]:
|
|
2221
|
+
"""
|
|
2222
|
+
Virtual Network name in MOC(Microsoft On-premises Cloud)
|
|
2223
|
+
"""
|
|
2224
|
+
return pulumi.get(self, "moc_vnet_name")
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
@pulumi.output_type
|
|
2228
|
+
class VirtualNetworkPropertiesResponseInfraVnetProfile(dict):
|
|
2229
|
+
def __init__(__self__, *,
|
|
2230
|
+
hci: Optional['outputs.VirtualNetworkPropertiesResponseHci'] = None):
|
|
2231
|
+
"""
|
|
2232
|
+
:param 'VirtualNetworkPropertiesResponseHci' hci: Infrastructure network profile for HCI platform
|
|
2233
|
+
"""
|
|
2234
|
+
if hci is not None:
|
|
2235
|
+
pulumi.set(__self__, "hci", hci)
|
|
2236
|
+
|
|
2237
|
+
@property
|
|
2238
|
+
@pulumi.getter
|
|
2239
|
+
def hci(self) -> Optional['outputs.VirtualNetworkPropertiesResponseHci']:
|
|
2240
|
+
"""
|
|
2241
|
+
Infrastructure network profile for HCI platform
|
|
2242
|
+
"""
|
|
2243
|
+
return pulumi.get(self, "hci")
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
@pulumi.output_type
|
|
2247
|
+
class VirtualNetworkPropertiesResponseOperationStatus(dict):
|
|
2248
|
+
"""
|
|
2249
|
+
The detailed status of the long running operation.
|
|
2250
|
+
"""
|
|
2251
|
+
@staticmethod
|
|
2252
|
+
def __key_warning(key: str):
|
|
2253
|
+
suggest = None
|
|
2254
|
+
if key == "operationId":
|
|
2255
|
+
suggest = "operation_id"
|
|
2256
|
+
|
|
2257
|
+
if suggest:
|
|
2258
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesResponseOperationStatus. Access the value via the '{suggest}' property getter instead.")
|
|
2259
|
+
|
|
2260
|
+
def __getitem__(self, key: str) -> Any:
|
|
2261
|
+
VirtualNetworkPropertiesResponseOperationStatus.__key_warning(key)
|
|
2262
|
+
return super().__getitem__(key)
|
|
2263
|
+
|
|
2264
|
+
def get(self, key: str, default = None) -> Any:
|
|
2265
|
+
VirtualNetworkPropertiesResponseOperationStatus.__key_warning(key)
|
|
2266
|
+
return super().get(key, default)
|
|
2267
|
+
|
|
2268
|
+
def __init__(__self__, *,
|
|
2269
|
+
error: Optional['outputs.VirtualNetworkPropertiesResponseError'] = None,
|
|
2270
|
+
operation_id: Optional[str] = None,
|
|
2271
|
+
status: Optional[str] = None):
|
|
2272
|
+
"""
|
|
2273
|
+
The detailed status of the long running operation.
|
|
2274
|
+
:param 'VirtualNetworkPropertiesResponseError' error: The error if any from the operation.
|
|
2275
|
+
:param str operation_id: The identifier of the operation.
|
|
2276
|
+
:param str status: The status of the operation.
|
|
2277
|
+
"""
|
|
2278
|
+
if error is not None:
|
|
2279
|
+
pulumi.set(__self__, "error", error)
|
|
2280
|
+
if operation_id is not None:
|
|
2281
|
+
pulumi.set(__self__, "operation_id", operation_id)
|
|
2282
|
+
if status is not None:
|
|
2283
|
+
pulumi.set(__self__, "status", status)
|
|
2284
|
+
|
|
2285
|
+
@property
|
|
2286
|
+
@pulumi.getter
|
|
2287
|
+
def error(self) -> Optional['outputs.VirtualNetworkPropertiesResponseError']:
|
|
2288
|
+
"""
|
|
2289
|
+
The error if any from the operation.
|
|
2290
|
+
"""
|
|
2291
|
+
return pulumi.get(self, "error")
|
|
2292
|
+
|
|
2293
|
+
@property
|
|
2294
|
+
@pulumi.getter(name="operationId")
|
|
2295
|
+
def operation_id(self) -> Optional[str]:
|
|
2296
|
+
"""
|
|
2297
|
+
The identifier of the operation.
|
|
2298
|
+
"""
|
|
2299
|
+
return pulumi.get(self, "operation_id")
|
|
2300
|
+
|
|
2301
|
+
@property
|
|
2302
|
+
@pulumi.getter
|
|
2303
|
+
def status(self) -> Optional[str]:
|
|
2304
|
+
"""
|
|
2305
|
+
The status of the operation.
|
|
2306
|
+
"""
|
|
2307
|
+
return pulumi.get(self, "status")
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
@pulumi.output_type
|
|
2311
|
+
class VirtualNetworkPropertiesResponseStatus(dict):
|
|
2312
|
+
"""
|
|
2313
|
+
Status of the virtual network resource
|
|
2314
|
+
"""
|
|
2315
|
+
@staticmethod
|
|
2316
|
+
def __key_warning(key: str):
|
|
2317
|
+
suggest = None
|
|
2318
|
+
if key == "operationStatus":
|
|
2319
|
+
suggest = "operation_status"
|
|
2320
|
+
|
|
2321
|
+
if suggest:
|
|
2322
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesResponseStatus. Access the value via the '{suggest}' property getter instead.")
|
|
2323
|
+
|
|
2324
|
+
def __getitem__(self, key: str) -> Any:
|
|
2325
|
+
VirtualNetworkPropertiesResponseStatus.__key_warning(key)
|
|
2326
|
+
return super().__getitem__(key)
|
|
2327
|
+
|
|
2328
|
+
def get(self, key: str, default = None) -> Any:
|
|
2329
|
+
VirtualNetworkPropertiesResponseStatus.__key_warning(key)
|
|
2330
|
+
return super().get(key, default)
|
|
2331
|
+
|
|
2332
|
+
def __init__(__self__, *,
|
|
2333
|
+
operation_status: Optional['outputs.VirtualNetworkPropertiesResponseOperationStatus'] = None):
|
|
2334
|
+
"""
|
|
2335
|
+
Status of the virtual network resource
|
|
2336
|
+
:param 'VirtualNetworkPropertiesResponseOperationStatus' operation_status: The detailed status of the long running operation.
|
|
2337
|
+
"""
|
|
2338
|
+
if operation_status is not None:
|
|
2339
|
+
pulumi.set(__self__, "operation_status", operation_status)
|
|
2340
|
+
|
|
2341
|
+
@property
|
|
2342
|
+
@pulumi.getter(name="operationStatus")
|
|
2343
|
+
def operation_status(self) -> Optional['outputs.VirtualNetworkPropertiesResponseOperationStatus']:
|
|
2344
|
+
"""
|
|
2345
|
+
The detailed status of the long running operation.
|
|
2346
|
+
"""
|
|
2347
|
+
return pulumi.get(self, "operation_status")
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
@pulumi.output_type
|
|
2351
|
+
class VirtualNetworkPropertiesResponseVipPool(dict):
|
|
2352
|
+
@staticmethod
|
|
2353
|
+
def __key_warning(key: str):
|
|
2354
|
+
suggest = None
|
|
2355
|
+
if key == "endIP":
|
|
2356
|
+
suggest = "end_ip"
|
|
2357
|
+
elif key == "startIP":
|
|
2358
|
+
suggest = "start_ip"
|
|
2359
|
+
|
|
2360
|
+
if suggest:
|
|
2361
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesResponseVipPool. Access the value via the '{suggest}' property getter instead.")
|
|
2362
|
+
|
|
2363
|
+
def __getitem__(self, key: str) -> Any:
|
|
2364
|
+
VirtualNetworkPropertiesResponseVipPool.__key_warning(key)
|
|
2365
|
+
return super().__getitem__(key)
|
|
2366
|
+
|
|
2367
|
+
def get(self, key: str, default = None) -> Any:
|
|
2368
|
+
VirtualNetworkPropertiesResponseVipPool.__key_warning(key)
|
|
2369
|
+
return super().get(key, default)
|
|
2370
|
+
|
|
2371
|
+
def __init__(__self__, *,
|
|
2372
|
+
end_ip: Optional[str] = None,
|
|
2373
|
+
start_ip: Optional[str] = None):
|
|
2374
|
+
"""
|
|
2375
|
+
:param str end_ip: Ending IP address for the IP Pool
|
|
2376
|
+
:param str start_ip: Starting IP address for the IP Pool
|
|
2377
|
+
"""
|
|
2378
|
+
if end_ip is not None:
|
|
2379
|
+
pulumi.set(__self__, "end_ip", end_ip)
|
|
2380
|
+
if start_ip is not None:
|
|
2381
|
+
pulumi.set(__self__, "start_ip", start_ip)
|
|
2382
|
+
|
|
2383
|
+
@property
|
|
2384
|
+
@pulumi.getter(name="endIP")
|
|
2385
|
+
def end_ip(self) -> Optional[str]:
|
|
2386
|
+
"""
|
|
2387
|
+
Ending IP address for the IP Pool
|
|
2388
|
+
"""
|
|
2389
|
+
return pulumi.get(self, "end_ip")
|
|
2390
|
+
|
|
2391
|
+
@property
|
|
2392
|
+
@pulumi.getter(name="startIP")
|
|
2393
|
+
def start_ip(self) -> Optional[str]:
|
|
2394
|
+
"""
|
|
2395
|
+
Starting IP address for the IP Pool
|
|
2396
|
+
"""
|
|
2397
|
+
return pulumi.get(self, "start_ip")
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
@pulumi.output_type
|
|
2401
|
+
class VirtualNetworkPropertiesResponseVmipPool(dict):
|
|
2402
|
+
@staticmethod
|
|
2403
|
+
def __key_warning(key: str):
|
|
2404
|
+
suggest = None
|
|
2405
|
+
if key == "endIP":
|
|
2406
|
+
suggest = "end_ip"
|
|
2407
|
+
elif key == "startIP":
|
|
2408
|
+
suggest = "start_ip"
|
|
2409
|
+
|
|
2410
|
+
if suggest:
|
|
2411
|
+
pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkPropertiesResponseVmipPool. Access the value via the '{suggest}' property getter instead.")
|
|
2412
|
+
|
|
2413
|
+
def __getitem__(self, key: str) -> Any:
|
|
2414
|
+
VirtualNetworkPropertiesResponseVmipPool.__key_warning(key)
|
|
2415
|
+
return super().__getitem__(key)
|
|
2416
|
+
|
|
2417
|
+
def get(self, key: str, default = None) -> Any:
|
|
2418
|
+
VirtualNetworkPropertiesResponseVmipPool.__key_warning(key)
|
|
2419
|
+
return super().get(key, default)
|
|
2420
|
+
|
|
2421
|
+
def __init__(__self__, *,
|
|
2422
|
+
end_ip: Optional[str] = None,
|
|
2423
|
+
start_ip: Optional[str] = None):
|
|
2424
|
+
"""
|
|
2425
|
+
:param str end_ip: Ending IP address for the IP Pool
|
|
2426
|
+
:param str start_ip: Starting IP address for the IP Pool
|
|
2427
|
+
"""
|
|
2428
|
+
if end_ip is not None:
|
|
2429
|
+
pulumi.set(__self__, "end_ip", end_ip)
|
|
2430
|
+
if start_ip is not None:
|
|
2431
|
+
pulumi.set(__self__, "start_ip", start_ip)
|
|
2432
|
+
|
|
2433
|
+
@property
|
|
2434
|
+
@pulumi.getter(name="endIP")
|
|
2435
|
+
def end_ip(self) -> Optional[str]:
|
|
2436
|
+
"""
|
|
2437
|
+
Ending IP address for the IP Pool
|
|
2438
|
+
"""
|
|
2439
|
+
return pulumi.get(self, "end_ip")
|
|
2440
|
+
|
|
2441
|
+
@property
|
|
2442
|
+
@pulumi.getter(name="startIP")
|
|
2443
|
+
def start_ip(self) -> Optional[str]:
|
|
2444
|
+
"""
|
|
2445
|
+
Starting IP address for the IP Pool
|
|
2446
|
+
"""
|
|
2447
|
+
return pulumi.get(self, "start_ip")
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
@pulumi.output_type
|
|
2451
|
+
class VirtualNetworkResponseExtendedLocation(dict):
|
|
2452
|
+
"""
|
|
2453
|
+
Extended location pointing to the underlying infrastructure
|
|
2454
|
+
"""
|
|
2455
|
+
def __init__(__self__, *,
|
|
2456
|
+
name: Optional[str] = None,
|
|
2457
|
+
type: Optional[str] = None):
|
|
2458
|
+
"""
|
|
2459
|
+
Extended location pointing to the underlying infrastructure
|
|
2460
|
+
:param str name: ARM Id of the extended location.
|
|
2461
|
+
:param str type: The extended location type. Allowed value: 'CustomLocation'
|
|
2462
|
+
"""
|
|
2463
|
+
if name is not None:
|
|
2464
|
+
pulumi.set(__self__, "name", name)
|
|
2465
|
+
if type is not None:
|
|
2466
|
+
pulumi.set(__self__, "type", type)
|
|
2467
|
+
|
|
2468
|
+
@property
|
|
2469
|
+
@pulumi.getter
|
|
2470
|
+
def name(self) -> Optional[str]:
|
|
2471
|
+
"""
|
|
2472
|
+
ARM Id of the extended location.
|
|
2473
|
+
"""
|
|
2474
|
+
return pulumi.get(self, "name")
|
|
2475
|
+
|
|
2476
|
+
@property
|
|
2477
|
+
@pulumi.getter
|
|
2478
|
+
def type(self) -> Optional[str]:
|
|
2479
|
+
"""
|
|
2480
|
+
The extended location type. Allowed value: 'CustomLocation'
|
|
2481
|
+
"""
|
|
2482
|
+
return pulumi.get(self, "type")
|
|
2483
|
+
|
|
2484
|
+
|
|
2485
|
+
@pulumi.output_type
|
|
2486
|
+
class VmSkuCapabilitiesResponse(dict):
|
|
2487
|
+
"""
|
|
2488
|
+
Describes the VM SKU capabilities like MemoryGB, vCPUs, etc.
|
|
2489
|
+
"""
|
|
2490
|
+
def __init__(__self__, *,
|
|
2491
|
+
name: str,
|
|
2492
|
+
value: str):
|
|
2493
|
+
"""
|
|
2494
|
+
Describes the VM SKU capabilities like MemoryGB, vCPUs, etc.
|
|
2495
|
+
:param str name: Name of the VM SKU capability
|
|
2496
|
+
:param str value: Value of the VM SKU capability
|
|
2497
|
+
"""
|
|
2498
|
+
pulumi.set(__self__, "name", name)
|
|
2499
|
+
pulumi.set(__self__, "value", value)
|
|
2500
|
+
|
|
2501
|
+
@property
|
|
2502
|
+
@pulumi.getter
|
|
2503
|
+
def name(self) -> str:
|
|
2504
|
+
"""
|
|
2505
|
+
Name of the VM SKU capability
|
|
2506
|
+
"""
|
|
2507
|
+
return pulumi.get(self, "name")
|
|
2508
|
+
|
|
2509
|
+
@property
|
|
2510
|
+
@pulumi.getter
|
|
2511
|
+
def value(self) -> str:
|
|
2512
|
+
"""
|
|
2513
|
+
Value of the VM SKU capability
|
|
2514
|
+
"""
|
|
2515
|
+
return pulumi.get(self, "value")
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
@pulumi.output_type
|
|
2519
|
+
class VmSkuProfileResponseProperties(dict):
|
|
2520
|
+
@staticmethod
|
|
2521
|
+
def __key_warning(key: str):
|
|
2522
|
+
suggest = None
|
|
2523
|
+
if key == "provisioningState":
|
|
2524
|
+
suggest = "provisioning_state"
|
|
2525
|
+
|
|
2526
|
+
if suggest:
|
|
2527
|
+
pulumi.log.warn(f"Key '{key}' not found in VmSkuProfileResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
2528
|
+
|
|
2529
|
+
def __getitem__(self, key: str) -> Any:
|
|
2530
|
+
VmSkuProfileResponseProperties.__key_warning(key)
|
|
2531
|
+
return super().__getitem__(key)
|
|
2532
|
+
|
|
2533
|
+
def get(self, key: str, default = None) -> Any:
|
|
2534
|
+
VmSkuProfileResponseProperties.__key_warning(key)
|
|
2535
|
+
return super().get(key, default)
|
|
2536
|
+
|
|
2537
|
+
def __init__(__self__, *,
|
|
2538
|
+
provisioning_state: str,
|
|
2539
|
+
values: Optional[Sequence['outputs.VmSkuPropertiesResponse']] = None):
|
|
2540
|
+
"""
|
|
2541
|
+
:param str provisioning_state: Provisioning state of the resource
|
|
2542
|
+
:param Sequence['VmSkuPropertiesResponse'] values: List of supported VM SKUs.
|
|
2543
|
+
"""
|
|
2544
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2545
|
+
if values is not None:
|
|
2546
|
+
pulumi.set(__self__, "values", values)
|
|
2547
|
+
|
|
2548
|
+
@property
|
|
2549
|
+
@pulumi.getter(name="provisioningState")
|
|
2550
|
+
def provisioning_state(self) -> str:
|
|
2551
|
+
"""
|
|
2552
|
+
Provisioning state of the resource
|
|
2553
|
+
"""
|
|
2554
|
+
return pulumi.get(self, "provisioning_state")
|
|
2555
|
+
|
|
2556
|
+
@property
|
|
2557
|
+
@pulumi.getter
|
|
2558
|
+
def values(self) -> Optional[Sequence['outputs.VmSkuPropertiesResponse']]:
|
|
2559
|
+
"""
|
|
2560
|
+
List of supported VM SKUs.
|
|
2561
|
+
"""
|
|
2562
|
+
return pulumi.get(self, "values")
|
|
2563
|
+
|
|
2564
|
+
|
|
2565
|
+
@pulumi.output_type
|
|
2566
|
+
class VmSkuPropertiesResponse(dict):
|
|
2567
|
+
"""
|
|
2568
|
+
The profile for supported VM SKUs
|
|
2569
|
+
"""
|
|
2570
|
+
@staticmethod
|
|
2571
|
+
def __key_warning(key: str):
|
|
2572
|
+
suggest = None
|
|
2573
|
+
if key == "resourceType":
|
|
2574
|
+
suggest = "resource_type"
|
|
2575
|
+
|
|
2576
|
+
if suggest:
|
|
2577
|
+
pulumi.log.warn(f"Key '{key}' not found in VmSkuPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2578
|
+
|
|
2579
|
+
def __getitem__(self, key: str) -> Any:
|
|
2580
|
+
VmSkuPropertiesResponse.__key_warning(key)
|
|
2581
|
+
return super().__getitem__(key)
|
|
2582
|
+
|
|
2583
|
+
def get(self, key: str, default = None) -> Any:
|
|
2584
|
+
VmSkuPropertiesResponse.__key_warning(key)
|
|
2585
|
+
return super().get(key, default)
|
|
2586
|
+
|
|
2587
|
+
def __init__(__self__, *,
|
|
2588
|
+
capabilities: Sequence['outputs.VmSkuCapabilitiesResponse'],
|
|
2589
|
+
name: str,
|
|
2590
|
+
resource_type: str,
|
|
2591
|
+
size: str,
|
|
2592
|
+
tier: str):
|
|
2593
|
+
"""
|
|
2594
|
+
The profile for supported VM SKUs
|
|
2595
|
+
:param Sequence['VmSkuCapabilitiesResponse'] capabilities: The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
|
|
2596
|
+
:param str name: The name of the VM SKU
|
|
2597
|
+
:param str resource_type: The type of resource the SKU applies to.
|
|
2598
|
+
:param str size: The size of the VM SKU
|
|
2599
|
+
:param str tier: The tier of the VM SKU
|
|
2600
|
+
"""
|
|
2601
|
+
pulumi.set(__self__, "capabilities", capabilities)
|
|
2602
|
+
pulumi.set(__self__, "name", name)
|
|
2603
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
2604
|
+
pulumi.set(__self__, "size", size)
|
|
2605
|
+
pulumi.set(__self__, "tier", tier)
|
|
2606
|
+
|
|
2607
|
+
@property
|
|
2608
|
+
@pulumi.getter
|
|
2609
|
+
def capabilities(self) -> Sequence['outputs.VmSkuCapabilitiesResponse']:
|
|
2610
|
+
"""
|
|
2611
|
+
The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc.
|
|
2612
|
+
"""
|
|
2613
|
+
return pulumi.get(self, "capabilities")
|
|
2614
|
+
|
|
2615
|
+
@property
|
|
2616
|
+
@pulumi.getter
|
|
2617
|
+
def name(self) -> str:
|
|
2618
|
+
"""
|
|
2619
|
+
The name of the VM SKU
|
|
2620
|
+
"""
|
|
2621
|
+
return pulumi.get(self, "name")
|
|
2622
|
+
|
|
2623
|
+
@property
|
|
2624
|
+
@pulumi.getter(name="resourceType")
|
|
2625
|
+
def resource_type(self) -> str:
|
|
2626
|
+
"""
|
|
2627
|
+
The type of resource the SKU applies to.
|
|
2628
|
+
"""
|
|
2629
|
+
return pulumi.get(self, "resource_type")
|
|
2630
|
+
|
|
2631
|
+
@property
|
|
2632
|
+
@pulumi.getter
|
|
2633
|
+
def size(self) -> str:
|
|
2634
|
+
"""
|
|
2635
|
+
The size of the VM SKU
|
|
2636
|
+
"""
|
|
2637
|
+
return pulumi.get(self, "size")
|
|
2638
|
+
|
|
2639
|
+
@property
|
|
2640
|
+
@pulumi.getter
|
|
2641
|
+
def tier(self) -> str:
|
|
2642
|
+
"""
|
|
2643
|
+
The tier of the VM SKU
|
|
2644
|
+
"""
|
|
2645
|
+
return pulumi.get(self, "tier")
|
|
2646
|
+
|
|
2647
|
+
|