pulumi-azure-native 2.45.0a1717662398__py3-none-any.whl → 2.45.0a1718005516__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 +154 -0
- pulumi_azure_native/apimanagement/__init__.py +17 -0
- pulumi_azure_native/apimanagement/_enums.py +15 -0
- pulumi_azure_native/apimanagement/_inputs.py +398 -0
- pulumi_azure_native/apimanagement/api.py +3 -3
- pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
- pulumi_azure_native/apimanagement/api_gateway.py +374 -0
- pulumi_azure_native/apimanagement/api_gateway_config_connection.py +264 -0
- 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_gateway.py +263 -0
- pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +176 -0
- 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 +4 -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_diagnostic.py +252 -0
- 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_backend.py +257 -0
- pulumi_azure_native/apimanagement/get_workspace_certificate.py +169 -0
- pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +247 -0
- 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_logger.py +182 -0
- 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 +2 -2
- 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/outputs.py +445 -0
- pulumi_azure_native/apimanagement/policy.py +3 -3
- pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
- pulumi_azure_native/apimanagement/policy_restriction.py +5 -1
- 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/api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
- pulumi_azure_native/apimanagement/v20230901preview/__init__.py +203 -0
- pulumi_azure_native/apimanagement/v20230901preview/_enums.py +817 -0
- pulumi_azure_native/apimanagement/v20230901preview/_inputs.py +3143 -0
- pulumi_azure_native/apimanagement/v20230901preview/api.py +893 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +489 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +372 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +262 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +353 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +306 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +305 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1062 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +432 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_release.py +253 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +322 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +302 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +322 -0
- pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +206 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization.py +343 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +303 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +263 -0
- pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +704 -0
- pulumi_azure_native/apimanagement/v20230901preview/backend.py +509 -0
- pulumi_azure_native/apimanagement/v20230901preview/cache.py +292 -0
- pulumi_azure_native/apimanagement/v20230901preview/certificate.py +275 -0
- pulumi_azure_native/apimanagement/v20230901preview/content_item.py +224 -0
- pulumi_azure_native/apimanagement/v20230901preview/content_type.py +300 -0
- pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +468 -0
- pulumi_azure_native/apimanagement/v20230901preview/documentation.py +232 -0
- pulumi_azure_native/apimanagement/v20230901preview/email_template.py +331 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway.py +234 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +436 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +224 -0
- pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +369 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api.py +396 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_diagnostic.py +245 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway.py +261 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_gateway_config_connection.py +174 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_issue.py +197 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_attachment.py +158 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_issue_comment.py +158 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service.py +625 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_domain_ownership_identifier.py +64 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_management_service_sso_token.py +78 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_operation.py +219 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_operation_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_release.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_schema.py +179 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_tag_description.py +179 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_version_set.py +174 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_api_wiki.py +123 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization.py +180 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_access_policy.py +158 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_login_link_post.py +93 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_provider.py +149 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_authorization_server.py +344 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_backend.py +250 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_cache.py +161 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_certificate.py +162 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_content_item.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_content_type.py +148 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_diagnostic.py +240 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_documentation.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_email_template.py +188 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_gateway.py +136 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_gateway_certificate_authority.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_gateway_hostname_configuration.py +192 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_global_schema.py +161 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver.py +153 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_graph_ql_api_resolver_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_group.py +161 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_identity_provider.py +239 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_logger.py +175 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_named_value.py +188 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_open_id_connect_provider.py +200 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_policy.py +140 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_policy_fragment.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_policy_restriction.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_private_endpoint_connection_by_name.py +149 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product.py +200 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_api_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_group_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_product_wiki.py +123 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_subscription.py +278 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag.py +122 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_api_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_api.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_operation.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_by_product.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_operation_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_tag_product_link.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_user.py +214 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_user_shared_access_token.py +94 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api.py +401 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_diagnostic.py +250 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation.py +224 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_operation_policy.py +155 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_release.py +171 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_schema.py +184 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_api_version_set.py +179 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_backend.py +255 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_certificate.py +167 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_diagnostic.py +245 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_global_schema.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_group.py +166 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_logger.py +180 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_named_value.py +193 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy.py +145 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_policy_fragment.py +171 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product.py +205 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_api_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_group_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_product_policy.py +150 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_subscription.py +283 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag.py +127 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_api_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_operation_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/get_workspace_tag_product_link.py +132 -0
- pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +273 -0
- pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +282 -0
- pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/group.py +292 -0
- pulumi_azure_native/apimanagement/v20230901preview/group_user.py +276 -0
- pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +486 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_authorization_server_secrets.py +109 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_gateway_debug_credentials.py +99 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_gateway_keys.py +96 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_identity_provider_secrets.py +83 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_named_value.py +83 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_open_id_connect_provider_secrets.py +83 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_policy_fragment_references.py +120 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_subscription_secrets.py +96 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_tenant_access_secrets.py +135 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_workspace_named_value.py +88 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_workspace_policy_fragment_references.py +125 -0
- pulumi_azure_native/apimanagement/v20230901preview/list_workspace_subscription_secrets.py +101 -0
- pulumi_azure_native/apimanagement/v20230901preview/logger.py +325 -0
- pulumi_azure_native/apimanagement/v20230901preview/named_value.py +332 -0
- pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +204 -0
- pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +204 -0
- pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +380 -0
- pulumi_azure_native/apimanagement/v20230901preview/outputs.py +3817 -0
- pulumi_azure_native/apimanagement/v20230901preview/policy.py +238 -0
- pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +277 -0
- pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +237 -0
- pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +247 -0
- pulumi_azure_native/apimanagement/v20230901preview/product.py +379 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_api.py +416 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_group.py +235 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +206 -0
- pulumi_azure_native/apimanagement/v20230901preview/subscription.py +486 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag.py +204 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +205 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +226 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +205 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/user.py +458 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace.py +233 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +914 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +510 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +453 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +301 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +274 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +343 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +343 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +530 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +296 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +489 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +294 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +313 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +297 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +346 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +353 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +259 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +298 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +400 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +280 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +507 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +225 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +246 -0
- pulumi_azure_native/apimanagement/v20230901preview/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_diagnostic.py +512 -0
- 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_backend.py +532 -0
- pulumi_azure_native/apimanagement/workspace_certificate.py +298 -0
- pulumi_azure_native/apimanagement/workspace_diagnostic.py +491 -0
- 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_logger.py +348 -0
- 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/azurestackhci/__init__.py +10 -0
- pulumi_azure_native/azurestackhci/_enums.py +53 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/edge_device.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +211 -0
- pulumi_azure_native/azurestackhci/get_security_rule.py +268 -0
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +295 -0
- pulumi_azure_native/azurestackhci/outputs.py +48 -0
- pulumi_azure_native/azurestackhci/security_rule.py +493 -0
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20240201preview/_enums.py +306 -0
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +1561 -0
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +477 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_gallery_image.py +274 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_guest_agent.py +165 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_logical_network.py +222 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_marketplace_gallery_image.py +261 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_network_interface.py +235 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_network_security_group.py +209 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_security_rule.py +266 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_storage_container.py +196 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_hard_disk.py +287 -0
- pulumi_azure_native/azurestackhci/v20240201preview/get_virtual_machine_instance.py +295 -0
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +224 -0
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +360 -0
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +448 -0
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +389 -0
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +293 -0
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +3536 -0
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +491 -0
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +303 -0
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +505 -0
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +457 -0
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
- pulumi_azure_native/azurestackhci/v20240401/__init__.py +28 -0
- pulumi_azure_native/azurestackhci/v20240401/_enums.py +196 -0
- pulumi_azure_native/azurestackhci/v20240401/_inputs.py +2371 -0
- pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +401 -0
- pulumi_azure_native/azurestackhci/v20240401/cluster.py +646 -0
- pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +330 -0
- pulumi_azure_native/azurestackhci/v20240401/extension.py +468 -0
- pulumi_azure_native/azurestackhci/v20240401/get_arc_setting.py +253 -0
- pulumi_azure_native/azurestackhci/v20240401/get_cluster.py +469 -0
- pulumi_azure_native/azurestackhci/v20240401/get_deployment_setting.py +201 -0
- pulumi_azure_native/azurestackhci/v20240401/get_extension.py +271 -0
- pulumi_azure_native/azurestackhci/v20240401/get_hci_edge_device.py +145 -0
- pulumi_azure_native/azurestackhci/v20240401/get_security_setting.py +188 -0
- pulumi_azure_native/azurestackhci/v20240401/get_update.py +370 -0
- pulumi_azure_native/azurestackhci/v20240401/get_update_run.py +310 -0
- pulumi_azure_native/azurestackhci/v20240401/get_update_summary.py +261 -0
- pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +228 -0
- pulumi_azure_native/azurestackhci/v20240401/outputs.py +5469 -0
- pulumi_azure_native/azurestackhci/v20240401/security_setting.py +305 -0
- pulumi_azure_native/azurestackhci/v20240401/update.py +719 -0
- pulumi_azure_native/azurestackhci/v20240401/update_run.py +614 -0
- pulumi_azure_native/azurestackhci/v20240401/update_summary.py +466 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/compute/v20240301/_inputs.py +34 -252
- pulumi_azure_native/compute/v20240301/outputs.py +29 -16
- pulumi_azure_native/compute/v20240301/virtual_machine_extension.py +7 -7
- pulumi_azure_native/containerservice/v20240302preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240302preview/outputs.py +4 -4
- pulumi_azure_native/documentdb/v20240515preview/_enums.py +9 -0
- pulumi_azure_native/documentdb/v20240515preview/_inputs.py +248 -0
- pulumi_azure_native/documentdb/v20240515preview/service.py +16 -57
- pulumi_azure_native/elasticsan/__init__.py +3 -0
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +4 -0
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/__init__.py +20 -0
- pulumi_azure_native/elasticsan/v20240501/_enums.py +108 -0
- pulumi_azure_native/elasticsan/v20240501/_inputs.py +432 -0
- pulumi_azure_native/elasticsan/v20240501/elastic_san.py +442 -0
- pulumi_azure_native/elasticsan/v20240501/get_elastic_san.py +300 -0
- pulumi_azure_native/elasticsan/v20240501/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/elasticsan/v20240501/get_volume.py +206 -0
- pulumi_azure_native/elasticsan/v20240501/get_volume_group.py +227 -0
- pulumi_azure_native/elasticsan/v20240501/get_volume_snapshot.py +180 -0
- pulumi_azure_native/elasticsan/v20240501/outputs.py +1034 -0
- pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +266 -0
- pulumi_azure_native/elasticsan/v20240501/volume.py +326 -0
- pulumi_azure_native/elasticsan/v20240501/volume_group.py +381 -0
- pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +267 -0
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +5 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/storage/_inputs.py +34 -32
- pulumi_azure_native/storage/get_storage_task_assignment.py +2 -15
- pulumi_azure_native/storage/outputs.py +24 -22
- pulumi_azure_native/storage/storage_task_assignment.py +17 -26
- pulumi_azure_native/storage/v20230501/_inputs.py +34 -32
- pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +2 -15
- pulumi_azure_native/storage/v20230501/outputs.py +24 -22
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +17 -26
- pulumi_azure_native/web/v20231201/_enums.py +10 -4
- pulumi_azure_native/web/v20231201/_inputs.py +4 -4
- {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/RECORD +981 -706
- {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.45.0a1717662398.dist-info → pulumi_azure_native-2.45.0a1718005516.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2371 @@
|
|
|
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 ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'AdapterPropertyOverridesArgs',
|
|
15
|
+
'ArcConnectivityPropertiesArgs',
|
|
16
|
+
'ClusterDesiredPropertiesArgs',
|
|
17
|
+
'DeploymentClusterArgs',
|
|
18
|
+
'DeploymentConfigurationArgs',
|
|
19
|
+
'DeploymentDataArgs',
|
|
20
|
+
'DeploymentSecuritySettingsArgs',
|
|
21
|
+
'DeviceConfigurationArgs',
|
|
22
|
+
'EceDeploymentSecretsArgs',
|
|
23
|
+
'HciEdgeDevicePropertiesArgs',
|
|
24
|
+
'HostNetworkArgs',
|
|
25
|
+
'InfrastructureNetworkArgs',
|
|
26
|
+
'IntentsArgs',
|
|
27
|
+
'IpPoolsArgs',
|
|
28
|
+
'NetworkControllerArgs',
|
|
29
|
+
'NicDetailArgs',
|
|
30
|
+
'ObservabilityArgs',
|
|
31
|
+
'OptionalServicesArgs',
|
|
32
|
+
'PhysicalNodesArgs',
|
|
33
|
+
'QosPolicyOverridesArgs',
|
|
34
|
+
'SbeCredentialsArgs',
|
|
35
|
+
'SbeDeploymentInfoArgs',
|
|
36
|
+
'SbePartnerInfoArgs',
|
|
37
|
+
'SbePartnerPropertiesArgs',
|
|
38
|
+
'ScaleUnitsArgs',
|
|
39
|
+
'SdnIntegrationArgs',
|
|
40
|
+
'ServiceConfigurationArgs',
|
|
41
|
+
'SoftwareAssurancePropertiesArgs',
|
|
42
|
+
'StepArgs',
|
|
43
|
+
'StorageAdapterIPInfoArgs',
|
|
44
|
+
'StorageNetworksArgs',
|
|
45
|
+
'StorageArgs',
|
|
46
|
+
'UpdatePrerequisiteArgs',
|
|
47
|
+
'VirtualSwitchConfigurationOverridesArgs',
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
@pulumi.input_type
|
|
51
|
+
class AdapterPropertyOverridesArgs:
|
|
52
|
+
def __init__(__self__, *,
|
|
53
|
+
jumbo_packet: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
network_direct: Optional[pulumi.Input[str]] = None,
|
|
55
|
+
network_direct_technology: Optional[pulumi.Input[str]] = None):
|
|
56
|
+
"""
|
|
57
|
+
The AdapterPropertyOverrides of a cluster.
|
|
58
|
+
:param pulumi.Input[str] jumbo_packet: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
59
|
+
:param pulumi.Input[str] network_direct: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
60
|
+
:param pulumi.Input[str] network_direct_technology: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
|
|
61
|
+
"""
|
|
62
|
+
if jumbo_packet is not None:
|
|
63
|
+
pulumi.set(__self__, "jumbo_packet", jumbo_packet)
|
|
64
|
+
if network_direct is not None:
|
|
65
|
+
pulumi.set(__self__, "network_direct", network_direct)
|
|
66
|
+
if network_direct_technology is not None:
|
|
67
|
+
pulumi.set(__self__, "network_direct_technology", network_direct_technology)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="jumboPacket")
|
|
71
|
+
def jumbo_packet(self) -> Optional[pulumi.Input[str]]:
|
|
72
|
+
"""
|
|
73
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "jumbo_packet")
|
|
76
|
+
|
|
77
|
+
@jumbo_packet.setter
|
|
78
|
+
def jumbo_packet(self, value: Optional[pulumi.Input[str]]):
|
|
79
|
+
pulumi.set(self, "jumbo_packet", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="networkDirect")
|
|
83
|
+
def network_direct(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
+
"""
|
|
85
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "network_direct")
|
|
88
|
+
|
|
89
|
+
@network_direct.setter
|
|
90
|
+
def network_direct(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
+
pulumi.set(self, "network_direct", value)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="networkDirectTechnology")
|
|
95
|
+
def network_direct_technology(self) -> Optional[pulumi.Input[str]]:
|
|
96
|
+
"""
|
|
97
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "network_direct_technology")
|
|
100
|
+
|
|
101
|
+
@network_direct_technology.setter
|
|
102
|
+
def network_direct_technology(self, value: Optional[pulumi.Input[str]]):
|
|
103
|
+
pulumi.set(self, "network_direct_technology", value)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
@pulumi.input_type
|
|
107
|
+
class ArcConnectivityPropertiesArgs:
|
|
108
|
+
def __init__(__self__, *,
|
|
109
|
+
enabled: Optional[pulumi.Input[bool]] = None,
|
|
110
|
+
service_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceConfigurationArgs']]]] = None):
|
|
111
|
+
"""
|
|
112
|
+
Connectivity related configuration required by arc server.
|
|
113
|
+
:param pulumi.Input[bool] enabled: True indicates ARC connectivity is enabled
|
|
114
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceConfigurationArgs']]] service_configurations: Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.
|
|
115
|
+
"""
|
|
116
|
+
if enabled is not None:
|
|
117
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
118
|
+
if service_configurations is not None:
|
|
119
|
+
pulumi.set(__self__, "service_configurations", service_configurations)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
124
|
+
"""
|
|
125
|
+
True indicates ARC connectivity is enabled
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "enabled")
|
|
128
|
+
|
|
129
|
+
@enabled.setter
|
|
130
|
+
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
131
|
+
pulumi.set(self, "enabled", value)
|
|
132
|
+
|
|
133
|
+
@property
|
|
134
|
+
@pulumi.getter(name="serviceConfigurations")
|
|
135
|
+
def service_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceConfigurationArgs']]]]:
|
|
136
|
+
"""
|
|
137
|
+
Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'.
|
|
138
|
+
"""
|
|
139
|
+
return pulumi.get(self, "service_configurations")
|
|
140
|
+
|
|
141
|
+
@service_configurations.setter
|
|
142
|
+
def service_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceConfigurationArgs']]]]):
|
|
143
|
+
pulumi.set(self, "service_configurations", value)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
@pulumi.input_type
|
|
147
|
+
class ClusterDesiredPropertiesArgs:
|
|
148
|
+
def __init__(__self__, *,
|
|
149
|
+
diagnostic_level: Optional[pulumi.Input[Union[str, 'DiagnosticLevel']]] = None,
|
|
150
|
+
windows_server_subscription: Optional[pulumi.Input[Union[str, 'WindowsServerSubscription']]] = None):
|
|
151
|
+
"""
|
|
152
|
+
Desired properties of the cluster.
|
|
153
|
+
:param pulumi.Input[Union[str, 'DiagnosticLevel']] diagnostic_level: Desired level of diagnostic data emitted by the cluster.
|
|
154
|
+
:param pulumi.Input[Union[str, 'WindowsServerSubscription']] windows_server_subscription: Desired state of Windows Server Subscription.
|
|
155
|
+
"""
|
|
156
|
+
if diagnostic_level is not None:
|
|
157
|
+
pulumi.set(__self__, "diagnostic_level", diagnostic_level)
|
|
158
|
+
if windows_server_subscription is not None:
|
|
159
|
+
pulumi.set(__self__, "windows_server_subscription", windows_server_subscription)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="diagnosticLevel")
|
|
163
|
+
def diagnostic_level(self) -> Optional[pulumi.Input[Union[str, 'DiagnosticLevel']]]:
|
|
164
|
+
"""
|
|
165
|
+
Desired level of diagnostic data emitted by the cluster.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "diagnostic_level")
|
|
168
|
+
|
|
169
|
+
@diagnostic_level.setter
|
|
170
|
+
def diagnostic_level(self, value: Optional[pulumi.Input[Union[str, 'DiagnosticLevel']]]):
|
|
171
|
+
pulumi.set(self, "diagnostic_level", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="windowsServerSubscription")
|
|
175
|
+
def windows_server_subscription(self) -> Optional[pulumi.Input[Union[str, 'WindowsServerSubscription']]]:
|
|
176
|
+
"""
|
|
177
|
+
Desired state of Windows Server Subscription.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "windows_server_subscription")
|
|
180
|
+
|
|
181
|
+
@windows_server_subscription.setter
|
|
182
|
+
def windows_server_subscription(self, value: Optional[pulumi.Input[Union[str, 'WindowsServerSubscription']]]):
|
|
183
|
+
pulumi.set(self, "windows_server_subscription", value)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
@pulumi.input_type
|
|
187
|
+
class DeploymentClusterArgs:
|
|
188
|
+
def __init__(__self__, *,
|
|
189
|
+
azure_service_endpoint: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
cloud_account_name: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
witness_path: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
witness_type: Optional[pulumi.Input[str]] = None):
|
|
194
|
+
"""
|
|
195
|
+
AzureStackHCI Cluster deployment properties.
|
|
196
|
+
:param pulumi.Input[str] azure_service_endpoint: For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
|
|
197
|
+
:param pulumi.Input[str] cloud_account_name: Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
|
|
198
|
+
:param pulumi.Input[str] name: The cluster name provided when preparing Active Directory.
|
|
199
|
+
:param pulumi.Input[str] witness_path: Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
|
|
200
|
+
:param pulumi.Input[str] witness_type: Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
|
|
201
|
+
"""
|
|
202
|
+
if azure_service_endpoint is not None:
|
|
203
|
+
pulumi.set(__self__, "azure_service_endpoint", azure_service_endpoint)
|
|
204
|
+
if cloud_account_name is not None:
|
|
205
|
+
pulumi.set(__self__, "cloud_account_name", cloud_account_name)
|
|
206
|
+
if name is not None:
|
|
207
|
+
pulumi.set(__self__, "name", name)
|
|
208
|
+
if witness_path is not None:
|
|
209
|
+
pulumi.set(__self__, "witness_path", witness_path)
|
|
210
|
+
if witness_type is not None:
|
|
211
|
+
pulumi.set(__self__, "witness_type", witness_type)
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="azureServiceEndpoint")
|
|
215
|
+
def azure_service_endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
216
|
+
"""
|
|
217
|
+
For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "azure_service_endpoint")
|
|
220
|
+
|
|
221
|
+
@azure_service_endpoint.setter
|
|
222
|
+
def azure_service_endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
223
|
+
pulumi.set(self, "azure_service_endpoint", value)
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter(name="cloudAccountName")
|
|
227
|
+
def cloud_account_name(self) -> Optional[pulumi.Input[str]]:
|
|
228
|
+
"""
|
|
229
|
+
Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "cloud_account_name")
|
|
232
|
+
|
|
233
|
+
@cloud_account_name.setter
|
|
234
|
+
def cloud_account_name(self, value: Optional[pulumi.Input[str]]):
|
|
235
|
+
pulumi.set(self, "cloud_account_name", value)
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter
|
|
239
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
240
|
+
"""
|
|
241
|
+
The cluster name provided when preparing Active Directory.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "name")
|
|
244
|
+
|
|
245
|
+
@name.setter
|
|
246
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
247
|
+
pulumi.set(self, "name", value)
|
|
248
|
+
|
|
249
|
+
@property
|
|
250
|
+
@pulumi.getter(name="witnessPath")
|
|
251
|
+
def witness_path(self) -> Optional[pulumi.Input[str]]:
|
|
252
|
+
"""
|
|
253
|
+
Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
|
|
254
|
+
"""
|
|
255
|
+
return pulumi.get(self, "witness_path")
|
|
256
|
+
|
|
257
|
+
@witness_path.setter
|
|
258
|
+
def witness_path(self, value: Optional[pulumi.Input[str]]):
|
|
259
|
+
pulumi.set(self, "witness_path", value)
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter(name="witnessType")
|
|
263
|
+
def witness_type(self) -> Optional[pulumi.Input[str]]:
|
|
264
|
+
"""
|
|
265
|
+
Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "witness_type")
|
|
268
|
+
|
|
269
|
+
@witness_type.setter
|
|
270
|
+
def witness_type(self, value: Optional[pulumi.Input[str]]):
|
|
271
|
+
pulumi.set(self, "witness_type", value)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
@pulumi.input_type
|
|
275
|
+
class DeploymentConfigurationArgs:
|
|
276
|
+
def __init__(__self__, *,
|
|
277
|
+
scale_units: pulumi.Input[Sequence[pulumi.Input['ScaleUnitsArgs']]],
|
|
278
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
279
|
+
"""
|
|
280
|
+
Deployment Configuration
|
|
281
|
+
:param pulumi.Input[Sequence[pulumi.Input['ScaleUnitsArgs']]] scale_units: Scale units will contains list of deployment data
|
|
282
|
+
:param pulumi.Input[str] version: deployment template version
|
|
283
|
+
"""
|
|
284
|
+
pulumi.set(__self__, "scale_units", scale_units)
|
|
285
|
+
if version is not None:
|
|
286
|
+
pulumi.set(__self__, "version", version)
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="scaleUnits")
|
|
290
|
+
def scale_units(self) -> pulumi.Input[Sequence[pulumi.Input['ScaleUnitsArgs']]]:
|
|
291
|
+
"""
|
|
292
|
+
Scale units will contains list of deployment data
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "scale_units")
|
|
295
|
+
|
|
296
|
+
@scale_units.setter
|
|
297
|
+
def scale_units(self, value: pulumi.Input[Sequence[pulumi.Input['ScaleUnitsArgs']]]):
|
|
298
|
+
pulumi.set(self, "scale_units", value)
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
@pulumi.getter
|
|
302
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
303
|
+
"""
|
|
304
|
+
deployment template version
|
|
305
|
+
"""
|
|
306
|
+
return pulumi.get(self, "version")
|
|
307
|
+
|
|
308
|
+
@version.setter
|
|
309
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
310
|
+
pulumi.set(self, "version", value)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
@pulumi.input_type
|
|
314
|
+
class DeploymentDataArgs:
|
|
315
|
+
def __init__(__self__, *,
|
|
316
|
+
adou_path: Optional[pulumi.Input[str]] = None,
|
|
317
|
+
cluster: Optional[pulumi.Input['DeploymentClusterArgs']] = None,
|
|
318
|
+
domain_fqdn: Optional[pulumi.Input[str]] = None,
|
|
319
|
+
host_network: Optional[pulumi.Input['HostNetworkArgs']] = None,
|
|
320
|
+
infrastructure_network: Optional[pulumi.Input[Sequence[pulumi.Input['InfrastructureNetworkArgs']]]] = None,
|
|
321
|
+
naming_prefix: Optional[pulumi.Input[str]] = None,
|
|
322
|
+
observability: Optional[pulumi.Input['ObservabilityArgs']] = None,
|
|
323
|
+
optional_services: Optional[pulumi.Input['OptionalServicesArgs']] = None,
|
|
324
|
+
physical_nodes: Optional[pulumi.Input[Sequence[pulumi.Input['PhysicalNodesArgs']]]] = None,
|
|
325
|
+
sdn_integration: Optional[pulumi.Input['SdnIntegrationArgs']] = None,
|
|
326
|
+
secrets: Optional[pulumi.Input[Sequence[pulumi.Input['EceDeploymentSecretsArgs']]]] = None,
|
|
327
|
+
secrets_location: Optional[pulumi.Input[str]] = None,
|
|
328
|
+
security_settings: Optional[pulumi.Input['DeploymentSecuritySettingsArgs']] = None,
|
|
329
|
+
storage: Optional[pulumi.Input['StorageArgs']] = None):
|
|
330
|
+
"""
|
|
331
|
+
The Deployment data of AzureStackHCI Cluster.
|
|
332
|
+
:param pulumi.Input[str] adou_path: The path to the Active Directory Organizational Unit container object prepared for the deployment.
|
|
333
|
+
:param pulumi.Input['DeploymentClusterArgs'] cluster: Observability config to deploy AzureStackHCI Cluster.
|
|
334
|
+
:param pulumi.Input[str] domain_fqdn: FQDN to deploy cluster
|
|
335
|
+
:param pulumi.Input['HostNetworkArgs'] host_network: HostNetwork config to deploy AzureStackHCI Cluster.
|
|
336
|
+
:param pulumi.Input[Sequence[pulumi.Input['InfrastructureNetworkArgs']]] infrastructure_network: InfrastructureNetwork config to deploy AzureStackHCI Cluster.
|
|
337
|
+
:param pulumi.Input[str] naming_prefix: naming prefix to deploy cluster.
|
|
338
|
+
:param pulumi.Input['ObservabilityArgs'] observability: Observability config to deploy AzureStackHCI Cluster.
|
|
339
|
+
:param pulumi.Input['OptionalServicesArgs'] optional_services: OptionalServices config to deploy AzureStackHCI Cluster.
|
|
340
|
+
:param pulumi.Input[Sequence[pulumi.Input['PhysicalNodesArgs']]] physical_nodes: list of physical nodes config to deploy AzureStackHCI Cluster.
|
|
341
|
+
:param pulumi.Input['SdnIntegrationArgs'] sdn_integration: SDN Integration config to deploy AzureStackHCI Cluster.
|
|
342
|
+
:param pulumi.Input[Sequence[pulumi.Input['EceDeploymentSecretsArgs']]] secrets: secrets used for cloud deployment.
|
|
343
|
+
:param pulumi.Input[str] secrets_location: Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead.
|
|
344
|
+
:param pulumi.Input['DeploymentSecuritySettingsArgs'] security_settings: SecuritySettings to deploy AzureStackHCI Cluster.
|
|
345
|
+
:param pulumi.Input['StorageArgs'] storage: Storage config to deploy AzureStackHCI Cluster.
|
|
346
|
+
"""
|
|
347
|
+
if adou_path is not None:
|
|
348
|
+
pulumi.set(__self__, "adou_path", adou_path)
|
|
349
|
+
if cluster is not None:
|
|
350
|
+
pulumi.set(__self__, "cluster", cluster)
|
|
351
|
+
if domain_fqdn is not None:
|
|
352
|
+
pulumi.set(__self__, "domain_fqdn", domain_fqdn)
|
|
353
|
+
if host_network is not None:
|
|
354
|
+
pulumi.set(__self__, "host_network", host_network)
|
|
355
|
+
if infrastructure_network is not None:
|
|
356
|
+
pulumi.set(__self__, "infrastructure_network", infrastructure_network)
|
|
357
|
+
if naming_prefix is not None:
|
|
358
|
+
pulumi.set(__self__, "naming_prefix", naming_prefix)
|
|
359
|
+
if observability is not None:
|
|
360
|
+
pulumi.set(__self__, "observability", observability)
|
|
361
|
+
if optional_services is not None:
|
|
362
|
+
pulumi.set(__self__, "optional_services", optional_services)
|
|
363
|
+
if physical_nodes is not None:
|
|
364
|
+
pulumi.set(__self__, "physical_nodes", physical_nodes)
|
|
365
|
+
if sdn_integration is not None:
|
|
366
|
+
pulumi.set(__self__, "sdn_integration", sdn_integration)
|
|
367
|
+
if secrets is not None:
|
|
368
|
+
pulumi.set(__self__, "secrets", secrets)
|
|
369
|
+
if secrets_location is not None:
|
|
370
|
+
pulumi.set(__self__, "secrets_location", secrets_location)
|
|
371
|
+
if security_settings is not None:
|
|
372
|
+
pulumi.set(__self__, "security_settings", security_settings)
|
|
373
|
+
if storage is not None:
|
|
374
|
+
pulumi.set(__self__, "storage", storage)
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="adouPath")
|
|
378
|
+
def adou_path(self) -> Optional[pulumi.Input[str]]:
|
|
379
|
+
"""
|
|
380
|
+
The path to the Active Directory Organizational Unit container object prepared for the deployment.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "adou_path")
|
|
383
|
+
|
|
384
|
+
@adou_path.setter
|
|
385
|
+
def adou_path(self, value: Optional[pulumi.Input[str]]):
|
|
386
|
+
pulumi.set(self, "adou_path", value)
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter
|
|
390
|
+
def cluster(self) -> Optional[pulumi.Input['DeploymentClusterArgs']]:
|
|
391
|
+
"""
|
|
392
|
+
Observability config to deploy AzureStackHCI Cluster.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "cluster")
|
|
395
|
+
|
|
396
|
+
@cluster.setter
|
|
397
|
+
def cluster(self, value: Optional[pulumi.Input['DeploymentClusterArgs']]):
|
|
398
|
+
pulumi.set(self, "cluster", value)
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="domainFqdn")
|
|
402
|
+
def domain_fqdn(self) -> Optional[pulumi.Input[str]]:
|
|
403
|
+
"""
|
|
404
|
+
FQDN to deploy cluster
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "domain_fqdn")
|
|
407
|
+
|
|
408
|
+
@domain_fqdn.setter
|
|
409
|
+
def domain_fqdn(self, value: Optional[pulumi.Input[str]]):
|
|
410
|
+
pulumi.set(self, "domain_fqdn", value)
|
|
411
|
+
|
|
412
|
+
@property
|
|
413
|
+
@pulumi.getter(name="hostNetwork")
|
|
414
|
+
def host_network(self) -> Optional[pulumi.Input['HostNetworkArgs']]:
|
|
415
|
+
"""
|
|
416
|
+
HostNetwork config to deploy AzureStackHCI Cluster.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "host_network")
|
|
419
|
+
|
|
420
|
+
@host_network.setter
|
|
421
|
+
def host_network(self, value: Optional[pulumi.Input['HostNetworkArgs']]):
|
|
422
|
+
pulumi.set(self, "host_network", value)
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
@pulumi.getter(name="infrastructureNetwork")
|
|
426
|
+
def infrastructure_network(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InfrastructureNetworkArgs']]]]:
|
|
427
|
+
"""
|
|
428
|
+
InfrastructureNetwork config to deploy AzureStackHCI Cluster.
|
|
429
|
+
"""
|
|
430
|
+
return pulumi.get(self, "infrastructure_network")
|
|
431
|
+
|
|
432
|
+
@infrastructure_network.setter
|
|
433
|
+
def infrastructure_network(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InfrastructureNetworkArgs']]]]):
|
|
434
|
+
pulumi.set(self, "infrastructure_network", value)
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="namingPrefix")
|
|
438
|
+
def naming_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
439
|
+
"""
|
|
440
|
+
naming prefix to deploy cluster.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "naming_prefix")
|
|
443
|
+
|
|
444
|
+
@naming_prefix.setter
|
|
445
|
+
def naming_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
446
|
+
pulumi.set(self, "naming_prefix", value)
|
|
447
|
+
|
|
448
|
+
@property
|
|
449
|
+
@pulumi.getter
|
|
450
|
+
def observability(self) -> Optional[pulumi.Input['ObservabilityArgs']]:
|
|
451
|
+
"""
|
|
452
|
+
Observability config to deploy AzureStackHCI Cluster.
|
|
453
|
+
"""
|
|
454
|
+
return pulumi.get(self, "observability")
|
|
455
|
+
|
|
456
|
+
@observability.setter
|
|
457
|
+
def observability(self, value: Optional[pulumi.Input['ObservabilityArgs']]):
|
|
458
|
+
pulumi.set(self, "observability", value)
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="optionalServices")
|
|
462
|
+
def optional_services(self) -> Optional[pulumi.Input['OptionalServicesArgs']]:
|
|
463
|
+
"""
|
|
464
|
+
OptionalServices config to deploy AzureStackHCI Cluster.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "optional_services")
|
|
467
|
+
|
|
468
|
+
@optional_services.setter
|
|
469
|
+
def optional_services(self, value: Optional[pulumi.Input['OptionalServicesArgs']]):
|
|
470
|
+
pulumi.set(self, "optional_services", value)
|
|
471
|
+
|
|
472
|
+
@property
|
|
473
|
+
@pulumi.getter(name="physicalNodes")
|
|
474
|
+
def physical_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PhysicalNodesArgs']]]]:
|
|
475
|
+
"""
|
|
476
|
+
list of physical nodes config to deploy AzureStackHCI Cluster.
|
|
477
|
+
"""
|
|
478
|
+
return pulumi.get(self, "physical_nodes")
|
|
479
|
+
|
|
480
|
+
@physical_nodes.setter
|
|
481
|
+
def physical_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PhysicalNodesArgs']]]]):
|
|
482
|
+
pulumi.set(self, "physical_nodes", value)
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
@pulumi.getter(name="sdnIntegration")
|
|
486
|
+
def sdn_integration(self) -> Optional[pulumi.Input['SdnIntegrationArgs']]:
|
|
487
|
+
"""
|
|
488
|
+
SDN Integration config to deploy AzureStackHCI Cluster.
|
|
489
|
+
"""
|
|
490
|
+
return pulumi.get(self, "sdn_integration")
|
|
491
|
+
|
|
492
|
+
@sdn_integration.setter
|
|
493
|
+
def sdn_integration(self, value: Optional[pulumi.Input['SdnIntegrationArgs']]):
|
|
494
|
+
pulumi.set(self, "sdn_integration", value)
|
|
495
|
+
|
|
496
|
+
@property
|
|
497
|
+
@pulumi.getter
|
|
498
|
+
def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EceDeploymentSecretsArgs']]]]:
|
|
499
|
+
"""
|
|
500
|
+
secrets used for cloud deployment.
|
|
501
|
+
"""
|
|
502
|
+
return pulumi.get(self, "secrets")
|
|
503
|
+
|
|
504
|
+
@secrets.setter
|
|
505
|
+
def secrets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EceDeploymentSecretsArgs']]]]):
|
|
506
|
+
pulumi.set(self, "secrets", value)
|
|
507
|
+
|
|
508
|
+
@property
|
|
509
|
+
@pulumi.getter(name="secretsLocation")
|
|
510
|
+
def secrets_location(self) -> Optional[pulumi.Input[str]]:
|
|
511
|
+
"""
|
|
512
|
+
Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead.
|
|
513
|
+
"""
|
|
514
|
+
return pulumi.get(self, "secrets_location")
|
|
515
|
+
|
|
516
|
+
@secrets_location.setter
|
|
517
|
+
def secrets_location(self, value: Optional[pulumi.Input[str]]):
|
|
518
|
+
pulumi.set(self, "secrets_location", value)
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter(name="securitySettings")
|
|
522
|
+
def security_settings(self) -> Optional[pulumi.Input['DeploymentSecuritySettingsArgs']]:
|
|
523
|
+
"""
|
|
524
|
+
SecuritySettings to deploy AzureStackHCI Cluster.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "security_settings")
|
|
527
|
+
|
|
528
|
+
@security_settings.setter
|
|
529
|
+
def security_settings(self, value: Optional[pulumi.Input['DeploymentSecuritySettingsArgs']]):
|
|
530
|
+
pulumi.set(self, "security_settings", value)
|
|
531
|
+
|
|
532
|
+
@property
|
|
533
|
+
@pulumi.getter
|
|
534
|
+
def storage(self) -> Optional[pulumi.Input['StorageArgs']]:
|
|
535
|
+
"""
|
|
536
|
+
Storage config to deploy AzureStackHCI Cluster.
|
|
537
|
+
"""
|
|
538
|
+
return pulumi.get(self, "storage")
|
|
539
|
+
|
|
540
|
+
@storage.setter
|
|
541
|
+
def storage(self, value: Optional[pulumi.Input['StorageArgs']]):
|
|
542
|
+
pulumi.set(self, "storage", value)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
@pulumi.input_type
|
|
546
|
+
class DeploymentSecuritySettingsArgs:
|
|
547
|
+
def __init__(__self__, *,
|
|
548
|
+
bitlocker_boot_volume: Optional[pulumi.Input[bool]] = None,
|
|
549
|
+
bitlocker_data_volumes: Optional[pulumi.Input[bool]] = None,
|
|
550
|
+
credential_guard_enforced: Optional[pulumi.Input[bool]] = None,
|
|
551
|
+
drift_control_enforced: Optional[pulumi.Input[bool]] = None,
|
|
552
|
+
drtm_protection: Optional[pulumi.Input[bool]] = None,
|
|
553
|
+
hvci_protection: Optional[pulumi.Input[bool]] = None,
|
|
554
|
+
side_channel_mitigation_enforced: Optional[pulumi.Input[bool]] = None,
|
|
555
|
+
smb_cluster_encryption: Optional[pulumi.Input[bool]] = None,
|
|
556
|
+
smb_signing_enforced: Optional[pulumi.Input[bool]] = None,
|
|
557
|
+
wdac_enforced: Optional[pulumi.Input[bool]] = None):
|
|
558
|
+
"""
|
|
559
|
+
The SecuritySettings of AzureStackHCI Cluster.
|
|
560
|
+
:param pulumi.Input[bool] bitlocker_boot_volume: When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
|
|
561
|
+
:param pulumi.Input[bool] bitlocker_data_volumes: When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
|
|
562
|
+
:param pulumi.Input[bool] credential_guard_enforced: When set to true, Credential Guard is enabled.
|
|
563
|
+
:param pulumi.Input[bool] drift_control_enforced: When set to true, the security baseline is re-applied regularly.
|
|
564
|
+
:param pulumi.Input[bool] drtm_protection: By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
|
|
565
|
+
:param pulumi.Input[bool] hvci_protection: By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
|
|
566
|
+
:param pulumi.Input[bool] side_channel_mitigation_enforced: When set to true, all the side channel mitigations are enabled
|
|
567
|
+
:param pulumi.Input[bool] smb_cluster_encryption: When set to true, cluster east-west traffic is encrypted.
|
|
568
|
+
:param pulumi.Input[bool] smb_signing_enforced: When set to true, the SMB default instance requires sign in for the client and server services.
|
|
569
|
+
:param pulumi.Input[bool] wdac_enforced: WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
|
|
570
|
+
"""
|
|
571
|
+
if bitlocker_boot_volume is None:
|
|
572
|
+
bitlocker_boot_volume = True
|
|
573
|
+
if bitlocker_boot_volume is not None:
|
|
574
|
+
pulumi.set(__self__, "bitlocker_boot_volume", bitlocker_boot_volume)
|
|
575
|
+
if bitlocker_data_volumes is None:
|
|
576
|
+
bitlocker_data_volumes = True
|
|
577
|
+
if bitlocker_data_volumes is not None:
|
|
578
|
+
pulumi.set(__self__, "bitlocker_data_volumes", bitlocker_data_volumes)
|
|
579
|
+
if credential_guard_enforced is None:
|
|
580
|
+
credential_guard_enforced = False
|
|
581
|
+
if credential_guard_enforced is not None:
|
|
582
|
+
pulumi.set(__self__, "credential_guard_enforced", credential_guard_enforced)
|
|
583
|
+
if drift_control_enforced is None:
|
|
584
|
+
drift_control_enforced = True
|
|
585
|
+
if drift_control_enforced is not None:
|
|
586
|
+
pulumi.set(__self__, "drift_control_enforced", drift_control_enforced)
|
|
587
|
+
if drtm_protection is None:
|
|
588
|
+
drtm_protection = True
|
|
589
|
+
if drtm_protection is not None:
|
|
590
|
+
pulumi.set(__self__, "drtm_protection", drtm_protection)
|
|
591
|
+
if hvci_protection is None:
|
|
592
|
+
hvci_protection = True
|
|
593
|
+
if hvci_protection is not None:
|
|
594
|
+
pulumi.set(__self__, "hvci_protection", hvci_protection)
|
|
595
|
+
if side_channel_mitigation_enforced is None:
|
|
596
|
+
side_channel_mitigation_enforced = True
|
|
597
|
+
if side_channel_mitigation_enforced is not None:
|
|
598
|
+
pulumi.set(__self__, "side_channel_mitigation_enforced", side_channel_mitigation_enforced)
|
|
599
|
+
if smb_cluster_encryption is None:
|
|
600
|
+
smb_cluster_encryption = False
|
|
601
|
+
if smb_cluster_encryption is not None:
|
|
602
|
+
pulumi.set(__self__, "smb_cluster_encryption", smb_cluster_encryption)
|
|
603
|
+
if smb_signing_enforced is None:
|
|
604
|
+
smb_signing_enforced = True
|
|
605
|
+
if smb_signing_enforced is not None:
|
|
606
|
+
pulumi.set(__self__, "smb_signing_enforced", smb_signing_enforced)
|
|
607
|
+
if wdac_enforced is None:
|
|
608
|
+
wdac_enforced = True
|
|
609
|
+
if wdac_enforced is not None:
|
|
610
|
+
pulumi.set(__self__, "wdac_enforced", wdac_enforced)
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter(name="bitlockerBootVolume")
|
|
614
|
+
def bitlocker_boot_volume(self) -> Optional[pulumi.Input[bool]]:
|
|
615
|
+
"""
|
|
616
|
+
When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "bitlocker_boot_volume")
|
|
619
|
+
|
|
620
|
+
@bitlocker_boot_volume.setter
|
|
621
|
+
def bitlocker_boot_volume(self, value: Optional[pulumi.Input[bool]]):
|
|
622
|
+
pulumi.set(self, "bitlocker_boot_volume", value)
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter(name="bitlockerDataVolumes")
|
|
626
|
+
def bitlocker_data_volumes(self) -> Optional[pulumi.Input[bool]]:
|
|
627
|
+
"""
|
|
628
|
+
When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
|
|
629
|
+
"""
|
|
630
|
+
return pulumi.get(self, "bitlocker_data_volumes")
|
|
631
|
+
|
|
632
|
+
@bitlocker_data_volumes.setter
|
|
633
|
+
def bitlocker_data_volumes(self, value: Optional[pulumi.Input[bool]]):
|
|
634
|
+
pulumi.set(self, "bitlocker_data_volumes", value)
|
|
635
|
+
|
|
636
|
+
@property
|
|
637
|
+
@pulumi.getter(name="credentialGuardEnforced")
|
|
638
|
+
def credential_guard_enforced(self) -> Optional[pulumi.Input[bool]]:
|
|
639
|
+
"""
|
|
640
|
+
When set to true, Credential Guard is enabled.
|
|
641
|
+
"""
|
|
642
|
+
return pulumi.get(self, "credential_guard_enforced")
|
|
643
|
+
|
|
644
|
+
@credential_guard_enforced.setter
|
|
645
|
+
def credential_guard_enforced(self, value: Optional[pulumi.Input[bool]]):
|
|
646
|
+
pulumi.set(self, "credential_guard_enforced", value)
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter(name="driftControlEnforced")
|
|
650
|
+
def drift_control_enforced(self) -> Optional[pulumi.Input[bool]]:
|
|
651
|
+
"""
|
|
652
|
+
When set to true, the security baseline is re-applied regularly.
|
|
653
|
+
"""
|
|
654
|
+
return pulumi.get(self, "drift_control_enforced")
|
|
655
|
+
|
|
656
|
+
@drift_control_enforced.setter
|
|
657
|
+
def drift_control_enforced(self, value: Optional[pulumi.Input[bool]]):
|
|
658
|
+
pulumi.set(self, "drift_control_enforced", value)
|
|
659
|
+
|
|
660
|
+
@property
|
|
661
|
+
@pulumi.getter(name="drtmProtection")
|
|
662
|
+
def drtm_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
663
|
+
"""
|
|
664
|
+
By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
|
|
665
|
+
"""
|
|
666
|
+
return pulumi.get(self, "drtm_protection")
|
|
667
|
+
|
|
668
|
+
@drtm_protection.setter
|
|
669
|
+
def drtm_protection(self, value: Optional[pulumi.Input[bool]]):
|
|
670
|
+
pulumi.set(self, "drtm_protection", value)
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter(name="hvciProtection")
|
|
674
|
+
def hvci_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
675
|
+
"""
|
|
676
|
+
By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "hvci_protection")
|
|
679
|
+
|
|
680
|
+
@hvci_protection.setter
|
|
681
|
+
def hvci_protection(self, value: Optional[pulumi.Input[bool]]):
|
|
682
|
+
pulumi.set(self, "hvci_protection", value)
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
@pulumi.getter(name="sideChannelMitigationEnforced")
|
|
686
|
+
def side_channel_mitigation_enforced(self) -> Optional[pulumi.Input[bool]]:
|
|
687
|
+
"""
|
|
688
|
+
When set to true, all the side channel mitigations are enabled
|
|
689
|
+
"""
|
|
690
|
+
return pulumi.get(self, "side_channel_mitigation_enforced")
|
|
691
|
+
|
|
692
|
+
@side_channel_mitigation_enforced.setter
|
|
693
|
+
def side_channel_mitigation_enforced(self, value: Optional[pulumi.Input[bool]]):
|
|
694
|
+
pulumi.set(self, "side_channel_mitigation_enforced", value)
|
|
695
|
+
|
|
696
|
+
@property
|
|
697
|
+
@pulumi.getter(name="smbClusterEncryption")
|
|
698
|
+
def smb_cluster_encryption(self) -> Optional[pulumi.Input[bool]]:
|
|
699
|
+
"""
|
|
700
|
+
When set to true, cluster east-west traffic is encrypted.
|
|
701
|
+
"""
|
|
702
|
+
return pulumi.get(self, "smb_cluster_encryption")
|
|
703
|
+
|
|
704
|
+
@smb_cluster_encryption.setter
|
|
705
|
+
def smb_cluster_encryption(self, value: Optional[pulumi.Input[bool]]):
|
|
706
|
+
pulumi.set(self, "smb_cluster_encryption", value)
|
|
707
|
+
|
|
708
|
+
@property
|
|
709
|
+
@pulumi.getter(name="smbSigningEnforced")
|
|
710
|
+
def smb_signing_enforced(self) -> Optional[pulumi.Input[bool]]:
|
|
711
|
+
"""
|
|
712
|
+
When set to true, the SMB default instance requires sign in for the client and server services.
|
|
713
|
+
"""
|
|
714
|
+
return pulumi.get(self, "smb_signing_enforced")
|
|
715
|
+
|
|
716
|
+
@smb_signing_enforced.setter
|
|
717
|
+
def smb_signing_enforced(self, value: Optional[pulumi.Input[bool]]):
|
|
718
|
+
pulumi.set(self, "smb_signing_enforced", value)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter(name="wdacEnforced")
|
|
722
|
+
def wdac_enforced(self) -> Optional[pulumi.Input[bool]]:
|
|
723
|
+
"""
|
|
724
|
+
WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "wdac_enforced")
|
|
727
|
+
|
|
728
|
+
@wdac_enforced.setter
|
|
729
|
+
def wdac_enforced(self, value: Optional[pulumi.Input[bool]]):
|
|
730
|
+
pulumi.set(self, "wdac_enforced", value)
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
@pulumi.input_type
|
|
734
|
+
class DeviceConfigurationArgs:
|
|
735
|
+
def __init__(__self__, *,
|
|
736
|
+
device_metadata: Optional[pulumi.Input[str]] = None,
|
|
737
|
+
nic_details: Optional[pulumi.Input[Sequence[pulumi.Input['NicDetailArgs']]]] = None):
|
|
738
|
+
"""
|
|
739
|
+
The device Configuration for edge device.
|
|
740
|
+
:param pulumi.Input[str] device_metadata: Device metadata details.
|
|
741
|
+
:param pulumi.Input[Sequence[pulumi.Input['NicDetailArgs']]] nic_details: NIC Details of device
|
|
742
|
+
"""
|
|
743
|
+
if device_metadata is not None:
|
|
744
|
+
pulumi.set(__self__, "device_metadata", device_metadata)
|
|
745
|
+
if nic_details is not None:
|
|
746
|
+
pulumi.set(__self__, "nic_details", nic_details)
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
@pulumi.getter(name="deviceMetadata")
|
|
750
|
+
def device_metadata(self) -> Optional[pulumi.Input[str]]:
|
|
751
|
+
"""
|
|
752
|
+
Device metadata details.
|
|
753
|
+
"""
|
|
754
|
+
return pulumi.get(self, "device_metadata")
|
|
755
|
+
|
|
756
|
+
@device_metadata.setter
|
|
757
|
+
def device_metadata(self, value: Optional[pulumi.Input[str]]):
|
|
758
|
+
pulumi.set(self, "device_metadata", value)
|
|
759
|
+
|
|
760
|
+
@property
|
|
761
|
+
@pulumi.getter(name="nicDetails")
|
|
762
|
+
def nic_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NicDetailArgs']]]]:
|
|
763
|
+
"""
|
|
764
|
+
NIC Details of device
|
|
765
|
+
"""
|
|
766
|
+
return pulumi.get(self, "nic_details")
|
|
767
|
+
|
|
768
|
+
@nic_details.setter
|
|
769
|
+
def nic_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NicDetailArgs']]]]):
|
|
770
|
+
pulumi.set(self, "nic_details", value)
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
@pulumi.input_type
|
|
774
|
+
class EceDeploymentSecretsArgs:
|
|
775
|
+
def __init__(__self__, *,
|
|
776
|
+
ece_secret_name: Optional[pulumi.Input[Union[str, 'EceSecrets']]] = None,
|
|
777
|
+
secret_location: Optional[pulumi.Input[str]] = None,
|
|
778
|
+
secret_name: Optional[pulumi.Input[str]] = None):
|
|
779
|
+
"""
|
|
780
|
+
Protected parameters list stored in keyvault.
|
|
781
|
+
:param pulumi.Input[Union[str, 'EceSecrets']] ece_secret_name: Secret name expected for Enterprise Cloud Engine (ECE) deployment.
|
|
782
|
+
:param pulumi.Input[str] secret_location: Secret URI stored in keyvault.
|
|
783
|
+
:param pulumi.Input[str] secret_name: Secret name stored in keyvault.
|
|
784
|
+
"""
|
|
785
|
+
if ece_secret_name is not None:
|
|
786
|
+
pulumi.set(__self__, "ece_secret_name", ece_secret_name)
|
|
787
|
+
if secret_location is not None:
|
|
788
|
+
pulumi.set(__self__, "secret_location", secret_location)
|
|
789
|
+
if secret_name is not None:
|
|
790
|
+
pulumi.set(__self__, "secret_name", secret_name)
|
|
791
|
+
|
|
792
|
+
@property
|
|
793
|
+
@pulumi.getter(name="eceSecretName")
|
|
794
|
+
def ece_secret_name(self) -> Optional[pulumi.Input[Union[str, 'EceSecrets']]]:
|
|
795
|
+
"""
|
|
796
|
+
Secret name expected for Enterprise Cloud Engine (ECE) deployment.
|
|
797
|
+
"""
|
|
798
|
+
return pulumi.get(self, "ece_secret_name")
|
|
799
|
+
|
|
800
|
+
@ece_secret_name.setter
|
|
801
|
+
def ece_secret_name(self, value: Optional[pulumi.Input[Union[str, 'EceSecrets']]]):
|
|
802
|
+
pulumi.set(self, "ece_secret_name", value)
|
|
803
|
+
|
|
804
|
+
@property
|
|
805
|
+
@pulumi.getter(name="secretLocation")
|
|
806
|
+
def secret_location(self) -> Optional[pulumi.Input[str]]:
|
|
807
|
+
"""
|
|
808
|
+
Secret URI stored in keyvault.
|
|
809
|
+
"""
|
|
810
|
+
return pulumi.get(self, "secret_location")
|
|
811
|
+
|
|
812
|
+
@secret_location.setter
|
|
813
|
+
def secret_location(self, value: Optional[pulumi.Input[str]]):
|
|
814
|
+
pulumi.set(self, "secret_location", value)
|
|
815
|
+
|
|
816
|
+
@property
|
|
817
|
+
@pulumi.getter(name="secretName")
|
|
818
|
+
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
819
|
+
"""
|
|
820
|
+
Secret name stored in keyvault.
|
|
821
|
+
"""
|
|
822
|
+
return pulumi.get(self, "secret_name")
|
|
823
|
+
|
|
824
|
+
@secret_name.setter
|
|
825
|
+
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
826
|
+
pulumi.set(self, "secret_name", value)
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
@pulumi.input_type
|
|
830
|
+
class HciEdgeDevicePropertiesArgs:
|
|
831
|
+
def __init__(__self__, *,
|
|
832
|
+
device_configuration: Optional[pulumi.Input['DeviceConfigurationArgs']] = None):
|
|
833
|
+
"""
|
|
834
|
+
properties for Arc-enabled edge device with HCI OS.
|
|
835
|
+
:param pulumi.Input['DeviceConfigurationArgs'] device_configuration: Device Configuration
|
|
836
|
+
"""
|
|
837
|
+
if device_configuration is not None:
|
|
838
|
+
pulumi.set(__self__, "device_configuration", device_configuration)
|
|
839
|
+
|
|
840
|
+
@property
|
|
841
|
+
@pulumi.getter(name="deviceConfiguration")
|
|
842
|
+
def device_configuration(self) -> Optional[pulumi.Input['DeviceConfigurationArgs']]:
|
|
843
|
+
"""
|
|
844
|
+
Device Configuration
|
|
845
|
+
"""
|
|
846
|
+
return pulumi.get(self, "device_configuration")
|
|
847
|
+
|
|
848
|
+
@device_configuration.setter
|
|
849
|
+
def device_configuration(self, value: Optional[pulumi.Input['DeviceConfigurationArgs']]):
|
|
850
|
+
pulumi.set(self, "device_configuration", value)
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
@pulumi.input_type
|
|
854
|
+
class HostNetworkArgs:
|
|
855
|
+
def __init__(__self__, *,
|
|
856
|
+
enable_storage_auto_ip: Optional[pulumi.Input[bool]] = None,
|
|
857
|
+
intents: Optional[pulumi.Input[Sequence[pulumi.Input['IntentsArgs']]]] = None,
|
|
858
|
+
storage_connectivity_switchless: Optional[pulumi.Input[bool]] = None,
|
|
859
|
+
storage_networks: Optional[pulumi.Input[Sequence[pulumi.Input['StorageNetworksArgs']]]] = None):
|
|
860
|
+
"""
|
|
861
|
+
The HostNetwork of a cluster.
|
|
862
|
+
:param pulumi.Input[bool] enable_storage_auto_ip: Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
|
|
863
|
+
:param pulumi.Input[Sequence[pulumi.Input['IntentsArgs']]] intents: The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
|
|
864
|
+
:param pulumi.Input[bool] storage_connectivity_switchless: Defines how the storage adapters between nodes are connected either switch or switch less..
|
|
865
|
+
:param pulumi.Input[Sequence[pulumi.Input['StorageNetworksArgs']]] storage_networks: List of StorageNetworks config to deploy AzureStackHCI Cluster.
|
|
866
|
+
"""
|
|
867
|
+
if enable_storage_auto_ip is None:
|
|
868
|
+
enable_storage_auto_ip = False
|
|
869
|
+
if enable_storage_auto_ip is not None:
|
|
870
|
+
pulumi.set(__self__, "enable_storage_auto_ip", enable_storage_auto_ip)
|
|
871
|
+
if intents is not None:
|
|
872
|
+
pulumi.set(__self__, "intents", intents)
|
|
873
|
+
if storage_connectivity_switchless is None:
|
|
874
|
+
storage_connectivity_switchless = False
|
|
875
|
+
if storage_connectivity_switchless is not None:
|
|
876
|
+
pulumi.set(__self__, "storage_connectivity_switchless", storage_connectivity_switchless)
|
|
877
|
+
if storage_networks is not None:
|
|
878
|
+
pulumi.set(__self__, "storage_networks", storage_networks)
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
@pulumi.getter(name="enableStorageAutoIp")
|
|
882
|
+
def enable_storage_auto_ip(self) -> Optional[pulumi.Input[bool]]:
|
|
883
|
+
"""
|
|
884
|
+
Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
|
|
885
|
+
"""
|
|
886
|
+
return pulumi.get(self, "enable_storage_auto_ip")
|
|
887
|
+
|
|
888
|
+
@enable_storage_auto_ip.setter
|
|
889
|
+
def enable_storage_auto_ip(self, value: Optional[pulumi.Input[bool]]):
|
|
890
|
+
pulumi.set(self, "enable_storage_auto_ip", value)
|
|
891
|
+
|
|
892
|
+
@property
|
|
893
|
+
@pulumi.getter
|
|
894
|
+
def intents(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IntentsArgs']]]]:
|
|
895
|
+
"""
|
|
896
|
+
The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
|
|
897
|
+
"""
|
|
898
|
+
return pulumi.get(self, "intents")
|
|
899
|
+
|
|
900
|
+
@intents.setter
|
|
901
|
+
def intents(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IntentsArgs']]]]):
|
|
902
|
+
pulumi.set(self, "intents", value)
|
|
903
|
+
|
|
904
|
+
@property
|
|
905
|
+
@pulumi.getter(name="storageConnectivitySwitchless")
|
|
906
|
+
def storage_connectivity_switchless(self) -> Optional[pulumi.Input[bool]]:
|
|
907
|
+
"""
|
|
908
|
+
Defines how the storage adapters between nodes are connected either switch or switch less..
|
|
909
|
+
"""
|
|
910
|
+
return pulumi.get(self, "storage_connectivity_switchless")
|
|
911
|
+
|
|
912
|
+
@storage_connectivity_switchless.setter
|
|
913
|
+
def storage_connectivity_switchless(self, value: Optional[pulumi.Input[bool]]):
|
|
914
|
+
pulumi.set(self, "storage_connectivity_switchless", value)
|
|
915
|
+
|
|
916
|
+
@property
|
|
917
|
+
@pulumi.getter(name="storageNetworks")
|
|
918
|
+
def storage_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageNetworksArgs']]]]:
|
|
919
|
+
"""
|
|
920
|
+
List of StorageNetworks config to deploy AzureStackHCI Cluster.
|
|
921
|
+
"""
|
|
922
|
+
return pulumi.get(self, "storage_networks")
|
|
923
|
+
|
|
924
|
+
@storage_networks.setter
|
|
925
|
+
def storage_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StorageNetworksArgs']]]]):
|
|
926
|
+
pulumi.set(self, "storage_networks", value)
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
@pulumi.input_type
|
|
930
|
+
class InfrastructureNetworkArgs:
|
|
931
|
+
def __init__(__self__, *,
|
|
932
|
+
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
933
|
+
gateway: Optional[pulumi.Input[str]] = None,
|
|
934
|
+
ip_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpPoolsArgs']]]] = None,
|
|
935
|
+
subnet_mask: Optional[pulumi.Input[str]] = None,
|
|
936
|
+
use_dhcp: Optional[pulumi.Input[bool]] = None):
|
|
937
|
+
"""
|
|
938
|
+
The InfrastructureNetwork of a AzureStackHCI Cluster.
|
|
939
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: IPv4 address of the DNS servers in your environment.
|
|
940
|
+
:param pulumi.Input[str] gateway: Default gateway that should be used for the provided IP address space.
|
|
941
|
+
:param pulumi.Input[Sequence[pulumi.Input['IpPoolsArgs']]] ip_pools: Range of IP addresses from which addresses are allocated for nodes within a subnet.
|
|
942
|
+
:param pulumi.Input[str] subnet_mask: Subnet mask that matches the provided IP address space.
|
|
943
|
+
:param pulumi.Input[bool] use_dhcp: Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
|
|
944
|
+
"""
|
|
945
|
+
if dns_servers is not None:
|
|
946
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
947
|
+
if gateway is not None:
|
|
948
|
+
pulumi.set(__self__, "gateway", gateway)
|
|
949
|
+
if ip_pools is not None:
|
|
950
|
+
pulumi.set(__self__, "ip_pools", ip_pools)
|
|
951
|
+
if subnet_mask is not None:
|
|
952
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
953
|
+
if use_dhcp is not None:
|
|
954
|
+
pulumi.set(__self__, "use_dhcp", use_dhcp)
|
|
955
|
+
|
|
956
|
+
@property
|
|
957
|
+
@pulumi.getter(name="dnsServers")
|
|
958
|
+
def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
959
|
+
"""
|
|
960
|
+
IPv4 address of the DNS servers in your environment.
|
|
961
|
+
"""
|
|
962
|
+
return pulumi.get(self, "dns_servers")
|
|
963
|
+
|
|
964
|
+
@dns_servers.setter
|
|
965
|
+
def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
966
|
+
pulumi.set(self, "dns_servers", value)
|
|
967
|
+
|
|
968
|
+
@property
|
|
969
|
+
@pulumi.getter
|
|
970
|
+
def gateway(self) -> Optional[pulumi.Input[str]]:
|
|
971
|
+
"""
|
|
972
|
+
Default gateway that should be used for the provided IP address space.
|
|
973
|
+
"""
|
|
974
|
+
return pulumi.get(self, "gateway")
|
|
975
|
+
|
|
976
|
+
@gateway.setter
|
|
977
|
+
def gateway(self, value: Optional[pulumi.Input[str]]):
|
|
978
|
+
pulumi.set(self, "gateway", value)
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
@pulumi.getter(name="ipPools")
|
|
982
|
+
def ip_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpPoolsArgs']]]]:
|
|
983
|
+
"""
|
|
984
|
+
Range of IP addresses from which addresses are allocated for nodes within a subnet.
|
|
985
|
+
"""
|
|
986
|
+
return pulumi.get(self, "ip_pools")
|
|
987
|
+
|
|
988
|
+
@ip_pools.setter
|
|
989
|
+
def ip_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpPoolsArgs']]]]):
|
|
990
|
+
pulumi.set(self, "ip_pools", value)
|
|
991
|
+
|
|
992
|
+
@property
|
|
993
|
+
@pulumi.getter(name="subnetMask")
|
|
994
|
+
def subnet_mask(self) -> Optional[pulumi.Input[str]]:
|
|
995
|
+
"""
|
|
996
|
+
Subnet mask that matches the provided IP address space.
|
|
997
|
+
"""
|
|
998
|
+
return pulumi.get(self, "subnet_mask")
|
|
999
|
+
|
|
1000
|
+
@subnet_mask.setter
|
|
1001
|
+
def subnet_mask(self, value: Optional[pulumi.Input[str]]):
|
|
1002
|
+
pulumi.set(self, "subnet_mask", value)
|
|
1003
|
+
|
|
1004
|
+
@property
|
|
1005
|
+
@pulumi.getter(name="useDhcp")
|
|
1006
|
+
def use_dhcp(self) -> Optional[pulumi.Input[bool]]:
|
|
1007
|
+
"""
|
|
1008
|
+
Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
|
|
1009
|
+
"""
|
|
1010
|
+
return pulumi.get(self, "use_dhcp")
|
|
1011
|
+
|
|
1012
|
+
@use_dhcp.setter
|
|
1013
|
+
def use_dhcp(self, value: Optional[pulumi.Input[bool]]):
|
|
1014
|
+
pulumi.set(self, "use_dhcp", value)
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
@pulumi.input_type
|
|
1018
|
+
class IntentsArgs:
|
|
1019
|
+
def __init__(__self__, *,
|
|
1020
|
+
adapter: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1021
|
+
adapter_property_overrides: Optional[pulumi.Input['AdapterPropertyOverridesArgs']] = None,
|
|
1022
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1023
|
+
override_adapter_property: Optional[pulumi.Input[bool]] = None,
|
|
1024
|
+
override_qos_policy: Optional[pulumi.Input[bool]] = None,
|
|
1025
|
+
override_virtual_switch_configuration: Optional[pulumi.Input[bool]] = None,
|
|
1026
|
+
qos_policy_overrides: Optional[pulumi.Input['QosPolicyOverridesArgs']] = None,
|
|
1027
|
+
traffic_type: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1028
|
+
virtual_switch_configuration_overrides: Optional[pulumi.Input['VirtualSwitchConfigurationOverridesArgs']] = None):
|
|
1029
|
+
"""
|
|
1030
|
+
The Intents of a cluster.
|
|
1031
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] adapter: Array of network interfaces used for the network intent.
|
|
1032
|
+
:param pulumi.Input['AdapterPropertyOverridesArgs'] adapter_property_overrides: Set Adapter PropertyOverrides for cluster.
|
|
1033
|
+
:param pulumi.Input[str] name: Name of the network intent you wish to create.
|
|
1034
|
+
:param pulumi.Input[bool] override_adapter_property: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1035
|
+
:param pulumi.Input[bool] override_qos_policy: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1036
|
+
:param pulumi.Input[bool] override_virtual_switch_configuration: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1037
|
+
:param pulumi.Input['QosPolicyOverridesArgs'] qos_policy_overrides: Set QoS PolicyOverrides for cluster.
|
|
1038
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] traffic_type: List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
|
|
1039
|
+
:param pulumi.Input['VirtualSwitchConfigurationOverridesArgs'] virtual_switch_configuration_overrides: Set virtualSwitch ConfigurationOverrides for cluster.
|
|
1040
|
+
"""
|
|
1041
|
+
if adapter is not None:
|
|
1042
|
+
pulumi.set(__self__, "adapter", adapter)
|
|
1043
|
+
if adapter_property_overrides is not None:
|
|
1044
|
+
pulumi.set(__self__, "adapter_property_overrides", adapter_property_overrides)
|
|
1045
|
+
if name is not None:
|
|
1046
|
+
pulumi.set(__self__, "name", name)
|
|
1047
|
+
if override_adapter_property is None:
|
|
1048
|
+
override_adapter_property = False
|
|
1049
|
+
if override_adapter_property is not None:
|
|
1050
|
+
pulumi.set(__self__, "override_adapter_property", override_adapter_property)
|
|
1051
|
+
if override_qos_policy is None:
|
|
1052
|
+
override_qos_policy = False
|
|
1053
|
+
if override_qos_policy is not None:
|
|
1054
|
+
pulumi.set(__self__, "override_qos_policy", override_qos_policy)
|
|
1055
|
+
if override_virtual_switch_configuration is None:
|
|
1056
|
+
override_virtual_switch_configuration = False
|
|
1057
|
+
if override_virtual_switch_configuration is not None:
|
|
1058
|
+
pulumi.set(__self__, "override_virtual_switch_configuration", override_virtual_switch_configuration)
|
|
1059
|
+
if qos_policy_overrides is not None:
|
|
1060
|
+
pulumi.set(__self__, "qos_policy_overrides", qos_policy_overrides)
|
|
1061
|
+
if traffic_type is not None:
|
|
1062
|
+
pulumi.set(__self__, "traffic_type", traffic_type)
|
|
1063
|
+
if virtual_switch_configuration_overrides is not None:
|
|
1064
|
+
pulumi.set(__self__, "virtual_switch_configuration_overrides", virtual_switch_configuration_overrides)
|
|
1065
|
+
|
|
1066
|
+
@property
|
|
1067
|
+
@pulumi.getter
|
|
1068
|
+
def adapter(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1069
|
+
"""
|
|
1070
|
+
Array of network interfaces used for the network intent.
|
|
1071
|
+
"""
|
|
1072
|
+
return pulumi.get(self, "adapter")
|
|
1073
|
+
|
|
1074
|
+
@adapter.setter
|
|
1075
|
+
def adapter(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1076
|
+
pulumi.set(self, "adapter", value)
|
|
1077
|
+
|
|
1078
|
+
@property
|
|
1079
|
+
@pulumi.getter(name="adapterPropertyOverrides")
|
|
1080
|
+
def adapter_property_overrides(self) -> Optional[pulumi.Input['AdapterPropertyOverridesArgs']]:
|
|
1081
|
+
"""
|
|
1082
|
+
Set Adapter PropertyOverrides for cluster.
|
|
1083
|
+
"""
|
|
1084
|
+
return pulumi.get(self, "adapter_property_overrides")
|
|
1085
|
+
|
|
1086
|
+
@adapter_property_overrides.setter
|
|
1087
|
+
def adapter_property_overrides(self, value: Optional[pulumi.Input['AdapterPropertyOverridesArgs']]):
|
|
1088
|
+
pulumi.set(self, "adapter_property_overrides", value)
|
|
1089
|
+
|
|
1090
|
+
@property
|
|
1091
|
+
@pulumi.getter
|
|
1092
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1093
|
+
"""
|
|
1094
|
+
Name of the network intent you wish to create.
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "name")
|
|
1097
|
+
|
|
1098
|
+
@name.setter
|
|
1099
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1100
|
+
pulumi.set(self, "name", value)
|
|
1101
|
+
|
|
1102
|
+
@property
|
|
1103
|
+
@pulumi.getter(name="overrideAdapterProperty")
|
|
1104
|
+
def override_adapter_property(self) -> Optional[pulumi.Input[bool]]:
|
|
1105
|
+
"""
|
|
1106
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1107
|
+
"""
|
|
1108
|
+
return pulumi.get(self, "override_adapter_property")
|
|
1109
|
+
|
|
1110
|
+
@override_adapter_property.setter
|
|
1111
|
+
def override_adapter_property(self, value: Optional[pulumi.Input[bool]]):
|
|
1112
|
+
pulumi.set(self, "override_adapter_property", value)
|
|
1113
|
+
|
|
1114
|
+
@property
|
|
1115
|
+
@pulumi.getter(name="overrideQosPolicy")
|
|
1116
|
+
def override_qos_policy(self) -> Optional[pulumi.Input[bool]]:
|
|
1117
|
+
"""
|
|
1118
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1119
|
+
"""
|
|
1120
|
+
return pulumi.get(self, "override_qos_policy")
|
|
1121
|
+
|
|
1122
|
+
@override_qos_policy.setter
|
|
1123
|
+
def override_qos_policy(self, value: Optional[pulumi.Input[bool]]):
|
|
1124
|
+
pulumi.set(self, "override_qos_policy", value)
|
|
1125
|
+
|
|
1126
|
+
@property
|
|
1127
|
+
@pulumi.getter(name="overrideVirtualSwitchConfiguration")
|
|
1128
|
+
def override_virtual_switch_configuration(self) -> Optional[pulumi.Input[bool]]:
|
|
1129
|
+
"""
|
|
1130
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1131
|
+
"""
|
|
1132
|
+
return pulumi.get(self, "override_virtual_switch_configuration")
|
|
1133
|
+
|
|
1134
|
+
@override_virtual_switch_configuration.setter
|
|
1135
|
+
def override_virtual_switch_configuration(self, value: Optional[pulumi.Input[bool]]):
|
|
1136
|
+
pulumi.set(self, "override_virtual_switch_configuration", value)
|
|
1137
|
+
|
|
1138
|
+
@property
|
|
1139
|
+
@pulumi.getter(name="qosPolicyOverrides")
|
|
1140
|
+
def qos_policy_overrides(self) -> Optional[pulumi.Input['QosPolicyOverridesArgs']]:
|
|
1141
|
+
"""
|
|
1142
|
+
Set QoS PolicyOverrides for cluster.
|
|
1143
|
+
"""
|
|
1144
|
+
return pulumi.get(self, "qos_policy_overrides")
|
|
1145
|
+
|
|
1146
|
+
@qos_policy_overrides.setter
|
|
1147
|
+
def qos_policy_overrides(self, value: Optional[pulumi.Input['QosPolicyOverridesArgs']]):
|
|
1148
|
+
pulumi.set(self, "qos_policy_overrides", value)
|
|
1149
|
+
|
|
1150
|
+
@property
|
|
1151
|
+
@pulumi.getter(name="trafficType")
|
|
1152
|
+
def traffic_type(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1153
|
+
"""
|
|
1154
|
+
List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
|
|
1155
|
+
"""
|
|
1156
|
+
return pulumi.get(self, "traffic_type")
|
|
1157
|
+
|
|
1158
|
+
@traffic_type.setter
|
|
1159
|
+
def traffic_type(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1160
|
+
pulumi.set(self, "traffic_type", value)
|
|
1161
|
+
|
|
1162
|
+
@property
|
|
1163
|
+
@pulumi.getter(name="virtualSwitchConfigurationOverrides")
|
|
1164
|
+
def virtual_switch_configuration_overrides(self) -> Optional[pulumi.Input['VirtualSwitchConfigurationOverridesArgs']]:
|
|
1165
|
+
"""
|
|
1166
|
+
Set virtualSwitch ConfigurationOverrides for cluster.
|
|
1167
|
+
"""
|
|
1168
|
+
return pulumi.get(self, "virtual_switch_configuration_overrides")
|
|
1169
|
+
|
|
1170
|
+
@virtual_switch_configuration_overrides.setter
|
|
1171
|
+
def virtual_switch_configuration_overrides(self, value: Optional[pulumi.Input['VirtualSwitchConfigurationOverridesArgs']]):
|
|
1172
|
+
pulumi.set(self, "virtual_switch_configuration_overrides", value)
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
@pulumi.input_type
|
|
1176
|
+
class IpPoolsArgs:
|
|
1177
|
+
def __init__(__self__, *,
|
|
1178
|
+
ending_address: Optional[pulumi.Input[str]] = None,
|
|
1179
|
+
starting_address: Optional[pulumi.Input[str]] = None):
|
|
1180
|
+
"""
|
|
1181
|
+
The dnsServers of a device.
|
|
1182
|
+
:param pulumi.Input[str] ending_address: Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
|
|
1183
|
+
:param pulumi.Input[str] starting_address: Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
|
|
1184
|
+
"""
|
|
1185
|
+
if ending_address is not None:
|
|
1186
|
+
pulumi.set(__self__, "ending_address", ending_address)
|
|
1187
|
+
if starting_address is not None:
|
|
1188
|
+
pulumi.set(__self__, "starting_address", starting_address)
|
|
1189
|
+
|
|
1190
|
+
@property
|
|
1191
|
+
@pulumi.getter(name="endingAddress")
|
|
1192
|
+
def ending_address(self) -> Optional[pulumi.Input[str]]:
|
|
1193
|
+
"""
|
|
1194
|
+
Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
|
|
1195
|
+
"""
|
|
1196
|
+
return pulumi.get(self, "ending_address")
|
|
1197
|
+
|
|
1198
|
+
@ending_address.setter
|
|
1199
|
+
def ending_address(self, value: Optional[pulumi.Input[str]]):
|
|
1200
|
+
pulumi.set(self, "ending_address", value)
|
|
1201
|
+
|
|
1202
|
+
@property
|
|
1203
|
+
@pulumi.getter(name="startingAddress")
|
|
1204
|
+
def starting_address(self) -> Optional[pulumi.Input[str]]:
|
|
1205
|
+
"""
|
|
1206
|
+
Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "starting_address")
|
|
1209
|
+
|
|
1210
|
+
@starting_address.setter
|
|
1211
|
+
def starting_address(self, value: Optional[pulumi.Input[str]]):
|
|
1212
|
+
pulumi.set(self, "starting_address", value)
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
@pulumi.input_type
|
|
1216
|
+
class NetworkControllerArgs:
|
|
1217
|
+
def __init__(__self__, *,
|
|
1218
|
+
mac_address_pool_start: Optional[pulumi.Input[str]] = None,
|
|
1219
|
+
mac_address_pool_stop: Optional[pulumi.Input[str]] = None,
|
|
1220
|
+
network_virtualization_enabled: Optional[pulumi.Input[bool]] = None):
|
|
1221
|
+
"""
|
|
1222
|
+
network controller config for SDN Integration to deploy AzureStackHCI Cluster.
|
|
1223
|
+
:param pulumi.Input[str] mac_address_pool_start: macAddressPoolStart of network controller used for SDN Integration.
|
|
1224
|
+
:param pulumi.Input[str] mac_address_pool_stop: macAddressPoolStop of network controller used for SDN Integration.
|
|
1225
|
+
:param pulumi.Input[bool] network_virtualization_enabled: NetworkVirtualizationEnabled of network controller used for SDN Integration.
|
|
1226
|
+
"""
|
|
1227
|
+
if mac_address_pool_start is not None:
|
|
1228
|
+
pulumi.set(__self__, "mac_address_pool_start", mac_address_pool_start)
|
|
1229
|
+
if mac_address_pool_stop is not None:
|
|
1230
|
+
pulumi.set(__self__, "mac_address_pool_stop", mac_address_pool_stop)
|
|
1231
|
+
if network_virtualization_enabled is not None:
|
|
1232
|
+
pulumi.set(__self__, "network_virtualization_enabled", network_virtualization_enabled)
|
|
1233
|
+
|
|
1234
|
+
@property
|
|
1235
|
+
@pulumi.getter(name="macAddressPoolStart")
|
|
1236
|
+
def mac_address_pool_start(self) -> Optional[pulumi.Input[str]]:
|
|
1237
|
+
"""
|
|
1238
|
+
macAddressPoolStart of network controller used for SDN Integration.
|
|
1239
|
+
"""
|
|
1240
|
+
return pulumi.get(self, "mac_address_pool_start")
|
|
1241
|
+
|
|
1242
|
+
@mac_address_pool_start.setter
|
|
1243
|
+
def mac_address_pool_start(self, value: Optional[pulumi.Input[str]]):
|
|
1244
|
+
pulumi.set(self, "mac_address_pool_start", value)
|
|
1245
|
+
|
|
1246
|
+
@property
|
|
1247
|
+
@pulumi.getter(name="macAddressPoolStop")
|
|
1248
|
+
def mac_address_pool_stop(self) -> Optional[pulumi.Input[str]]:
|
|
1249
|
+
"""
|
|
1250
|
+
macAddressPoolStop of network controller used for SDN Integration.
|
|
1251
|
+
"""
|
|
1252
|
+
return pulumi.get(self, "mac_address_pool_stop")
|
|
1253
|
+
|
|
1254
|
+
@mac_address_pool_stop.setter
|
|
1255
|
+
def mac_address_pool_stop(self, value: Optional[pulumi.Input[str]]):
|
|
1256
|
+
pulumi.set(self, "mac_address_pool_stop", value)
|
|
1257
|
+
|
|
1258
|
+
@property
|
|
1259
|
+
@pulumi.getter(name="networkVirtualizationEnabled")
|
|
1260
|
+
def network_virtualization_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
1261
|
+
"""
|
|
1262
|
+
NetworkVirtualizationEnabled of network controller used for SDN Integration.
|
|
1263
|
+
"""
|
|
1264
|
+
return pulumi.get(self, "network_virtualization_enabled")
|
|
1265
|
+
|
|
1266
|
+
@network_virtualization_enabled.setter
|
|
1267
|
+
def network_virtualization_enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
1268
|
+
pulumi.set(self, "network_virtualization_enabled", value)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
@pulumi.input_type
|
|
1272
|
+
class NicDetailArgs:
|
|
1273
|
+
def __init__(__self__, *,
|
|
1274
|
+
adapter_name: Optional[pulumi.Input[str]] = None,
|
|
1275
|
+
component_id: Optional[pulumi.Input[str]] = None,
|
|
1276
|
+
default_gateway: Optional[pulumi.Input[str]] = None,
|
|
1277
|
+
default_isolation_id: Optional[pulumi.Input[str]] = None,
|
|
1278
|
+
dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1279
|
+
driver_version: Optional[pulumi.Input[str]] = None,
|
|
1280
|
+
interface_description: Optional[pulumi.Input[str]] = None,
|
|
1281
|
+
ip4_address: Optional[pulumi.Input[str]] = None,
|
|
1282
|
+
subnet_mask: Optional[pulumi.Input[str]] = None):
|
|
1283
|
+
"""
|
|
1284
|
+
The NIC Detail of a device.
|
|
1285
|
+
:param pulumi.Input[str] adapter_name: Adapter Name of NIC
|
|
1286
|
+
:param pulumi.Input[str] component_id: Component Id of NIC
|
|
1287
|
+
:param pulumi.Input[str] default_gateway: Default Gateway of NIC
|
|
1288
|
+
:param pulumi.Input[str] default_isolation_id: Default Isolation of Management NIC
|
|
1289
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_servers: DNS Servers for NIC
|
|
1290
|
+
:param pulumi.Input[str] driver_version: Driver Version of NIC
|
|
1291
|
+
:param pulumi.Input[str] interface_description: Interface Description of NIC
|
|
1292
|
+
:param pulumi.Input[str] ip4_address: Subnet Mask of NIC
|
|
1293
|
+
:param pulumi.Input[str] subnet_mask: Subnet Mask of NIC
|
|
1294
|
+
"""
|
|
1295
|
+
if adapter_name is not None:
|
|
1296
|
+
pulumi.set(__self__, "adapter_name", adapter_name)
|
|
1297
|
+
if component_id is not None:
|
|
1298
|
+
pulumi.set(__self__, "component_id", component_id)
|
|
1299
|
+
if default_gateway is not None:
|
|
1300
|
+
pulumi.set(__self__, "default_gateway", default_gateway)
|
|
1301
|
+
if default_isolation_id is not None:
|
|
1302
|
+
pulumi.set(__self__, "default_isolation_id", default_isolation_id)
|
|
1303
|
+
if dns_servers is not None:
|
|
1304
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
1305
|
+
if driver_version is not None:
|
|
1306
|
+
pulumi.set(__self__, "driver_version", driver_version)
|
|
1307
|
+
if interface_description is not None:
|
|
1308
|
+
pulumi.set(__self__, "interface_description", interface_description)
|
|
1309
|
+
if ip4_address is not None:
|
|
1310
|
+
pulumi.set(__self__, "ip4_address", ip4_address)
|
|
1311
|
+
if subnet_mask is not None:
|
|
1312
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
1313
|
+
|
|
1314
|
+
@property
|
|
1315
|
+
@pulumi.getter(name="adapterName")
|
|
1316
|
+
def adapter_name(self) -> Optional[pulumi.Input[str]]:
|
|
1317
|
+
"""
|
|
1318
|
+
Adapter Name of NIC
|
|
1319
|
+
"""
|
|
1320
|
+
return pulumi.get(self, "adapter_name")
|
|
1321
|
+
|
|
1322
|
+
@adapter_name.setter
|
|
1323
|
+
def adapter_name(self, value: Optional[pulumi.Input[str]]):
|
|
1324
|
+
pulumi.set(self, "adapter_name", value)
|
|
1325
|
+
|
|
1326
|
+
@property
|
|
1327
|
+
@pulumi.getter(name="componentId")
|
|
1328
|
+
def component_id(self) -> Optional[pulumi.Input[str]]:
|
|
1329
|
+
"""
|
|
1330
|
+
Component Id of NIC
|
|
1331
|
+
"""
|
|
1332
|
+
return pulumi.get(self, "component_id")
|
|
1333
|
+
|
|
1334
|
+
@component_id.setter
|
|
1335
|
+
def component_id(self, value: Optional[pulumi.Input[str]]):
|
|
1336
|
+
pulumi.set(self, "component_id", value)
|
|
1337
|
+
|
|
1338
|
+
@property
|
|
1339
|
+
@pulumi.getter(name="defaultGateway")
|
|
1340
|
+
def default_gateway(self) -> Optional[pulumi.Input[str]]:
|
|
1341
|
+
"""
|
|
1342
|
+
Default Gateway of NIC
|
|
1343
|
+
"""
|
|
1344
|
+
return pulumi.get(self, "default_gateway")
|
|
1345
|
+
|
|
1346
|
+
@default_gateway.setter
|
|
1347
|
+
def default_gateway(self, value: Optional[pulumi.Input[str]]):
|
|
1348
|
+
pulumi.set(self, "default_gateway", value)
|
|
1349
|
+
|
|
1350
|
+
@property
|
|
1351
|
+
@pulumi.getter(name="defaultIsolationId")
|
|
1352
|
+
def default_isolation_id(self) -> Optional[pulumi.Input[str]]:
|
|
1353
|
+
"""
|
|
1354
|
+
Default Isolation of Management NIC
|
|
1355
|
+
"""
|
|
1356
|
+
return pulumi.get(self, "default_isolation_id")
|
|
1357
|
+
|
|
1358
|
+
@default_isolation_id.setter
|
|
1359
|
+
def default_isolation_id(self, value: Optional[pulumi.Input[str]]):
|
|
1360
|
+
pulumi.set(self, "default_isolation_id", value)
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter(name="dnsServers")
|
|
1364
|
+
def dns_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1365
|
+
"""
|
|
1366
|
+
DNS Servers for NIC
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "dns_servers")
|
|
1369
|
+
|
|
1370
|
+
@dns_servers.setter
|
|
1371
|
+
def dns_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1372
|
+
pulumi.set(self, "dns_servers", value)
|
|
1373
|
+
|
|
1374
|
+
@property
|
|
1375
|
+
@pulumi.getter(name="driverVersion")
|
|
1376
|
+
def driver_version(self) -> Optional[pulumi.Input[str]]:
|
|
1377
|
+
"""
|
|
1378
|
+
Driver Version of NIC
|
|
1379
|
+
"""
|
|
1380
|
+
return pulumi.get(self, "driver_version")
|
|
1381
|
+
|
|
1382
|
+
@driver_version.setter
|
|
1383
|
+
def driver_version(self, value: Optional[pulumi.Input[str]]):
|
|
1384
|
+
pulumi.set(self, "driver_version", value)
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter(name="interfaceDescription")
|
|
1388
|
+
def interface_description(self) -> Optional[pulumi.Input[str]]:
|
|
1389
|
+
"""
|
|
1390
|
+
Interface Description of NIC
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "interface_description")
|
|
1393
|
+
|
|
1394
|
+
@interface_description.setter
|
|
1395
|
+
def interface_description(self, value: Optional[pulumi.Input[str]]):
|
|
1396
|
+
pulumi.set(self, "interface_description", value)
|
|
1397
|
+
|
|
1398
|
+
@property
|
|
1399
|
+
@pulumi.getter(name="ip4Address")
|
|
1400
|
+
def ip4_address(self) -> Optional[pulumi.Input[str]]:
|
|
1401
|
+
"""
|
|
1402
|
+
Subnet Mask of NIC
|
|
1403
|
+
"""
|
|
1404
|
+
return pulumi.get(self, "ip4_address")
|
|
1405
|
+
|
|
1406
|
+
@ip4_address.setter
|
|
1407
|
+
def ip4_address(self, value: Optional[pulumi.Input[str]]):
|
|
1408
|
+
pulumi.set(self, "ip4_address", value)
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter(name="subnetMask")
|
|
1412
|
+
def subnet_mask(self) -> Optional[pulumi.Input[str]]:
|
|
1413
|
+
"""
|
|
1414
|
+
Subnet Mask of NIC
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "subnet_mask")
|
|
1417
|
+
|
|
1418
|
+
@subnet_mask.setter
|
|
1419
|
+
def subnet_mask(self, value: Optional[pulumi.Input[str]]):
|
|
1420
|
+
pulumi.set(self, "subnet_mask", value)
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
@pulumi.input_type
|
|
1424
|
+
class ObservabilityArgs:
|
|
1425
|
+
def __init__(__self__, *,
|
|
1426
|
+
episodic_data_upload: Optional[pulumi.Input[bool]] = None,
|
|
1427
|
+
eu_location: Optional[pulumi.Input[bool]] = None,
|
|
1428
|
+
streaming_data_client: Optional[pulumi.Input[bool]] = None):
|
|
1429
|
+
"""
|
|
1430
|
+
The Observability of AzureStackHCI Cluster.
|
|
1431
|
+
:param pulumi.Input[bool] episodic_data_upload: When set to true, collects log data to facilitate quicker issue resolution.
|
|
1432
|
+
:param pulumi.Input[bool] eu_location: Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
|
|
1433
|
+
:param pulumi.Input[bool] streaming_data_client: Enables telemetry data to be sent to Microsoft
|
|
1434
|
+
"""
|
|
1435
|
+
if episodic_data_upload is None:
|
|
1436
|
+
episodic_data_upload = True
|
|
1437
|
+
if episodic_data_upload is not None:
|
|
1438
|
+
pulumi.set(__self__, "episodic_data_upload", episodic_data_upload)
|
|
1439
|
+
if eu_location is None:
|
|
1440
|
+
eu_location = False
|
|
1441
|
+
if eu_location is not None:
|
|
1442
|
+
pulumi.set(__self__, "eu_location", eu_location)
|
|
1443
|
+
if streaming_data_client is None:
|
|
1444
|
+
streaming_data_client = True
|
|
1445
|
+
if streaming_data_client is not None:
|
|
1446
|
+
pulumi.set(__self__, "streaming_data_client", streaming_data_client)
|
|
1447
|
+
|
|
1448
|
+
@property
|
|
1449
|
+
@pulumi.getter(name="episodicDataUpload")
|
|
1450
|
+
def episodic_data_upload(self) -> Optional[pulumi.Input[bool]]:
|
|
1451
|
+
"""
|
|
1452
|
+
When set to true, collects log data to facilitate quicker issue resolution.
|
|
1453
|
+
"""
|
|
1454
|
+
return pulumi.get(self, "episodic_data_upload")
|
|
1455
|
+
|
|
1456
|
+
@episodic_data_upload.setter
|
|
1457
|
+
def episodic_data_upload(self, value: Optional[pulumi.Input[bool]]):
|
|
1458
|
+
pulumi.set(self, "episodic_data_upload", value)
|
|
1459
|
+
|
|
1460
|
+
@property
|
|
1461
|
+
@pulumi.getter(name="euLocation")
|
|
1462
|
+
def eu_location(self) -> Optional[pulumi.Input[bool]]:
|
|
1463
|
+
"""
|
|
1464
|
+
Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
|
|
1465
|
+
"""
|
|
1466
|
+
return pulumi.get(self, "eu_location")
|
|
1467
|
+
|
|
1468
|
+
@eu_location.setter
|
|
1469
|
+
def eu_location(self, value: Optional[pulumi.Input[bool]]):
|
|
1470
|
+
pulumi.set(self, "eu_location", value)
|
|
1471
|
+
|
|
1472
|
+
@property
|
|
1473
|
+
@pulumi.getter(name="streamingDataClient")
|
|
1474
|
+
def streaming_data_client(self) -> Optional[pulumi.Input[bool]]:
|
|
1475
|
+
"""
|
|
1476
|
+
Enables telemetry data to be sent to Microsoft
|
|
1477
|
+
"""
|
|
1478
|
+
return pulumi.get(self, "streaming_data_client")
|
|
1479
|
+
|
|
1480
|
+
@streaming_data_client.setter
|
|
1481
|
+
def streaming_data_client(self, value: Optional[pulumi.Input[bool]]):
|
|
1482
|
+
pulumi.set(self, "streaming_data_client", value)
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
@pulumi.input_type
|
|
1486
|
+
class OptionalServicesArgs:
|
|
1487
|
+
def __init__(__self__, *,
|
|
1488
|
+
custom_location: Optional[pulumi.Input[str]] = None):
|
|
1489
|
+
"""
|
|
1490
|
+
The OptionalServices of AzureStackHCI Cluster.
|
|
1491
|
+
:param pulumi.Input[str] custom_location: The name of custom location.
|
|
1492
|
+
"""
|
|
1493
|
+
if custom_location is not None:
|
|
1494
|
+
pulumi.set(__self__, "custom_location", custom_location)
|
|
1495
|
+
|
|
1496
|
+
@property
|
|
1497
|
+
@pulumi.getter(name="customLocation")
|
|
1498
|
+
def custom_location(self) -> Optional[pulumi.Input[str]]:
|
|
1499
|
+
"""
|
|
1500
|
+
The name of custom location.
|
|
1501
|
+
"""
|
|
1502
|
+
return pulumi.get(self, "custom_location")
|
|
1503
|
+
|
|
1504
|
+
@custom_location.setter
|
|
1505
|
+
def custom_location(self, value: Optional[pulumi.Input[str]]):
|
|
1506
|
+
pulumi.set(self, "custom_location", value)
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
@pulumi.input_type
|
|
1510
|
+
class PhysicalNodesArgs:
|
|
1511
|
+
def __init__(__self__, *,
|
|
1512
|
+
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
1513
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1514
|
+
"""
|
|
1515
|
+
The PhysicalNodes of a cluster.
|
|
1516
|
+
:param pulumi.Input[str] ipv4_address: The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
|
|
1517
|
+
:param pulumi.Input[str] name: NETBIOS name of each physical server on your Azure Stack HCI cluster.
|
|
1518
|
+
"""
|
|
1519
|
+
if ipv4_address is not None:
|
|
1520
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
1521
|
+
if name is not None:
|
|
1522
|
+
pulumi.set(__self__, "name", name)
|
|
1523
|
+
|
|
1524
|
+
@property
|
|
1525
|
+
@pulumi.getter(name="ipv4Address")
|
|
1526
|
+
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
1527
|
+
"""
|
|
1528
|
+
The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
|
|
1529
|
+
"""
|
|
1530
|
+
return pulumi.get(self, "ipv4_address")
|
|
1531
|
+
|
|
1532
|
+
@ipv4_address.setter
|
|
1533
|
+
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
1534
|
+
pulumi.set(self, "ipv4_address", value)
|
|
1535
|
+
|
|
1536
|
+
@property
|
|
1537
|
+
@pulumi.getter
|
|
1538
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1539
|
+
"""
|
|
1540
|
+
NETBIOS name of each physical server on your Azure Stack HCI cluster.
|
|
1541
|
+
"""
|
|
1542
|
+
return pulumi.get(self, "name")
|
|
1543
|
+
|
|
1544
|
+
@name.setter
|
|
1545
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1546
|
+
pulumi.set(self, "name", value)
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
@pulumi.input_type
|
|
1550
|
+
class QosPolicyOverridesArgs:
|
|
1551
|
+
def __init__(__self__, *,
|
|
1552
|
+
bandwidth_percentage_smb: Optional[pulumi.Input[str]] = None,
|
|
1553
|
+
priority_value8021_action_cluster: Optional[pulumi.Input[str]] = None,
|
|
1554
|
+
priority_value8021_action_smb: Optional[pulumi.Input[str]] = None):
|
|
1555
|
+
"""
|
|
1556
|
+
The QoSPolicyOverrides of a cluster.
|
|
1557
|
+
:param pulumi.Input[str] bandwidth_percentage_smb: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1558
|
+
:param pulumi.Input[str] priority_value8021_action_cluster: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1559
|
+
:param pulumi.Input[str] priority_value8021_action_smb: This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1560
|
+
"""
|
|
1561
|
+
if bandwidth_percentage_smb is not None:
|
|
1562
|
+
pulumi.set(__self__, "bandwidth_percentage_smb", bandwidth_percentage_smb)
|
|
1563
|
+
if priority_value8021_action_cluster is not None:
|
|
1564
|
+
pulumi.set(__self__, "priority_value8021_action_cluster", priority_value8021_action_cluster)
|
|
1565
|
+
if priority_value8021_action_smb is not None:
|
|
1566
|
+
pulumi.set(__self__, "priority_value8021_action_smb", priority_value8021_action_smb)
|
|
1567
|
+
|
|
1568
|
+
@property
|
|
1569
|
+
@pulumi.getter(name="bandwidthPercentageSMB")
|
|
1570
|
+
def bandwidth_percentage_smb(self) -> Optional[pulumi.Input[str]]:
|
|
1571
|
+
"""
|
|
1572
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1573
|
+
"""
|
|
1574
|
+
return pulumi.get(self, "bandwidth_percentage_smb")
|
|
1575
|
+
|
|
1576
|
+
@bandwidth_percentage_smb.setter
|
|
1577
|
+
def bandwidth_percentage_smb(self, value: Optional[pulumi.Input[str]]):
|
|
1578
|
+
pulumi.set(self, "bandwidth_percentage_smb", value)
|
|
1579
|
+
|
|
1580
|
+
@property
|
|
1581
|
+
@pulumi.getter(name="priorityValue8021ActionCluster")
|
|
1582
|
+
def priority_value8021_action_cluster(self) -> Optional[pulumi.Input[str]]:
|
|
1583
|
+
"""
|
|
1584
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1585
|
+
"""
|
|
1586
|
+
return pulumi.get(self, "priority_value8021_action_cluster")
|
|
1587
|
+
|
|
1588
|
+
@priority_value8021_action_cluster.setter
|
|
1589
|
+
def priority_value8021_action_cluster(self, value: Optional[pulumi.Input[str]]):
|
|
1590
|
+
pulumi.set(self, "priority_value8021_action_cluster", value)
|
|
1591
|
+
|
|
1592
|
+
@property
|
|
1593
|
+
@pulumi.getter(name="priorityValue8021ActionSMB")
|
|
1594
|
+
def priority_value8021_action_smb(self) -> Optional[pulumi.Input[str]]:
|
|
1595
|
+
"""
|
|
1596
|
+
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
|
|
1597
|
+
"""
|
|
1598
|
+
return pulumi.get(self, "priority_value8021_action_smb")
|
|
1599
|
+
|
|
1600
|
+
@priority_value8021_action_smb.setter
|
|
1601
|
+
def priority_value8021_action_smb(self, value: Optional[pulumi.Input[str]]):
|
|
1602
|
+
pulumi.set(self, "priority_value8021_action_smb", value)
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
@pulumi.input_type
|
|
1606
|
+
class SbeCredentialsArgs:
|
|
1607
|
+
def __init__(__self__, *,
|
|
1608
|
+
ece_secret_name: Optional[pulumi.Input[str]] = None,
|
|
1609
|
+
secret_location: Optional[pulumi.Input[str]] = None,
|
|
1610
|
+
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1611
|
+
"""
|
|
1612
|
+
secrets used for solution builder extension (SBE) partner extensibility.
|
|
1613
|
+
:param pulumi.Input[str] ece_secret_name: secret name expected for Enterprise Cloud Engine (ECE).
|
|
1614
|
+
:param pulumi.Input[str] secret_location: secret URI stored in keyvault.
|
|
1615
|
+
:param pulumi.Input[str] secret_name: secret name stored in keyvault.
|
|
1616
|
+
"""
|
|
1617
|
+
if ece_secret_name is not None:
|
|
1618
|
+
pulumi.set(__self__, "ece_secret_name", ece_secret_name)
|
|
1619
|
+
if secret_location is not None:
|
|
1620
|
+
pulumi.set(__self__, "secret_location", secret_location)
|
|
1621
|
+
if secret_name is not None:
|
|
1622
|
+
pulumi.set(__self__, "secret_name", secret_name)
|
|
1623
|
+
|
|
1624
|
+
@property
|
|
1625
|
+
@pulumi.getter(name="eceSecretName")
|
|
1626
|
+
def ece_secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1627
|
+
"""
|
|
1628
|
+
secret name expected for Enterprise Cloud Engine (ECE).
|
|
1629
|
+
"""
|
|
1630
|
+
return pulumi.get(self, "ece_secret_name")
|
|
1631
|
+
|
|
1632
|
+
@ece_secret_name.setter
|
|
1633
|
+
def ece_secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1634
|
+
pulumi.set(self, "ece_secret_name", value)
|
|
1635
|
+
|
|
1636
|
+
@property
|
|
1637
|
+
@pulumi.getter(name="secretLocation")
|
|
1638
|
+
def secret_location(self) -> Optional[pulumi.Input[str]]:
|
|
1639
|
+
"""
|
|
1640
|
+
secret URI stored in keyvault.
|
|
1641
|
+
"""
|
|
1642
|
+
return pulumi.get(self, "secret_location")
|
|
1643
|
+
|
|
1644
|
+
@secret_location.setter
|
|
1645
|
+
def secret_location(self, value: Optional[pulumi.Input[str]]):
|
|
1646
|
+
pulumi.set(self, "secret_location", value)
|
|
1647
|
+
|
|
1648
|
+
@property
|
|
1649
|
+
@pulumi.getter(name="secretName")
|
|
1650
|
+
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1651
|
+
"""
|
|
1652
|
+
secret name stored in keyvault.
|
|
1653
|
+
"""
|
|
1654
|
+
return pulumi.get(self, "secret_name")
|
|
1655
|
+
|
|
1656
|
+
@secret_name.setter
|
|
1657
|
+
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1658
|
+
pulumi.set(self, "secret_name", value)
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
@pulumi.input_type
|
|
1662
|
+
class SbeDeploymentInfoArgs:
|
|
1663
|
+
def __init__(__self__, *,
|
|
1664
|
+
family: Optional[pulumi.Input[str]] = None,
|
|
1665
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
1666
|
+
sbe_manifest_creation_date: Optional[pulumi.Input[str]] = None,
|
|
1667
|
+
sbe_manifest_source: Optional[pulumi.Input[str]] = None,
|
|
1668
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
1669
|
+
"""
|
|
1670
|
+
Solution builder extension (SBE) package and manifest information for the solution builder extension staged for AzureStackHCI cluster deployment.
|
|
1671
|
+
:param pulumi.Input[str] family: SBE family name.
|
|
1672
|
+
:param pulumi.Input[str] publisher: SBE manifest publisher.
|
|
1673
|
+
:param pulumi.Input[str] sbe_manifest_creation_date: SBE Manifest Creation Date.
|
|
1674
|
+
:param pulumi.Input[str] sbe_manifest_source: SBE Manifest Source.
|
|
1675
|
+
:param pulumi.Input[str] version: SBE package version.
|
|
1676
|
+
"""
|
|
1677
|
+
if family is not None:
|
|
1678
|
+
pulumi.set(__self__, "family", family)
|
|
1679
|
+
if publisher is not None:
|
|
1680
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
1681
|
+
if sbe_manifest_creation_date is not None:
|
|
1682
|
+
pulumi.set(__self__, "sbe_manifest_creation_date", sbe_manifest_creation_date)
|
|
1683
|
+
if sbe_manifest_source is not None:
|
|
1684
|
+
pulumi.set(__self__, "sbe_manifest_source", sbe_manifest_source)
|
|
1685
|
+
if version is not None:
|
|
1686
|
+
pulumi.set(__self__, "version", version)
|
|
1687
|
+
|
|
1688
|
+
@property
|
|
1689
|
+
@pulumi.getter
|
|
1690
|
+
def family(self) -> Optional[pulumi.Input[str]]:
|
|
1691
|
+
"""
|
|
1692
|
+
SBE family name.
|
|
1693
|
+
"""
|
|
1694
|
+
return pulumi.get(self, "family")
|
|
1695
|
+
|
|
1696
|
+
@family.setter
|
|
1697
|
+
def family(self, value: Optional[pulumi.Input[str]]):
|
|
1698
|
+
pulumi.set(self, "family", value)
|
|
1699
|
+
|
|
1700
|
+
@property
|
|
1701
|
+
@pulumi.getter
|
|
1702
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
1703
|
+
"""
|
|
1704
|
+
SBE manifest publisher.
|
|
1705
|
+
"""
|
|
1706
|
+
return pulumi.get(self, "publisher")
|
|
1707
|
+
|
|
1708
|
+
@publisher.setter
|
|
1709
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
1710
|
+
pulumi.set(self, "publisher", value)
|
|
1711
|
+
|
|
1712
|
+
@property
|
|
1713
|
+
@pulumi.getter(name="sbeManifestCreationDate")
|
|
1714
|
+
def sbe_manifest_creation_date(self) -> Optional[pulumi.Input[str]]:
|
|
1715
|
+
"""
|
|
1716
|
+
SBE Manifest Creation Date.
|
|
1717
|
+
"""
|
|
1718
|
+
return pulumi.get(self, "sbe_manifest_creation_date")
|
|
1719
|
+
|
|
1720
|
+
@sbe_manifest_creation_date.setter
|
|
1721
|
+
def sbe_manifest_creation_date(self, value: Optional[pulumi.Input[str]]):
|
|
1722
|
+
pulumi.set(self, "sbe_manifest_creation_date", value)
|
|
1723
|
+
|
|
1724
|
+
@property
|
|
1725
|
+
@pulumi.getter(name="sbeManifestSource")
|
|
1726
|
+
def sbe_manifest_source(self) -> Optional[pulumi.Input[str]]:
|
|
1727
|
+
"""
|
|
1728
|
+
SBE Manifest Source.
|
|
1729
|
+
"""
|
|
1730
|
+
return pulumi.get(self, "sbe_manifest_source")
|
|
1731
|
+
|
|
1732
|
+
@sbe_manifest_source.setter
|
|
1733
|
+
def sbe_manifest_source(self, value: Optional[pulumi.Input[str]]):
|
|
1734
|
+
pulumi.set(self, "sbe_manifest_source", value)
|
|
1735
|
+
|
|
1736
|
+
@property
|
|
1737
|
+
@pulumi.getter
|
|
1738
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1739
|
+
"""
|
|
1740
|
+
SBE package version.
|
|
1741
|
+
"""
|
|
1742
|
+
return pulumi.get(self, "version")
|
|
1743
|
+
|
|
1744
|
+
@version.setter
|
|
1745
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1746
|
+
pulumi.set(self, "version", value)
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
@pulumi.input_type
|
|
1750
|
+
class SbePartnerInfoArgs:
|
|
1751
|
+
def __init__(__self__, *,
|
|
1752
|
+
credential_list: Optional[pulumi.Input[Sequence[pulumi.Input['SbeCredentialsArgs']]]] = None,
|
|
1753
|
+
partner_properties: Optional[pulumi.Input[Sequence[pulumi.Input['SbePartnerPropertiesArgs']]]] = None,
|
|
1754
|
+
sbe_deployment_info: Optional[pulumi.Input['SbeDeploymentInfoArgs']] = None):
|
|
1755
|
+
"""
|
|
1756
|
+
The solution builder extension (SBE) partner deployment info for cluster.
|
|
1757
|
+
:param pulumi.Input[Sequence[pulumi.Input['SbeCredentialsArgs']]] credential_list: SBE credentials list for AzureStackHCI cluster deployment.
|
|
1758
|
+
:param pulumi.Input[Sequence[pulumi.Input['SbePartnerPropertiesArgs']]] partner_properties: List of SBE partner properties for AzureStackHCI cluster deployment.
|
|
1759
|
+
:param pulumi.Input['SbeDeploymentInfoArgs'] sbe_deployment_info: SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment.
|
|
1760
|
+
"""
|
|
1761
|
+
if credential_list is not None:
|
|
1762
|
+
pulumi.set(__self__, "credential_list", credential_list)
|
|
1763
|
+
if partner_properties is not None:
|
|
1764
|
+
pulumi.set(__self__, "partner_properties", partner_properties)
|
|
1765
|
+
if sbe_deployment_info is not None:
|
|
1766
|
+
pulumi.set(__self__, "sbe_deployment_info", sbe_deployment_info)
|
|
1767
|
+
|
|
1768
|
+
@property
|
|
1769
|
+
@pulumi.getter(name="credentialList")
|
|
1770
|
+
def credential_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SbeCredentialsArgs']]]]:
|
|
1771
|
+
"""
|
|
1772
|
+
SBE credentials list for AzureStackHCI cluster deployment.
|
|
1773
|
+
"""
|
|
1774
|
+
return pulumi.get(self, "credential_list")
|
|
1775
|
+
|
|
1776
|
+
@credential_list.setter
|
|
1777
|
+
def credential_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SbeCredentialsArgs']]]]):
|
|
1778
|
+
pulumi.set(self, "credential_list", value)
|
|
1779
|
+
|
|
1780
|
+
@property
|
|
1781
|
+
@pulumi.getter(name="partnerProperties")
|
|
1782
|
+
def partner_properties(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SbePartnerPropertiesArgs']]]]:
|
|
1783
|
+
"""
|
|
1784
|
+
List of SBE partner properties for AzureStackHCI cluster deployment.
|
|
1785
|
+
"""
|
|
1786
|
+
return pulumi.get(self, "partner_properties")
|
|
1787
|
+
|
|
1788
|
+
@partner_properties.setter
|
|
1789
|
+
def partner_properties(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SbePartnerPropertiesArgs']]]]):
|
|
1790
|
+
pulumi.set(self, "partner_properties", value)
|
|
1791
|
+
|
|
1792
|
+
@property
|
|
1793
|
+
@pulumi.getter(name="sbeDeploymentInfo")
|
|
1794
|
+
def sbe_deployment_info(self) -> Optional[pulumi.Input['SbeDeploymentInfoArgs']]:
|
|
1795
|
+
"""
|
|
1796
|
+
SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment.
|
|
1797
|
+
"""
|
|
1798
|
+
return pulumi.get(self, "sbe_deployment_info")
|
|
1799
|
+
|
|
1800
|
+
@sbe_deployment_info.setter
|
|
1801
|
+
def sbe_deployment_info(self, value: Optional[pulumi.Input['SbeDeploymentInfoArgs']]):
|
|
1802
|
+
pulumi.set(self, "sbe_deployment_info", value)
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
@pulumi.input_type
|
|
1806
|
+
class SbePartnerPropertiesArgs:
|
|
1807
|
+
def __init__(__self__, *,
|
|
1808
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1809
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
1810
|
+
"""
|
|
1811
|
+
Solution builder extension (SBE) partner properties object.
|
|
1812
|
+
:param pulumi.Input[str] name: SBE partner property name.
|
|
1813
|
+
:param pulumi.Input[str] value: SBE partner property value.
|
|
1814
|
+
"""
|
|
1815
|
+
if name is not None:
|
|
1816
|
+
pulumi.set(__self__, "name", name)
|
|
1817
|
+
if value is not None:
|
|
1818
|
+
pulumi.set(__self__, "value", value)
|
|
1819
|
+
|
|
1820
|
+
@property
|
|
1821
|
+
@pulumi.getter
|
|
1822
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1823
|
+
"""
|
|
1824
|
+
SBE partner property name.
|
|
1825
|
+
"""
|
|
1826
|
+
return pulumi.get(self, "name")
|
|
1827
|
+
|
|
1828
|
+
@name.setter
|
|
1829
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1830
|
+
pulumi.set(self, "name", value)
|
|
1831
|
+
|
|
1832
|
+
@property
|
|
1833
|
+
@pulumi.getter
|
|
1834
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
1835
|
+
"""
|
|
1836
|
+
SBE partner property value.
|
|
1837
|
+
"""
|
|
1838
|
+
return pulumi.get(self, "value")
|
|
1839
|
+
|
|
1840
|
+
@value.setter
|
|
1841
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
1842
|
+
pulumi.set(self, "value", value)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
@pulumi.input_type
|
|
1846
|
+
class ScaleUnitsArgs:
|
|
1847
|
+
def __init__(__self__, *,
|
|
1848
|
+
deployment_data: pulumi.Input['DeploymentDataArgs'],
|
|
1849
|
+
sbe_partner_info: Optional[pulumi.Input['SbePartnerInfoArgs']] = None):
|
|
1850
|
+
"""
|
|
1851
|
+
Scale units will contains list of deployment data
|
|
1852
|
+
:param pulumi.Input['DeploymentDataArgs'] deployment_data: Deployment Data to deploy AzureStackHCI Cluster.
|
|
1853
|
+
:param pulumi.Input['SbePartnerInfoArgs'] sbe_partner_info: Solution builder extension (SBE) partner properties
|
|
1854
|
+
"""
|
|
1855
|
+
pulumi.set(__self__, "deployment_data", deployment_data)
|
|
1856
|
+
if sbe_partner_info is not None:
|
|
1857
|
+
pulumi.set(__self__, "sbe_partner_info", sbe_partner_info)
|
|
1858
|
+
|
|
1859
|
+
@property
|
|
1860
|
+
@pulumi.getter(name="deploymentData")
|
|
1861
|
+
def deployment_data(self) -> pulumi.Input['DeploymentDataArgs']:
|
|
1862
|
+
"""
|
|
1863
|
+
Deployment Data to deploy AzureStackHCI Cluster.
|
|
1864
|
+
"""
|
|
1865
|
+
return pulumi.get(self, "deployment_data")
|
|
1866
|
+
|
|
1867
|
+
@deployment_data.setter
|
|
1868
|
+
def deployment_data(self, value: pulumi.Input['DeploymentDataArgs']):
|
|
1869
|
+
pulumi.set(self, "deployment_data", value)
|
|
1870
|
+
|
|
1871
|
+
@property
|
|
1872
|
+
@pulumi.getter(name="sbePartnerInfo")
|
|
1873
|
+
def sbe_partner_info(self) -> Optional[pulumi.Input['SbePartnerInfoArgs']]:
|
|
1874
|
+
"""
|
|
1875
|
+
Solution builder extension (SBE) partner properties
|
|
1876
|
+
"""
|
|
1877
|
+
return pulumi.get(self, "sbe_partner_info")
|
|
1878
|
+
|
|
1879
|
+
@sbe_partner_info.setter
|
|
1880
|
+
def sbe_partner_info(self, value: Optional[pulumi.Input['SbePartnerInfoArgs']]):
|
|
1881
|
+
pulumi.set(self, "sbe_partner_info", value)
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
@pulumi.input_type
|
|
1885
|
+
class SdnIntegrationArgs:
|
|
1886
|
+
def __init__(__self__, *,
|
|
1887
|
+
network_controller: Optional[pulumi.Input['NetworkControllerArgs']] = None):
|
|
1888
|
+
"""
|
|
1889
|
+
SDN Integration config to deploy AzureStackHCI Cluster.
|
|
1890
|
+
:param pulumi.Input['NetworkControllerArgs'] network_controller: network controller config for SDN Integration to deploy AzureStackHCI Cluster.
|
|
1891
|
+
"""
|
|
1892
|
+
if network_controller is not None:
|
|
1893
|
+
pulumi.set(__self__, "network_controller", network_controller)
|
|
1894
|
+
|
|
1895
|
+
@property
|
|
1896
|
+
@pulumi.getter(name="networkController")
|
|
1897
|
+
def network_controller(self) -> Optional[pulumi.Input['NetworkControllerArgs']]:
|
|
1898
|
+
"""
|
|
1899
|
+
network controller config for SDN Integration to deploy AzureStackHCI Cluster.
|
|
1900
|
+
"""
|
|
1901
|
+
return pulumi.get(self, "network_controller")
|
|
1902
|
+
|
|
1903
|
+
@network_controller.setter
|
|
1904
|
+
def network_controller(self, value: Optional[pulumi.Input['NetworkControllerArgs']]):
|
|
1905
|
+
pulumi.set(self, "network_controller", value)
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
@pulumi.input_type
|
|
1909
|
+
class ServiceConfigurationArgs:
|
|
1910
|
+
def __init__(__self__, *,
|
|
1911
|
+
port: pulumi.Input[float],
|
|
1912
|
+
service_name: pulumi.Input[Union[str, 'ServiceName']]):
|
|
1913
|
+
"""
|
|
1914
|
+
Service configuration details
|
|
1915
|
+
:param pulumi.Input[float] port: The port on which service is enabled.
|
|
1916
|
+
:param pulumi.Input[Union[str, 'ServiceName']] service_name: Name of the service.
|
|
1917
|
+
"""
|
|
1918
|
+
pulumi.set(__self__, "port", port)
|
|
1919
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
1920
|
+
|
|
1921
|
+
@property
|
|
1922
|
+
@pulumi.getter
|
|
1923
|
+
def port(self) -> pulumi.Input[float]:
|
|
1924
|
+
"""
|
|
1925
|
+
The port on which service is enabled.
|
|
1926
|
+
"""
|
|
1927
|
+
return pulumi.get(self, "port")
|
|
1928
|
+
|
|
1929
|
+
@port.setter
|
|
1930
|
+
def port(self, value: pulumi.Input[float]):
|
|
1931
|
+
pulumi.set(self, "port", value)
|
|
1932
|
+
|
|
1933
|
+
@property
|
|
1934
|
+
@pulumi.getter(name="serviceName")
|
|
1935
|
+
def service_name(self) -> pulumi.Input[Union[str, 'ServiceName']]:
|
|
1936
|
+
"""
|
|
1937
|
+
Name of the service.
|
|
1938
|
+
"""
|
|
1939
|
+
return pulumi.get(self, "service_name")
|
|
1940
|
+
|
|
1941
|
+
@service_name.setter
|
|
1942
|
+
def service_name(self, value: pulumi.Input[Union[str, 'ServiceName']]):
|
|
1943
|
+
pulumi.set(self, "service_name", value)
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
@pulumi.input_type
|
|
1947
|
+
class SoftwareAssurancePropertiesArgs:
|
|
1948
|
+
def __init__(__self__, *,
|
|
1949
|
+
software_assurance_intent: Optional[pulumi.Input[Union[str, 'SoftwareAssuranceIntent']]] = None):
|
|
1950
|
+
"""
|
|
1951
|
+
Software Assurance properties of the cluster.
|
|
1952
|
+
:param pulumi.Input[Union[str, 'SoftwareAssuranceIntent']] software_assurance_intent: Customer Intent for Software Assurance Benefit.
|
|
1953
|
+
"""
|
|
1954
|
+
if software_assurance_intent is not None:
|
|
1955
|
+
pulumi.set(__self__, "software_assurance_intent", software_assurance_intent)
|
|
1956
|
+
|
|
1957
|
+
@property
|
|
1958
|
+
@pulumi.getter(name="softwareAssuranceIntent")
|
|
1959
|
+
def software_assurance_intent(self) -> Optional[pulumi.Input[Union[str, 'SoftwareAssuranceIntent']]]:
|
|
1960
|
+
"""
|
|
1961
|
+
Customer Intent for Software Assurance Benefit.
|
|
1962
|
+
"""
|
|
1963
|
+
return pulumi.get(self, "software_assurance_intent")
|
|
1964
|
+
|
|
1965
|
+
@software_assurance_intent.setter
|
|
1966
|
+
def software_assurance_intent(self, value: Optional[pulumi.Input[Union[str, 'SoftwareAssuranceIntent']]]):
|
|
1967
|
+
pulumi.set(self, "software_assurance_intent", value)
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
@pulumi.input_type
|
|
1971
|
+
class StepArgs:
|
|
1972
|
+
def __init__(__self__, *,
|
|
1973
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
1974
|
+
end_time_utc: Optional[pulumi.Input[str]] = None,
|
|
1975
|
+
error_message: Optional[pulumi.Input[str]] = None,
|
|
1976
|
+
expected_execution_time: Optional[pulumi.Input[str]] = None,
|
|
1977
|
+
last_updated_time_utc: Optional[pulumi.Input[str]] = None,
|
|
1978
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1979
|
+
start_time_utc: Optional[pulumi.Input[str]] = None,
|
|
1980
|
+
status: Optional[pulumi.Input[str]] = None,
|
|
1981
|
+
steps: Optional[pulumi.Input[Sequence[pulumi.Input['StepArgs']]]] = None):
|
|
1982
|
+
"""
|
|
1983
|
+
Progress representation of the update run steps.
|
|
1984
|
+
:param pulumi.Input[str] description: More detailed description of the step.
|
|
1985
|
+
:param pulumi.Input[str] end_time_utc: When the step reached a terminal state.
|
|
1986
|
+
:param pulumi.Input[str] error_message: Error message, specified if the step is in a failed state.
|
|
1987
|
+
:param pulumi.Input[str] expected_execution_time: Expected execution time of a given step. This is optionally authored in the update action plan and can be empty.
|
|
1988
|
+
:param pulumi.Input[str] last_updated_time_utc: Completion time of this step or the last completed sub-step.
|
|
1989
|
+
:param pulumi.Input[str] name: Name of the step.
|
|
1990
|
+
:param pulumi.Input[str] start_time_utc: When the step started, or empty if it has not started executing.
|
|
1991
|
+
:param pulumi.Input[str] status: Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
|
|
1992
|
+
:param pulumi.Input[Sequence[pulumi.Input['StepArgs']]] steps: Recursive model for child steps of this step.
|
|
1993
|
+
"""
|
|
1994
|
+
if description is not None:
|
|
1995
|
+
pulumi.set(__self__, "description", description)
|
|
1996
|
+
if end_time_utc is not None:
|
|
1997
|
+
pulumi.set(__self__, "end_time_utc", end_time_utc)
|
|
1998
|
+
if error_message is not None:
|
|
1999
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
2000
|
+
if expected_execution_time is not None:
|
|
2001
|
+
pulumi.set(__self__, "expected_execution_time", expected_execution_time)
|
|
2002
|
+
if last_updated_time_utc is not None:
|
|
2003
|
+
pulumi.set(__self__, "last_updated_time_utc", last_updated_time_utc)
|
|
2004
|
+
if name is not None:
|
|
2005
|
+
pulumi.set(__self__, "name", name)
|
|
2006
|
+
if start_time_utc is not None:
|
|
2007
|
+
pulumi.set(__self__, "start_time_utc", start_time_utc)
|
|
2008
|
+
if status is not None:
|
|
2009
|
+
pulumi.set(__self__, "status", status)
|
|
2010
|
+
if steps is not None:
|
|
2011
|
+
pulumi.set(__self__, "steps", steps)
|
|
2012
|
+
|
|
2013
|
+
@property
|
|
2014
|
+
@pulumi.getter
|
|
2015
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2016
|
+
"""
|
|
2017
|
+
More detailed description of the step.
|
|
2018
|
+
"""
|
|
2019
|
+
return pulumi.get(self, "description")
|
|
2020
|
+
|
|
2021
|
+
@description.setter
|
|
2022
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2023
|
+
pulumi.set(self, "description", value)
|
|
2024
|
+
|
|
2025
|
+
@property
|
|
2026
|
+
@pulumi.getter(name="endTimeUtc")
|
|
2027
|
+
def end_time_utc(self) -> Optional[pulumi.Input[str]]:
|
|
2028
|
+
"""
|
|
2029
|
+
When the step reached a terminal state.
|
|
2030
|
+
"""
|
|
2031
|
+
return pulumi.get(self, "end_time_utc")
|
|
2032
|
+
|
|
2033
|
+
@end_time_utc.setter
|
|
2034
|
+
def end_time_utc(self, value: Optional[pulumi.Input[str]]):
|
|
2035
|
+
pulumi.set(self, "end_time_utc", value)
|
|
2036
|
+
|
|
2037
|
+
@property
|
|
2038
|
+
@pulumi.getter(name="errorMessage")
|
|
2039
|
+
def error_message(self) -> Optional[pulumi.Input[str]]:
|
|
2040
|
+
"""
|
|
2041
|
+
Error message, specified if the step is in a failed state.
|
|
2042
|
+
"""
|
|
2043
|
+
return pulumi.get(self, "error_message")
|
|
2044
|
+
|
|
2045
|
+
@error_message.setter
|
|
2046
|
+
def error_message(self, value: Optional[pulumi.Input[str]]):
|
|
2047
|
+
pulumi.set(self, "error_message", value)
|
|
2048
|
+
|
|
2049
|
+
@property
|
|
2050
|
+
@pulumi.getter(name="expectedExecutionTime")
|
|
2051
|
+
def expected_execution_time(self) -> Optional[pulumi.Input[str]]:
|
|
2052
|
+
"""
|
|
2053
|
+
Expected execution time of a given step. This is optionally authored in the update action plan and can be empty.
|
|
2054
|
+
"""
|
|
2055
|
+
return pulumi.get(self, "expected_execution_time")
|
|
2056
|
+
|
|
2057
|
+
@expected_execution_time.setter
|
|
2058
|
+
def expected_execution_time(self, value: Optional[pulumi.Input[str]]):
|
|
2059
|
+
pulumi.set(self, "expected_execution_time", value)
|
|
2060
|
+
|
|
2061
|
+
@property
|
|
2062
|
+
@pulumi.getter(name="lastUpdatedTimeUtc")
|
|
2063
|
+
def last_updated_time_utc(self) -> Optional[pulumi.Input[str]]:
|
|
2064
|
+
"""
|
|
2065
|
+
Completion time of this step or the last completed sub-step.
|
|
2066
|
+
"""
|
|
2067
|
+
return pulumi.get(self, "last_updated_time_utc")
|
|
2068
|
+
|
|
2069
|
+
@last_updated_time_utc.setter
|
|
2070
|
+
def last_updated_time_utc(self, value: Optional[pulumi.Input[str]]):
|
|
2071
|
+
pulumi.set(self, "last_updated_time_utc", value)
|
|
2072
|
+
|
|
2073
|
+
@property
|
|
2074
|
+
@pulumi.getter
|
|
2075
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2076
|
+
"""
|
|
2077
|
+
Name of the step.
|
|
2078
|
+
"""
|
|
2079
|
+
return pulumi.get(self, "name")
|
|
2080
|
+
|
|
2081
|
+
@name.setter
|
|
2082
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2083
|
+
pulumi.set(self, "name", value)
|
|
2084
|
+
|
|
2085
|
+
@property
|
|
2086
|
+
@pulumi.getter(name="startTimeUtc")
|
|
2087
|
+
def start_time_utc(self) -> Optional[pulumi.Input[str]]:
|
|
2088
|
+
"""
|
|
2089
|
+
When the step started, or empty if it has not started executing.
|
|
2090
|
+
"""
|
|
2091
|
+
return pulumi.get(self, "start_time_utc")
|
|
2092
|
+
|
|
2093
|
+
@start_time_utc.setter
|
|
2094
|
+
def start_time_utc(self, value: Optional[pulumi.Input[str]]):
|
|
2095
|
+
pulumi.set(self, "start_time_utc", value)
|
|
2096
|
+
|
|
2097
|
+
@property
|
|
2098
|
+
@pulumi.getter
|
|
2099
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
|
2100
|
+
"""
|
|
2101
|
+
Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
|
|
2102
|
+
"""
|
|
2103
|
+
return pulumi.get(self, "status")
|
|
2104
|
+
|
|
2105
|
+
@status.setter
|
|
2106
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
|
2107
|
+
pulumi.set(self, "status", value)
|
|
2108
|
+
|
|
2109
|
+
@property
|
|
2110
|
+
@pulumi.getter
|
|
2111
|
+
def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StepArgs']]]]:
|
|
2112
|
+
"""
|
|
2113
|
+
Recursive model for child steps of this step.
|
|
2114
|
+
"""
|
|
2115
|
+
return pulumi.get(self, "steps")
|
|
2116
|
+
|
|
2117
|
+
@steps.setter
|
|
2118
|
+
def steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StepArgs']]]]):
|
|
2119
|
+
pulumi.set(self, "steps", value)
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
@pulumi.input_type
|
|
2123
|
+
class StorageAdapterIPInfoArgs:
|
|
2124
|
+
def __init__(__self__, *,
|
|
2125
|
+
ipv4_address: Optional[pulumi.Input[str]] = None,
|
|
2126
|
+
physical_node: Optional[pulumi.Input[str]] = None,
|
|
2127
|
+
subnet_mask: Optional[pulumi.Input[str]] = None):
|
|
2128
|
+
"""
|
|
2129
|
+
The StorageAdapter physical nodes of a cluster.
|
|
2130
|
+
:param pulumi.Input[str] ipv4_address: The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
|
|
2131
|
+
:param pulumi.Input[str] physical_node: storage adapter physical node name.
|
|
2132
|
+
:param pulumi.Input[str] subnet_mask: The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
|
|
2133
|
+
"""
|
|
2134
|
+
if ipv4_address is not None:
|
|
2135
|
+
pulumi.set(__self__, "ipv4_address", ipv4_address)
|
|
2136
|
+
if physical_node is not None:
|
|
2137
|
+
pulumi.set(__self__, "physical_node", physical_node)
|
|
2138
|
+
if subnet_mask is not None:
|
|
2139
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
2140
|
+
|
|
2141
|
+
@property
|
|
2142
|
+
@pulumi.getter(name="ipv4Address")
|
|
2143
|
+
def ipv4_address(self) -> Optional[pulumi.Input[str]]:
|
|
2144
|
+
"""
|
|
2145
|
+
The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
|
|
2146
|
+
"""
|
|
2147
|
+
return pulumi.get(self, "ipv4_address")
|
|
2148
|
+
|
|
2149
|
+
@ipv4_address.setter
|
|
2150
|
+
def ipv4_address(self, value: Optional[pulumi.Input[str]]):
|
|
2151
|
+
pulumi.set(self, "ipv4_address", value)
|
|
2152
|
+
|
|
2153
|
+
@property
|
|
2154
|
+
@pulumi.getter(name="physicalNode")
|
|
2155
|
+
def physical_node(self) -> Optional[pulumi.Input[str]]:
|
|
2156
|
+
"""
|
|
2157
|
+
storage adapter physical node name.
|
|
2158
|
+
"""
|
|
2159
|
+
return pulumi.get(self, "physical_node")
|
|
2160
|
+
|
|
2161
|
+
@physical_node.setter
|
|
2162
|
+
def physical_node(self, value: Optional[pulumi.Input[str]]):
|
|
2163
|
+
pulumi.set(self, "physical_node", value)
|
|
2164
|
+
|
|
2165
|
+
@property
|
|
2166
|
+
@pulumi.getter(name="subnetMask")
|
|
2167
|
+
def subnet_mask(self) -> Optional[pulumi.Input[str]]:
|
|
2168
|
+
"""
|
|
2169
|
+
The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
|
|
2170
|
+
"""
|
|
2171
|
+
return pulumi.get(self, "subnet_mask")
|
|
2172
|
+
|
|
2173
|
+
@subnet_mask.setter
|
|
2174
|
+
def subnet_mask(self, value: Optional[pulumi.Input[str]]):
|
|
2175
|
+
pulumi.set(self, "subnet_mask", value)
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
@pulumi.input_type
|
|
2179
|
+
class StorageNetworksArgs:
|
|
2180
|
+
def __init__(__self__, *,
|
|
2181
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2182
|
+
network_adapter_name: Optional[pulumi.Input[str]] = None,
|
|
2183
|
+
storage_adapter_ip_info: Optional[pulumi.Input[Sequence[pulumi.Input['StorageAdapterIPInfoArgs']]]] = None,
|
|
2184
|
+
vlan_id: Optional[pulumi.Input[str]] = None):
|
|
2185
|
+
"""
|
|
2186
|
+
The StorageNetworks of a cluster.
|
|
2187
|
+
:param pulumi.Input[str] name: Name of the storage network.
|
|
2188
|
+
:param pulumi.Input[str] network_adapter_name: Name of the storage network adapter.
|
|
2189
|
+
:param pulumi.Input[Sequence[pulumi.Input['StorageAdapterIPInfoArgs']]] storage_adapter_ip_info: List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.
|
|
2190
|
+
:param pulumi.Input[str] vlan_id: ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
|
|
2191
|
+
"""
|
|
2192
|
+
if name is not None:
|
|
2193
|
+
pulumi.set(__self__, "name", name)
|
|
2194
|
+
if network_adapter_name is not None:
|
|
2195
|
+
pulumi.set(__self__, "network_adapter_name", network_adapter_name)
|
|
2196
|
+
if storage_adapter_ip_info is not None:
|
|
2197
|
+
pulumi.set(__self__, "storage_adapter_ip_info", storage_adapter_ip_info)
|
|
2198
|
+
if vlan_id is not None:
|
|
2199
|
+
pulumi.set(__self__, "vlan_id", vlan_id)
|
|
2200
|
+
|
|
2201
|
+
@property
|
|
2202
|
+
@pulumi.getter
|
|
2203
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2204
|
+
"""
|
|
2205
|
+
Name of the storage network.
|
|
2206
|
+
"""
|
|
2207
|
+
return pulumi.get(self, "name")
|
|
2208
|
+
|
|
2209
|
+
@name.setter
|
|
2210
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2211
|
+
pulumi.set(self, "name", value)
|
|
2212
|
+
|
|
2213
|
+
@property
|
|
2214
|
+
@pulumi.getter(name="networkAdapterName")
|
|
2215
|
+
def network_adapter_name(self) -> Optional[pulumi.Input[str]]:
|
|
2216
|
+
"""
|
|
2217
|
+
Name of the storage network adapter.
|
|
2218
|
+
"""
|
|
2219
|
+
return pulumi.get(self, "network_adapter_name")
|
|
2220
|
+
|
|
2221
|
+
@network_adapter_name.setter
|
|
2222
|
+
def network_adapter_name(self, value: Optional[pulumi.Input[str]]):
|
|
2223
|
+
pulumi.set(self, "network_adapter_name", value)
|
|
2224
|
+
|
|
2225
|
+
@property
|
|
2226
|
+
@pulumi.getter(name="storageAdapterIPInfo")
|
|
2227
|
+
def storage_adapter_ip_info(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageAdapterIPInfoArgs']]]]:
|
|
2228
|
+
"""
|
|
2229
|
+
List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.
|
|
2230
|
+
"""
|
|
2231
|
+
return pulumi.get(self, "storage_adapter_ip_info")
|
|
2232
|
+
|
|
2233
|
+
@storage_adapter_ip_info.setter
|
|
2234
|
+
def storage_adapter_ip_info(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StorageAdapterIPInfoArgs']]]]):
|
|
2235
|
+
pulumi.set(self, "storage_adapter_ip_info", value)
|
|
2236
|
+
|
|
2237
|
+
@property
|
|
2238
|
+
@pulumi.getter(name="vlanId")
|
|
2239
|
+
def vlan_id(self) -> Optional[pulumi.Input[str]]:
|
|
2240
|
+
"""
|
|
2241
|
+
ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
|
|
2242
|
+
"""
|
|
2243
|
+
return pulumi.get(self, "vlan_id")
|
|
2244
|
+
|
|
2245
|
+
@vlan_id.setter
|
|
2246
|
+
def vlan_id(self, value: Optional[pulumi.Input[str]]):
|
|
2247
|
+
pulumi.set(self, "vlan_id", value)
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
@pulumi.input_type
|
|
2251
|
+
class StorageArgs:
|
|
2252
|
+
def __init__(__self__, *,
|
|
2253
|
+
configuration_mode: Optional[pulumi.Input[str]] = None):
|
|
2254
|
+
"""
|
|
2255
|
+
The Storage config of AzureStackHCI Cluster.
|
|
2256
|
+
:param pulumi.Input[str] configuration_mode: By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
|
|
2257
|
+
"""
|
|
2258
|
+
if configuration_mode is None:
|
|
2259
|
+
configuration_mode = 'Express'
|
|
2260
|
+
if configuration_mode is not None:
|
|
2261
|
+
pulumi.set(__self__, "configuration_mode", configuration_mode)
|
|
2262
|
+
|
|
2263
|
+
@property
|
|
2264
|
+
@pulumi.getter(name="configurationMode")
|
|
2265
|
+
def configuration_mode(self) -> Optional[pulumi.Input[str]]:
|
|
2266
|
+
"""
|
|
2267
|
+
By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
|
|
2268
|
+
"""
|
|
2269
|
+
return pulumi.get(self, "configuration_mode")
|
|
2270
|
+
|
|
2271
|
+
@configuration_mode.setter
|
|
2272
|
+
def configuration_mode(self, value: Optional[pulumi.Input[str]]):
|
|
2273
|
+
pulumi.set(self, "configuration_mode", value)
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
@pulumi.input_type
|
|
2277
|
+
class UpdatePrerequisiteArgs:
|
|
2278
|
+
def __init__(__self__, *,
|
|
2279
|
+
package_name: Optional[pulumi.Input[str]] = None,
|
|
2280
|
+
update_type: Optional[pulumi.Input[str]] = None,
|
|
2281
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
2282
|
+
"""
|
|
2283
|
+
If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
|
|
2284
|
+
:param pulumi.Input[str] package_name: Friendly name of the prerequisite.
|
|
2285
|
+
:param pulumi.Input[str] update_type: Updatable component type.
|
|
2286
|
+
:param pulumi.Input[str] version: Version of the prerequisite.
|
|
2287
|
+
"""
|
|
2288
|
+
if package_name is not None:
|
|
2289
|
+
pulumi.set(__self__, "package_name", package_name)
|
|
2290
|
+
if update_type is not None:
|
|
2291
|
+
pulumi.set(__self__, "update_type", update_type)
|
|
2292
|
+
if version is not None:
|
|
2293
|
+
pulumi.set(__self__, "version", version)
|
|
2294
|
+
|
|
2295
|
+
@property
|
|
2296
|
+
@pulumi.getter(name="packageName")
|
|
2297
|
+
def package_name(self) -> Optional[pulumi.Input[str]]:
|
|
2298
|
+
"""
|
|
2299
|
+
Friendly name of the prerequisite.
|
|
2300
|
+
"""
|
|
2301
|
+
return pulumi.get(self, "package_name")
|
|
2302
|
+
|
|
2303
|
+
@package_name.setter
|
|
2304
|
+
def package_name(self, value: Optional[pulumi.Input[str]]):
|
|
2305
|
+
pulumi.set(self, "package_name", value)
|
|
2306
|
+
|
|
2307
|
+
@property
|
|
2308
|
+
@pulumi.getter(name="updateType")
|
|
2309
|
+
def update_type(self) -> Optional[pulumi.Input[str]]:
|
|
2310
|
+
"""
|
|
2311
|
+
Updatable component type.
|
|
2312
|
+
"""
|
|
2313
|
+
return pulumi.get(self, "update_type")
|
|
2314
|
+
|
|
2315
|
+
@update_type.setter
|
|
2316
|
+
def update_type(self, value: Optional[pulumi.Input[str]]):
|
|
2317
|
+
pulumi.set(self, "update_type", value)
|
|
2318
|
+
|
|
2319
|
+
@property
|
|
2320
|
+
@pulumi.getter
|
|
2321
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
2322
|
+
"""
|
|
2323
|
+
Version of the prerequisite.
|
|
2324
|
+
"""
|
|
2325
|
+
return pulumi.get(self, "version")
|
|
2326
|
+
|
|
2327
|
+
@version.setter
|
|
2328
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
2329
|
+
pulumi.set(self, "version", value)
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
@pulumi.input_type
|
|
2333
|
+
class VirtualSwitchConfigurationOverridesArgs:
|
|
2334
|
+
def __init__(__self__, *,
|
|
2335
|
+
enable_iov: Optional[pulumi.Input[str]] = None,
|
|
2336
|
+
load_balancing_algorithm: Optional[pulumi.Input[str]] = None):
|
|
2337
|
+
"""
|
|
2338
|
+
The VirtualSwitchConfigurationOverrides of a cluster.
|
|
2339
|
+
:param pulumi.Input[str] enable_iov: Enable IoV for Virtual Switch
|
|
2340
|
+
:param pulumi.Input[str] load_balancing_algorithm: Load Balancing Algorithm for Virtual Switch
|
|
2341
|
+
"""
|
|
2342
|
+
if enable_iov is not None:
|
|
2343
|
+
pulumi.set(__self__, "enable_iov", enable_iov)
|
|
2344
|
+
if load_balancing_algorithm is not None:
|
|
2345
|
+
pulumi.set(__self__, "load_balancing_algorithm", load_balancing_algorithm)
|
|
2346
|
+
|
|
2347
|
+
@property
|
|
2348
|
+
@pulumi.getter(name="enableIov")
|
|
2349
|
+
def enable_iov(self) -> Optional[pulumi.Input[str]]:
|
|
2350
|
+
"""
|
|
2351
|
+
Enable IoV for Virtual Switch
|
|
2352
|
+
"""
|
|
2353
|
+
return pulumi.get(self, "enable_iov")
|
|
2354
|
+
|
|
2355
|
+
@enable_iov.setter
|
|
2356
|
+
def enable_iov(self, value: Optional[pulumi.Input[str]]):
|
|
2357
|
+
pulumi.set(self, "enable_iov", value)
|
|
2358
|
+
|
|
2359
|
+
@property
|
|
2360
|
+
@pulumi.getter(name="loadBalancingAlgorithm")
|
|
2361
|
+
def load_balancing_algorithm(self) -> Optional[pulumi.Input[str]]:
|
|
2362
|
+
"""
|
|
2363
|
+
Load Balancing Algorithm for Virtual Switch
|
|
2364
|
+
"""
|
|
2365
|
+
return pulumi.get(self, "load_balancing_algorithm")
|
|
2366
|
+
|
|
2367
|
+
@load_balancing_algorithm.setter
|
|
2368
|
+
def load_balancing_algorithm(self, value: Optional[pulumi.Input[str]]):
|
|
2369
|
+
pulumi.set(self, "load_balancing_algorithm", value)
|
|
2370
|
+
|
|
2371
|
+
|