pulumi-azure-native 2.58.0a1724401186__py3-none-any.whl → 2.58.0a1724403460__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 +52 -0
- pulumi_azure_native/azurelargeinstance/__init__.py +22 -0
- pulumi_azure_native/azurelargeinstance/_enums.py +256 -0
- pulumi_azure_native/azurelargeinstance/_inputs.py +646 -0
- pulumi_azure_native/azurelargeinstance/azure_large_instance.py +475 -0
- pulumi_azure_native/azurelargeinstance/azure_large_storage_instance.py +320 -0
- pulumi_azure_native/azurelargeinstance/get_azure_large_instance.py +271 -0
- pulumi_azure_native/azurelargeinstance/get_azure_large_storage_instance.py +193 -0
- pulumi_azure_native/azurelargeinstance/outputs.py +795 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/__init__.py +14 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/_enums.py +256 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/_inputs.py +646 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_instance.py +473 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_storage_instance.py +318 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_instance.py +269 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_storage_instance.py +191 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/outputs.py +795 -0
- pulumi_azure_native/baremetalinfrastructure/__init__.py +5 -0
- pulumi_azure_native/baremetalinfrastructure/_enums.py +74 -0
- pulumi_azure_native/baremetalinfrastructure/_inputs.py +368 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_instance.py +502 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +3 -3
- pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_instance.py +281 -0
- pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_storage_instance.py +2 -2
- pulumi_azure_native/baremetalinfrastructure/outputs.py +351 -0
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20231101preview/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/__init__.py +14 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/_enums.py +106 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/_inputs.py +644 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_instance.py +500 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_storage_instance.py +316 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_instance.py +279 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_storage_instance.py +188 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/outputs.py +726 -0
- pulumi_azure_native/batch/__init__.py +3 -0
- pulumi_azure_native/batch/application.py +3 -3
- pulumi_azure_native/batch/application_package.py +3 -3
- pulumi_azure_native/batch/batch_account.py +3 -3
- pulumi_azure_native/batch/get_application.py +2 -2
- pulumi_azure_native/batch/get_application_package.py +2 -2
- pulumi_azure_native/batch/get_batch_account.py +2 -2
- pulumi_azure_native/batch/get_pool.py +2 -2
- pulumi_azure_native/batch/list_batch_account_keys.py +2 -2
- pulumi_azure_native/batch/pool.py +3 -3
- pulumi_azure_native/batch/v20220101/batch_account.py +1 -1
- pulumi_azure_native/batch/v20230501/application.py +1 -1
- pulumi_azure_native/batch/v20230501/application_package.py +1 -1
- pulumi_azure_native/batch/v20230501/batch_account.py +1 -1
- pulumi_azure_native/batch/v20230501/pool.py +1 -1
- pulumi_azure_native/batch/v20231101/application.py +1 -1
- pulumi_azure_native/batch/v20231101/application_package.py +1 -1
- pulumi_azure_native/batch/v20231101/batch_account.py +1 -1
- pulumi_azure_native/batch/v20231101/pool.py +1 -1
- pulumi_azure_native/batch/v20240201/application.py +1 -1
- pulumi_azure_native/batch/v20240201/application_package.py +1 -1
- pulumi_azure_native/batch/v20240201/batch_account.py +1 -1
- pulumi_azure_native/batch/v20240201/pool.py +1 -1
- pulumi_azure_native/batch/v20240701/__init__.py +19 -0
- pulumi_azure_native/batch/v20240701/_enums.py +510 -0
- pulumi_azure_native/batch/v20240701/_inputs.py +4319 -0
- pulumi_azure_native/batch/v20240701/application.py +305 -0
- pulumi_azure_native/batch/v20240701/application_package.py +289 -0
- pulumi_azure_native/batch/v20240701/batch_account.py +545 -0
- pulumi_azure_native/batch/v20240701/get_application.py +179 -0
- pulumi_azure_native/batch/v20240701/get_application_package.py +210 -0
- pulumi_azure_native/batch/v20240701/get_batch_account.py +364 -0
- pulumi_azure_native/batch/v20240701/get_pool.py +503 -0
- pulumi_azure_native/batch/v20240701/list_batch_account_keys.py +109 -0
- pulumi_azure_native/batch/v20240701/outputs.py +4161 -0
- pulumi_azure_native/batch/v20240701/pool.py +854 -0
- pulumi_azure_native/hardwaresecuritymodules/__init__.py +3 -0
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +5 -1
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +4 -0
- pulumi_azure_native/hardwaresecuritymodules/v20211130/dedicated_hsm.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/__init__.py +16 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_enums.py +100 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_inputs.py +405 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +428 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster_private_endpoint_connection.py +262 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/dedicated_hsm.py +394 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +279 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster_private_endpoint_connection.py +193 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_dedicated_hsm.py +240 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/outputs.py +772 -0
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +20 -0
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +12 -11
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/RECORD +101 -52
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/top_level.txt +0 -0
|
@@ -6,7 +6,9 @@ from .. import _utilities
|
|
|
6
6
|
import typing
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from ._enums import *
|
|
9
|
+
from .azure_bare_metal_instance import *
|
|
9
10
|
from .azure_bare_metal_storage_instance import *
|
|
11
|
+
from .get_azure_bare_metal_instance import *
|
|
10
12
|
from .get_azure_bare_metal_storage_instance import *
|
|
11
13
|
from ._inputs import *
|
|
12
14
|
from . import outputs
|
|
@@ -19,8 +21,11 @@ if typing.TYPE_CHECKING:
|
|
|
19
21
|
v20230804preview = __v20230804preview
|
|
20
22
|
import pulumi_azure_native.baremetalinfrastructure.v20231101preview as __v20231101preview
|
|
21
23
|
v20231101preview = __v20231101preview
|
|
24
|
+
import pulumi_azure_native.baremetalinfrastructure.v20240801preview as __v20240801preview
|
|
25
|
+
v20240801preview = __v20240801preview
|
|
22
26
|
else:
|
|
23
27
|
v20230406 = _utilities.lazy_import('pulumi_azure_native.baremetalinfrastructure.v20230406')
|
|
24
28
|
v20230804preview = _utilities.lazy_import('pulumi_azure_native.baremetalinfrastructure.v20230804preview')
|
|
25
29
|
v20231101preview = _utilities.lazy_import('pulumi_azure_native.baremetalinfrastructure.v20231101preview')
|
|
30
|
+
v20240801preview = _utilities.lazy_import('pulumi_azure_native.baremetalinfrastructure.v20240801preview')
|
|
26
31
|
|
|
@@ -5,10 +5,84 @@
|
|
|
5
5
|
from enum import Enum
|
|
6
6
|
|
|
7
7
|
__all__ = [
|
|
8
|
+
'AzureBareMetalHardwareTypeNamesEnum',
|
|
9
|
+
'AzureBareMetalInstancePowerStateEnum',
|
|
10
|
+
'AzureBareMetalInstanceSizeNamesEnum',
|
|
8
11
|
'ProvisioningState',
|
|
9
12
|
]
|
|
10
13
|
|
|
11
14
|
|
|
15
|
+
class AzureBareMetalHardwareTypeNamesEnum(str, Enum):
|
|
16
|
+
"""
|
|
17
|
+
Name of the hardware type (vendor and/or their product name)
|
|
18
|
+
"""
|
|
19
|
+
CISCO_UCS = "Cisco_UCS"
|
|
20
|
+
HPE = "HPE"
|
|
21
|
+
SDFLEX = "SDFLEX"
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class AzureBareMetalInstancePowerStateEnum(str, Enum):
|
|
25
|
+
"""
|
|
26
|
+
Resource power state
|
|
27
|
+
"""
|
|
28
|
+
STARTING = "starting"
|
|
29
|
+
STARTED = "started"
|
|
30
|
+
STOPPING = "stopping"
|
|
31
|
+
STOPPED = "stopped"
|
|
32
|
+
RESTARTING = "restarting"
|
|
33
|
+
UNKNOWN = "unknown"
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
class AzureBareMetalInstanceSizeNamesEnum(str, Enum):
|
|
37
|
+
"""
|
|
38
|
+
Specifies the Azure Bare Metal Instance SKU.
|
|
39
|
+
"""
|
|
40
|
+
S72M = "S72m"
|
|
41
|
+
S144M = "S144m"
|
|
42
|
+
S72 = "S72"
|
|
43
|
+
S144 = "S144"
|
|
44
|
+
S192 = "S192"
|
|
45
|
+
S192M = "S192m"
|
|
46
|
+
S192XM = "S192xm"
|
|
47
|
+
S96 = "S96"
|
|
48
|
+
S112 = "S112"
|
|
49
|
+
S224 = "S224"
|
|
50
|
+
S224M = "S224m"
|
|
51
|
+
S224OM = "S224om"
|
|
52
|
+
S224OO = "S224oo"
|
|
53
|
+
S224OOM = "S224oom"
|
|
54
|
+
S224OOO = "S224ooo"
|
|
55
|
+
S384 = "S384"
|
|
56
|
+
S384M = "S384m"
|
|
57
|
+
S384XM = "S384xm"
|
|
58
|
+
S384XXM = "S384xxm"
|
|
59
|
+
S448 = "S448"
|
|
60
|
+
S448M = "S448m"
|
|
61
|
+
S448OM = "S448om"
|
|
62
|
+
S448OO = "S448oo"
|
|
63
|
+
S448OOM = "S448oom"
|
|
64
|
+
S448OOO = "S448ooo"
|
|
65
|
+
S448SE = "S448se"
|
|
66
|
+
S576M = "S576m"
|
|
67
|
+
S576XM = "S576xm"
|
|
68
|
+
S672 = "S672"
|
|
69
|
+
S672M = "S672m"
|
|
70
|
+
S672OM = "S672om"
|
|
71
|
+
S672OO = "S672oo"
|
|
72
|
+
S672OOM = "S672oom"
|
|
73
|
+
S672OOO = "S672ooo"
|
|
74
|
+
S768 = "S768"
|
|
75
|
+
S768M = "S768m"
|
|
76
|
+
S768XM = "S768xm"
|
|
77
|
+
S896 = "S896"
|
|
78
|
+
S896M = "S896m"
|
|
79
|
+
S896OM = "S896om"
|
|
80
|
+
S896OO = "S896oo"
|
|
81
|
+
S896OOM = "S896oom"
|
|
82
|
+
S896OOO = "S896ooo"
|
|
83
|
+
S960M = "S960m"
|
|
84
|
+
|
|
85
|
+
|
|
12
86
|
class ProvisioningState(str, Enum):
|
|
13
87
|
"""
|
|
14
88
|
State of provisioning of the AzureBareMetalStorageInstance
|
|
@@ -16,14 +16,326 @@ from .. import _utilities
|
|
|
16
16
|
from ._enums import *
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
+
'DiskArgs',
|
|
20
|
+
'DiskArgsDict',
|
|
21
|
+
'HardwareProfileArgs',
|
|
22
|
+
'HardwareProfileArgsDict',
|
|
23
|
+
'NetworkInterfaceArgs',
|
|
24
|
+
'NetworkInterfaceArgsDict',
|
|
25
|
+
'NetworkProfileArgs',
|
|
26
|
+
'NetworkProfileArgsDict',
|
|
27
|
+
'OSProfileArgs',
|
|
28
|
+
'OSProfileArgsDict',
|
|
19
29
|
'StorageBillingPropertiesArgs',
|
|
20
30
|
'StorageBillingPropertiesArgsDict',
|
|
31
|
+
'StorageProfileArgs',
|
|
32
|
+
'StorageProfileArgsDict',
|
|
21
33
|
'StoragePropertiesArgs',
|
|
22
34
|
'StoragePropertiesArgsDict',
|
|
23
35
|
]
|
|
24
36
|
|
|
25
37
|
MYPY = False
|
|
26
38
|
|
|
39
|
+
if not MYPY:
|
|
40
|
+
class DiskArgsDict(TypedDict):
|
|
41
|
+
"""
|
|
42
|
+
Specifies the disk information fo the Azure Bare Metal Instance
|
|
43
|
+
"""
|
|
44
|
+
disk_size_gb: NotRequired[pulumi.Input[int]]
|
|
45
|
+
"""
|
|
46
|
+
Specifies the size of an empty data disk in gigabytes.
|
|
47
|
+
"""
|
|
48
|
+
name: NotRequired[pulumi.Input[str]]
|
|
49
|
+
"""
|
|
50
|
+
The disk name.
|
|
51
|
+
"""
|
|
52
|
+
elif False:
|
|
53
|
+
DiskArgsDict: TypeAlias = Mapping[str, Any]
|
|
54
|
+
|
|
55
|
+
@pulumi.input_type
|
|
56
|
+
class DiskArgs:
|
|
57
|
+
def __init__(__self__, *,
|
|
58
|
+
disk_size_gb: Optional[pulumi.Input[int]] = None,
|
|
59
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
60
|
+
"""
|
|
61
|
+
Specifies the disk information fo the Azure Bare Metal Instance
|
|
62
|
+
:param pulumi.Input[int] disk_size_gb: Specifies the size of an empty data disk in gigabytes.
|
|
63
|
+
:param pulumi.Input[str] name: The disk name.
|
|
64
|
+
"""
|
|
65
|
+
if disk_size_gb is not None:
|
|
66
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
|
67
|
+
if name is not None:
|
|
68
|
+
pulumi.set(__self__, "name", name)
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="diskSizeGB")
|
|
72
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
73
|
+
"""
|
|
74
|
+
Specifies the size of an empty data disk in gigabytes.
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "disk_size_gb")
|
|
77
|
+
|
|
78
|
+
@disk_size_gb.setter
|
|
79
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
|
80
|
+
pulumi.set(self, "disk_size_gb", value)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
85
|
+
"""
|
|
86
|
+
The disk name.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "name")
|
|
89
|
+
|
|
90
|
+
@name.setter
|
|
91
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
92
|
+
pulumi.set(self, "name", value)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
if not MYPY:
|
|
96
|
+
class HardwareProfileArgsDict(TypedDict):
|
|
97
|
+
"""
|
|
98
|
+
Specifies the hardware settings for the Azure Bare Metal Instance.
|
|
99
|
+
"""
|
|
100
|
+
azure_bare_metal_instance_size: NotRequired[pulumi.Input[Union[str, 'AzureBareMetalInstanceSizeNamesEnum']]]
|
|
101
|
+
"""
|
|
102
|
+
Specifies the Azure Bare Metal Instance SKU.
|
|
103
|
+
"""
|
|
104
|
+
hardware_type: NotRequired[pulumi.Input[Union[str, 'AzureBareMetalHardwareTypeNamesEnum']]]
|
|
105
|
+
"""
|
|
106
|
+
Name of the hardware type (vendor and/or their product name)
|
|
107
|
+
"""
|
|
108
|
+
elif False:
|
|
109
|
+
HardwareProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
110
|
+
|
|
111
|
+
@pulumi.input_type
|
|
112
|
+
class HardwareProfileArgs:
|
|
113
|
+
def __init__(__self__, *,
|
|
114
|
+
azure_bare_metal_instance_size: Optional[pulumi.Input[Union[str, 'AzureBareMetalInstanceSizeNamesEnum']]] = None,
|
|
115
|
+
hardware_type: Optional[pulumi.Input[Union[str, 'AzureBareMetalHardwareTypeNamesEnum']]] = None):
|
|
116
|
+
"""
|
|
117
|
+
Specifies the hardware settings for the Azure Bare Metal Instance.
|
|
118
|
+
:param pulumi.Input[Union[str, 'AzureBareMetalInstanceSizeNamesEnum']] azure_bare_metal_instance_size: Specifies the Azure Bare Metal Instance SKU.
|
|
119
|
+
:param pulumi.Input[Union[str, 'AzureBareMetalHardwareTypeNamesEnum']] hardware_type: Name of the hardware type (vendor and/or their product name)
|
|
120
|
+
"""
|
|
121
|
+
if azure_bare_metal_instance_size is not None:
|
|
122
|
+
pulumi.set(__self__, "azure_bare_metal_instance_size", azure_bare_metal_instance_size)
|
|
123
|
+
if hardware_type is not None:
|
|
124
|
+
pulumi.set(__self__, "hardware_type", hardware_type)
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="azureBareMetalInstanceSize")
|
|
128
|
+
def azure_bare_metal_instance_size(self) -> Optional[pulumi.Input[Union[str, 'AzureBareMetalInstanceSizeNamesEnum']]]:
|
|
129
|
+
"""
|
|
130
|
+
Specifies the Azure Bare Metal Instance SKU.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "azure_bare_metal_instance_size")
|
|
133
|
+
|
|
134
|
+
@azure_bare_metal_instance_size.setter
|
|
135
|
+
def azure_bare_metal_instance_size(self, value: Optional[pulumi.Input[Union[str, 'AzureBareMetalInstanceSizeNamesEnum']]]):
|
|
136
|
+
pulumi.set(self, "azure_bare_metal_instance_size", value)
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="hardwareType")
|
|
140
|
+
def hardware_type(self) -> Optional[pulumi.Input[Union[str, 'AzureBareMetalHardwareTypeNamesEnum']]]:
|
|
141
|
+
"""
|
|
142
|
+
Name of the hardware type (vendor and/or their product name)
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "hardware_type")
|
|
145
|
+
|
|
146
|
+
@hardware_type.setter
|
|
147
|
+
def hardware_type(self, value: Optional[pulumi.Input[Union[str, 'AzureBareMetalHardwareTypeNamesEnum']]]):
|
|
148
|
+
pulumi.set(self, "hardware_type", value)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
if not MYPY:
|
|
152
|
+
class NetworkInterfaceArgsDict(TypedDict):
|
|
153
|
+
"""
|
|
154
|
+
Specifies the network interfaces of a bare metal resource.
|
|
155
|
+
"""
|
|
156
|
+
ip_address: NotRequired[pulumi.Input[str]]
|
|
157
|
+
"""
|
|
158
|
+
Specifies the IP address of the network interface.
|
|
159
|
+
"""
|
|
160
|
+
elif False:
|
|
161
|
+
NetworkInterfaceArgsDict: TypeAlias = Mapping[str, Any]
|
|
162
|
+
|
|
163
|
+
@pulumi.input_type
|
|
164
|
+
class NetworkInterfaceArgs:
|
|
165
|
+
def __init__(__self__, *,
|
|
166
|
+
ip_address: Optional[pulumi.Input[str]] = None):
|
|
167
|
+
"""
|
|
168
|
+
Specifies the network interfaces of a bare metal resource.
|
|
169
|
+
:param pulumi.Input[str] ip_address: Specifies the IP address of the network interface.
|
|
170
|
+
"""
|
|
171
|
+
if ip_address is not None:
|
|
172
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
|
173
|
+
|
|
174
|
+
@property
|
|
175
|
+
@pulumi.getter(name="ipAddress")
|
|
176
|
+
def ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
177
|
+
"""
|
|
178
|
+
Specifies the IP address of the network interface.
|
|
179
|
+
"""
|
|
180
|
+
return pulumi.get(self, "ip_address")
|
|
181
|
+
|
|
182
|
+
@ip_address.setter
|
|
183
|
+
def ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
184
|
+
pulumi.set(self, "ip_address", value)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
if not MYPY:
|
|
188
|
+
class NetworkProfileArgsDict(TypedDict):
|
|
189
|
+
"""
|
|
190
|
+
Specifies the network settings for the Azure Bare Metal Instance disks.
|
|
191
|
+
"""
|
|
192
|
+
circuit_id: NotRequired[pulumi.Input[str]]
|
|
193
|
+
"""
|
|
194
|
+
Specifies the circuit id for connecting to express route.
|
|
195
|
+
"""
|
|
196
|
+
network_interfaces: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgsDict']]]]
|
|
197
|
+
"""
|
|
198
|
+
Specifies the network interfaces for the Azure Bare Metal Instance.
|
|
199
|
+
"""
|
|
200
|
+
elif False:
|
|
201
|
+
NetworkProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
202
|
+
|
|
203
|
+
@pulumi.input_type
|
|
204
|
+
class NetworkProfileArgs:
|
|
205
|
+
def __init__(__self__, *,
|
|
206
|
+
circuit_id: Optional[pulumi.Input[str]] = None,
|
|
207
|
+
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]]] = None):
|
|
208
|
+
"""
|
|
209
|
+
Specifies the network settings for the Azure Bare Metal Instance disks.
|
|
210
|
+
:param pulumi.Input[str] circuit_id: Specifies the circuit id for connecting to express route.
|
|
211
|
+
:param pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]] network_interfaces: Specifies the network interfaces for the Azure Bare Metal Instance.
|
|
212
|
+
"""
|
|
213
|
+
if circuit_id is not None:
|
|
214
|
+
pulumi.set(__self__, "circuit_id", circuit_id)
|
|
215
|
+
if network_interfaces is not None:
|
|
216
|
+
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="circuitId")
|
|
220
|
+
def circuit_id(self) -> Optional[pulumi.Input[str]]:
|
|
221
|
+
"""
|
|
222
|
+
Specifies the circuit id for connecting to express route.
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "circuit_id")
|
|
225
|
+
|
|
226
|
+
@circuit_id.setter
|
|
227
|
+
def circuit_id(self, value: Optional[pulumi.Input[str]]):
|
|
228
|
+
pulumi.set(self, "circuit_id", value)
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter(name="networkInterfaces")
|
|
232
|
+
def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]]]:
|
|
233
|
+
"""
|
|
234
|
+
Specifies the network interfaces for the Azure Bare Metal Instance.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "network_interfaces")
|
|
237
|
+
|
|
238
|
+
@network_interfaces.setter
|
|
239
|
+
def network_interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceArgs']]]]):
|
|
240
|
+
pulumi.set(self, "network_interfaces", value)
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
if not MYPY:
|
|
244
|
+
class OSProfileArgsDict(TypedDict):
|
|
245
|
+
"""
|
|
246
|
+
Specifies the operating system settings for the Azure Bare Metal instance.
|
|
247
|
+
"""
|
|
248
|
+
computer_name: NotRequired[pulumi.Input[str]]
|
|
249
|
+
"""
|
|
250
|
+
Specifies the host OS name of the Azure Bare Metal instance.
|
|
251
|
+
"""
|
|
252
|
+
os_type: NotRequired[pulumi.Input[str]]
|
|
253
|
+
"""
|
|
254
|
+
This property allows you to specify the type of the OS.
|
|
255
|
+
"""
|
|
256
|
+
ssh_public_key: NotRequired[pulumi.Input[str]]
|
|
257
|
+
"""
|
|
258
|
+
Specifies the SSH public key used to access the operating system.
|
|
259
|
+
"""
|
|
260
|
+
version: NotRequired[pulumi.Input[str]]
|
|
261
|
+
"""
|
|
262
|
+
Specifies version of operating system.
|
|
263
|
+
"""
|
|
264
|
+
elif False:
|
|
265
|
+
OSProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
266
|
+
|
|
267
|
+
@pulumi.input_type
|
|
268
|
+
class OSProfileArgs:
|
|
269
|
+
def __init__(__self__, *,
|
|
270
|
+
computer_name: Optional[pulumi.Input[str]] = None,
|
|
271
|
+
os_type: Optional[pulumi.Input[str]] = None,
|
|
272
|
+
ssh_public_key: Optional[pulumi.Input[str]] = None,
|
|
273
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
274
|
+
"""
|
|
275
|
+
Specifies the operating system settings for the Azure Bare Metal instance.
|
|
276
|
+
:param pulumi.Input[str] computer_name: Specifies the host OS name of the Azure Bare Metal instance.
|
|
277
|
+
:param pulumi.Input[str] os_type: This property allows you to specify the type of the OS.
|
|
278
|
+
:param pulumi.Input[str] ssh_public_key: Specifies the SSH public key used to access the operating system.
|
|
279
|
+
:param pulumi.Input[str] version: Specifies version of operating system.
|
|
280
|
+
"""
|
|
281
|
+
if computer_name is not None:
|
|
282
|
+
pulumi.set(__self__, "computer_name", computer_name)
|
|
283
|
+
if os_type is not None:
|
|
284
|
+
pulumi.set(__self__, "os_type", os_type)
|
|
285
|
+
if ssh_public_key is not None:
|
|
286
|
+
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
287
|
+
if version is not None:
|
|
288
|
+
pulumi.set(__self__, "version", version)
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="computerName")
|
|
292
|
+
def computer_name(self) -> Optional[pulumi.Input[str]]:
|
|
293
|
+
"""
|
|
294
|
+
Specifies the host OS name of the Azure Bare Metal instance.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "computer_name")
|
|
297
|
+
|
|
298
|
+
@computer_name.setter
|
|
299
|
+
def computer_name(self, value: Optional[pulumi.Input[str]]):
|
|
300
|
+
pulumi.set(self, "computer_name", value)
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter(name="osType")
|
|
304
|
+
def os_type(self) -> Optional[pulumi.Input[str]]:
|
|
305
|
+
"""
|
|
306
|
+
This property allows you to specify the type of the OS.
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "os_type")
|
|
309
|
+
|
|
310
|
+
@os_type.setter
|
|
311
|
+
def os_type(self, value: Optional[pulumi.Input[str]]):
|
|
312
|
+
pulumi.set(self, "os_type", value)
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="sshPublicKey")
|
|
316
|
+
def ssh_public_key(self) -> Optional[pulumi.Input[str]]:
|
|
317
|
+
"""
|
|
318
|
+
Specifies the SSH public key used to access the operating system.
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "ssh_public_key")
|
|
321
|
+
|
|
322
|
+
@ssh_public_key.setter
|
|
323
|
+
def ssh_public_key(self, value: Optional[pulumi.Input[str]]):
|
|
324
|
+
pulumi.set(self, "ssh_public_key", value)
|
|
325
|
+
|
|
326
|
+
@property
|
|
327
|
+
@pulumi.getter
|
|
328
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
329
|
+
"""
|
|
330
|
+
Specifies version of operating system.
|
|
331
|
+
"""
|
|
332
|
+
return pulumi.get(self, "version")
|
|
333
|
+
|
|
334
|
+
@version.setter
|
|
335
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
336
|
+
pulumi.set(self, "version", value)
|
|
337
|
+
|
|
338
|
+
|
|
27
339
|
if not MYPY:
|
|
28
340
|
class StorageBillingPropertiesArgsDict(TypedDict):
|
|
29
341
|
"""
|
|
@@ -80,6 +392,62 @@ class StorageBillingPropertiesArgs:
|
|
|
80
392
|
pulumi.set(self, "billing_mode", value)
|
|
81
393
|
|
|
82
394
|
|
|
395
|
+
if not MYPY:
|
|
396
|
+
class StorageProfileArgsDict(TypedDict):
|
|
397
|
+
"""
|
|
398
|
+
Specifies the storage settings for the Azure Bare Metal instance disks.
|
|
399
|
+
"""
|
|
400
|
+
nfs_ip_address: NotRequired[pulumi.Input[str]]
|
|
401
|
+
"""
|
|
402
|
+
IP Address to connect to storage.
|
|
403
|
+
"""
|
|
404
|
+
os_disks: NotRequired[pulumi.Input[Sequence[pulumi.Input['DiskArgsDict']]]]
|
|
405
|
+
"""
|
|
406
|
+
Specifies information about the operating system disk used by bare metal instance.
|
|
407
|
+
"""
|
|
408
|
+
elif False:
|
|
409
|
+
StorageProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
410
|
+
|
|
411
|
+
@pulumi.input_type
|
|
412
|
+
class StorageProfileArgs:
|
|
413
|
+
def __init__(__self__, *,
|
|
414
|
+
nfs_ip_address: Optional[pulumi.Input[str]] = None,
|
|
415
|
+
os_disks: Optional[pulumi.Input[Sequence[pulumi.Input['DiskArgs']]]] = None):
|
|
416
|
+
"""
|
|
417
|
+
Specifies the storage settings for the Azure Bare Metal instance disks.
|
|
418
|
+
:param pulumi.Input[str] nfs_ip_address: IP Address to connect to storage.
|
|
419
|
+
:param pulumi.Input[Sequence[pulumi.Input['DiskArgs']]] os_disks: Specifies information about the operating system disk used by bare metal instance.
|
|
420
|
+
"""
|
|
421
|
+
if nfs_ip_address is not None:
|
|
422
|
+
pulumi.set(__self__, "nfs_ip_address", nfs_ip_address)
|
|
423
|
+
if os_disks is not None:
|
|
424
|
+
pulumi.set(__self__, "os_disks", os_disks)
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter(name="nfsIpAddress")
|
|
428
|
+
def nfs_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
429
|
+
"""
|
|
430
|
+
IP Address to connect to storage.
|
|
431
|
+
"""
|
|
432
|
+
return pulumi.get(self, "nfs_ip_address")
|
|
433
|
+
|
|
434
|
+
@nfs_ip_address.setter
|
|
435
|
+
def nfs_ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
436
|
+
pulumi.set(self, "nfs_ip_address", value)
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="osDisks")
|
|
440
|
+
def os_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DiskArgs']]]]:
|
|
441
|
+
"""
|
|
442
|
+
Specifies information about the operating system disk used by bare metal instance.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "os_disks")
|
|
445
|
+
|
|
446
|
+
@os_disks.setter
|
|
447
|
+
def os_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DiskArgs']]]]):
|
|
448
|
+
pulumi.set(self, "os_disks", value)
|
|
449
|
+
|
|
450
|
+
|
|
83
451
|
if not MYPY:
|
|
84
452
|
class StoragePropertiesArgsDict(TypedDict):
|
|
85
453
|
"""
|