pulumi-azure-native 2.43.1__py3-none-any.whl → 2.44.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +69 -2
- 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/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.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/RECORD +171 -97
- {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._inputs import *
|
|
13
|
+
|
|
14
|
+
__all__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
|
|
15
|
+
|
|
16
|
+
@pulumi.input_type
|
|
17
|
+
class PrivateEndpointConnectionArgs:
|
|
18
|
+
def __init__(__self__, *,
|
|
19
|
+
resource_group_name: pulumi.Input[str],
|
|
20
|
+
scope_name: pulumi.Input[str],
|
|
21
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
properties: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']] = None):
|
|
23
|
+
"""
|
|
24
|
+
The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
25
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
26
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Arc PrivateLinkScope resource.
|
|
27
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection.
|
|
28
|
+
:param pulumi.Input['PrivateEndpointConnectionPropertiesArgs'] properties: Resource properties.
|
|
29
|
+
"""
|
|
30
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
31
|
+
pulumi.set(__self__, "scope_name", scope_name)
|
|
32
|
+
if private_endpoint_connection_name is not None:
|
|
33
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
34
|
+
if properties is not None:
|
|
35
|
+
pulumi.set(__self__, "properties", properties)
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
@pulumi.getter(name="resourceGroupName")
|
|
39
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
40
|
+
"""
|
|
41
|
+
The name of the resource group. The name is case insensitive.
|
|
42
|
+
"""
|
|
43
|
+
return pulumi.get(self, "resource_group_name")
|
|
44
|
+
|
|
45
|
+
@resource_group_name.setter
|
|
46
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
47
|
+
pulumi.set(self, "resource_group_name", value)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="scopeName")
|
|
51
|
+
def scope_name(self) -> pulumi.Input[str]:
|
|
52
|
+
"""
|
|
53
|
+
The name of the Azure Arc PrivateLinkScope resource.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "scope_name")
|
|
56
|
+
|
|
57
|
+
@scope_name.setter
|
|
58
|
+
def scope_name(self, value: pulumi.Input[str]):
|
|
59
|
+
pulumi.set(self, "scope_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
63
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
64
|
+
"""
|
|
65
|
+
The name of the private endpoint connection.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
68
|
+
|
|
69
|
+
@private_endpoint_connection_name.setter
|
|
70
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
71
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def properties(self) -> Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']]:
|
|
76
|
+
"""
|
|
77
|
+
Resource properties.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "properties")
|
|
80
|
+
|
|
81
|
+
@properties.setter
|
|
82
|
+
def properties(self, value: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']]):
|
|
83
|
+
pulumi.set(self, "properties", value)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
class PrivateEndpointConnection(pulumi.CustomResource):
|
|
87
|
+
@overload
|
|
88
|
+
def __init__(__self__,
|
|
89
|
+
resource_name: str,
|
|
90
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
91
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
92
|
+
properties: Optional[pulumi.Input[pulumi.InputType['PrivateEndpointConnectionPropertiesArgs']]] = None,
|
|
93
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
95
|
+
__props__=None):
|
|
96
|
+
"""
|
|
97
|
+
A private endpoint connection
|
|
98
|
+
|
|
99
|
+
:param str resource_name: The name of the resource.
|
|
100
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
101
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection.
|
|
102
|
+
:param pulumi.Input[pulumi.InputType['PrivateEndpointConnectionPropertiesArgs']] properties: Resource properties.
|
|
103
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
104
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Arc PrivateLinkScope resource.
|
|
105
|
+
"""
|
|
106
|
+
...
|
|
107
|
+
@overload
|
|
108
|
+
def __init__(__self__,
|
|
109
|
+
resource_name: str,
|
|
110
|
+
args: PrivateEndpointConnectionArgs,
|
|
111
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
112
|
+
"""
|
|
113
|
+
A private endpoint connection
|
|
114
|
+
|
|
115
|
+
:param str resource_name: The name of the resource.
|
|
116
|
+
:param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
117
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
118
|
+
"""
|
|
119
|
+
...
|
|
120
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
121
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
122
|
+
if resource_args is not None:
|
|
123
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
124
|
+
else:
|
|
125
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
126
|
+
|
|
127
|
+
def _internal_init(__self__,
|
|
128
|
+
resource_name: str,
|
|
129
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
130
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
properties: Optional[pulumi.Input[pulumi.InputType['PrivateEndpointConnectionPropertiesArgs']]] = None,
|
|
132
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
__props__=None):
|
|
135
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
136
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
137
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
138
|
+
if opts.id is None:
|
|
139
|
+
if __props__ is not None:
|
|
140
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
141
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
142
|
+
|
|
143
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
144
|
+
__props__.__dict__["properties"] = properties
|
|
145
|
+
if resource_group_name is None and not opts.urn:
|
|
146
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
147
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
148
|
+
if scope_name is None and not opts.urn:
|
|
149
|
+
raise TypeError("Missing required property 'scope_name'")
|
|
150
|
+
__props__.__dict__["scope_name"] = scope_name
|
|
151
|
+
__props__.__dict__["name"] = None
|
|
152
|
+
__props__.__dict__["system_data"] = None
|
|
153
|
+
__props__.__dict__["type"] = None
|
|
154
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridcompute:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20200815preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20210128preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20210325preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20210422preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20210517preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20210520:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20210610preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20211210preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20220310:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20220510preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20220811preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20221110:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20230315preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20230620preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20231003preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:hybridcompute/v20240331preview:PrivateEndpointConnection")])
|
|
155
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
156
|
+
super(PrivateEndpointConnection, __self__).__init__(
|
|
157
|
+
'azure-native:hybridcompute/v20240520preview:PrivateEndpointConnection',
|
|
158
|
+
resource_name,
|
|
159
|
+
__props__,
|
|
160
|
+
opts)
|
|
161
|
+
|
|
162
|
+
@staticmethod
|
|
163
|
+
def get(resource_name: str,
|
|
164
|
+
id: pulumi.Input[str],
|
|
165
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
|
|
166
|
+
"""
|
|
167
|
+
Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
168
|
+
properties used to qualify the lookup.
|
|
169
|
+
|
|
170
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
171
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
172
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
173
|
+
"""
|
|
174
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
175
|
+
|
|
176
|
+
__props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
|
|
177
|
+
|
|
178
|
+
__props__.__dict__["name"] = None
|
|
179
|
+
__props__.__dict__["properties"] = None
|
|
180
|
+
__props__.__dict__["system_data"] = None
|
|
181
|
+
__props__.__dict__["type"] = None
|
|
182
|
+
return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter
|
|
186
|
+
def name(self) -> pulumi.Output[str]:
|
|
187
|
+
"""
|
|
188
|
+
The name of the resource
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "name")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def properties(self) -> pulumi.Output['outputs.PrivateEndpointConnectionPropertiesResponse']:
|
|
195
|
+
"""
|
|
196
|
+
Resource properties.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "properties")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="systemData")
|
|
202
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
203
|
+
"""
|
|
204
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "system_data")
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def type(self) -> pulumi.Output[str]:
|
|
211
|
+
"""
|
|
212
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "type")
|
|
215
|
+
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['PrivateLinkScopeArgs', 'PrivateLinkScope']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class PrivateLinkScopeArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
properties: Optional[pulumi.Input['HybridComputePrivateLinkScopePropertiesArgs']] = None,
|
|
23
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a PrivateLinkScope resource.
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input[str] location: Resource location
|
|
29
|
+
:param pulumi.Input['HybridComputePrivateLinkScopePropertiesArgs'] properties: Properties that define a Azure Arc PrivateLinkScope resource.
|
|
30
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Arc PrivateLinkScope resource.
|
|
31
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
34
|
+
if location is not None:
|
|
35
|
+
pulumi.set(__self__, "location", location)
|
|
36
|
+
if properties is not None:
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
if scope_name is not None:
|
|
39
|
+
pulumi.set(__self__, "scope_name", scope_name)
|
|
40
|
+
if tags is not None:
|
|
41
|
+
pulumi.set(__self__, "tags", tags)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="resourceGroupName")
|
|
45
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
The name of the resource group. The name is case insensitive.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "resource_group_name")
|
|
50
|
+
|
|
51
|
+
@resource_group_name.setter
|
|
52
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "resource_group_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
58
|
+
"""
|
|
59
|
+
Resource location
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "location")
|
|
62
|
+
|
|
63
|
+
@location.setter
|
|
64
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
65
|
+
pulumi.set(self, "location", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def properties(self) -> Optional[pulumi.Input['HybridComputePrivateLinkScopePropertiesArgs']]:
|
|
70
|
+
"""
|
|
71
|
+
Properties that define a Azure Arc PrivateLinkScope resource.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "properties")
|
|
74
|
+
|
|
75
|
+
@properties.setter
|
|
76
|
+
def properties(self, value: Optional[pulumi.Input['HybridComputePrivateLinkScopePropertiesArgs']]):
|
|
77
|
+
pulumi.set(self, "properties", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="scopeName")
|
|
81
|
+
def scope_name(self) -> Optional[pulumi.Input[str]]:
|
|
82
|
+
"""
|
|
83
|
+
The name of the Azure Arc PrivateLinkScope resource.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "scope_name")
|
|
86
|
+
|
|
87
|
+
@scope_name.setter
|
|
88
|
+
def scope_name(self, value: Optional[pulumi.Input[str]]):
|
|
89
|
+
pulumi.set(self, "scope_name", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
94
|
+
"""
|
|
95
|
+
Resource tags
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "tags")
|
|
98
|
+
|
|
99
|
+
@tags.setter
|
|
100
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
101
|
+
pulumi.set(self, "tags", value)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
class PrivateLinkScope(pulumi.CustomResource):
|
|
105
|
+
@overload
|
|
106
|
+
def __init__(__self__,
|
|
107
|
+
resource_name: str,
|
|
108
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
109
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
properties: Optional[pulumi.Input[pulumi.InputType['HybridComputePrivateLinkScopePropertiesArgs']]] = None,
|
|
111
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
114
|
+
__props__=None):
|
|
115
|
+
"""
|
|
116
|
+
An Azure Arc PrivateLinkScope definition.
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
120
|
+
:param pulumi.Input[str] location: Resource location
|
|
121
|
+
:param pulumi.Input[pulumi.InputType['HybridComputePrivateLinkScopePropertiesArgs']] properties: Properties that define a Azure Arc PrivateLinkScope resource.
|
|
122
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
123
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Arc PrivateLinkScope resource.
|
|
124
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
|
|
125
|
+
"""
|
|
126
|
+
...
|
|
127
|
+
@overload
|
|
128
|
+
def __init__(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
args: PrivateLinkScopeArgs,
|
|
131
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
132
|
+
"""
|
|
133
|
+
An Azure Arc PrivateLinkScope definition.
|
|
134
|
+
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param PrivateLinkScopeArgs args: The arguments to use to populate this resource's properties.
|
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
+
"""
|
|
139
|
+
...
|
|
140
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
141
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateLinkScopeArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
142
|
+
if resource_args is not None:
|
|
143
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
144
|
+
else:
|
|
145
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
146
|
+
|
|
147
|
+
def _internal_init(__self__,
|
|
148
|
+
resource_name: str,
|
|
149
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
properties: Optional[pulumi.Input[pulumi.InputType['HybridComputePrivateLinkScopePropertiesArgs']]] = None,
|
|
152
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
155
|
+
__props__=None):
|
|
156
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
157
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
158
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
159
|
+
if opts.id is None:
|
|
160
|
+
if __props__ is not None:
|
|
161
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
162
|
+
__props__ = PrivateLinkScopeArgs.__new__(PrivateLinkScopeArgs)
|
|
163
|
+
|
|
164
|
+
__props__.__dict__["location"] = location
|
|
165
|
+
__props__.__dict__["properties"] = properties
|
|
166
|
+
if resource_group_name is None and not opts.urn:
|
|
167
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
168
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
169
|
+
__props__.__dict__["scope_name"] = scope_name
|
|
170
|
+
__props__.__dict__["tags"] = tags
|
|
171
|
+
__props__.__dict__["name"] = None
|
|
172
|
+
__props__.__dict__["system_data"] = None
|
|
173
|
+
__props__.__dict__["type"] = None
|
|
174
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridcompute:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20200815preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210128preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210325preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210422preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210517preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210520:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20210610preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20211210preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220310:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220510preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20220811preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221110:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20221227preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20230315preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20230620preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20231003preview:PrivateLinkScope"), pulumi.Alias(type_="azure-native:hybridcompute/v20240331preview:PrivateLinkScope")])
|
|
175
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
176
|
+
super(PrivateLinkScope, __self__).__init__(
|
|
177
|
+
'azure-native:hybridcompute/v20240520preview:PrivateLinkScope',
|
|
178
|
+
resource_name,
|
|
179
|
+
__props__,
|
|
180
|
+
opts)
|
|
181
|
+
|
|
182
|
+
@staticmethod
|
|
183
|
+
def get(resource_name: str,
|
|
184
|
+
id: pulumi.Input[str],
|
|
185
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateLinkScope':
|
|
186
|
+
"""
|
|
187
|
+
Get an existing PrivateLinkScope resource's state with the given name, id, and optional extra
|
|
188
|
+
properties used to qualify the lookup.
|
|
189
|
+
|
|
190
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
191
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
192
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
193
|
+
"""
|
|
194
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
195
|
+
|
|
196
|
+
__props__ = PrivateLinkScopeArgs.__new__(PrivateLinkScopeArgs)
|
|
197
|
+
|
|
198
|
+
__props__.__dict__["location"] = None
|
|
199
|
+
__props__.__dict__["name"] = None
|
|
200
|
+
__props__.__dict__["properties"] = None
|
|
201
|
+
__props__.__dict__["system_data"] = None
|
|
202
|
+
__props__.__dict__["tags"] = None
|
|
203
|
+
__props__.__dict__["type"] = None
|
|
204
|
+
return PrivateLinkScope(resource_name, opts=opts, __props__=__props__)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def location(self) -> pulumi.Output[str]:
|
|
209
|
+
"""
|
|
210
|
+
Resource location
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "location")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def name(self) -> pulumi.Output[str]:
|
|
217
|
+
"""
|
|
218
|
+
Azure resource name
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "name")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def properties(self) -> pulumi.Output['outputs.HybridComputePrivateLinkScopePropertiesResponse']:
|
|
225
|
+
"""
|
|
226
|
+
Properties that define a Azure Arc PrivateLinkScope resource.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "properties")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="systemData")
|
|
232
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
233
|
+
"""
|
|
234
|
+
The system meta data relating to this resource.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "system_data")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter
|
|
240
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
241
|
+
"""
|
|
242
|
+
Resource tags
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "tags")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def type(self) -> pulumi.Output[str]:
|
|
249
|
+
"""
|
|
250
|
+
Azure resource type
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "type")
|
|
253
|
+
|
|
@@ -173,7 +173,7 @@ def get_guest_agent(guest_agent_name: Optional[str] = None,
|
|
|
173
173
|
Implements GuestAgent GET method.
|
|
174
174
|
Azure REST API version: 2022-05-21-preview.
|
|
175
175
|
|
|
176
|
-
Other available API versions: 2023-04-01-preview.
|
|
176
|
+
Other available API versions: 2023-04-01-preview, 2023-10-07.
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
:param str guest_agent_name: Name of the GuestAgent.
|
|
@@ -210,7 +210,7 @@ def get_guest_agent_output(guest_agent_name: Optional[pulumi.Input[str]] = None,
|
|
|
210
210
|
Implements GuestAgent GET method.
|
|
211
211
|
Azure REST API version: 2022-05-21-preview.
|
|
212
212
|
|
|
213
|
-
Other available API versions: 2023-04-01-preview.
|
|
213
|
+
Other available API versions: 2023-04-01-preview, 2023-10-07.
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
:param str guest_agent_name: Name of the GuestAgent.
|
|
@@ -171,8 +171,6 @@ def get_vm_instance_guest_agent(resource_uri: Optional[str] = None,
|
|
|
171
171
|
Implements GuestAgent GET method.
|
|
172
172
|
Azure REST API version: 2023-04-01-preview.
|
|
173
173
|
|
|
174
|
-
Other available API versions: 2023-10-07.
|
|
175
|
-
|
|
176
174
|
|
|
177
175
|
:param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
178
176
|
"""
|
|
@@ -202,8 +200,6 @@ def get_vm_instance_guest_agent_output(resource_uri: Optional[pulumi.Input[str]]
|
|
|
202
200
|
Implements GuestAgent GET method.
|
|
203
201
|
Azure REST API version: 2023-04-01-preview.
|
|
204
202
|
|
|
205
|
-
Other available API versions: 2023-10-07.
|
|
206
|
-
|
|
207
203
|
|
|
208
204
|
:param str resource_uri: The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
|
|
209
205
|
"""
|
|
@@ -132,7 +132,7 @@ class GuestAgent(pulumi.CustomResource):
|
|
|
132
132
|
Defines the GuestAgent.
|
|
133
133
|
Azure REST API version: 2022-05-21-preview.
|
|
134
134
|
|
|
135
|
-
Other available API versions: 2023-04-01-preview.
|
|
135
|
+
Other available API versions: 2023-04-01-preview, 2023-10-07.
|
|
136
136
|
|
|
137
137
|
:param str resource_name: The name of the resource.
|
|
138
138
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -153,7 +153,7 @@ class GuestAgent(pulumi.CustomResource):
|
|
|
153
153
|
Defines the GuestAgent.
|
|
154
154
|
Azure REST API version: 2022-05-21-preview.
|
|
155
155
|
|
|
156
|
-
Other available API versions: 2023-04-01-preview.
|
|
156
|
+
Other available API versions: 2023-04-01-preview, 2023-10-07.
|
|
157
157
|
|
|
158
158
|
:param str resource_name: The name of the resource.
|
|
159
159
|
:param GuestAgentArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -10,17 +10,17 @@ from .availability_set import *
|
|
|
10
10
|
from .cloud import *
|
|
11
11
|
from .get_availability_set import *
|
|
12
12
|
from .get_cloud import *
|
|
13
|
+
from .get_guest_agent import *
|
|
13
14
|
from .get_inventory_item import *
|
|
14
15
|
from .get_virtual_machine_instance import *
|
|
15
16
|
from .get_virtual_machine_template import *
|
|
16
17
|
from .get_virtual_network import *
|
|
17
|
-
from .get_vm_instance_guest_agent import *
|
|
18
18
|
from .get_vmm_server import *
|
|
19
|
+
from .guest_agent import *
|
|
19
20
|
from .inventory_item import *
|
|
20
21
|
from .virtual_machine_instance import *
|
|
21
22
|
from .virtual_machine_template import *
|
|
22
23
|
from .virtual_network import *
|
|
23
|
-
from .vm_instance_guest_agent import *
|
|
24
24
|
from .vmm_server import *
|
|
25
25
|
from ._inputs import *
|
|
26
26
|
from . import outputs
|
|
@@ -19,23 +19,41 @@ class AllocationMethod(str, Enum):
|
|
|
19
19
|
Gets or sets the mac address type.
|
|
20
20
|
"""
|
|
21
21
|
DYNAMIC = "Dynamic"
|
|
22
|
+
"""
|
|
23
|
+
Dynamically allocated address.
|
|
24
|
+
"""
|
|
22
25
|
STATIC = "Static"
|
|
26
|
+
"""
|
|
27
|
+
Statically allocated address.
|
|
28
|
+
"""
|
|
23
29
|
|
|
24
30
|
|
|
25
31
|
class CreateDiffDisk(str, Enum):
|
|
26
32
|
"""
|
|
27
33
|
Gets or sets a value indicating diff disk.
|
|
28
34
|
"""
|
|
29
|
-
FALSE = "false"
|
|
30
35
|
TRUE = "true"
|
|
36
|
+
"""
|
|
37
|
+
Enable create diff disk.
|
|
38
|
+
"""
|
|
39
|
+
FALSE = "false"
|
|
40
|
+
"""
|
|
41
|
+
Disable create diff disk.
|
|
42
|
+
"""
|
|
31
43
|
|
|
32
44
|
|
|
33
45
|
class DynamicMemoryEnabled(str, Enum):
|
|
34
46
|
"""
|
|
35
47
|
Gets or sets a value indicating whether to enable dynamic memory or not.
|
|
36
48
|
"""
|
|
37
|
-
FALSE = "false"
|
|
38
49
|
TRUE = "true"
|
|
50
|
+
"""
|
|
51
|
+
Enable dynamic memory.
|
|
52
|
+
"""
|
|
53
|
+
FALSE = "false"
|
|
54
|
+
"""
|
|
55
|
+
Disable dynamic memory.
|
|
56
|
+
"""
|
|
39
57
|
|
|
40
58
|
|
|
41
59
|
class InventoryType(str, Enum):
|
|
@@ -43,17 +61,35 @@ class InventoryType(str, Enum):
|
|
|
43
61
|
They inventory type.
|
|
44
62
|
"""
|
|
45
63
|
CLOUD = "Cloud"
|
|
64
|
+
"""
|
|
65
|
+
Cloud inventory type
|
|
66
|
+
"""
|
|
46
67
|
VIRTUAL_NETWORK = "VirtualNetwork"
|
|
47
|
-
|
|
68
|
+
"""
|
|
69
|
+
VirtualNetwork inventory type
|
|
70
|
+
"""
|
|
48
71
|
VIRTUAL_MACHINE = "VirtualMachine"
|
|
72
|
+
"""
|
|
73
|
+
VirtualMachine inventory type
|
|
74
|
+
"""
|
|
75
|
+
VIRTUAL_MACHINE_TEMPLATE = "VirtualMachineTemplate"
|
|
76
|
+
"""
|
|
77
|
+
VirtualMachineTemplate inventory type
|
|
78
|
+
"""
|
|
49
79
|
|
|
50
80
|
|
|
51
81
|
class LimitCpuForMigration(str, Enum):
|
|
52
82
|
"""
|
|
53
83
|
Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
|
|
54
84
|
"""
|
|
55
|
-
FALSE = "false"
|
|
56
85
|
TRUE = "true"
|
|
86
|
+
"""
|
|
87
|
+
Enable limit CPU for migration.
|
|
88
|
+
"""
|
|
89
|
+
FALSE = "false"
|
|
90
|
+
"""
|
|
91
|
+
Disable limit CPU for migration.
|
|
92
|
+
"""
|
|
57
93
|
|
|
58
94
|
|
|
59
95
|
class ProvisioningAction(str, Enum):
|
|
@@ -61,5 +97,14 @@ class ProvisioningAction(str, Enum):
|
|
|
61
97
|
Gets or sets the guest agent provisioning action.
|
|
62
98
|
"""
|
|
63
99
|
INSTALL = "install"
|
|
100
|
+
"""
|
|
101
|
+
Install guest agent.
|
|
102
|
+
"""
|
|
64
103
|
UNINSTALL = "uninstall"
|
|
104
|
+
"""
|
|
105
|
+
Uninstall guest agent.
|
|
106
|
+
"""
|
|
65
107
|
REPAIR = "repair"
|
|
108
|
+
"""
|
|
109
|
+
Repair guest agent.
|
|
110
|
+
"""
|