pulumi-azure-native 2.44.0a1717427766__py3-none-any.whl → 2.44.1__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 +69 -5
- pulumi_azure_native/appcomplianceautomation/__init__.py +14 -0
- pulumi_azure_native/appcomplianceautomation/_enums.py +125 -0
- pulumi_azure_native/appcomplianceautomation/_inputs.py +40 -0
- pulumi_azure_native/appcomplianceautomation/evidence.py +363 -0
- pulumi_azure_native/appcomplianceautomation/get_evidence.py +198 -0
- pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +75 -0
- pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +76 -0
- pulumi_azure_native/appcomplianceautomation/get_report.py +4 -0
- pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +76 -0
- pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +146 -0
- pulumi_azure_native/appcomplianceautomation/get_webhook.py +289 -0
- pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +76 -0
- pulumi_azure_native/appcomplianceautomation/outputs.py +226 -0
- pulumi_azure_native/appcomplianceautomation/report.py +5 -1
- pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +206 -0
- pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
- pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +22 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +144 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +215 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +361 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +196 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +73 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +74 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +296 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +74 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +144 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +287 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +74 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +720 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/report.py +387 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +204 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +447 -0
- pulumi_azure_native/appcomplianceautomation/webhook.py +449 -0
- pulumi_azure_native/authorization/__init__.py +0 -2
- pulumi_azure_native/authorization/_enums.py +0 -70
- pulumi_azure_native/authorization/_inputs.py +0 -838
- pulumi_azure_native/authorization/outputs.py +0 -88
- pulumi_azure_native/authorization/v20201001/__init__.py +0 -4
- pulumi_azure_native/authorization/v20201001/outputs.py +0 -89
- pulumi_azure_native/authorization/v20201001preview/__init__.py +0 -4
- pulumi_azure_native/authorization/v20201001preview/outputs.py +0 -959
- pulumi_azure_native/desktopvirtualization/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +110 -0
- pulumi_azure_native/desktopvirtualization/v20220401preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20220401preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20220909/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20220909/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20221014preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20221014preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20230707preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20230707preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20230905/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20230905/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20231004preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20231004preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20231101preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20231101preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +1 -0
- pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool_registration_token.py +104 -0
- pulumi_azure_native/devhub/__init__.py +5 -0
- pulumi_azure_native/devhub/_inputs.py +190 -0
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_iac_profile.py +322 -0
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/iac_profile.py +539 -0
- pulumi_azure_native/devhub/outputs.py +229 -0
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/v20240501preview/__init__.py +15 -0
- pulumi_azure_native/devhub/v20240501preview/_enums.py +146 -0
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +427 -0
- pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +91 -0
- pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +320 -0
- pulumi_azure_native/devhub/v20240501preview/get_workflow.py +489 -0
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +537 -0
- pulumi_azure_native/devhub/v20240501preview/outputs.py +654 -0
- pulumi_azure_native/devhub/v20240501preview/workflow.py +915 -0
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/hybridcompute/__init__.py +3 -0
- pulumi_azure_native/hybridcompute/gateway.py +5 -1
- pulumi_azure_native/hybridcompute/get_gateway.py +4 -0
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +26 -0
- pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +172 -0
- pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +1408 -0
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +311 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +209 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +196 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +357 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +591 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +162 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +318 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +136 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +157 -0
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +321 -0
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +500 -0
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +850 -0
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +274 -0
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +587 -0
- pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +3204 -0
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +215 -0
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +253 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +0 -4
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
- pulumi_azure_native/scvmm/v20231007/_enums.py +49 -4
- pulumi_azure_native/scvmm/v20231007/_inputs.py +56 -145
- pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
- pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
- pulumi_azure_native/scvmm/v20231007/{get_vm_instance_guest_agent.py → get_guest_agent.py} +16 -16
- pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
- pulumi_azure_native/scvmm/v20231007/{vm_instance_guest_agent.py → guest_agent.py} +18 -18
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
- pulumi_azure_native/scvmm/v20231007/outputs.py +96 -100
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +0 -4
- pulumi_azure_native/storage/v20230501/_enums.py +2 -0
- pulumi_azure_native/verifiedid/__init__.py +18 -0
- pulumi_azure_native/verifiedid/authority.py +234 -0
- pulumi_azure_native/verifiedid/get_authority.py +159 -0
- pulumi_azure_native/verifiedid/outputs.py +125 -0
- pulumi_azure_native/verifiedid/v20240126preview/__init__.py +10 -0
- pulumi_azure_native/verifiedid/v20240126preview/authority.py +232 -0
- pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +157 -0
- pulumi_azure_native/verifiedid/v20240126preview/outputs.py +125 -0
- pulumi_azure_native/virtualmachineimages/__init__.py +3 -0
- pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
- pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
- pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
- pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +14 -0
- pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +60 -0
- pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +1895 -0
- pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +162 -0
- pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +352 -0
- pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +2401 -0
- pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +235 -0
- pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +619 -0
- pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/RECORD +201 -126
- pulumi_azure_native/authorization/get_role_management_policy.py +0 -228
- pulumi_azure_native/authorization/role_management_policy.py +0 -327
- pulumi_azure_native/authorization/v20201001/_enums.py +0 -78
- pulumi_azure_native/authorization/v20201001/_inputs.py +0 -853
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +0 -222
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +0 -321
- pulumi_azure_native/authorization/v20201001preview/_enums.py +0 -78
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +0 -853
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +0 -222
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +0 -321
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.1.dist-info}/top_level.txt +0 -0
|
@@ -12,18 +12,18 @@ from . import outputs
|
|
|
12
12
|
from ._enums import *
|
|
13
13
|
from ._inputs import *
|
|
14
14
|
|
|
15
|
-
__all__ = ['
|
|
15
|
+
__all__ = ['GuestAgentArgs', 'GuestAgent']
|
|
16
16
|
|
|
17
17
|
@pulumi.input_type
|
|
18
|
-
class
|
|
18
|
+
class GuestAgentArgs:
|
|
19
19
|
def __init__(__self__, *,
|
|
20
20
|
resource_uri: pulumi.Input[str],
|
|
21
21
|
credentials: Optional[pulumi.Input['GuestCredentialArgs']] = None,
|
|
22
22
|
http_proxy_config: Optional[pulumi.Input['HttpProxyConfigurationArgs']] = None,
|
|
23
23
|
provisioning_action: Optional[pulumi.Input[Union[str, 'ProvisioningAction']]] = None):
|
|
24
24
|
"""
|
|
25
|
-
The set of arguments for constructing a
|
|
26
|
-
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the
|
|
25
|
+
The set of arguments for constructing a GuestAgent resource.
|
|
26
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
27
27
|
:param pulumi.Input['GuestCredentialArgs'] credentials: Username / Password Credentials to provision guest agent.
|
|
28
28
|
:param pulumi.Input['HttpProxyConfigurationArgs'] http_proxy_config: HTTP Proxy configuration for the VM.
|
|
29
29
|
:param pulumi.Input[Union[str, 'ProvisioningAction']] provisioning_action: Gets or sets the guest agent provisioning action.
|
|
@@ -40,7 +40,7 @@ class VMInstanceGuestAgentArgs:
|
|
|
40
40
|
@pulumi.getter(name="resourceUri")
|
|
41
41
|
def resource_uri(self) -> pulumi.Input[str]:
|
|
42
42
|
"""
|
|
43
|
-
The fully qualified Azure Resource manager identifier of the
|
|
43
|
+
The fully qualified Azure Resource manager identifier of the resource.
|
|
44
44
|
"""
|
|
45
45
|
return pulumi.get(self, "resource_uri")
|
|
46
46
|
|
|
@@ -85,7 +85,7 @@ class VMInstanceGuestAgentArgs:
|
|
|
85
85
|
pulumi.set(self, "provisioning_action", value)
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
class
|
|
88
|
+
class GuestAgent(pulumi.CustomResource):
|
|
89
89
|
@overload
|
|
90
90
|
def __init__(__self__,
|
|
91
91
|
resource_name: str,
|
|
@@ -103,24 +103,24 @@ class VMInstanceGuestAgent(pulumi.CustomResource):
|
|
|
103
103
|
:param pulumi.Input[pulumi.InputType['GuestCredentialArgs']] credentials: Username / Password Credentials to provision guest agent.
|
|
104
104
|
:param pulumi.Input[pulumi.InputType['HttpProxyConfigurationArgs']] http_proxy_config: HTTP Proxy configuration for the VM.
|
|
105
105
|
:param pulumi.Input[Union[str, 'ProvisioningAction']] provisioning_action: Gets or sets the guest agent provisioning action.
|
|
106
|
-
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the
|
|
106
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
107
107
|
"""
|
|
108
108
|
...
|
|
109
109
|
@overload
|
|
110
110
|
def __init__(__self__,
|
|
111
111
|
resource_name: str,
|
|
112
|
-
args:
|
|
112
|
+
args: GuestAgentArgs,
|
|
113
113
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
114
114
|
"""
|
|
115
115
|
Defines the GuestAgent.
|
|
116
116
|
|
|
117
117
|
:param str resource_name: The name of the resource.
|
|
118
|
-
:param
|
|
118
|
+
:param GuestAgentArgs args: The arguments to use to populate this resource's properties.
|
|
119
119
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
120
120
|
"""
|
|
121
121
|
...
|
|
122
122
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
123
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
123
|
+
resource_args, opts = _utilities.get_resource_args_opts(GuestAgentArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
124
124
|
if resource_args is not None:
|
|
125
125
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
126
126
|
else:
|
|
@@ -140,7 +140,7 @@ class VMInstanceGuestAgent(pulumi.CustomResource):
|
|
|
140
140
|
if opts.id is None:
|
|
141
141
|
if __props__ is not None:
|
|
142
142
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
143
|
-
__props__ =
|
|
143
|
+
__props__ = GuestAgentArgs.__new__(GuestAgentArgs)
|
|
144
144
|
|
|
145
145
|
__props__.__dict__["credentials"] = credentials
|
|
146
146
|
__props__.__dict__["http_proxy_config"] = http_proxy_config
|
|
@@ -155,10 +155,10 @@ class VMInstanceGuestAgent(pulumi.CustomResource):
|
|
|
155
155
|
__props__.__dict__["system_data"] = None
|
|
156
156
|
__props__.__dict__["type"] = None
|
|
157
157
|
__props__.__dict__["uuid"] = None
|
|
158
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:scvmm:
|
|
158
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:scvmm:GuestAgent"), pulumi.Alias(type_="azure-native:scvmm/v20230401preview:GuestAgent")])
|
|
159
159
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
160
|
-
super(
|
|
161
|
-
'azure-native:scvmm/v20231007:
|
|
160
|
+
super(GuestAgent, __self__).__init__(
|
|
161
|
+
'azure-native:scvmm/v20231007:GuestAgent',
|
|
162
162
|
resource_name,
|
|
163
163
|
__props__,
|
|
164
164
|
opts)
|
|
@@ -166,9 +166,9 @@ class VMInstanceGuestAgent(pulumi.CustomResource):
|
|
|
166
166
|
@staticmethod
|
|
167
167
|
def get(resource_name: str,
|
|
168
168
|
id: pulumi.Input[str],
|
|
169
|
-
opts: Optional[pulumi.ResourceOptions] = None) -> '
|
|
169
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'GuestAgent':
|
|
170
170
|
"""
|
|
171
|
-
Get an existing
|
|
171
|
+
Get an existing GuestAgent resource's state with the given name, id, and optional extra
|
|
172
172
|
properties used to qualify the lookup.
|
|
173
173
|
|
|
174
174
|
:param str resource_name: The unique name of the resulting resource.
|
|
@@ -177,7 +177,7 @@ class VMInstanceGuestAgent(pulumi.CustomResource):
|
|
|
177
177
|
"""
|
|
178
178
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
179
179
|
|
|
180
|
-
__props__ =
|
|
180
|
+
__props__ = GuestAgentArgs.__new__(GuestAgentArgs)
|
|
181
181
|
|
|
182
182
|
__props__.__dict__["credentials"] = None
|
|
183
183
|
__props__.__dict__["custom_resource_name"] = None
|
|
@@ -189,7 +189,7 @@ class VMInstanceGuestAgent(pulumi.CustomResource):
|
|
|
189
189
|
__props__.__dict__["system_data"] = None
|
|
190
190
|
__props__.__dict__["type"] = None
|
|
191
191
|
__props__.__dict__["uuid"] = None
|
|
192
|
-
return
|
|
192
|
+
return GuestAgent(resource_name, opts=opts, __props__=__props__)
|
|
193
193
|
|
|
194
194
|
@property
|
|
195
195
|
@pulumi.getter
|
|
@@ -25,7 +25,7 @@ class InventoryItemArgs:
|
|
|
25
25
|
The set of arguments for constructing a InventoryItem resource.
|
|
26
26
|
:param pulumi.Input[Union[str, 'InventoryType']] inventory_type: They inventory type.
|
|
27
27
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
-
:param pulumi.Input[str] vmm_server_name: Name of the
|
|
28
|
+
:param pulumi.Input[str] vmm_server_name: Name of the VmmServer.
|
|
29
29
|
:param pulumi.Input[str] inventory_item_resource_name: Name of the inventoryItem.
|
|
30
30
|
:param pulumi.Input[str] kind: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
|
|
31
31
|
"""
|
|
@@ -65,7 +65,7 @@ class InventoryItemArgs:
|
|
|
65
65
|
@pulumi.getter(name="vmmServerName")
|
|
66
66
|
def vmm_server_name(self) -> pulumi.Input[str]:
|
|
67
67
|
"""
|
|
68
|
-
Name of the
|
|
68
|
+
Name of the VmmServer.
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "vmm_server_name")
|
|
71
71
|
|
|
@@ -118,7 +118,7 @@ class InventoryItem(pulumi.CustomResource):
|
|
|
118
118
|
:param pulumi.Input[Union[str, 'InventoryType']] inventory_type: They inventory type.
|
|
119
119
|
:param pulumi.Input[str] kind: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
|
|
120
120
|
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
121
|
-
:param pulumi.Input[str] vmm_server_name: Name of the
|
|
121
|
+
:param pulumi.Input[str] vmm_server_name: Name of the VmmServer.
|
|
122
122
|
"""
|
|
123
123
|
...
|
|
124
124
|
@overload
|
|
@@ -215,7 +215,7 @@ class InventoryItem(pulumi.CustomResource):
|
|
|
215
215
|
@pulumi.getter(name="inventoryItemName")
|
|
216
216
|
def inventory_item_name(self) -> pulumi.Output[str]:
|
|
217
217
|
"""
|
|
218
|
-
Gets the Managed Object name in
|
|
218
|
+
Gets the Managed Object name in Vmm for the inventory item.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "inventory_item_name")
|
|
221
221
|
|
|
@@ -279,7 +279,7 @@ class InventoryItem(pulumi.CustomResource):
|
|
|
279
279
|
@pulumi.getter
|
|
280
280
|
def uuid(self) -> pulumi.Output[str]:
|
|
281
281
|
"""
|
|
282
|
-
Gets the UUID (which is assigned by
|
|
282
|
+
Gets the UUID (which is assigned by Vmm) for the inventory item.
|
|
283
283
|
"""
|
|
284
284
|
return pulumi.get(self, "uuid")
|
|
285
285
|
|
|
@@ -12,6 +12,7 @@ from . import outputs
|
|
|
12
12
|
from ._enums import *
|
|
13
13
|
|
|
14
14
|
__all__ = [
|
|
15
|
+
'AvailabilitySetListItemResponse',
|
|
15
16
|
'CheckpointResponse',
|
|
16
17
|
'CloudCapacityResponse',
|
|
17
18
|
'ExtendedLocationResponse',
|
|
@@ -21,16 +22,50 @@ __all__ = [
|
|
|
21
22
|
'InfrastructureProfileResponse',
|
|
22
23
|
'NetworkInterfaceResponse',
|
|
23
24
|
'NetworkProfileResponse',
|
|
24
|
-
'
|
|
25
|
+
'OsProfileForVmInstanceResponse',
|
|
25
26
|
'StorageProfileResponse',
|
|
26
|
-
'
|
|
27
|
-
'
|
|
27
|
+
'StorageQosPolicyDetailsResponse',
|
|
28
|
+
'StorageQosPolicyResponse',
|
|
28
29
|
'SystemDataResponse',
|
|
29
|
-
'VMMCredentialResponse',
|
|
30
30
|
'VirtualDiskResponse',
|
|
31
|
-
'
|
|
31
|
+
'VmmCredentialResponse',
|
|
32
32
|
]
|
|
33
33
|
|
|
34
|
+
@pulumi.output_type
|
|
35
|
+
class AvailabilitySetListItemResponse(dict):
|
|
36
|
+
"""
|
|
37
|
+
Availability Set model
|
|
38
|
+
"""
|
|
39
|
+
def __init__(__self__, *,
|
|
40
|
+
id: Optional[str] = None,
|
|
41
|
+
name: Optional[str] = None):
|
|
42
|
+
"""
|
|
43
|
+
Availability Set model
|
|
44
|
+
:param str id: Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.
|
|
45
|
+
:param str name: Gets or sets the name of the availability set.
|
|
46
|
+
"""
|
|
47
|
+
if id is not None:
|
|
48
|
+
pulumi.set(__self__, "id", id)
|
|
49
|
+
if name is not None:
|
|
50
|
+
pulumi.set(__self__, "name", name)
|
|
51
|
+
|
|
52
|
+
@property
|
|
53
|
+
@pulumi.getter
|
|
54
|
+
def id(self) -> Optional[str]:
|
|
55
|
+
"""
|
|
56
|
+
Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.
|
|
57
|
+
"""
|
|
58
|
+
return pulumi.get(self, "id")
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter
|
|
62
|
+
def name(self) -> Optional[str]:
|
|
63
|
+
"""
|
|
64
|
+
Gets or sets the name of the availability set.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "name")
|
|
67
|
+
|
|
68
|
+
|
|
34
69
|
@pulumi.output_type
|
|
35
70
|
class CheckpointResponse(dict):
|
|
36
71
|
"""
|
|
@@ -39,9 +74,9 @@ class CheckpointResponse(dict):
|
|
|
39
74
|
@staticmethod
|
|
40
75
|
def __key_warning(key: str):
|
|
41
76
|
suggest = None
|
|
42
|
-
if key == "
|
|
77
|
+
if key == "checkpointId":
|
|
43
78
|
suggest = "checkpoint_id"
|
|
44
|
-
elif key == "
|
|
79
|
+
elif key == "parentCheckpointId":
|
|
45
80
|
suggest = "parent_checkpoint_id"
|
|
46
81
|
|
|
47
82
|
if suggest:
|
|
@@ -77,7 +112,7 @@ class CheckpointResponse(dict):
|
|
|
77
112
|
pulumi.set(__self__, "parent_checkpoint_id", parent_checkpoint_id)
|
|
78
113
|
|
|
79
114
|
@property
|
|
80
|
-
@pulumi.getter(name="
|
|
115
|
+
@pulumi.getter(name="checkpointId")
|
|
81
116
|
def checkpoint_id(self) -> Optional[str]:
|
|
82
117
|
"""
|
|
83
118
|
Gets ID of the checkpoint.
|
|
@@ -101,7 +136,7 @@ class CheckpointResponse(dict):
|
|
|
101
136
|
return pulumi.get(self, "name")
|
|
102
137
|
|
|
103
138
|
@property
|
|
104
|
-
@pulumi.getter(name="
|
|
139
|
+
@pulumi.getter(name="parentCheckpointId")
|
|
105
140
|
def parent_checkpoint_id(self) -> Optional[str]:
|
|
106
141
|
"""
|
|
107
142
|
Gets ID of parent of the checkpoint.
|
|
@@ -136,25 +171,22 @@ class CloudCapacityResponse(dict):
|
|
|
136
171
|
return super().get(key, default)
|
|
137
172
|
|
|
138
173
|
def __init__(__self__, *,
|
|
139
|
-
cpu_count:
|
|
140
|
-
memory_mb:
|
|
141
|
-
vm_count:
|
|
174
|
+
cpu_count: float,
|
|
175
|
+
memory_mb: float,
|
|
176
|
+
vm_count: float):
|
|
142
177
|
"""
|
|
143
178
|
Cloud Capacity model
|
|
144
179
|
:param float cpu_count: CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.
|
|
145
180
|
:param float memory_mb: MemoryMB specifies a memory usage limit in megabytes.
|
|
146
181
|
:param float vm_count: VMCount gives the max number of VMs that can be deployed in the cloud.
|
|
147
182
|
"""
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
pulumi.set(__self__, "memory_mb", memory_mb)
|
|
152
|
-
if vm_count is not None:
|
|
153
|
-
pulumi.set(__self__, "vm_count", vm_count)
|
|
183
|
+
pulumi.set(__self__, "cpu_count", cpu_count)
|
|
184
|
+
pulumi.set(__self__, "memory_mb", memory_mb)
|
|
185
|
+
pulumi.set(__self__, "vm_count", vm_count)
|
|
154
186
|
|
|
155
187
|
@property
|
|
156
188
|
@pulumi.getter(name="cpuCount")
|
|
157
|
-
def cpu_count(self) ->
|
|
189
|
+
def cpu_count(self) -> float:
|
|
158
190
|
"""
|
|
159
191
|
CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.
|
|
160
192
|
"""
|
|
@@ -162,7 +194,7 @@ class CloudCapacityResponse(dict):
|
|
|
162
194
|
|
|
163
195
|
@property
|
|
164
196
|
@pulumi.getter(name="memoryMB")
|
|
165
|
-
def memory_mb(self) ->
|
|
197
|
+
def memory_mb(self) -> float:
|
|
166
198
|
"""
|
|
167
199
|
MemoryMB specifies a memory usage limit in megabytes.
|
|
168
200
|
"""
|
|
@@ -170,7 +202,7 @@ class CloudCapacityResponse(dict):
|
|
|
170
202
|
|
|
171
203
|
@property
|
|
172
204
|
@pulumi.getter(name="vmCount")
|
|
173
|
-
def vm_count(self) ->
|
|
205
|
+
def vm_count(self) -> float:
|
|
174
206
|
"""
|
|
175
207
|
VMCount gives the max number of VMs that can be deployed in the cloud.
|
|
176
208
|
"""
|
|
@@ -405,7 +437,7 @@ class InfrastructureProfileResponse(dict):
|
|
|
405
437
|
@staticmethod
|
|
406
438
|
def __key_warning(key: str):
|
|
407
439
|
suggest = None
|
|
408
|
-
if key == "
|
|
440
|
+
if key == "lastRestoredVmCheckpoint":
|
|
409
441
|
suggest = "last_restored_vm_checkpoint"
|
|
410
442
|
elif key == "biosGuid":
|
|
411
443
|
suggest = "bios_guid"
|
|
@@ -434,10 +466,10 @@ class InfrastructureProfileResponse(dict):
|
|
|
434
466
|
return super().get(key, default)
|
|
435
467
|
|
|
436
468
|
def __init__(__self__, *,
|
|
469
|
+
checkpoints: Sequence['outputs.CheckpointResponse'],
|
|
437
470
|
last_restored_vm_checkpoint: 'outputs.CheckpointResponse',
|
|
438
471
|
bios_guid: Optional[str] = None,
|
|
439
472
|
checkpoint_type: Optional[str] = None,
|
|
440
|
-
checkpoints: Optional[Sequence['outputs.CheckpointResponse']] = None,
|
|
441
473
|
cloud_id: Optional[str] = None,
|
|
442
474
|
generation: Optional[int] = None,
|
|
443
475
|
inventory_item_id: Optional[str] = None,
|
|
@@ -447,25 +479,24 @@ class InfrastructureProfileResponse(dict):
|
|
|
447
479
|
vmm_server_id: Optional[str] = None):
|
|
448
480
|
"""
|
|
449
481
|
Specifies the vmmServer infrastructure specific settings for the virtual machine instance.
|
|
482
|
+
:param Sequence['CheckpointResponse'] checkpoints: Checkpoints in the vm.
|
|
450
483
|
:param 'CheckpointResponse' last_restored_vm_checkpoint: Last restored checkpoint in the vm.
|
|
451
484
|
:param str bios_guid: Gets or sets the bios guid for the vm.
|
|
452
485
|
:param str checkpoint_type: Type of checkpoint supported for the vm.
|
|
453
|
-
:param Sequence['CheckpointResponse'] checkpoints: Checkpoints in the vm.
|
|
454
486
|
:param str cloud_id: ARM Id of the cloud resource to use for deploying the vm.
|
|
455
487
|
:param int generation: Gets or sets the generation for the vm.
|
|
456
488
|
:param str inventory_item_id: Gets or sets the inventory Item ID for the resource.
|
|
457
489
|
:param str template_id: ARM Id of the template resource to use for deploying the vm.
|
|
458
490
|
:param str uuid: Unique ID of the virtual machine.
|
|
459
|
-
:param str vm_name: VMName is the name of VM on the
|
|
491
|
+
:param str vm_name: VMName is the name of VM on the SCVmm server.
|
|
460
492
|
:param str vmm_server_id: ARM Id of the vmmServer resource in which this resource resides.
|
|
461
493
|
"""
|
|
494
|
+
pulumi.set(__self__, "checkpoints", checkpoints)
|
|
462
495
|
pulumi.set(__self__, "last_restored_vm_checkpoint", last_restored_vm_checkpoint)
|
|
463
496
|
if bios_guid is not None:
|
|
464
497
|
pulumi.set(__self__, "bios_guid", bios_guid)
|
|
465
498
|
if checkpoint_type is not None:
|
|
466
499
|
pulumi.set(__self__, "checkpoint_type", checkpoint_type)
|
|
467
|
-
if checkpoints is not None:
|
|
468
|
-
pulumi.set(__self__, "checkpoints", checkpoints)
|
|
469
500
|
if cloud_id is not None:
|
|
470
501
|
pulumi.set(__self__, "cloud_id", cloud_id)
|
|
471
502
|
if generation is not None:
|
|
@@ -482,7 +513,15 @@ class InfrastructureProfileResponse(dict):
|
|
|
482
513
|
pulumi.set(__self__, "vmm_server_id", vmm_server_id)
|
|
483
514
|
|
|
484
515
|
@property
|
|
485
|
-
@pulumi.getter
|
|
516
|
+
@pulumi.getter
|
|
517
|
+
def checkpoints(self) -> Sequence['outputs.CheckpointResponse']:
|
|
518
|
+
"""
|
|
519
|
+
Checkpoints in the vm.
|
|
520
|
+
"""
|
|
521
|
+
return pulumi.get(self, "checkpoints")
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter(name="lastRestoredVmCheckpoint")
|
|
486
525
|
def last_restored_vm_checkpoint(self) -> 'outputs.CheckpointResponse':
|
|
487
526
|
"""
|
|
488
527
|
Last restored checkpoint in the vm.
|
|
@@ -505,14 +544,6 @@ class InfrastructureProfileResponse(dict):
|
|
|
505
544
|
"""
|
|
506
545
|
return pulumi.get(self, "checkpoint_type")
|
|
507
546
|
|
|
508
|
-
@property
|
|
509
|
-
@pulumi.getter
|
|
510
|
-
def checkpoints(self) -> Optional[Sequence['outputs.CheckpointResponse']]:
|
|
511
|
-
"""
|
|
512
|
-
Checkpoints in the vm.
|
|
513
|
-
"""
|
|
514
|
-
return pulumi.get(self, "checkpoints")
|
|
515
|
-
|
|
516
547
|
@property
|
|
517
548
|
@pulumi.getter(name="cloudId")
|
|
518
549
|
def cloud_id(self) -> Optional[str]:
|
|
@@ -557,7 +588,7 @@ class InfrastructureProfileResponse(dict):
|
|
|
557
588
|
@pulumi.getter(name="vmName")
|
|
558
589
|
def vm_name(self) -> Optional[str]:
|
|
559
590
|
"""
|
|
560
|
-
VMName is the name of VM on the
|
|
591
|
+
VMName is the name of VM on the SCVmm server.
|
|
561
592
|
"""
|
|
562
593
|
return pulumi.get(self, "vm_name")
|
|
563
594
|
|
|
@@ -785,7 +816,7 @@ class NetworkProfileResponse(dict):
|
|
|
785
816
|
|
|
786
817
|
|
|
787
818
|
@pulumi.output_type
|
|
788
|
-
class
|
|
819
|
+
class OsProfileForVmInstanceResponse(dict):
|
|
789
820
|
"""
|
|
790
821
|
Defines the resource properties.
|
|
791
822
|
"""
|
|
@@ -802,14 +833,14 @@ class OsProfileForVMInstanceResponse(dict):
|
|
|
802
833
|
suggest = "computer_name"
|
|
803
834
|
|
|
804
835
|
if suggest:
|
|
805
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
836
|
+
pulumi.log.warn(f"Key '{key}' not found in OsProfileForVmInstanceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
806
837
|
|
|
807
838
|
def __getitem__(self, key: str) -> Any:
|
|
808
|
-
|
|
839
|
+
OsProfileForVmInstanceResponse.__key_warning(key)
|
|
809
840
|
return super().__getitem__(key)
|
|
810
841
|
|
|
811
842
|
def get(self, key: str, default = None) -> Any:
|
|
812
|
-
|
|
843
|
+
OsProfileForVmInstanceResponse.__key_warning(key)
|
|
813
844
|
return super().get(key, default)
|
|
814
845
|
|
|
815
846
|
def __init__(__self__, *,
|
|
@@ -887,7 +918,7 @@ class StorageProfileResponse(dict):
|
|
|
887
918
|
|
|
888
919
|
|
|
889
920
|
@pulumi.output_type
|
|
890
|
-
class
|
|
921
|
+
class StorageQosPolicyDetailsResponse(dict):
|
|
891
922
|
"""
|
|
892
923
|
The StorageQoSPolicyDetails definition.
|
|
893
924
|
"""
|
|
@@ -922,7 +953,7 @@ class StorageQoSPolicyDetailsResponse(dict):
|
|
|
922
953
|
|
|
923
954
|
|
|
924
955
|
@pulumi.output_type
|
|
925
|
-
class
|
|
956
|
+
class StorageQosPolicyResponse(dict):
|
|
926
957
|
"""
|
|
927
958
|
The StorageQoSPolicy definition.
|
|
928
959
|
"""
|
|
@@ -939,14 +970,14 @@ class StorageQoSPolicyResponse(dict):
|
|
|
939
970
|
suggest = "policy_id"
|
|
940
971
|
|
|
941
972
|
if suggest:
|
|
942
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
973
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageQosPolicyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
943
974
|
|
|
944
975
|
def __getitem__(self, key: str) -> Any:
|
|
945
|
-
|
|
976
|
+
StorageQosPolicyResponse.__key_warning(key)
|
|
946
977
|
return super().__getitem__(key)
|
|
947
978
|
|
|
948
979
|
def get(self, key: str, default = None) -> Any:
|
|
949
|
-
|
|
980
|
+
StorageQosPolicyResponse.__key_warning(key)
|
|
950
981
|
return super().get(key, default)
|
|
951
982
|
|
|
952
983
|
def __init__(__self__, *,
|
|
@@ -1137,29 +1168,6 @@ class SystemDataResponse(dict):
|
|
|
1137
1168
|
return pulumi.get(self, "last_modified_by_type")
|
|
1138
1169
|
|
|
1139
1170
|
|
|
1140
|
-
@pulumi.output_type
|
|
1141
|
-
class VMMCredentialResponse(dict):
|
|
1142
|
-
"""
|
|
1143
|
-
Credentials to connect to VMMServer.
|
|
1144
|
-
"""
|
|
1145
|
-
def __init__(__self__, *,
|
|
1146
|
-
username: Optional[str] = None):
|
|
1147
|
-
"""
|
|
1148
|
-
Credentials to connect to VMMServer.
|
|
1149
|
-
:param str username: Username to use to connect to VMMServer.
|
|
1150
|
-
"""
|
|
1151
|
-
if username is not None:
|
|
1152
|
-
pulumi.set(__self__, "username", username)
|
|
1153
|
-
|
|
1154
|
-
@property
|
|
1155
|
-
@pulumi.getter
|
|
1156
|
-
def username(self) -> Optional[str]:
|
|
1157
|
-
"""
|
|
1158
|
-
Username to use to connect to VMMServer.
|
|
1159
|
-
"""
|
|
1160
|
-
return pulumi.get(self, "username")
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
1171
|
@pulumi.output_type
|
|
1164
1172
|
class VirtualDiskResponse(dict):
|
|
1165
1173
|
"""
|
|
@@ -1184,8 +1192,8 @@ class VirtualDiskResponse(dict):
|
|
|
1184
1192
|
suggest = "disk_id"
|
|
1185
1193
|
elif key == "diskSizeGB":
|
|
1186
1194
|
suggest = "disk_size_gb"
|
|
1187
|
-
elif key == "
|
|
1188
|
-
suggest = "
|
|
1195
|
+
elif key == "storageQosPolicy":
|
|
1196
|
+
suggest = "storage_qos_policy"
|
|
1189
1197
|
elif key == "templateDiskId":
|
|
1190
1198
|
suggest = "template_disk_id"
|
|
1191
1199
|
elif key == "vhdType":
|
|
@@ -1214,7 +1222,7 @@ class VirtualDiskResponse(dict):
|
|
|
1214
1222
|
disk_size_gb: Optional[int] = None,
|
|
1215
1223
|
lun: Optional[int] = None,
|
|
1216
1224
|
name: Optional[str] = None,
|
|
1217
|
-
|
|
1225
|
+
storage_qos_policy: Optional['outputs.StorageQosPolicyDetailsResponse'] = None,
|
|
1218
1226
|
template_disk_id: Optional[str] = None,
|
|
1219
1227
|
vhd_type: Optional[str] = None):
|
|
1220
1228
|
"""
|
|
@@ -1230,7 +1238,7 @@ class VirtualDiskResponse(dict):
|
|
|
1230
1238
|
:param int disk_size_gb: Gets or sets the disk total size.
|
|
1231
1239
|
:param int lun: Gets or sets the disk lun.
|
|
1232
1240
|
:param str name: Gets or sets the name of the disk.
|
|
1233
|
-
:param '
|
|
1241
|
+
:param 'StorageQosPolicyDetailsResponse' storage_qos_policy: The QoS policy for the disk.
|
|
1234
1242
|
:param str template_disk_id: Gets or sets the disk id in the template.
|
|
1235
1243
|
:param str vhd_type: Gets or sets the disk vhd type.
|
|
1236
1244
|
"""
|
|
@@ -1252,8 +1260,8 @@ class VirtualDiskResponse(dict):
|
|
|
1252
1260
|
pulumi.set(__self__, "lun", lun)
|
|
1253
1261
|
if name is not None:
|
|
1254
1262
|
pulumi.set(__self__, "name", name)
|
|
1255
|
-
if
|
|
1256
|
-
pulumi.set(__self__, "
|
|
1263
|
+
if storage_qos_policy is not None:
|
|
1264
|
+
pulumi.set(__self__, "storage_qos_policy", storage_qos_policy)
|
|
1257
1265
|
if template_disk_id is not None:
|
|
1258
1266
|
pulumi.set(__self__, "template_disk_id", template_disk_id)
|
|
1259
1267
|
if vhd_type is not None:
|
|
@@ -1348,12 +1356,12 @@ class VirtualDiskResponse(dict):
|
|
|
1348
1356
|
return pulumi.get(self, "name")
|
|
1349
1357
|
|
|
1350
1358
|
@property
|
|
1351
|
-
@pulumi.getter(name="
|
|
1352
|
-
def
|
|
1359
|
+
@pulumi.getter(name="storageQosPolicy")
|
|
1360
|
+
def storage_qos_policy(self) -> Optional['outputs.StorageQosPolicyDetailsResponse']:
|
|
1353
1361
|
"""
|
|
1354
1362
|
The QoS policy for the disk.
|
|
1355
1363
|
"""
|
|
1356
|
-
return pulumi.get(self, "
|
|
1364
|
+
return pulumi.get(self, "storage_qos_policy")
|
|
1357
1365
|
|
|
1358
1366
|
@property
|
|
1359
1367
|
@pulumi.getter(name="templateDiskId")
|
|
@@ -1373,37 +1381,25 @@ class VirtualDiskResponse(dict):
|
|
|
1373
1381
|
|
|
1374
1382
|
|
|
1375
1383
|
@pulumi.output_type
|
|
1376
|
-
class
|
|
1384
|
+
class VmmCredentialResponse(dict):
|
|
1377
1385
|
"""
|
|
1378
|
-
|
|
1386
|
+
Credentials to connect to VmmServer.
|
|
1379
1387
|
"""
|
|
1380
1388
|
def __init__(__self__, *,
|
|
1381
|
-
|
|
1382
|
-
name: Optional[str] = None):
|
|
1383
|
-
"""
|
|
1384
|
-
Availability Set model
|
|
1385
|
-
:param str id: Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.
|
|
1386
|
-
:param str name: Gets or sets the name of the availability set.
|
|
1387
|
-
"""
|
|
1388
|
-
if id is not None:
|
|
1389
|
-
pulumi.set(__self__, "id", id)
|
|
1390
|
-
if name is not None:
|
|
1391
|
-
pulumi.set(__self__, "name", name)
|
|
1392
|
-
|
|
1393
|
-
@property
|
|
1394
|
-
@pulumi.getter
|
|
1395
|
-
def id(self) -> Optional[str]:
|
|
1389
|
+
username: Optional[str] = None):
|
|
1396
1390
|
"""
|
|
1397
|
-
|
|
1391
|
+
Credentials to connect to VmmServer.
|
|
1392
|
+
:param str username: Username to use to connect to VmmServer.
|
|
1398
1393
|
"""
|
|
1399
|
-
|
|
1394
|
+
if username is not None:
|
|
1395
|
+
pulumi.set(__self__, "username", username)
|
|
1400
1396
|
|
|
1401
1397
|
@property
|
|
1402
1398
|
@pulumi.getter
|
|
1403
|
-
def
|
|
1399
|
+
def username(self) -> Optional[str]:
|
|
1404
1400
|
"""
|
|
1405
|
-
|
|
1401
|
+
Username to use to connect to VmmServer.
|
|
1406
1402
|
"""
|
|
1407
|
-
return pulumi.get(self, "
|
|
1403
|
+
return pulumi.get(self, "username")
|
|
1408
1404
|
|
|
1409
1405
|
|