pulumi-azure-native 2.34.0__py3-none-any.whl → 2.35.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +60 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -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/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_security_setting.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/security_setting.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/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/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/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/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/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/security_setting.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/v20240215preview/__init__.py +28 -0
- pulumi_azure_native/azurestackhci/v20240215preview/_enums.py +181 -0
- pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py +2355 -0
- pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +401 -0
- pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +646 -0
- pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +297 -0
- pulumi_azure_native/azurestackhci/v20240215preview/extension.py +468 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py +253 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py +469 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py +188 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_extension.py +271 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_hci_edge_device.py +145 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py +162 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update.py +357 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py +297 -0
- pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py +235 -0
- pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +228 -0
- pulumi_azure_native/azurestackhci/v20240215preview/outputs.py +5337 -0
- pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +239 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update.py +690 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +585 -0
- pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +408 -0
- pulumi_azure_native/devcenter/__init__.py +7 -0
- pulumi_azure_native/devcenter/_enums.py +9 -0
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +255 -0
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +91 -0
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +112 -0
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +111 -0
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +365 -0
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/__init__.py +38 -0
- pulumi_azure_native/devcenter/v20240201/_enums.py +162 -0
- pulumi_azure_native/devcenter/v20240201/_inputs.py +504 -0
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +255 -0
- pulumi_azure_native/devcenter/v20240201/catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +413 -0
- pulumi_azure_native/devcenter/v20240201/dev_center.py +360 -0
- pulumi_azure_native/devcenter/v20240201/environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240201/gallery.py +225 -0
- pulumi_azure_native/devcenter/v20240201/get_attached_network_by_dev_center.py +188 -0
- pulumi_azure_native/devcenter/v20240201/get_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240201/get_dev_box_definition.py +266 -0
- pulumi_azure_native/devcenter/v20240201/get_dev_center.py +222 -0
- pulumi_azure_native/devcenter/v20240201/get_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240201/get_environment_type.py +162 -0
- pulumi_azure_native/devcenter/v20240201/get_gallery.py +149 -0
- pulumi_azure_native/devcenter/v20240201/get_network_connection.py +261 -0
- pulumi_azure_native/devcenter/v20240201/get_pool.py +318 -0
- pulumi_azure_native/devcenter/v20240201/get_project.py +248 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog_environment_definition_error_details.py +89 -0
- pulumi_azure_native/devcenter/v20240201/get_project_catalog_sync_error_details.py +110 -0
- pulumi_azure_native/devcenter/v20240201/get_project_environment_type.py +253 -0
- pulumi_azure_native/devcenter/v20240201/get_schedule.py +224 -0
- pulumi_azure_native/devcenter/v20240201/network_connection.py +448 -0
- pulumi_azure_native/devcenter/v20240201/outputs.py +1138 -0
- pulumi_azure_native/devcenter/v20240201/pool.py +550 -0
- pulumi_azure_native/devcenter/v20240201/project.py +418 -0
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +363 -0
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +439 -0
- pulumi_azure_native/devcenter/v20240201/schedule.py +434 -0
- pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
- pulumi_azure_native/devopsinfrastructure/v20240326preview/__init__.py +12 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/_enums.py +153 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/_inputs.py +841 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/get_pool.py +235 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/outputs.py +1115 -0
- pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +432 -0
- pulumi_azure_native/kubernetesconfiguration/__init__.py +3 -0
- pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
- pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
- pulumi_azure_native/kubernetesconfiguration/v20211101preview/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20220101preview/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20230501/flux_configuration.py +1 -1
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/__init__.py +12 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/_enums.py +37 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/_inputs.py +1356 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/flux_configuration.py +669 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/get_flux_configuration.py +393 -0
- pulumi_azure_native/kubernetesconfiguration/v20240401preview/outputs.py +1832 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/get_security_connector.py +2 -2
- pulumi_azure_native/security/security_connector.py +3 -3
- pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
- pulumi_azure_native/security/v20240301preview/__init__.py +12 -0
- pulumi_azure_native/security/v20240301preview/_enums.py +88 -0
- pulumi_azure_native/security/v20240301preview/_inputs.py +3620 -0
- pulumi_azure_native/security/v20240301preview/get_security_connector.py +235 -0
- pulumi_azure_native/security/v20240301preview/outputs.py +4544 -0
- pulumi_azure_native/security/v20240301preview/security_connector.py +389 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/RECORD +231 -155
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.35.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetExtensionResult',
|
|
15
|
+
'AwaitableGetExtensionResult',
|
|
16
|
+
'get_extension',
|
|
17
|
+
'get_extension_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetExtensionResult:
|
|
22
|
+
"""
|
|
23
|
+
Details of a particular extension in HCI Cluster.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, aggregate_state=None, auto_upgrade_minor_version=None, enable_automatic_upgrade=None, force_update_tag=None, id=None, managed_by=None, name=None, per_node_extension_details=None, protected_settings=None, provisioning_state=None, publisher=None, settings=None, system_data=None, type=None, type_handler_version=None):
|
|
26
|
+
if aggregate_state and not isinstance(aggregate_state, str):
|
|
27
|
+
raise TypeError("Expected argument 'aggregate_state' to be a str")
|
|
28
|
+
pulumi.set(__self__, "aggregate_state", aggregate_state)
|
|
29
|
+
if auto_upgrade_minor_version and not isinstance(auto_upgrade_minor_version, bool):
|
|
30
|
+
raise TypeError("Expected argument 'auto_upgrade_minor_version' to be a bool")
|
|
31
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
32
|
+
if enable_automatic_upgrade and not isinstance(enable_automatic_upgrade, bool):
|
|
33
|
+
raise TypeError("Expected argument 'enable_automatic_upgrade' to be a bool")
|
|
34
|
+
pulumi.set(__self__, "enable_automatic_upgrade", enable_automatic_upgrade)
|
|
35
|
+
if force_update_tag and not isinstance(force_update_tag, str):
|
|
36
|
+
raise TypeError("Expected argument 'force_update_tag' to be a str")
|
|
37
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
38
|
+
if id and not isinstance(id, str):
|
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
40
|
+
pulumi.set(__self__, "id", id)
|
|
41
|
+
if managed_by and not isinstance(managed_by, str):
|
|
42
|
+
raise TypeError("Expected argument 'managed_by' to be a str")
|
|
43
|
+
pulumi.set(__self__, "managed_by", managed_by)
|
|
44
|
+
if name and not isinstance(name, str):
|
|
45
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
46
|
+
pulumi.set(__self__, "name", name)
|
|
47
|
+
if per_node_extension_details and not isinstance(per_node_extension_details, list):
|
|
48
|
+
raise TypeError("Expected argument 'per_node_extension_details' to be a list")
|
|
49
|
+
pulumi.set(__self__, "per_node_extension_details", per_node_extension_details)
|
|
50
|
+
if protected_settings and not isinstance(protected_settings, dict):
|
|
51
|
+
raise TypeError("Expected argument 'protected_settings' to be a dict")
|
|
52
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
53
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
54
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
55
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
56
|
+
if publisher and not isinstance(publisher, str):
|
|
57
|
+
raise TypeError("Expected argument 'publisher' to be a str")
|
|
58
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
59
|
+
if settings and not isinstance(settings, dict):
|
|
60
|
+
raise TypeError("Expected argument 'settings' to be a dict")
|
|
61
|
+
pulumi.set(__self__, "settings", settings)
|
|
62
|
+
if system_data and not isinstance(system_data, dict):
|
|
63
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
64
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
65
|
+
if type and not isinstance(type, str):
|
|
66
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
67
|
+
pulumi.set(__self__, "type", type)
|
|
68
|
+
if type_handler_version and not isinstance(type_handler_version, str):
|
|
69
|
+
raise TypeError("Expected argument 'type_handler_version' to be a str")
|
|
70
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="aggregateState")
|
|
74
|
+
def aggregate_state(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
Aggregate state of Arc Extensions across the nodes in this HCI cluster.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "aggregate_state")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
82
|
+
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
83
|
+
"""
|
|
84
|
+
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
90
|
+
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
91
|
+
"""
|
|
92
|
+
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "enable_automatic_upgrade")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
98
|
+
def force_update_tag(self) -> Optional[str]:
|
|
99
|
+
"""
|
|
100
|
+
How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "force_update_tag")
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def id(self) -> str:
|
|
107
|
+
"""
|
|
108
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "id")
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="managedBy")
|
|
114
|
+
def managed_by(self) -> str:
|
|
115
|
+
"""
|
|
116
|
+
Indicates if the extension is managed by azure or the user.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "managed_by")
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def name(self) -> str:
|
|
123
|
+
"""
|
|
124
|
+
The name of the resource
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "name")
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="perNodeExtensionDetails")
|
|
130
|
+
def per_node_extension_details(self) -> Sequence['outputs.PerNodeExtensionStateResponse']:
|
|
131
|
+
"""
|
|
132
|
+
State of Arc Extension in each of the nodes.
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "per_node_extension_details")
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="protectedSettings")
|
|
138
|
+
def protected_settings(self) -> Optional[Any]:
|
|
139
|
+
"""
|
|
140
|
+
Protected settings (may contain secrets).
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "protected_settings")
|
|
143
|
+
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="provisioningState")
|
|
146
|
+
def provisioning_state(self) -> str:
|
|
147
|
+
"""
|
|
148
|
+
Provisioning state of the Extension proxy resource.
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "provisioning_state")
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def publisher(self) -> Optional[str]:
|
|
155
|
+
"""
|
|
156
|
+
The name of the extension handler publisher.
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "publisher")
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter
|
|
162
|
+
def settings(self) -> Optional[Any]:
|
|
163
|
+
"""
|
|
164
|
+
Json formatted public settings for the extension.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "settings")
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter(name="systemData")
|
|
170
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
171
|
+
"""
|
|
172
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "system_data")
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
@pulumi.getter
|
|
178
|
+
def type(self) -> str:
|
|
179
|
+
"""
|
|
180
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "type")
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
186
|
+
def type_handler_version(self) -> Optional[str]:
|
|
187
|
+
"""
|
|
188
|
+
Specifies the version of the script handler. Latest version would be used if not specified.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "type_handler_version")
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
class AwaitableGetExtensionResult(GetExtensionResult):
|
|
194
|
+
# pylint: disable=using-constant-test
|
|
195
|
+
def __await__(self):
|
|
196
|
+
if False:
|
|
197
|
+
yield self
|
|
198
|
+
return GetExtensionResult(
|
|
199
|
+
aggregate_state=self.aggregate_state,
|
|
200
|
+
auto_upgrade_minor_version=self.auto_upgrade_minor_version,
|
|
201
|
+
enable_automatic_upgrade=self.enable_automatic_upgrade,
|
|
202
|
+
force_update_tag=self.force_update_tag,
|
|
203
|
+
id=self.id,
|
|
204
|
+
managed_by=self.managed_by,
|
|
205
|
+
name=self.name,
|
|
206
|
+
per_node_extension_details=self.per_node_extension_details,
|
|
207
|
+
protected_settings=self.protected_settings,
|
|
208
|
+
provisioning_state=self.provisioning_state,
|
|
209
|
+
publisher=self.publisher,
|
|
210
|
+
settings=self.settings,
|
|
211
|
+
system_data=self.system_data,
|
|
212
|
+
type=self.type,
|
|
213
|
+
type_handler_version=self.type_handler_version)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
def get_extension(arc_setting_name: Optional[str] = None,
|
|
217
|
+
cluster_name: Optional[str] = None,
|
|
218
|
+
extension_name: Optional[str] = None,
|
|
219
|
+
resource_group_name: Optional[str] = None,
|
|
220
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExtensionResult:
|
|
221
|
+
"""
|
|
222
|
+
Get particular Arc Extension of HCI Cluster.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
:param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
226
|
+
:param str cluster_name: The name of the cluster.
|
|
227
|
+
:param str extension_name: The name of the machine extension.
|
|
228
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
229
|
+
"""
|
|
230
|
+
__args__ = dict()
|
|
231
|
+
__args__['arcSettingName'] = arc_setting_name
|
|
232
|
+
__args__['clusterName'] = cluster_name
|
|
233
|
+
__args__['extensionName'] = extension_name
|
|
234
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
235
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
236
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20240215preview:getExtension', __args__, opts=opts, typ=GetExtensionResult).value
|
|
237
|
+
|
|
238
|
+
return AwaitableGetExtensionResult(
|
|
239
|
+
aggregate_state=pulumi.get(__ret__, 'aggregate_state'),
|
|
240
|
+
auto_upgrade_minor_version=pulumi.get(__ret__, 'auto_upgrade_minor_version'),
|
|
241
|
+
enable_automatic_upgrade=pulumi.get(__ret__, 'enable_automatic_upgrade'),
|
|
242
|
+
force_update_tag=pulumi.get(__ret__, 'force_update_tag'),
|
|
243
|
+
id=pulumi.get(__ret__, 'id'),
|
|
244
|
+
managed_by=pulumi.get(__ret__, 'managed_by'),
|
|
245
|
+
name=pulumi.get(__ret__, 'name'),
|
|
246
|
+
per_node_extension_details=pulumi.get(__ret__, 'per_node_extension_details'),
|
|
247
|
+
protected_settings=pulumi.get(__ret__, 'protected_settings'),
|
|
248
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
249
|
+
publisher=pulumi.get(__ret__, 'publisher'),
|
|
250
|
+
settings=pulumi.get(__ret__, 'settings'),
|
|
251
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
252
|
+
type=pulumi.get(__ret__, 'type'),
|
|
253
|
+
type_handler_version=pulumi.get(__ret__, 'type_handler_version'))
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
@_utilities.lift_output_func(get_extension)
|
|
257
|
+
def get_extension_output(arc_setting_name: Optional[pulumi.Input[str]] = None,
|
|
258
|
+
cluster_name: Optional[pulumi.Input[str]] = None,
|
|
259
|
+
extension_name: Optional[pulumi.Input[str]] = None,
|
|
260
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
261
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExtensionResult]:
|
|
262
|
+
"""
|
|
263
|
+
Get particular Arc Extension of HCI Cluster.
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
:param str arc_setting_name: The name of the proxy resource holding details of HCI ArcSetting information.
|
|
267
|
+
:param str cluster_name: The name of the cluster.
|
|
268
|
+
:param str extension_name: The name of the machine extension.
|
|
269
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
270
|
+
"""
|
|
271
|
+
...
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetHciEdgeDeviceResult',
|
|
15
|
+
'AwaitableGetHciEdgeDeviceResult',
|
|
16
|
+
'get_hci_edge_device',
|
|
17
|
+
'get_hci_edge_device_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetHciEdgeDeviceResult:
|
|
22
|
+
"""
|
|
23
|
+
Arc-enabled edge device with HCI OS.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, kind=None, name=None, properties=None, system_data=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if kind and not isinstance(kind, str):
|
|
30
|
+
raise TypeError("Expected argument 'kind' to be a str")
|
|
31
|
+
pulumi.set(__self__, "kind", kind)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if properties and not isinstance(properties, dict):
|
|
36
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
if system_data and not isinstance(system_data, dict):
|
|
39
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
41
|
+
if type and not isinstance(type, str):
|
|
42
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter
|
|
47
|
+
def id(self) -> str:
|
|
48
|
+
"""
|
|
49
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "id")
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def kind(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Edge device kind.
|
|
58
|
+
Expected value is 'HCI'.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "kind")
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def name(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
The name of the resource
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "name")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def properties(self) -> 'outputs.HciEdgeDevicePropertiesResponse':
|
|
73
|
+
"""
|
|
74
|
+
properties for Arc-enabled edge device with HCI OS.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "properties")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="systemData")
|
|
80
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
81
|
+
"""
|
|
82
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "system_data")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def type(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "type")
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
class AwaitableGetHciEdgeDeviceResult(GetHciEdgeDeviceResult):
|
|
96
|
+
# pylint: disable=using-constant-test
|
|
97
|
+
def __await__(self):
|
|
98
|
+
if False:
|
|
99
|
+
yield self
|
|
100
|
+
return GetHciEdgeDeviceResult(
|
|
101
|
+
id=self.id,
|
|
102
|
+
kind=self.kind,
|
|
103
|
+
name=self.name,
|
|
104
|
+
properties=self.properties,
|
|
105
|
+
system_data=self.system_data,
|
|
106
|
+
type=self.type)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
def get_hci_edge_device(edge_device_name: Optional[str] = None,
|
|
110
|
+
resource_uri: Optional[str] = None,
|
|
111
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetHciEdgeDeviceResult:
|
|
112
|
+
"""
|
|
113
|
+
Get a EdgeDevice
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:param str edge_device_name: Name of Device
|
|
117
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
118
|
+
"""
|
|
119
|
+
__args__ = dict()
|
|
120
|
+
__args__['edgeDeviceName'] = edge_device_name
|
|
121
|
+
__args__['resourceUri'] = resource_uri
|
|
122
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
123
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20240215preview:getHciEdgeDevice', __args__, opts=opts, typ=GetHciEdgeDeviceResult).value
|
|
124
|
+
|
|
125
|
+
return AwaitableGetHciEdgeDeviceResult(
|
|
126
|
+
id=pulumi.get(__ret__, 'id'),
|
|
127
|
+
kind=pulumi.get(__ret__, 'kind'),
|
|
128
|
+
name=pulumi.get(__ret__, 'name'),
|
|
129
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
130
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
131
|
+
type=pulumi.get(__ret__, 'type'))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
@_utilities.lift_output_func(get_hci_edge_device)
|
|
135
|
+
def get_hci_edge_device_output(edge_device_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetHciEdgeDeviceResult]:
|
|
138
|
+
"""
|
|
139
|
+
Get a EdgeDevice
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param str edge_device_name: Name of Device
|
|
143
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
144
|
+
"""
|
|
145
|
+
...
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetSecuritySettingResult',
|
|
15
|
+
'AwaitableGetSecuritySettingResult',
|
|
16
|
+
'get_security_setting',
|
|
17
|
+
'get_security_setting_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetSecuritySettingResult:
|
|
22
|
+
"""
|
|
23
|
+
Security settings proxy resource
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, name=None, provisioning_state=None, secured_core_compliance_assignment=None, security_compliance_status=None, system_data=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if name and not isinstance(name, str):
|
|
30
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "name", name)
|
|
32
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
33
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
34
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
35
|
+
if secured_core_compliance_assignment and not isinstance(secured_core_compliance_assignment, str):
|
|
36
|
+
raise TypeError("Expected argument 'secured_core_compliance_assignment' to be a str")
|
|
37
|
+
pulumi.set(__self__, "secured_core_compliance_assignment", secured_core_compliance_assignment)
|
|
38
|
+
if security_compliance_status and not isinstance(security_compliance_status, dict):
|
|
39
|
+
raise TypeError("Expected argument 'security_compliance_status' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "security_compliance_status", security_compliance_status)
|
|
41
|
+
if system_data and not isinstance(system_data, dict):
|
|
42
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
44
|
+
if type and not isinstance(type, str):
|
|
45
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
46
|
+
pulumi.set(__self__, "type", type)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def name(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The name of the resource
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "name")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="provisioningState")
|
|
66
|
+
def provisioning_state(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
The status of the last operation.
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "provisioning_state")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="securedCoreComplianceAssignment")
|
|
74
|
+
def secured_core_compliance_assignment(self) -> Optional[str]:
|
|
75
|
+
"""
|
|
76
|
+
Secured Core Compliance Assignment
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "secured_core_compliance_assignment")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="securityComplianceStatus")
|
|
82
|
+
def security_compliance_status(self) -> 'outputs.SecurityComplianceStatusResponse':
|
|
83
|
+
"""
|
|
84
|
+
Security Compliance Status
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "security_compliance_status")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="systemData")
|
|
90
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
91
|
+
"""
|
|
92
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "system_data")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def type(self) -> str:
|
|
99
|
+
"""
|
|
100
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "type")
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class AwaitableGetSecuritySettingResult(GetSecuritySettingResult):
|
|
106
|
+
# pylint: disable=using-constant-test
|
|
107
|
+
def __await__(self):
|
|
108
|
+
if False:
|
|
109
|
+
yield self
|
|
110
|
+
return GetSecuritySettingResult(
|
|
111
|
+
id=self.id,
|
|
112
|
+
name=self.name,
|
|
113
|
+
provisioning_state=self.provisioning_state,
|
|
114
|
+
secured_core_compliance_assignment=self.secured_core_compliance_assignment,
|
|
115
|
+
security_compliance_status=self.security_compliance_status,
|
|
116
|
+
system_data=self.system_data,
|
|
117
|
+
type=self.type)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def get_security_setting(cluster_name: Optional[str] = None,
|
|
121
|
+
resource_group_name: Optional[str] = None,
|
|
122
|
+
security_settings_name: Optional[str] = None,
|
|
123
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecuritySettingResult:
|
|
124
|
+
"""
|
|
125
|
+
Get a SecuritySetting
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
:param str cluster_name: The name of the cluster.
|
|
129
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
130
|
+
:param str security_settings_name: Name of security setting
|
|
131
|
+
"""
|
|
132
|
+
__args__ = dict()
|
|
133
|
+
__args__['clusterName'] = cluster_name
|
|
134
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
135
|
+
__args__['securitySettingsName'] = security_settings_name
|
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
137
|
+
__ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20240215preview:getSecuritySetting', __args__, opts=opts, typ=GetSecuritySettingResult).value
|
|
138
|
+
|
|
139
|
+
return AwaitableGetSecuritySettingResult(
|
|
140
|
+
id=pulumi.get(__ret__, 'id'),
|
|
141
|
+
name=pulumi.get(__ret__, 'name'),
|
|
142
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
143
|
+
secured_core_compliance_assignment=pulumi.get(__ret__, 'secured_core_compliance_assignment'),
|
|
144
|
+
security_compliance_status=pulumi.get(__ret__, 'security_compliance_status'),
|
|
145
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
146
|
+
type=pulumi.get(__ret__, 'type'))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
@_utilities.lift_output_func(get_security_setting)
|
|
150
|
+
def get_security_setting_output(cluster_name: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
security_settings_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecuritySettingResult]:
|
|
154
|
+
"""
|
|
155
|
+
Get a SecuritySetting
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
:param str cluster_name: The name of the cluster.
|
|
159
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
160
|
+
:param str security_settings_name: Name of security setting
|
|
161
|
+
"""
|
|
162
|
+
...
|