pulumi-azure-native 2.58.0a1724260656__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.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/RECORD +101 -52
- {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.58.0a1724260656.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/top_level.txt +0 -0
pulumi_azure_native/__init__.py
CHANGED
|
@@ -57,6 +57,8 @@ if typing.TYPE_CHECKING:
|
|
|
57
57
|
azuredatatransfer = __azuredatatransfer
|
|
58
58
|
import pulumi_azure_native.azurefleet as __azurefleet
|
|
59
59
|
azurefleet = __azurefleet
|
|
60
|
+
import pulumi_azure_native.azurelargeinstance as __azurelargeinstance
|
|
61
|
+
azurelargeinstance = __azurelargeinstance
|
|
60
62
|
import pulumi_azure_native.azureplaywrightservice as __azureplaywrightservice
|
|
61
63
|
azureplaywrightservice = __azureplaywrightservice
|
|
62
64
|
import pulumi_azure_native.azuresphere as __azuresphere
|
|
@@ -492,6 +494,7 @@ else:
|
|
|
492
494
|
azuredata = _utilities.lazy_import('pulumi_azure_native.azuredata')
|
|
493
495
|
azuredatatransfer = _utilities.lazy_import('pulumi_azure_native.azuredatatransfer')
|
|
494
496
|
azurefleet = _utilities.lazy_import('pulumi_azure_native.azurefleet')
|
|
497
|
+
azurelargeinstance = _utilities.lazy_import('pulumi_azure_native.azurelargeinstance')
|
|
495
498
|
azureplaywrightservice = _utilities.lazy_import('pulumi_azure_native.azureplaywrightservice')
|
|
496
499
|
azuresphere = _utilities.lazy_import('pulumi_azure_native.azuresphere')
|
|
497
500
|
azurestack = _utilities.lazy_import('pulumi_azure_native.azurestack')
|
|
@@ -2949,6 +2952,24 @@ _utilities.register(
|
|
|
2949
2952
|
"azure-native:azurefleet/v20240501preview:Fleet": "Fleet"
|
|
2950
2953
|
}
|
|
2951
2954
|
},
|
|
2955
|
+
{
|
|
2956
|
+
"pkg": "azure-native",
|
|
2957
|
+
"mod": "azurelargeinstance",
|
|
2958
|
+
"fqn": "pulumi_azure_native.azurelargeinstance",
|
|
2959
|
+
"classes": {
|
|
2960
|
+
"azure-native:azurelargeinstance:AzureLargeInstance": "AzureLargeInstance",
|
|
2961
|
+
"azure-native:azurelargeinstance:AzureLargeStorageInstance": "AzureLargeStorageInstance"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"pkg": "azure-native",
|
|
2966
|
+
"mod": "azurelargeinstance/v20240801preview",
|
|
2967
|
+
"fqn": "pulumi_azure_native.azurelargeinstance.v20240801preview",
|
|
2968
|
+
"classes": {
|
|
2969
|
+
"azure-native:azurelargeinstance/v20240801preview:AzureLargeInstance": "AzureLargeInstance",
|
|
2970
|
+
"azure-native:azurelargeinstance/v20240801preview:AzureLargeStorageInstance": "AzureLargeStorageInstance"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2952
2973
|
{
|
|
2953
2974
|
"pkg": "azure-native",
|
|
2954
2975
|
"mod": "azureplaywrightservice",
|
|
@@ -3303,6 +3324,7 @@ _utilities.register(
|
|
|
3303
3324
|
"mod": "baremetalinfrastructure",
|
|
3304
3325
|
"fqn": "pulumi_azure_native.baremetalinfrastructure",
|
|
3305
3326
|
"classes": {
|
|
3327
|
+
"azure-native:baremetalinfrastructure:AzureBareMetalInstance": "AzureBareMetalInstance",
|
|
3306
3328
|
"azure-native:baremetalinfrastructure:AzureBareMetalStorageInstance": "AzureBareMetalStorageInstance"
|
|
3307
3329
|
}
|
|
3308
3330
|
},
|
|
@@ -3330,6 +3352,15 @@ _utilities.register(
|
|
|
3330
3352
|
"azure-native:baremetalinfrastructure/v20231101preview:AzureBareMetalStorageInstance": "AzureBareMetalStorageInstance"
|
|
3331
3353
|
}
|
|
3332
3354
|
},
|
|
3355
|
+
{
|
|
3356
|
+
"pkg": "azure-native",
|
|
3357
|
+
"mod": "baremetalinfrastructure/v20240801preview",
|
|
3358
|
+
"fqn": "pulumi_azure_native.baremetalinfrastructure.v20240801preview",
|
|
3359
|
+
"classes": {
|
|
3360
|
+
"azure-native:baremetalinfrastructure/v20240801preview:AzureBareMetalInstance": "AzureBareMetalInstance",
|
|
3361
|
+
"azure-native:baremetalinfrastructure/v20240801preview:AzureBareMetalStorageInstance": "AzureBareMetalStorageInstance"
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3333
3364
|
{
|
|
3334
3365
|
"pkg": "azure-native",
|
|
3335
3366
|
"mod": "batch",
|
|
@@ -3390,6 +3421,17 @@ _utilities.register(
|
|
|
3390
3421
|
"azure-native:batch/v20240201:Pool": "Pool"
|
|
3391
3422
|
}
|
|
3392
3423
|
},
|
|
3424
|
+
{
|
|
3425
|
+
"pkg": "azure-native",
|
|
3426
|
+
"mod": "batch/v20240701",
|
|
3427
|
+
"fqn": "pulumi_azure_native.batch.v20240701",
|
|
3428
|
+
"classes": {
|
|
3429
|
+
"azure-native:batch/v20240701:Application": "Application",
|
|
3430
|
+
"azure-native:batch/v20240701:ApplicationPackage": "ApplicationPackage",
|
|
3431
|
+
"azure-native:batch/v20240701:BatchAccount": "BatchAccount",
|
|
3432
|
+
"azure-native:batch/v20240701:Pool": "Pool"
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
3393
3435
|
{
|
|
3394
3436
|
"pkg": "azure-native",
|
|
3395
3437
|
"mod": "billing",
|
|
@@ -8817,6 +8859,16 @@ _utilities.register(
|
|
|
8817
8859
|
"azure-native:hardwaresecuritymodules/v20231210preview:CloudHsmClusterPrivateEndpointConnection": "CloudHsmClusterPrivateEndpointConnection"
|
|
8818
8860
|
}
|
|
8819
8861
|
},
|
|
8862
|
+
{
|
|
8863
|
+
"pkg": "azure-native",
|
|
8864
|
+
"mod": "hardwaresecuritymodules/v20240630preview",
|
|
8865
|
+
"fqn": "pulumi_azure_native.hardwaresecuritymodules.v20240630preview",
|
|
8866
|
+
"classes": {
|
|
8867
|
+
"azure-native:hardwaresecuritymodules/v20240630preview:CloudHsmCluster": "CloudHsmCluster",
|
|
8868
|
+
"azure-native:hardwaresecuritymodules/v20240630preview:CloudHsmClusterPrivateEndpointConnection": "CloudHsmClusterPrivateEndpointConnection",
|
|
8869
|
+
"azure-native:hardwaresecuritymodules/v20240630preview:DedicatedHsm": "DedicatedHsm"
|
|
8870
|
+
}
|
|
8871
|
+
},
|
|
8820
8872
|
{
|
|
8821
8873
|
"pkg": "azure-native",
|
|
8822
8874
|
"mod": "hdinsight",
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
from .. import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .azure_large_instance import *
|
|
10
|
+
from .azure_large_storage_instance import *
|
|
11
|
+
from .get_azure_large_instance import *
|
|
12
|
+
from .get_azure_large_storage_instance import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
from . import outputs
|
|
15
|
+
|
|
16
|
+
# Make subpackages available:
|
|
17
|
+
if typing.TYPE_CHECKING:
|
|
18
|
+
import pulumi_azure_native.azurelargeinstance.v20240801preview as __v20240801preview
|
|
19
|
+
v20240801preview = __v20240801preview
|
|
20
|
+
else:
|
|
21
|
+
v20240801preview = _utilities.lazy_import('pulumi_azure_native.azurelargeinstance.v20240801preview')
|
|
22
|
+
|
|
@@ -0,0 +1,256 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'AzureLargeInstanceHardwareTypeNamesEnum',
|
|
9
|
+
'AzureLargeInstancePowerStateEnum',
|
|
10
|
+
'AzureLargeInstanceSizeNamesEnum',
|
|
11
|
+
'ManagedServiceIdentityType',
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class AzureLargeInstanceHardwareTypeNamesEnum(str, Enum):
|
|
16
|
+
"""
|
|
17
|
+
the hardware type of the storage instance
|
|
18
|
+
"""
|
|
19
|
+
CISCO_UCS = "Cisco_UCS"
|
|
20
|
+
"""
|
|
21
|
+
Hardware type of UCS from vendor Cisco
|
|
22
|
+
"""
|
|
23
|
+
HPE = "HPE"
|
|
24
|
+
"""
|
|
25
|
+
Hardware type of HPE from vendor Hewlett Packard Enterprise
|
|
26
|
+
"""
|
|
27
|
+
SDFLEX = "SDFLEX"
|
|
28
|
+
"""
|
|
29
|
+
Hardware type of SDFLEX
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class AzureLargeInstancePowerStateEnum(str, Enum):
|
|
34
|
+
"""
|
|
35
|
+
Resource power state
|
|
36
|
+
"""
|
|
37
|
+
STARTING = "starting"
|
|
38
|
+
"""
|
|
39
|
+
Starting means that the Azure Large Instance resource is turning on.
|
|
40
|
+
"""
|
|
41
|
+
STARTED = "started"
|
|
42
|
+
"""
|
|
43
|
+
Started means that the Azure Large Instance resource has been powered on.
|
|
44
|
+
"""
|
|
45
|
+
STOPPING = "stopping"
|
|
46
|
+
"""
|
|
47
|
+
Stopping means that the Azure Large Instance resource is shutting down.
|
|
48
|
+
"""
|
|
49
|
+
STOPPED = "stopped"
|
|
50
|
+
"""
|
|
51
|
+
Stopped means that the Azure Large Instance resource has shut down.
|
|
52
|
+
"""
|
|
53
|
+
RESTARTING = "restarting"
|
|
54
|
+
"""
|
|
55
|
+
Restarting means that the Azure Large Instance resource is restarting.
|
|
56
|
+
"""
|
|
57
|
+
UNKNOWN = "unknown"
|
|
58
|
+
"""
|
|
59
|
+
Unknown means that the state of the Azure Large Instance is unknown.
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
class AzureLargeInstanceSizeNamesEnum(str, Enum):
|
|
64
|
+
"""
|
|
65
|
+
Specifies the Azure Large Instance SKU.
|
|
66
|
+
"""
|
|
67
|
+
S72M = "S72m"
|
|
68
|
+
"""
|
|
69
|
+
Type I class SKU that can't be purchased anymore
|
|
70
|
+
"""
|
|
71
|
+
S144M = "S144m"
|
|
72
|
+
"""
|
|
73
|
+
Type I class SKU that can't be purchased anymore
|
|
74
|
+
"""
|
|
75
|
+
S72 = "S72"
|
|
76
|
+
"""
|
|
77
|
+
Type I class SKU that can't be purchased anymore
|
|
78
|
+
"""
|
|
79
|
+
S144 = "S144"
|
|
80
|
+
"""
|
|
81
|
+
Type I class SKU that can't be purchased anymore
|
|
82
|
+
"""
|
|
83
|
+
S192 = "S192"
|
|
84
|
+
"""
|
|
85
|
+
Type I class SKU that can't be purchased anymore
|
|
86
|
+
"""
|
|
87
|
+
S192M = "S192m"
|
|
88
|
+
"""
|
|
89
|
+
Type I class SKU that can't be purchased anymore
|
|
90
|
+
"""
|
|
91
|
+
S192XM = "S192xm"
|
|
92
|
+
"""
|
|
93
|
+
Type I class SKU that can't be purchased anymore
|
|
94
|
+
"""
|
|
95
|
+
S96 = "S96"
|
|
96
|
+
"""
|
|
97
|
+
2 sockets, 96 CPU threads, 48 CPU cores, 768 GB total memory, 768 GB DRAM, 3.0 TB storage, Cisco_UCS hardware type
|
|
98
|
+
"""
|
|
99
|
+
S112 = "S112"
|
|
100
|
+
"""
|
|
101
|
+
No longer offered or used.
|
|
102
|
+
"""
|
|
103
|
+
S224 = "S224"
|
|
104
|
+
"""
|
|
105
|
+
4 sockets, 224 CPU threads, 112 CPU cores, 3 TB total memory, 3 TB DRAM, 6.3 TB storage, Cisco_UCS hardware type
|
|
106
|
+
"""
|
|
107
|
+
S224M = "S224m"
|
|
108
|
+
"""
|
|
109
|
+
4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, Cisco_UCS hardware type
|
|
110
|
+
"""
|
|
111
|
+
S224OM = "S224om"
|
|
112
|
+
"""
|
|
113
|
+
4 sockets, 224 CPU threads, 112 CPU cores, 6 TB total memory, 3 TB DRAM, 3 TB memory optane, 10.5 TB storage, Cisco_UCS hardware type
|
|
114
|
+
"""
|
|
115
|
+
S224OO = "S224oo"
|
|
116
|
+
"""
|
|
117
|
+
4 sockets, 224 CPU threads, 112 CPU cores, 4.5 TB total memory, 1.5 TB DRAM, 3 TB memory optane, 8.4 TB storage, Cisco_UCS hardware type
|
|
118
|
+
"""
|
|
119
|
+
S224OOM = "S224oom"
|
|
120
|
+
"""
|
|
121
|
+
4 sockets, 224 CPU threads, 112 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, Cisco_UCS hardware type
|
|
122
|
+
"""
|
|
123
|
+
S224OOO = "S224ooo"
|
|
124
|
+
"""
|
|
125
|
+
4 sockets, 224 CPU threads, 112 CPU cores, 7.5TB total memory, 1.5 TB DRAM, 6 TB memory optane, 12.7 TB storage, Cisco_UCS hardware type
|
|
126
|
+
"""
|
|
127
|
+
S224SE = "S224se"
|
|
128
|
+
"""
|
|
129
|
+
4 sockets, 448 CPU threads, 6 TB total memory, SDFLEX hardware type
|
|
130
|
+
"""
|
|
131
|
+
S384 = "S384"
|
|
132
|
+
"""
|
|
133
|
+
8 sockets, 384 CPU threads, 192 CPU cores, 4 TB total memory, 4 TB DRAM, 16 TB storage, HPEMc990x hardware type
|
|
134
|
+
"""
|
|
135
|
+
S384M = "S384m"
|
|
136
|
+
"""
|
|
137
|
+
8 sockets, 384 CPU threads, 192 CPU cores, 6 TB total memory, 6 TB DRAM, 18 TB storage, HPEMc990x hardware type
|
|
138
|
+
"""
|
|
139
|
+
S384XM = "S384xm"
|
|
140
|
+
"""
|
|
141
|
+
8 sockets, 384 CPU threads, 192 CPU cores, 8 TB total memory, 8 TB DRAM, 22 TB storage, HPEMc990x hardware type
|
|
142
|
+
"""
|
|
143
|
+
S384XXM = "S384xxm"
|
|
144
|
+
"""
|
|
145
|
+
8 sockets, 384 CPU threads, 12 TB total memory, HPEMc990x hardware type
|
|
146
|
+
"""
|
|
147
|
+
S448 = "S448"
|
|
148
|
+
"""
|
|
149
|
+
8 sockets, 448 CPU threads, 224 CPU cores, 6 TB total memory, 6 TB DRAM, 10.5 TB storage, SDFLEX hardware type
|
|
150
|
+
"""
|
|
151
|
+
S448M = "S448m"
|
|
152
|
+
"""
|
|
153
|
+
8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type
|
|
154
|
+
"""
|
|
155
|
+
S448OM = "S448om"
|
|
156
|
+
"""
|
|
157
|
+
8 sockets, 448 CPU threads, 224 CPU cores, 12 TB total memory, 6 TB DRAM, 6 TB memory optane, 18.9 TB storage, SDFLEX hardware type
|
|
158
|
+
"""
|
|
159
|
+
S448OO = "S448oo"
|
|
160
|
+
"""
|
|
161
|
+
8 sockets, 448 CPU threads, 224 CPU cores, 9 TB total memory, 3 TB DRAM, 6 TB memory optane, 14.8 TB storage, SDFLEX hardware type
|
|
162
|
+
"""
|
|
163
|
+
S448OOM = "S448oom"
|
|
164
|
+
"""
|
|
165
|
+
8 sockets, 448 CPU threads, 224 CPU cores, 18 TB total memory, 6 TB DRAM, 12 memory optane, 27.4 TB storage, SDFLEX hardware type
|
|
166
|
+
"""
|
|
167
|
+
S448OOO = "S448ooo"
|
|
168
|
+
"""
|
|
169
|
+
8 sockets, 448 CPU threads, 224 CPU cores, 15 TB total memory, 3 TB DRAM, 12 memory optane, 23.2 TB storage, SDFLEX hardware type
|
|
170
|
+
"""
|
|
171
|
+
S448SE = "S448se"
|
|
172
|
+
"""
|
|
173
|
+
8 sockets, 448 CPU threads, 12 TB total memory, SDFLEX hardware type
|
|
174
|
+
"""
|
|
175
|
+
S576M = "S576m"
|
|
176
|
+
"""
|
|
177
|
+
12 sockets, 576 CPU threads, 288 CPU cores, 12 TB total memory, 12 TB DRAM, 28 TB storage, HPEMc990x hardware type
|
|
178
|
+
"""
|
|
179
|
+
S576XM = "S576xm"
|
|
180
|
+
"""
|
|
181
|
+
12 sockets, 576 CPU threads, 288 CPU cores, 18 TB total memory, HPEMc990x hardware type
|
|
182
|
+
"""
|
|
183
|
+
S672 = "S672"
|
|
184
|
+
"""
|
|
185
|
+
12 sockets, 672 CPU threads, 336 CPU cores, 9 TB total memory, 9 TB DRAM, 14.7 TB storage, SDFLEX hardware type
|
|
186
|
+
"""
|
|
187
|
+
S672M = "S672m"
|
|
188
|
+
"""
|
|
189
|
+
12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 18 TB DRAM, 27.4 TB storage, SDFLEX hardware type
|
|
190
|
+
"""
|
|
191
|
+
S672OM = "S672om"
|
|
192
|
+
"""
|
|
193
|
+
12 sockets, 672 CPU threads, 336 CPU cores, 18 TB total memory, 9 TB DRAM, 9 TB memory optane, 27.4 TB storage, SDFLEX hardware type
|
|
194
|
+
"""
|
|
195
|
+
S672OO = "S672oo"
|
|
196
|
+
"""
|
|
197
|
+
12 sockets, 672 CPU threads, 336 CPU cores, 13.5 TB total memory, 4.5 TB DRAM, 9 TB memory optane, 21.1 TB storage, SDFLEX hardware type
|
|
198
|
+
"""
|
|
199
|
+
S672OOM = "S672oom"
|
|
200
|
+
"""
|
|
201
|
+
12 sockets, 672 CPU threads, 336 CPU cores, 27 TB total memory, 9 TB DRAM, 18 TB memory optane, 40 TB storage, SDFLEX hardware type
|
|
202
|
+
"""
|
|
203
|
+
S672OOO = "S672ooo"
|
|
204
|
+
"""
|
|
205
|
+
12 sockets, 672 CPU threads, 336 CPU cores, 22.5 TB total memory, 4.5 TB DRAM, 18 TB memory optane, 33.7 TB storage, SDFLEX hardware type
|
|
206
|
+
"""
|
|
207
|
+
S768 = "S768"
|
|
208
|
+
"""
|
|
209
|
+
No longer offered or used.
|
|
210
|
+
"""
|
|
211
|
+
S768M = "S768m"
|
|
212
|
+
"""
|
|
213
|
+
16 sockets, 768 CPU threads, 384 CPU cores, 16 TB total memory, 16 TB DRAM, 36 TB storage, HPEMc990x hardware type
|
|
214
|
+
"""
|
|
215
|
+
S768XM = "S768xm"
|
|
216
|
+
"""
|
|
217
|
+
16 sockets, 768 CPU threads, 384 CPU cores, 24 TB total memory, 24 TB DRAM, 56 TB storage, HPEMc990x hardware type
|
|
218
|
+
"""
|
|
219
|
+
S896 = "S896"
|
|
220
|
+
"""
|
|
221
|
+
16 sockets, 896 CPU threads, 448 CPU cores, 12 TB total memory, 12 TB DRAM, 18.9 TB storage, SDFLEX hardware type
|
|
222
|
+
"""
|
|
223
|
+
S896M = "S896m"
|
|
224
|
+
"""
|
|
225
|
+
16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 24 TB DRAM, 35.8 TB storage, SDFLEX hardware type
|
|
226
|
+
"""
|
|
227
|
+
S896OM = "S896om"
|
|
228
|
+
"""
|
|
229
|
+
16 sockets, 896 CPU threads, 448 CPU cores, 24 TB total memory, 12 TB DRAM, 12 TB memory optane, 35.8 TB storage, SDFLEX hardware type
|
|
230
|
+
"""
|
|
231
|
+
S896OO = "S896oo"
|
|
232
|
+
"""
|
|
233
|
+
16 sockets, 896 CPU threads, 448 CPU cores, 18 TB total memory, 6 TB DRAM, 12 TB memory optane, 27.4 TB storage, SDFLEX hardware type
|
|
234
|
+
"""
|
|
235
|
+
S896OOM = "S896oom"
|
|
236
|
+
"""
|
|
237
|
+
16 sockets, 896 CPU threads, 448 CPU cores, 36 TB total memory, 12 TB DRAM, 24 TB memory optane, 52.7 TB storage, SDFLEX hardware type
|
|
238
|
+
"""
|
|
239
|
+
S896OOO = "S896ooo"
|
|
240
|
+
"""
|
|
241
|
+
16 sockets, 896 CPU threads, 448 CPU cores, 30 TB total memory, 6 TB DRAM, 24 TB memory optane, 44.3 TB storage, SDFLEX hardware type
|
|
242
|
+
"""
|
|
243
|
+
S960M = "S960m"
|
|
244
|
+
"""
|
|
245
|
+
20 sockets, 960 CPU threads, 480 CPU cores, 20 TB total memory, 20 TB DRAM, 46 TB storage, HPEMc990x hardware type
|
|
246
|
+
"""
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
class ManagedServiceIdentityType(str, Enum):
|
|
250
|
+
"""
|
|
251
|
+
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
|
|
252
|
+
"""
|
|
253
|
+
NONE = "None"
|
|
254
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
255
|
+
USER_ASSIGNED = "UserAssigned"
|
|
256
|
+
SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned,UserAssigned"
|