pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717167674__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 +2 -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/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.0a1717167674.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/RECORD +97 -171
- 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.0a1717167674.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
|
@@ -19,21 +19,21 @@ class VirtualMachineInstanceArgs:
|
|
|
19
19
|
def __init__(__self__, *,
|
|
20
20
|
extended_location: pulumi.Input['ExtendedLocationArgs'],
|
|
21
21
|
resource_uri: pulumi.Input[str],
|
|
22
|
-
availability_sets: Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
22
|
+
availability_sets: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]]] = None,
|
|
23
23
|
hardware_profile: Optional[pulumi.Input['HardwareProfileArgs']] = None,
|
|
24
24
|
infrastructure_profile: Optional[pulumi.Input['InfrastructureProfileArgs']] = None,
|
|
25
25
|
network_profile: Optional[pulumi.Input['NetworkProfileArgs']] = None,
|
|
26
|
-
os_profile: Optional[pulumi.Input['
|
|
26
|
+
os_profile: Optional[pulumi.Input['OsProfileForVMInstanceArgs']] = None,
|
|
27
27
|
storage_profile: Optional[pulumi.Input['StorageProfileArgs']] = None):
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a VirtualMachineInstance resource.
|
|
30
30
|
:param pulumi.Input['ExtendedLocationArgs'] extended_location: Gets or sets the extended location.
|
|
31
|
-
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
32
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
31
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
32
|
+
:param pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]] availability_sets: Availability Sets in vm.
|
|
33
33
|
:param pulumi.Input['HardwareProfileArgs'] hardware_profile: Hardware properties.
|
|
34
34
|
:param pulumi.Input['InfrastructureProfileArgs'] infrastructure_profile: Gets the infrastructure profile.
|
|
35
35
|
:param pulumi.Input['NetworkProfileArgs'] network_profile: Network properties.
|
|
36
|
-
:param pulumi.Input['
|
|
36
|
+
:param pulumi.Input['OsProfileForVMInstanceArgs'] os_profile: OS properties.
|
|
37
37
|
:param pulumi.Input['StorageProfileArgs'] storage_profile: Storage properties.
|
|
38
38
|
"""
|
|
39
39
|
pulumi.set(__self__, "extended_location", extended_location)
|
|
@@ -67,7 +67,7 @@ class VirtualMachineInstanceArgs:
|
|
|
67
67
|
@pulumi.getter(name="resourceUri")
|
|
68
68
|
def resource_uri(self) -> pulumi.Input[str]:
|
|
69
69
|
"""
|
|
70
|
-
The fully qualified Azure Resource manager identifier of the resource.
|
|
70
|
+
The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "resource_uri")
|
|
73
73
|
|
|
@@ -77,14 +77,14 @@ class VirtualMachineInstanceArgs:
|
|
|
77
77
|
|
|
78
78
|
@property
|
|
79
79
|
@pulumi.getter(name="availabilitySets")
|
|
80
|
-
def availability_sets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
80
|
+
def availability_sets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]]]:
|
|
81
81
|
"""
|
|
82
82
|
Availability Sets in vm.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "availability_sets")
|
|
85
85
|
|
|
86
86
|
@availability_sets.setter
|
|
87
|
-
def availability_sets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['
|
|
87
|
+
def availability_sets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]]]):
|
|
88
88
|
pulumi.set(self, "availability_sets", value)
|
|
89
89
|
|
|
90
90
|
@property
|
|
@@ -125,14 +125,14 @@ class VirtualMachineInstanceArgs:
|
|
|
125
125
|
|
|
126
126
|
@property
|
|
127
127
|
@pulumi.getter(name="osProfile")
|
|
128
|
-
def os_profile(self) -> Optional[pulumi.Input['
|
|
128
|
+
def os_profile(self) -> Optional[pulumi.Input['OsProfileForVMInstanceArgs']]:
|
|
129
129
|
"""
|
|
130
130
|
OS properties.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "os_profile")
|
|
133
133
|
|
|
134
134
|
@os_profile.setter
|
|
135
|
-
def os_profile(self, value: Optional[pulumi.Input['
|
|
135
|
+
def os_profile(self, value: Optional[pulumi.Input['OsProfileForVMInstanceArgs']]):
|
|
136
136
|
pulumi.set(self, "os_profile", value)
|
|
137
137
|
|
|
138
138
|
@property
|
|
@@ -153,12 +153,12 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
153
153
|
def __init__(__self__,
|
|
154
154
|
resource_name: str,
|
|
155
155
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
156
|
-
availability_sets: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
|
156
|
+
availability_sets: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]]]] = None,
|
|
157
157
|
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
158
158
|
hardware_profile: Optional[pulumi.Input[pulumi.InputType['HardwareProfileArgs']]] = None,
|
|
159
159
|
infrastructure_profile: Optional[pulumi.Input[pulumi.InputType['InfrastructureProfileArgs']]] = None,
|
|
160
160
|
network_profile: Optional[pulumi.Input[pulumi.InputType['NetworkProfileArgs']]] = None,
|
|
161
|
-
os_profile: Optional[pulumi.Input[pulumi.InputType['
|
|
161
|
+
os_profile: Optional[pulumi.Input[pulumi.InputType['OsProfileForVMInstanceArgs']]] = None,
|
|
162
162
|
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
163
163
|
storage_profile: Optional[pulumi.Input[pulumi.InputType['StorageProfileArgs']]] = None,
|
|
164
164
|
__props__=None):
|
|
@@ -167,13 +167,13 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
167
167
|
|
|
168
168
|
:param str resource_name: The name of the resource.
|
|
169
169
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
170
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
|
170
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]]] availability_sets: Availability Sets in vm.
|
|
171
171
|
:param pulumi.Input[pulumi.InputType['ExtendedLocationArgs']] extended_location: Gets or sets the extended location.
|
|
172
172
|
:param pulumi.Input[pulumi.InputType['HardwareProfileArgs']] hardware_profile: Hardware properties.
|
|
173
173
|
:param pulumi.Input[pulumi.InputType['InfrastructureProfileArgs']] infrastructure_profile: Gets the infrastructure profile.
|
|
174
174
|
:param pulumi.Input[pulumi.InputType['NetworkProfileArgs']] network_profile: Network properties.
|
|
175
|
-
:param pulumi.Input[pulumi.InputType['
|
|
176
|
-
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
|
|
175
|
+
:param pulumi.Input[pulumi.InputType['OsProfileForVMInstanceArgs']] os_profile: OS properties.
|
|
176
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
177
177
|
:param pulumi.Input[pulumi.InputType['StorageProfileArgs']] storage_profile: Storage properties.
|
|
178
178
|
"""
|
|
179
179
|
...
|
|
@@ -200,12 +200,12 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
200
200
|
def _internal_init(__self__,
|
|
201
201
|
resource_name: str,
|
|
202
202
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
203
|
-
availability_sets: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
|
203
|
+
availability_sets: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['VirtualMachineInstancePropertiesAvailabilitySetsArgs']]]]] = None,
|
|
204
204
|
extended_location: Optional[pulumi.Input[pulumi.InputType['ExtendedLocationArgs']]] = None,
|
|
205
205
|
hardware_profile: Optional[pulumi.Input[pulumi.InputType['HardwareProfileArgs']]] = None,
|
|
206
206
|
infrastructure_profile: Optional[pulumi.Input[pulumi.InputType['InfrastructureProfileArgs']]] = None,
|
|
207
207
|
network_profile: Optional[pulumi.Input[pulumi.InputType['NetworkProfileArgs']]] = None,
|
|
208
|
-
os_profile: Optional[pulumi.Input[pulumi.InputType['
|
|
208
|
+
os_profile: Optional[pulumi.Input[pulumi.InputType['OsProfileForVMInstanceArgs']]] = None,
|
|
209
209
|
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
210
210
|
storage_profile: Optional[pulumi.Input[pulumi.InputType['StorageProfileArgs']]] = None,
|
|
211
211
|
__props__=None):
|
|
@@ -274,7 +274,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
274
274
|
|
|
275
275
|
@property
|
|
276
276
|
@pulumi.getter(name="availabilitySets")
|
|
277
|
-
def availability_sets(self) -> pulumi.Output[Optional[Sequence['outputs.
|
|
277
|
+
def availability_sets(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualMachineInstancePropertiesResponseAvailabilitySets']]]:
|
|
278
278
|
"""
|
|
279
279
|
Availability Sets in vm.
|
|
280
280
|
"""
|
|
@@ -322,7 +322,7 @@ class VirtualMachineInstance(pulumi.CustomResource):
|
|
|
322
322
|
|
|
323
323
|
@property
|
|
324
324
|
@pulumi.getter(name="osProfile")
|
|
325
|
-
def os_profile(self) -> pulumi.Output[Optional['outputs.
|
|
325
|
+
def os_profile(self) -> pulumi.Output[Optional['outputs.OsProfileForVMInstanceResponse']]:
|
|
326
326
|
"""
|
|
327
327
|
OS properties.
|
|
328
328
|
"""
|