pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717427766__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 +5 -69
- pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
- pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
- pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
- pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
- pulumi_azure_native/appcomplianceautomation/report.py +1 -5
- pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +70 -0
- pulumi_azure_native/authorization/_inputs.py +838 -0
- pulumi_azure_native/authorization/get_role_management_policy.py +228 -0
- pulumi_azure_native/authorization/outputs.py +88 -0
- pulumi_azure_native/authorization/role_management_policy.py +327 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +853 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +222 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +321 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +853 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +222 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +321 -0
- pulumi_azure_native/devhub/__init__.py +0 -5
- pulumi_azure_native/devhub/_inputs.py +0 -190
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/outputs.py +0 -229
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/gateway.py +1 -5
- pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
- 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/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 +4 -0
- 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 +4 -49
- pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
- 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_inventory_item.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
- pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
- pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
- pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
- pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
- pulumi_azure_native/storage/v20230501/_enums.py +0 -2
- pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
- 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/virtual_machine_image_template.py +3 -3
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/RECORD +115 -179
- pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
- pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
- pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
- pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
- pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
- pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
- pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
- pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
- pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
- pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
- pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
- pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
- pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
- pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
- pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
- pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
- pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
- pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
- pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
- pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
- pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
- pulumi_azure_native/devhub/get_iac_profile.py +0 -322
- pulumi_azure_native/devhub/iac_profile.py +0 -539
- pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
- pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
- pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
- pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
- pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
- pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
- pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
- pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
- pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
- pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
- pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
- pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
- pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
- pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
- pulumi_azure_native/verifiedid/__init__.py +0 -18
- pulumi_azure_native/verifiedid/authority.py +0 -234
- pulumi_azure_native/verifiedid/get_authority.py +0 -159
- pulumi_azure_native/verifiedid/outputs.py +0 -125
- pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
- pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
- pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
- pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
- pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
- pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
- pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
- pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
- pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
- pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
- pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
- pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/top_level.txt +0 -0
|
@@ -66,7 +66,7 @@ class GetInventoryItemResult:
|
|
|
66
66
|
@pulumi.getter(name="inventoryItemName")
|
|
67
67
|
def inventory_item_name(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
Gets the Managed Object name in
|
|
69
|
+
Gets the Managed Object name in VMM for the inventory item.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "inventory_item_name")
|
|
72
72
|
|
|
@@ -130,7 +130,7 @@ class GetInventoryItemResult:
|
|
|
130
130
|
@pulumi.getter
|
|
131
131
|
def uuid(self) -> str:
|
|
132
132
|
"""
|
|
133
|
-
Gets the UUID (which is assigned by
|
|
133
|
+
Gets the UUID (which is assigned by VMM) for the inventory item.
|
|
134
134
|
"""
|
|
135
135
|
return pulumi.get(self, "uuid")
|
|
136
136
|
|
|
@@ -163,7 +163,7 @@ def get_inventory_item(inventory_item_resource_name: Optional[str] = None,
|
|
|
163
163
|
|
|
164
164
|
:param str inventory_item_resource_name: Name of the inventoryItem.
|
|
165
165
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
166
|
-
:param str vmm_server_name: Name of the
|
|
166
|
+
:param str vmm_server_name: Name of the VMMServer.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
169
169
|
__args__['inventoryItemResourceName'] = inventory_item_resource_name
|
|
@@ -196,6 +196,6 @@ def get_inventory_item_output(inventory_item_resource_name: Optional[pulumi.Inpu
|
|
|
196
196
|
|
|
197
197
|
:param str inventory_item_resource_name: Name of the inventoryItem.
|
|
198
198
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
199
|
-
:param str vmm_server_name: Name of the
|
|
199
|
+
:param str vmm_server_name: Name of the VMMServer.
|
|
200
200
|
"""
|
|
201
201
|
...
|
|
@@ -65,7 +65,7 @@ class GetVirtualMachineInstanceResult:
|
|
|
65
65
|
|
|
66
66
|
@property
|
|
67
67
|
@pulumi.getter(name="availabilitySets")
|
|
68
|
-
def availability_sets(self) -> Optional[Sequence['outputs.
|
|
68
|
+
def availability_sets(self) -> Optional[Sequence['outputs.VirtualMachineInstancePropertiesResponseAvailabilitySets']]:
|
|
69
69
|
"""
|
|
70
70
|
Availability Sets in vm.
|
|
71
71
|
"""
|
|
@@ -121,7 +121,7 @@ class GetVirtualMachineInstanceResult:
|
|
|
121
121
|
|
|
122
122
|
@property
|
|
123
123
|
@pulumi.getter(name="osProfile")
|
|
124
|
-
def os_profile(self) -> Optional['outputs.
|
|
124
|
+
def os_profile(self) -> Optional['outputs.OsProfileForVMInstanceResponse']:
|
|
125
125
|
"""
|
|
126
126
|
OS properties.
|
|
127
127
|
"""
|
|
@@ -195,7 +195,7 @@ def get_virtual_machine_instance(resource_uri: Optional[str] = None,
|
|
|
195
195
|
Retrieves information about a virtual machine instance.
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
198
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
199
199
|
"""
|
|
200
200
|
__args__ = dict()
|
|
201
201
|
__args__['resourceUri'] = resource_uri
|
|
@@ -225,6 +225,6 @@ def get_virtual_machine_instance_output(resource_uri: Optional[pulumi.Input[str]
|
|
|
225
225
|
Retrieves information about a virtual machine instance.
|
|
226
226
|
|
|
227
227
|
|
|
228
|
-
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
228
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
229
229
|
"""
|
|
230
230
|
...
|
|
@@ -11,14 +11,14 @@ from ... import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetVMInstanceGuestAgentResult',
|
|
15
|
+
'AwaitableGetVMInstanceGuestAgentResult',
|
|
16
|
+
'get_vm_instance_guest_agent',
|
|
17
|
+
'get_vm_instance_guest_agent_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetVMInstanceGuestAgentResult:
|
|
22
22
|
"""
|
|
23
23
|
Defines the GuestAgent.
|
|
24
24
|
"""
|
|
@@ -146,12 +146,12 @@ class GetGuestAgentResult:
|
|
|
146
146
|
return pulumi.get(self, "uuid")
|
|
147
147
|
|
|
148
148
|
|
|
149
|
-
class
|
|
149
|
+
class AwaitableGetVMInstanceGuestAgentResult(GetVMInstanceGuestAgentResult):
|
|
150
150
|
# pylint: disable=using-constant-test
|
|
151
151
|
def __await__(self):
|
|
152
152
|
if False:
|
|
153
153
|
yield self
|
|
154
|
-
return
|
|
154
|
+
return GetVMInstanceGuestAgentResult(
|
|
155
155
|
credentials=self.credentials,
|
|
156
156
|
custom_resource_name=self.custom_resource_name,
|
|
157
157
|
http_proxy_config=self.http_proxy_config,
|
|
@@ -165,20 +165,20 @@ class AwaitableGetGuestAgentResult(GetGuestAgentResult):
|
|
|
165
165
|
uuid=self.uuid)
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
def
|
|
169
|
-
|
|
168
|
+
def get_vm_instance_guest_agent(resource_uri: Optional[str] = None,
|
|
169
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVMInstanceGuestAgentResult:
|
|
170
170
|
"""
|
|
171
171
|
Implements GuestAgent GET method.
|
|
172
172
|
|
|
173
173
|
|
|
174
|
-
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
174
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
175
175
|
"""
|
|
176
176
|
__args__ = dict()
|
|
177
177
|
__args__['resourceUri'] = resource_uri
|
|
178
178
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
179
|
-
__ret__ = pulumi.runtime.invoke('azure-native:scvmm/v20231007:
|
|
179
|
+
__ret__ = pulumi.runtime.invoke('azure-native:scvmm/v20231007:getVMInstanceGuestAgent', __args__, opts=opts, typ=GetVMInstanceGuestAgentResult).value
|
|
180
180
|
|
|
181
|
-
return
|
|
181
|
+
return AwaitableGetVMInstanceGuestAgentResult(
|
|
182
182
|
credentials=pulumi.get(__ret__, 'credentials'),
|
|
183
183
|
custom_resource_name=pulumi.get(__ret__, 'custom_resource_name'),
|
|
184
184
|
http_proxy_config=pulumi.get(__ret__, 'http_proxy_config'),
|
|
@@ -192,13 +192,13 @@ def get_guest_agent(resource_uri: Optional[str] = None,
|
|
|
192
192
|
uuid=pulumi.get(__ret__, 'uuid'))
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
@_utilities.lift_output_func(
|
|
196
|
-
def
|
|
197
|
-
|
|
195
|
+
@_utilities.lift_output_func(get_vm_instance_guest_agent)
|
|
196
|
+
def get_vm_instance_guest_agent_output(resource_uri: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVMInstanceGuestAgentResult]:
|
|
198
198
|
"""
|
|
199
199
|
Implements GuestAgent GET method.
|
|
200
200
|
|
|
201
201
|
|
|
202
|
-
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
202
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
203
203
|
"""
|
|
204
204
|
...
|
|
@@ -79,9 +79,9 @@ class GetVmmServerResult:
|
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
@pulumi.getter
|
|
82
|
-
def credentials(self) -> Optional['outputs.
|
|
82
|
+
def credentials(self) -> Optional['outputs.VMMCredentialResponse']:
|
|
83
83
|
"""
|
|
84
|
-
Credentials to connect to
|
|
84
|
+
Credentials to connect to VMMServer.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "credentials")
|
|
87
87
|
|
|
@@ -217,11 +217,11 @@ def get_vmm_server(resource_group_name: Optional[str] = None,
|
|
|
217
217
|
vmm_server_name: Optional[str] = None,
|
|
218
218
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVmmServerResult:
|
|
219
219
|
"""
|
|
220
|
-
Implements
|
|
220
|
+
Implements VMMServer GET method.
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
224
|
-
:param str vmm_server_name: Name of the
|
|
224
|
+
:param str vmm_server_name: Name of the VMMServer.
|
|
225
225
|
"""
|
|
226
226
|
__args__ = dict()
|
|
227
227
|
__args__['resourceGroupName'] = resource_group_name
|
|
@@ -252,10 +252,10 @@ def get_vmm_server_output(resource_group_name: Optional[pulumi.Input[str]] = Non
|
|
|
252
252
|
vmm_server_name: Optional[pulumi.Input[str]] = None,
|
|
253
253
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVmmServerResult]:
|
|
254
254
|
"""
|
|
255
|
-
Implements
|
|
255
|
+
Implements VMMServer GET method.
|
|
256
256
|
|
|
257
257
|
|
|
258
258
|
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
259
|
-
:param str vmm_server_name: Name of the
|
|
259
|
+
:param str vmm_server_name: Name of the VMMServer.
|
|
260
260
|
"""
|
|
261
261
|
...
|
|
@@ -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,7 +12,6 @@ from . import outputs
|
|
|
12
12
|
from ._enums import *
|
|
13
13
|
|
|
14
14
|
__all__ = [
|
|
15
|
-
'AvailabilitySetListItemResponse',
|
|
16
15
|
'CheckpointResponse',
|
|
17
16
|
'CloudCapacityResponse',
|
|
18
17
|
'ExtendedLocationResponse',
|
|
@@ -22,50 +21,16 @@ __all__ = [
|
|
|
22
21
|
'InfrastructureProfileResponse',
|
|
23
22
|
'NetworkInterfaceResponse',
|
|
24
23
|
'NetworkProfileResponse',
|
|
25
|
-
'
|
|
24
|
+
'OsProfileForVMInstanceResponse',
|
|
26
25
|
'StorageProfileResponse',
|
|
27
|
-
'
|
|
28
|
-
'
|
|
26
|
+
'StorageQoSPolicyDetailsResponse',
|
|
27
|
+
'StorageQoSPolicyResponse',
|
|
29
28
|
'SystemDataResponse',
|
|
29
|
+
'VMMCredentialResponse',
|
|
30
30
|
'VirtualDiskResponse',
|
|
31
|
-
'
|
|
31
|
+
'VirtualMachineInstancePropertiesResponseAvailabilitySets',
|
|
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
|
-
|
|
69
34
|
@pulumi.output_type
|
|
70
35
|
class CheckpointResponse(dict):
|
|
71
36
|
"""
|
|
@@ -74,9 +39,9 @@ class CheckpointResponse(dict):
|
|
|
74
39
|
@staticmethod
|
|
75
40
|
def __key_warning(key: str):
|
|
76
41
|
suggest = None
|
|
77
|
-
if key == "
|
|
42
|
+
if key == "checkpointID":
|
|
78
43
|
suggest = "checkpoint_id"
|
|
79
|
-
elif key == "
|
|
44
|
+
elif key == "parentCheckpointID":
|
|
80
45
|
suggest = "parent_checkpoint_id"
|
|
81
46
|
|
|
82
47
|
if suggest:
|
|
@@ -112,7 +77,7 @@ class CheckpointResponse(dict):
|
|
|
112
77
|
pulumi.set(__self__, "parent_checkpoint_id", parent_checkpoint_id)
|
|
113
78
|
|
|
114
79
|
@property
|
|
115
|
-
@pulumi.getter(name="
|
|
80
|
+
@pulumi.getter(name="checkpointID")
|
|
116
81
|
def checkpoint_id(self) -> Optional[str]:
|
|
117
82
|
"""
|
|
118
83
|
Gets ID of the checkpoint.
|
|
@@ -136,7 +101,7 @@ class CheckpointResponse(dict):
|
|
|
136
101
|
return pulumi.get(self, "name")
|
|
137
102
|
|
|
138
103
|
@property
|
|
139
|
-
@pulumi.getter(name="
|
|
104
|
+
@pulumi.getter(name="parentCheckpointID")
|
|
140
105
|
def parent_checkpoint_id(self) -> Optional[str]:
|
|
141
106
|
"""
|
|
142
107
|
Gets ID of parent of the checkpoint.
|
|
@@ -171,22 +136,25 @@ class CloudCapacityResponse(dict):
|
|
|
171
136
|
return super().get(key, default)
|
|
172
137
|
|
|
173
138
|
def __init__(__self__, *,
|
|
174
|
-
cpu_count: float,
|
|
175
|
-
memory_mb: float,
|
|
176
|
-
vm_count: float):
|
|
139
|
+
cpu_count: Optional[float] = None,
|
|
140
|
+
memory_mb: Optional[float] = None,
|
|
141
|
+
vm_count: Optional[float] = None):
|
|
177
142
|
"""
|
|
178
143
|
Cloud Capacity model
|
|
179
144
|
:param float cpu_count: CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.
|
|
180
145
|
:param float memory_mb: MemoryMB specifies a memory usage limit in megabytes.
|
|
181
146
|
:param float vm_count: VMCount gives the max number of VMs that can be deployed in the cloud.
|
|
182
147
|
"""
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
148
|
+
if cpu_count is not None:
|
|
149
|
+
pulumi.set(__self__, "cpu_count", cpu_count)
|
|
150
|
+
if memory_mb is not None:
|
|
151
|
+
pulumi.set(__self__, "memory_mb", memory_mb)
|
|
152
|
+
if vm_count is not None:
|
|
153
|
+
pulumi.set(__self__, "vm_count", vm_count)
|
|
186
154
|
|
|
187
155
|
@property
|
|
188
156
|
@pulumi.getter(name="cpuCount")
|
|
189
|
-
def cpu_count(self) -> float:
|
|
157
|
+
def cpu_count(self) -> Optional[float]:
|
|
190
158
|
"""
|
|
191
159
|
CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.
|
|
192
160
|
"""
|
|
@@ -194,7 +162,7 @@ class CloudCapacityResponse(dict):
|
|
|
194
162
|
|
|
195
163
|
@property
|
|
196
164
|
@pulumi.getter(name="memoryMB")
|
|
197
|
-
def memory_mb(self) -> float:
|
|
165
|
+
def memory_mb(self) -> Optional[float]:
|
|
198
166
|
"""
|
|
199
167
|
MemoryMB specifies a memory usage limit in megabytes.
|
|
200
168
|
"""
|
|
@@ -202,7 +170,7 @@ class CloudCapacityResponse(dict):
|
|
|
202
170
|
|
|
203
171
|
@property
|
|
204
172
|
@pulumi.getter(name="vmCount")
|
|
205
|
-
def vm_count(self) -> float:
|
|
173
|
+
def vm_count(self) -> Optional[float]:
|
|
206
174
|
"""
|
|
207
175
|
VMCount gives the max number of VMs that can be deployed in the cloud.
|
|
208
176
|
"""
|
|
@@ -437,7 +405,7 @@ class InfrastructureProfileResponse(dict):
|
|
|
437
405
|
@staticmethod
|
|
438
406
|
def __key_warning(key: str):
|
|
439
407
|
suggest = None
|
|
440
|
-
if key == "
|
|
408
|
+
if key == "lastRestoredVMCheckpoint":
|
|
441
409
|
suggest = "last_restored_vm_checkpoint"
|
|
442
410
|
elif key == "biosGuid":
|
|
443
411
|
suggest = "bios_guid"
|
|
@@ -466,10 +434,10 @@ class InfrastructureProfileResponse(dict):
|
|
|
466
434
|
return super().get(key, default)
|
|
467
435
|
|
|
468
436
|
def __init__(__self__, *,
|
|
469
|
-
checkpoints: Sequence['outputs.CheckpointResponse'],
|
|
470
437
|
last_restored_vm_checkpoint: 'outputs.CheckpointResponse',
|
|
471
438
|
bios_guid: Optional[str] = None,
|
|
472
439
|
checkpoint_type: Optional[str] = None,
|
|
440
|
+
checkpoints: Optional[Sequence['outputs.CheckpointResponse']] = None,
|
|
473
441
|
cloud_id: Optional[str] = None,
|
|
474
442
|
generation: Optional[int] = None,
|
|
475
443
|
inventory_item_id: Optional[str] = None,
|
|
@@ -479,24 +447,25 @@ class InfrastructureProfileResponse(dict):
|
|
|
479
447
|
vmm_server_id: Optional[str] = None):
|
|
480
448
|
"""
|
|
481
449
|
Specifies the vmmServer infrastructure specific settings for the virtual machine instance.
|
|
482
|
-
:param Sequence['CheckpointResponse'] checkpoints: Checkpoints in the vm.
|
|
483
450
|
:param 'CheckpointResponse' last_restored_vm_checkpoint: Last restored checkpoint in the vm.
|
|
484
451
|
:param str bios_guid: Gets or sets the bios guid for the vm.
|
|
485
452
|
:param str checkpoint_type: Type of checkpoint supported for the vm.
|
|
453
|
+
:param Sequence['CheckpointResponse'] checkpoints: Checkpoints in the vm.
|
|
486
454
|
:param str cloud_id: ARM Id of the cloud resource to use for deploying the vm.
|
|
487
455
|
:param int generation: Gets or sets the generation for the vm.
|
|
488
456
|
:param str inventory_item_id: Gets or sets the inventory Item ID for the resource.
|
|
489
457
|
:param str template_id: ARM Id of the template resource to use for deploying the vm.
|
|
490
458
|
:param str uuid: Unique ID of the virtual machine.
|
|
491
|
-
:param str vm_name: VMName is the name of VM on the
|
|
459
|
+
:param str vm_name: VMName is the name of VM on the SCVMM server.
|
|
492
460
|
:param str vmm_server_id: ARM Id of the vmmServer resource in which this resource resides.
|
|
493
461
|
"""
|
|
494
|
-
pulumi.set(__self__, "checkpoints", checkpoints)
|
|
495
462
|
pulumi.set(__self__, "last_restored_vm_checkpoint", last_restored_vm_checkpoint)
|
|
496
463
|
if bios_guid is not None:
|
|
497
464
|
pulumi.set(__self__, "bios_guid", bios_guid)
|
|
498
465
|
if checkpoint_type is not None:
|
|
499
466
|
pulumi.set(__self__, "checkpoint_type", checkpoint_type)
|
|
467
|
+
if checkpoints is not None:
|
|
468
|
+
pulumi.set(__self__, "checkpoints", checkpoints)
|
|
500
469
|
if cloud_id is not None:
|
|
501
470
|
pulumi.set(__self__, "cloud_id", cloud_id)
|
|
502
471
|
if generation is not None:
|
|
@@ -513,15 +482,7 @@ class InfrastructureProfileResponse(dict):
|
|
|
513
482
|
pulumi.set(__self__, "vmm_server_id", vmm_server_id)
|
|
514
483
|
|
|
515
484
|
@property
|
|
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")
|
|
485
|
+
@pulumi.getter(name="lastRestoredVMCheckpoint")
|
|
525
486
|
def last_restored_vm_checkpoint(self) -> 'outputs.CheckpointResponse':
|
|
526
487
|
"""
|
|
527
488
|
Last restored checkpoint in the vm.
|
|
@@ -544,6 +505,14 @@ class InfrastructureProfileResponse(dict):
|
|
|
544
505
|
"""
|
|
545
506
|
return pulumi.get(self, "checkpoint_type")
|
|
546
507
|
|
|
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
|
+
|
|
547
516
|
@property
|
|
548
517
|
@pulumi.getter(name="cloudId")
|
|
549
518
|
def cloud_id(self) -> Optional[str]:
|
|
@@ -588,7 +557,7 @@ class InfrastructureProfileResponse(dict):
|
|
|
588
557
|
@pulumi.getter(name="vmName")
|
|
589
558
|
def vm_name(self) -> Optional[str]:
|
|
590
559
|
"""
|
|
591
|
-
VMName is the name of VM on the
|
|
560
|
+
VMName is the name of VM on the SCVMM server.
|
|
592
561
|
"""
|
|
593
562
|
return pulumi.get(self, "vm_name")
|
|
594
563
|
|
|
@@ -816,7 +785,7 @@ class NetworkProfileResponse(dict):
|
|
|
816
785
|
|
|
817
786
|
|
|
818
787
|
@pulumi.output_type
|
|
819
|
-
class
|
|
788
|
+
class OsProfileForVMInstanceResponse(dict):
|
|
820
789
|
"""
|
|
821
790
|
Defines the resource properties.
|
|
822
791
|
"""
|
|
@@ -833,14 +802,14 @@ class OsProfileForVmInstanceResponse(dict):
|
|
|
833
802
|
suggest = "computer_name"
|
|
834
803
|
|
|
835
804
|
if suggest:
|
|
836
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
805
|
+
pulumi.log.warn(f"Key '{key}' not found in OsProfileForVMInstanceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
837
806
|
|
|
838
807
|
def __getitem__(self, key: str) -> Any:
|
|
839
|
-
|
|
808
|
+
OsProfileForVMInstanceResponse.__key_warning(key)
|
|
840
809
|
return super().__getitem__(key)
|
|
841
810
|
|
|
842
811
|
def get(self, key: str, default = None) -> Any:
|
|
843
|
-
|
|
812
|
+
OsProfileForVMInstanceResponse.__key_warning(key)
|
|
844
813
|
return super().get(key, default)
|
|
845
814
|
|
|
846
815
|
def __init__(__self__, *,
|
|
@@ -918,7 +887,7 @@ class StorageProfileResponse(dict):
|
|
|
918
887
|
|
|
919
888
|
|
|
920
889
|
@pulumi.output_type
|
|
921
|
-
class
|
|
890
|
+
class StorageQoSPolicyDetailsResponse(dict):
|
|
922
891
|
"""
|
|
923
892
|
The StorageQoSPolicyDetails definition.
|
|
924
893
|
"""
|
|
@@ -953,7 +922,7 @@ class StorageQosPolicyDetailsResponse(dict):
|
|
|
953
922
|
|
|
954
923
|
|
|
955
924
|
@pulumi.output_type
|
|
956
|
-
class
|
|
925
|
+
class StorageQoSPolicyResponse(dict):
|
|
957
926
|
"""
|
|
958
927
|
The StorageQoSPolicy definition.
|
|
959
928
|
"""
|
|
@@ -970,14 +939,14 @@ class StorageQosPolicyResponse(dict):
|
|
|
970
939
|
suggest = "policy_id"
|
|
971
940
|
|
|
972
941
|
if suggest:
|
|
973
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
942
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageQoSPolicyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
974
943
|
|
|
975
944
|
def __getitem__(self, key: str) -> Any:
|
|
976
|
-
|
|
945
|
+
StorageQoSPolicyResponse.__key_warning(key)
|
|
977
946
|
return super().__getitem__(key)
|
|
978
947
|
|
|
979
948
|
def get(self, key: str, default = None) -> Any:
|
|
980
|
-
|
|
949
|
+
StorageQoSPolicyResponse.__key_warning(key)
|
|
981
950
|
return super().get(key, default)
|
|
982
951
|
|
|
983
952
|
def __init__(__self__, *,
|
|
@@ -1168,6 +1137,29 @@ class SystemDataResponse(dict):
|
|
|
1168
1137
|
return pulumi.get(self, "last_modified_by_type")
|
|
1169
1138
|
|
|
1170
1139
|
|
|
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
|
+
|
|
1171
1163
|
@pulumi.output_type
|
|
1172
1164
|
class VirtualDiskResponse(dict):
|
|
1173
1165
|
"""
|
|
@@ -1192,8 +1184,8 @@ class VirtualDiskResponse(dict):
|
|
|
1192
1184
|
suggest = "disk_id"
|
|
1193
1185
|
elif key == "diskSizeGB":
|
|
1194
1186
|
suggest = "disk_size_gb"
|
|
1195
|
-
elif key == "
|
|
1196
|
-
suggest = "
|
|
1187
|
+
elif key == "storageQoSPolicy":
|
|
1188
|
+
suggest = "storage_qo_s_policy"
|
|
1197
1189
|
elif key == "templateDiskId":
|
|
1198
1190
|
suggest = "template_disk_id"
|
|
1199
1191
|
elif key == "vhdType":
|
|
@@ -1222,7 +1214,7 @@ class VirtualDiskResponse(dict):
|
|
|
1222
1214
|
disk_size_gb: Optional[int] = None,
|
|
1223
1215
|
lun: Optional[int] = None,
|
|
1224
1216
|
name: Optional[str] = None,
|
|
1225
|
-
|
|
1217
|
+
storage_qo_s_policy: Optional['outputs.StorageQoSPolicyDetailsResponse'] = None,
|
|
1226
1218
|
template_disk_id: Optional[str] = None,
|
|
1227
1219
|
vhd_type: Optional[str] = None):
|
|
1228
1220
|
"""
|
|
@@ -1238,7 +1230,7 @@ class VirtualDiskResponse(dict):
|
|
|
1238
1230
|
:param int disk_size_gb: Gets or sets the disk total size.
|
|
1239
1231
|
:param int lun: Gets or sets the disk lun.
|
|
1240
1232
|
:param str name: Gets or sets the name of the disk.
|
|
1241
|
-
:param '
|
|
1233
|
+
:param 'StorageQoSPolicyDetailsResponse' storage_qo_s_policy: The QoS policy for the disk.
|
|
1242
1234
|
:param str template_disk_id: Gets or sets the disk id in the template.
|
|
1243
1235
|
:param str vhd_type: Gets or sets the disk vhd type.
|
|
1244
1236
|
"""
|
|
@@ -1260,8 +1252,8 @@ class VirtualDiskResponse(dict):
|
|
|
1260
1252
|
pulumi.set(__self__, "lun", lun)
|
|
1261
1253
|
if name is not None:
|
|
1262
1254
|
pulumi.set(__self__, "name", name)
|
|
1263
|
-
if
|
|
1264
|
-
pulumi.set(__self__, "
|
|
1255
|
+
if storage_qo_s_policy is not None:
|
|
1256
|
+
pulumi.set(__self__, "storage_qo_s_policy", storage_qo_s_policy)
|
|
1265
1257
|
if template_disk_id is not None:
|
|
1266
1258
|
pulumi.set(__self__, "template_disk_id", template_disk_id)
|
|
1267
1259
|
if vhd_type is not None:
|
|
@@ -1356,12 +1348,12 @@ class VirtualDiskResponse(dict):
|
|
|
1356
1348
|
return pulumi.get(self, "name")
|
|
1357
1349
|
|
|
1358
1350
|
@property
|
|
1359
|
-
@pulumi.getter(name="
|
|
1360
|
-
def
|
|
1351
|
+
@pulumi.getter(name="storageQoSPolicy")
|
|
1352
|
+
def storage_qo_s_policy(self) -> Optional['outputs.StorageQoSPolicyDetailsResponse']:
|
|
1361
1353
|
"""
|
|
1362
1354
|
The QoS policy for the disk.
|
|
1363
1355
|
"""
|
|
1364
|
-
return pulumi.get(self, "
|
|
1356
|
+
return pulumi.get(self, "storage_qo_s_policy")
|
|
1365
1357
|
|
|
1366
1358
|
@property
|
|
1367
1359
|
@pulumi.getter(name="templateDiskId")
|
|
@@ -1381,25 +1373,37 @@ class VirtualDiskResponse(dict):
|
|
|
1381
1373
|
|
|
1382
1374
|
|
|
1383
1375
|
@pulumi.output_type
|
|
1384
|
-
class
|
|
1376
|
+
class VirtualMachineInstancePropertiesResponseAvailabilitySets(dict):
|
|
1385
1377
|
"""
|
|
1386
|
-
|
|
1378
|
+
Availability Set model
|
|
1387
1379
|
"""
|
|
1388
1380
|
def __init__(__self__, *,
|
|
1389
|
-
|
|
1381
|
+
id: Optional[str] = None,
|
|
1382
|
+
name: Optional[str] = None):
|
|
1390
1383
|
"""
|
|
1391
|
-
|
|
1392
|
-
:param str
|
|
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.
|
|
1393
1387
|
"""
|
|
1394
|
-
if
|
|
1395
|
-
pulumi.set(__self__, "
|
|
1388
|
+
if id is not None:
|
|
1389
|
+
pulumi.set(__self__, "id", id)
|
|
1390
|
+
if name is not None:
|
|
1391
|
+
pulumi.set(__self__, "name", name)
|
|
1396
1392
|
|
|
1397
1393
|
@property
|
|
1398
1394
|
@pulumi.getter
|
|
1399
|
-
def
|
|
1395
|
+
def id(self) -> Optional[str]:
|
|
1400
1396
|
"""
|
|
1401
|
-
|
|
1397
|
+
Gets the ARM Id of the microsoft.scvmm/availabilitySets resource.
|
|
1402
1398
|
"""
|
|
1403
|
-
return pulumi.get(self, "
|
|
1399
|
+
return pulumi.get(self, "id")
|
|
1400
|
+
|
|
1401
|
+
@property
|
|
1402
|
+
@pulumi.getter
|
|
1403
|
+
def name(self) -> Optional[str]:
|
|
1404
|
+
"""
|
|
1405
|
+
Gets or sets the name of the availability set.
|
|
1406
|
+
"""
|
|
1407
|
+
return pulumi.get(self, "name")
|
|
1404
1408
|
|
|
1405
1409
|
|