pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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 +65 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,112 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'ListEndpointManagedProxyDetailsResult',
|
|
20
|
+
'AwaitableListEndpointManagedProxyDetailsResult',
|
|
21
|
+
'list_endpoint_managed_proxy_details',
|
|
22
|
+
'list_endpoint_managed_proxy_details_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class ListEndpointManagedProxyDetailsResult:
|
|
27
|
+
"""
|
|
28
|
+
Managed Proxy
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, expires_on=None, proxy=None):
|
|
31
|
+
if expires_on and not isinstance(expires_on, float):
|
|
32
|
+
raise TypeError("Expected argument 'expires_on' to be a float")
|
|
33
|
+
pulumi.set(__self__, "expires_on", expires_on)
|
|
34
|
+
if proxy and not isinstance(proxy, str):
|
|
35
|
+
raise TypeError("Expected argument 'proxy' to be a str")
|
|
36
|
+
pulumi.set(__self__, "proxy", proxy)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="expiresOn")
|
|
40
|
+
def expires_on(self) -> float:
|
|
41
|
+
"""
|
|
42
|
+
The expiration time of short lived proxy name in unix epoch.
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "expires_on")
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def proxy(self) -> str:
|
|
49
|
+
"""
|
|
50
|
+
The short lived proxy name.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "proxy")
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class AwaitableListEndpointManagedProxyDetailsResult(ListEndpointManagedProxyDetailsResult):
|
|
56
|
+
# pylint: disable=using-constant-test
|
|
57
|
+
def __await__(self):
|
|
58
|
+
if False:
|
|
59
|
+
yield self
|
|
60
|
+
return ListEndpointManagedProxyDetailsResult(
|
|
61
|
+
expires_on=self.expires_on,
|
|
62
|
+
proxy=self.proxy)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def list_endpoint_managed_proxy_details(endpoint_name: Optional[str] = None,
|
|
66
|
+
hostname: Optional[str] = None,
|
|
67
|
+
resource_uri: Optional[str] = None,
|
|
68
|
+
service: Optional[str] = None,
|
|
69
|
+
service_name: Optional[Union[str, 'ServiceName']] = None,
|
|
70
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEndpointManagedProxyDetailsResult:
|
|
71
|
+
"""
|
|
72
|
+
Fetches the managed proxy details
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param str endpoint_name: The endpoint name.
|
|
76
|
+
:param str hostname: The target host name.
|
|
77
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
78
|
+
:param str service: The name of the service.
|
|
79
|
+
:param Union[str, 'ServiceName'] service_name: The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
|
|
80
|
+
"""
|
|
81
|
+
__args__ = dict()
|
|
82
|
+
__args__['endpointName'] = endpoint_name
|
|
83
|
+
__args__['hostname'] = hostname
|
|
84
|
+
__args__['resourceUri'] = resource_uri
|
|
85
|
+
__args__['service'] = service
|
|
86
|
+
__args__['serviceName'] = service_name
|
|
87
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
88
|
+
__ret__ = pulumi.runtime.invoke('azure-native:hybridconnectivity/v20241201:listEndpointManagedProxyDetails', __args__, opts=opts, typ=ListEndpointManagedProxyDetailsResult).value
|
|
89
|
+
|
|
90
|
+
return AwaitableListEndpointManagedProxyDetailsResult(
|
|
91
|
+
expires_on=pulumi.get(__ret__, 'expires_on'),
|
|
92
|
+
proxy=pulumi.get(__ret__, 'proxy'))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
@_utilities.lift_output_func(list_endpoint_managed_proxy_details)
|
|
96
|
+
def list_endpoint_managed_proxy_details_output(endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
97
|
+
hostname: Optional[pulumi.Input[Optional[str]]] = None,
|
|
98
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
99
|
+
service: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
service_name: Optional[pulumi.Input[Optional[Union[str, 'ServiceName']]]] = None,
|
|
101
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListEndpointManagedProxyDetailsResult]:
|
|
102
|
+
"""
|
|
103
|
+
Fetches the managed proxy details
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
:param str endpoint_name: The endpoint name.
|
|
107
|
+
:param str hostname: The target host name.
|
|
108
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
109
|
+
:param str service: The name of the service.
|
|
110
|
+
:param Union[str, 'ServiceName'] service_name: The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.
|
|
111
|
+
"""
|
|
112
|
+
...
|
|
@@ -0,0 +1,196 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'EndpointPropertiesResponse',
|
|
20
|
+
'SystemDataResponse',
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
@pulumi.output_type
|
|
24
|
+
class EndpointPropertiesResponse(dict):
|
|
25
|
+
"""
|
|
26
|
+
Endpoint details
|
|
27
|
+
"""
|
|
28
|
+
@staticmethod
|
|
29
|
+
def __key_warning(key: str):
|
|
30
|
+
suggest = None
|
|
31
|
+
if key == "provisioningState":
|
|
32
|
+
suggest = "provisioning_state"
|
|
33
|
+
elif key == "resourceId":
|
|
34
|
+
suggest = "resource_id"
|
|
35
|
+
|
|
36
|
+
if suggest:
|
|
37
|
+
pulumi.log.warn(f"Key '{key}' not found in EndpointPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
38
|
+
|
|
39
|
+
def __getitem__(self, key: str) -> Any:
|
|
40
|
+
EndpointPropertiesResponse.__key_warning(key)
|
|
41
|
+
return super().__getitem__(key)
|
|
42
|
+
|
|
43
|
+
def get(self, key: str, default = None) -> Any:
|
|
44
|
+
EndpointPropertiesResponse.__key_warning(key)
|
|
45
|
+
return super().get(key, default)
|
|
46
|
+
|
|
47
|
+
def __init__(__self__, *,
|
|
48
|
+
provisioning_state: str,
|
|
49
|
+
type: str,
|
|
50
|
+
resource_id: Optional[str] = None):
|
|
51
|
+
"""
|
|
52
|
+
Endpoint details
|
|
53
|
+
:param str provisioning_state: The resource provisioning state.
|
|
54
|
+
:param str type: The type of endpoint.
|
|
55
|
+
:param str resource_id: The resource Id of the connectivity endpoint (optional).
|
|
56
|
+
"""
|
|
57
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
58
|
+
pulumi.set(__self__, "type", type)
|
|
59
|
+
if resource_id is not None:
|
|
60
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="provisioningState")
|
|
64
|
+
def provisioning_state(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
The resource provisioning state.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "provisioning_state")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def type(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The type of endpoint.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "type")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="resourceId")
|
|
80
|
+
def resource_id(self) -> Optional[str]:
|
|
81
|
+
"""
|
|
82
|
+
The resource Id of the connectivity endpoint (optional).
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "resource_id")
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
@pulumi.output_type
|
|
88
|
+
class SystemDataResponse(dict):
|
|
89
|
+
"""
|
|
90
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
91
|
+
"""
|
|
92
|
+
@staticmethod
|
|
93
|
+
def __key_warning(key: str):
|
|
94
|
+
suggest = None
|
|
95
|
+
if key == "createdAt":
|
|
96
|
+
suggest = "created_at"
|
|
97
|
+
elif key == "createdBy":
|
|
98
|
+
suggest = "created_by"
|
|
99
|
+
elif key == "createdByType":
|
|
100
|
+
suggest = "created_by_type"
|
|
101
|
+
elif key == "lastModifiedAt":
|
|
102
|
+
suggest = "last_modified_at"
|
|
103
|
+
elif key == "lastModifiedBy":
|
|
104
|
+
suggest = "last_modified_by"
|
|
105
|
+
elif key == "lastModifiedByType":
|
|
106
|
+
suggest = "last_modified_by_type"
|
|
107
|
+
|
|
108
|
+
if suggest:
|
|
109
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
110
|
+
|
|
111
|
+
def __getitem__(self, key: str) -> Any:
|
|
112
|
+
SystemDataResponse.__key_warning(key)
|
|
113
|
+
return super().__getitem__(key)
|
|
114
|
+
|
|
115
|
+
def get(self, key: str, default = None) -> Any:
|
|
116
|
+
SystemDataResponse.__key_warning(key)
|
|
117
|
+
return super().get(key, default)
|
|
118
|
+
|
|
119
|
+
def __init__(__self__, *,
|
|
120
|
+
created_at: Optional[str] = None,
|
|
121
|
+
created_by: Optional[str] = None,
|
|
122
|
+
created_by_type: Optional[str] = None,
|
|
123
|
+
last_modified_at: Optional[str] = None,
|
|
124
|
+
last_modified_by: Optional[str] = None,
|
|
125
|
+
last_modified_by_type: Optional[str] = None):
|
|
126
|
+
"""
|
|
127
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
128
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
129
|
+
:param str created_by: The identity that created the resource.
|
|
130
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
131
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
132
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
133
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
134
|
+
"""
|
|
135
|
+
if created_at is not None:
|
|
136
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
137
|
+
if created_by is not None:
|
|
138
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
139
|
+
if created_by_type is not None:
|
|
140
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
141
|
+
if last_modified_at is not None:
|
|
142
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
143
|
+
if last_modified_by is not None:
|
|
144
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
145
|
+
if last_modified_by_type is not None:
|
|
146
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="createdAt")
|
|
150
|
+
def created_at(self) -> Optional[str]:
|
|
151
|
+
"""
|
|
152
|
+
The timestamp of resource creation (UTC).
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "created_at")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="createdBy")
|
|
158
|
+
def created_by(self) -> Optional[str]:
|
|
159
|
+
"""
|
|
160
|
+
The identity that created the resource.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "created_by")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="createdByType")
|
|
166
|
+
def created_by_type(self) -> Optional[str]:
|
|
167
|
+
"""
|
|
168
|
+
The type of identity that created the resource.
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "created_by_type")
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
174
|
+
def last_modified_at(self) -> Optional[str]:
|
|
175
|
+
"""
|
|
176
|
+
The timestamp of resource last modification (UTC)
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "last_modified_at")
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
182
|
+
def last_modified_by(self) -> Optional[str]:
|
|
183
|
+
"""
|
|
184
|
+
The identity that last modified the resource.
|
|
185
|
+
"""
|
|
186
|
+
return pulumi.get(self, "last_modified_by")
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
190
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
191
|
+
"""
|
|
192
|
+
The type of identity that last modified the resource.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
195
|
+
|
|
196
|
+
|