pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__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.
- pulumi_oci/__init__.py +80 -0
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +257 -12
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +28 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +575 -8
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/oci/__init__.py +9 -0
- pulumi_oci/oci/_inputs.py +420 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +1009 -0
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -2048,6 +2048,14 @@ _utilities.register(
|
|
2048
2048
|
"oci:DataSafe/alertPolicyRule:AlertPolicyRule": "AlertPolicyRule"
|
2049
2049
|
}
|
2050
2050
|
},
|
2051
|
+
{
|
2052
|
+
"pkg": "oci",
|
2053
|
+
"mod": "DataSafe/attributeSet",
|
2054
|
+
"fqn": "pulumi_oci.datasafe",
|
2055
|
+
"classes": {
|
2056
|
+
"oci:DataSafe/attributeSet:AttributeSet": "AttributeSet"
|
2057
|
+
}
|
2058
|
+
},
|
2051
2059
|
{
|
2052
2060
|
"pkg": "oci",
|
2053
2061
|
"mod": "DataSafe/auditArchiveRetrieval",
|
@@ -2288,6 +2296,22 @@ _utilities.register(
|
|
2288
2296
|
"oci:DataSafe/securityAssessment:SecurityAssessment": "SecurityAssessment"
|
2289
2297
|
}
|
2290
2298
|
},
|
2299
|
+
{
|
2300
|
+
"pkg": "oci",
|
2301
|
+
"mod": "DataSafe/securityAssessmentCheck",
|
2302
|
+
"fqn": "pulumi_oci.datasafe",
|
2303
|
+
"classes": {
|
2304
|
+
"oci:DataSafe/securityAssessmentCheck:SecurityAssessmentCheck": "SecurityAssessmentCheck"
|
2305
|
+
}
|
2306
|
+
},
|
2307
|
+
{
|
2308
|
+
"pkg": "oci",
|
2309
|
+
"mod": "DataSafe/securityAssessmentFinding",
|
2310
|
+
"fqn": "pulumi_oci.datasafe",
|
2311
|
+
"classes": {
|
2312
|
+
"oci:DataSafe/securityAssessmentFinding:SecurityAssessmentFinding": "SecurityAssessmentFinding"
|
2313
|
+
}
|
2314
|
+
},
|
2291
2315
|
{
|
2292
2316
|
"pkg": "oci",
|
2293
2317
|
"mod": "DataSafe/securityPolicy",
|
@@ -2296,6 +2320,14 @@ _utilities.register(
|
|
2296
2320
|
"oci:DataSafe/securityPolicy:SecurityPolicy": "SecurityPolicy"
|
2297
2321
|
}
|
2298
2322
|
},
|
2323
|
+
{
|
2324
|
+
"pkg": "oci",
|
2325
|
+
"mod": "DataSafe/securityPolicyConfig",
|
2326
|
+
"fqn": "pulumi_oci.datasafe",
|
2327
|
+
"classes": {
|
2328
|
+
"oci:DataSafe/securityPolicyConfig:SecurityPolicyConfig": "SecurityPolicyConfig"
|
2329
|
+
}
|
2330
|
+
},
|
2299
2331
|
{
|
2300
2332
|
"pkg": "oci",
|
2301
2333
|
"mod": "DataSafe/securityPolicyDeployment",
|
@@ -2456,6 +2488,14 @@ _utilities.register(
|
|
2456
2488
|
"oci:DataSafe/targetDatabase:TargetDatabase": "TargetDatabase"
|
2457
2489
|
}
|
2458
2490
|
},
|
2491
|
+
{
|
2492
|
+
"pkg": "oci",
|
2493
|
+
"mod": "DataSafe/targetDatabaseGroup",
|
2494
|
+
"fqn": "pulumi_oci.datasafe",
|
2495
|
+
"classes": {
|
2496
|
+
"oci:DataSafe/targetDatabaseGroup:TargetDatabaseGroup": "TargetDatabaseGroup"
|
2497
|
+
}
|
2498
|
+
},
|
2459
2499
|
{
|
2460
2500
|
"pkg": "oci",
|
2461
2501
|
"mod": "DataSafe/targetDatabasePeerTargetDatabase",
|
@@ -2464,6 +2504,22 @@ _utilities.register(
|
|
2464
2504
|
"oci:DataSafe/targetDatabasePeerTargetDatabase:TargetDatabasePeerTargetDatabase": "TargetDatabasePeerTargetDatabase"
|
2465
2505
|
}
|
2466
2506
|
},
|
2507
|
+
{
|
2508
|
+
"pkg": "oci",
|
2509
|
+
"mod": "DataSafe/unifiedAuditPolicy",
|
2510
|
+
"fqn": "pulumi_oci.datasafe",
|
2511
|
+
"classes": {
|
2512
|
+
"oci:DataSafe/unifiedAuditPolicy:UnifiedAuditPolicy": "UnifiedAuditPolicy"
|
2513
|
+
}
|
2514
|
+
},
|
2515
|
+
{
|
2516
|
+
"pkg": "oci",
|
2517
|
+
"mod": "DataSafe/unifiedAuditPolicyDefinition",
|
2518
|
+
"fqn": "pulumi_oci.datasafe",
|
2519
|
+
"classes": {
|
2520
|
+
"oci:DataSafe/unifiedAuditPolicyDefinition:UnifiedAuditPolicyDefinition": "UnifiedAuditPolicyDefinition"
|
2521
|
+
}
|
2522
|
+
},
|
2467
2523
|
{
|
2468
2524
|
"pkg": "oci",
|
2469
2525
|
"mod": "DataSafe/unsetSecurityAssessmentBaseline",
|
@@ -7207,6 +7263,30 @@ _utilities.register(
|
|
7207
7263
|
"classes": {
|
7208
7264
|
"oci:oci/dbmulticloudOracleDbAzureVaultAssociation:DbmulticloudOracleDbAzureVaultAssociation": "DbmulticloudOracleDbAzureVaultAssociation"
|
7209
7265
|
}
|
7266
|
+
},
|
7267
|
+
{
|
7268
|
+
"pkg": "oci",
|
7269
|
+
"mod": "oci/managedKafkaKafkaCluster",
|
7270
|
+
"fqn": "pulumi_oci.oci",
|
7271
|
+
"classes": {
|
7272
|
+
"oci:oci/managedKafkaKafkaCluster:ManagedKafkaKafkaCluster": "ManagedKafkaKafkaCluster"
|
7273
|
+
}
|
7274
|
+
},
|
7275
|
+
{
|
7276
|
+
"pkg": "oci",
|
7277
|
+
"mod": "oci/managedKafkaKafkaClusterConfig",
|
7278
|
+
"fqn": "pulumi_oci.oci",
|
7279
|
+
"classes": {
|
7280
|
+
"oci:oci/managedKafkaKafkaClusterConfig:ManagedKafkaKafkaClusterConfig": "ManagedKafkaKafkaClusterConfig"
|
7281
|
+
}
|
7282
|
+
},
|
7283
|
+
{
|
7284
|
+
"pkg": "oci",
|
7285
|
+
"mod": "oci/managedKafkaKafkaClusterSuperusersManagement",
|
7286
|
+
"fqn": "pulumi_oci.oci",
|
7287
|
+
"classes": {
|
7288
|
+
"oci:oci/managedKafkaKafkaClusterSuperusersManagement:ManagedKafkaKafkaClusterSuperusersManagement": "ManagedKafkaKafkaClusterSuperusersManagement"
|
7289
|
+
}
|
7210
7290
|
}
|
7211
7291
|
]
|
7212
7292
|
""",
|
pulumi_oci/config/__init__.pyi
CHANGED
@@ -16,8 +16,7 @@ from .. import _utilities
|
|
16
16
|
|
17
17
|
auth: Optional[str]
|
18
18
|
"""
|
19
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
20
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
19
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
21
20
|
"""
|
22
21
|
|
23
22
|
configFileProfile: Optional[str]
|
@@ -27,22 +26,21 @@ configFileProfile: Optional[str]
|
|
27
26
|
|
28
27
|
disableAutoRetries: Optional[bool]
|
29
28
|
"""
|
30
|
-
(Optional) Disable automatic retries for retriable errors.
|
31
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
29
|
+
(Optional) Disable automatic retries for retriable errors.
|
30
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
32
31
|
"""
|
33
32
|
|
34
33
|
fingerprint: Optional[str]
|
35
34
|
"""
|
36
|
-
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
37
|
-
console. Required if auth is set to 'ApiKey', ignored otherwise.
|
35
|
+
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
38
36
|
"""
|
39
37
|
|
40
38
|
ignoreDefinedTags: Optional[str]
|
41
39
|
|
42
40
|
privateKey: Optional[str]
|
43
41
|
"""
|
44
|
-
(Optional) A PEM formatted RSA private key for the user.
|
45
|
-
set to 'ApiKey', ignored otherwise.
|
42
|
+
(Optional) A PEM formatted RSA private key for the user.
|
43
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
46
44
|
"""
|
47
45
|
|
48
46
|
privateKeyPassword: Optional[str]
|
@@ -52,8 +50,8 @@ privateKeyPassword: Optional[str]
|
|
52
50
|
|
53
51
|
privateKeyPath: Optional[str]
|
54
52
|
"""
|
55
|
-
(Optional) The path to the user's PEM formatted private key.
|
56
|
-
auth is set to 'ApiKey', ignored otherwise.
|
53
|
+
(Optional) The path to the user's PEM formatted private key.
|
54
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
57
55
|
"""
|
58
56
|
|
59
57
|
realmSpecificServiceEndpointTemplateEnabled: Optional[bool]
|
@@ -68,22 +66,19 @@ region: Optional[str]
|
|
68
66
|
|
69
67
|
retryDurationSeconds: Optional[int]
|
70
68
|
"""
|
71
|
-
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
72
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
73
|
-
is set to true.
|
69
|
+
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
70
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
74
71
|
"""
|
75
72
|
|
76
73
|
tenancyOcid: Optional[str]
|
77
74
|
"""
|
78
|
-
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
|
79
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
75
|
+
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
80
76
|
"""
|
81
77
|
|
82
78
|
testTimeMaintenanceRebootDue: Optional[str]
|
83
79
|
|
84
80
|
userOcid: Optional[str]
|
85
81
|
"""
|
86
|
-
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
87
|
-
auth is set to 'ApiKey', ignored otherwise.
|
82
|
+
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
88
83
|
"""
|
89
84
|
|
pulumi_oci/config/vars.py
CHANGED
@@ -23,8 +23,7 @@ class _ExportableConfig(types.ModuleType):
|
|
23
23
|
@_builtins.property
|
24
24
|
def auth(self) -> Optional[str]:
|
25
25
|
"""
|
26
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
27
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
26
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
28
27
|
"""
|
29
28
|
return __config__.get('auth')
|
30
29
|
|
@@ -38,16 +37,15 @@ class _ExportableConfig(types.ModuleType):
|
|
38
37
|
@_builtins.property
|
39
38
|
def disable_auto_retries(self) -> Optional[bool]:
|
40
39
|
"""
|
41
|
-
(Optional) Disable automatic retries for retriable errors.
|
42
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
40
|
+
(Optional) Disable automatic retries for retriable errors.
|
41
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
43
42
|
"""
|
44
43
|
return __config__.get_bool('disableAutoRetries')
|
45
44
|
|
46
45
|
@_builtins.property
|
47
46
|
def fingerprint(self) -> Optional[str]:
|
48
47
|
"""
|
49
|
-
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
50
|
-
console. Required if auth is set to 'ApiKey', ignored otherwise.
|
48
|
+
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
51
49
|
"""
|
52
50
|
return __config__.get('fingerprint')
|
53
51
|
|
@@ -58,8 +56,8 @@ class _ExportableConfig(types.ModuleType):
|
|
58
56
|
@_builtins.property
|
59
57
|
def private_key(self) -> Optional[str]:
|
60
58
|
"""
|
61
|
-
(Optional) A PEM formatted RSA private key for the user.
|
62
|
-
set to 'ApiKey', ignored otherwise.
|
59
|
+
(Optional) A PEM formatted RSA private key for the user.
|
60
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
63
61
|
"""
|
64
62
|
return __config__.get('privateKey')
|
65
63
|
|
@@ -73,8 +71,8 @@ class _ExportableConfig(types.ModuleType):
|
|
73
71
|
@_builtins.property
|
74
72
|
def private_key_path(self) -> Optional[str]:
|
75
73
|
"""
|
76
|
-
(Optional) The path to the user's PEM formatted private key.
|
77
|
-
auth is set to 'ApiKey', ignored otherwise.
|
74
|
+
(Optional) The path to the user's PEM formatted private key.
|
75
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
78
76
|
"""
|
79
77
|
return __config__.get('privateKeyPath')
|
80
78
|
|
@@ -95,17 +93,15 @@ class _ExportableConfig(types.ModuleType):
|
|
95
93
|
@_builtins.property
|
96
94
|
def retry_duration_seconds(self) -> Optional[int]:
|
97
95
|
"""
|
98
|
-
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
99
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
100
|
-
is set to true.
|
96
|
+
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
97
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
101
98
|
"""
|
102
99
|
return __config__.get_int('retryDurationSeconds')
|
103
100
|
|
104
101
|
@_builtins.property
|
105
102
|
def tenancy_ocid(self) -> Optional[str]:
|
106
103
|
"""
|
107
|
-
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
|
108
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
104
|
+
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
109
105
|
"""
|
110
106
|
return __config__.get('tenancyOcid')
|
111
107
|
|
@@ -116,8 +112,7 @@ class _ExportableConfig(types.ModuleType):
|
|
116
112
|
@_builtins.property
|
117
113
|
def user_ocid(self) -> Optional[str]:
|
118
114
|
"""
|
119
|
-
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
120
|
-
auth is set to 'ApiKey', ignored otherwise.
|
115
|
+
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
121
116
|
"""
|
122
117
|
return __config__.get('userOcid')
|
123
118
|
|
@@ -115,6 +115,7 @@ class ComputeGpuMemoryFabricArgs:
|
|
115
115
|
class _ComputeGpuMemoryFabricState:
|
116
116
|
def __init__(__self__, *,
|
117
117
|
additional_data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
118
|
+
available_host_count: Optional[pulumi.Input[_builtins.str]] = None,
|
118
119
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
119
120
|
compute_gpu_memory_fabric_id: Optional[pulumi.Input[_builtins.str]] = None,
|
120
121
|
compute_hpc_island_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -132,6 +133,7 @@ class _ComputeGpuMemoryFabricState:
|
|
132
133
|
"""
|
133
134
|
Input properties used for looking up and filtering ComputeGpuMemoryFabric resources.
|
134
135
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] additional_data: Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
|
136
|
+
:param pulumi.Input[_builtins.str] available_host_count: The total number of available bare metal hosts located in this compute GPU memory fabric.
|
135
137
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
|
136
138
|
:param pulumi.Input[_builtins.str] compute_gpu_memory_fabric_id: The OCID of the compute GPU memory fabric.
|
137
139
|
:param pulumi.Input[_builtins.str] compute_hpc_island_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
|
@@ -153,6 +155,8 @@ class _ComputeGpuMemoryFabricState:
|
|
153
155
|
"""
|
154
156
|
if additional_data is not None:
|
155
157
|
pulumi.set(__self__, "additional_data", additional_data)
|
158
|
+
if available_host_count is not None:
|
159
|
+
pulumi.set(__self__, "available_host_count", available_host_count)
|
156
160
|
if compartment_id is not None:
|
157
161
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
158
162
|
if compute_gpu_memory_fabric_id is not None:
|
@@ -194,6 +198,18 @@ class _ComputeGpuMemoryFabricState:
|
|
194
198
|
def additional_data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
195
199
|
pulumi.set(self, "additional_data", value)
|
196
200
|
|
201
|
+
@_builtins.property
|
202
|
+
@pulumi.getter(name="availableHostCount")
|
203
|
+
def available_host_count(self) -> Optional[pulumi.Input[_builtins.str]]:
|
204
|
+
"""
|
205
|
+
The total number of available bare metal hosts located in this compute GPU memory fabric.
|
206
|
+
"""
|
207
|
+
return pulumi.get(self, "available_host_count")
|
208
|
+
|
209
|
+
@available_host_count.setter
|
210
|
+
def available_host_count(self, value: Optional[pulumi.Input[_builtins.str]]):
|
211
|
+
pulumi.set(self, "available_host_count", value)
|
212
|
+
|
197
213
|
@_builtins.property
|
198
214
|
@pulumi.getter(name="compartmentId")
|
199
215
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -460,6 +476,7 @@ class ComputeGpuMemoryFabric(pulumi.CustomResource):
|
|
460
476
|
__props__.__dict__["display_name"] = display_name
|
461
477
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
462
478
|
__props__.__dict__["additional_data"] = None
|
479
|
+
__props__.__dict__["available_host_count"] = None
|
463
480
|
__props__.__dict__["compute_hpc_island_id"] = None
|
464
481
|
__props__.__dict__["compute_local_block_id"] = None
|
465
482
|
__props__.__dict__["compute_network_block_id"] = None
|
@@ -480,6 +497,7 @@ class ComputeGpuMemoryFabric(pulumi.CustomResource):
|
|
480
497
|
id: pulumi.Input[str],
|
481
498
|
opts: Optional[pulumi.ResourceOptions] = None,
|
482
499
|
additional_data: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
500
|
+
available_host_count: Optional[pulumi.Input[_builtins.str]] = None,
|
483
501
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
484
502
|
compute_gpu_memory_fabric_id: Optional[pulumi.Input[_builtins.str]] = None,
|
485
503
|
compute_hpc_island_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -502,6 +520,7 @@ class ComputeGpuMemoryFabric(pulumi.CustomResource):
|
|
502
520
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
503
521
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
504
522
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] additional_data: Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
|
523
|
+
:param pulumi.Input[_builtins.str] available_host_count: The total number of available bare metal hosts located in this compute GPU memory fabric.
|
505
524
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root compartment.
|
506
525
|
:param pulumi.Input[_builtins.str] compute_gpu_memory_fabric_id: The OCID of the compute GPU memory fabric.
|
507
526
|
:param pulumi.Input[_builtins.str] compute_hpc_island_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
|
@@ -526,6 +545,7 @@ class ComputeGpuMemoryFabric(pulumi.CustomResource):
|
|
526
545
|
__props__ = _ComputeGpuMemoryFabricState.__new__(_ComputeGpuMemoryFabricState)
|
527
546
|
|
528
547
|
__props__.__dict__["additional_data"] = additional_data
|
548
|
+
__props__.__dict__["available_host_count"] = available_host_count
|
529
549
|
__props__.__dict__["compartment_id"] = compartment_id
|
530
550
|
__props__.__dict__["compute_gpu_memory_fabric_id"] = compute_gpu_memory_fabric_id
|
531
551
|
__props__.__dict__["compute_hpc_island_id"] = compute_hpc_island_id
|
@@ -550,6 +570,14 @@ class ComputeGpuMemoryFabric(pulumi.CustomResource):
|
|
550
570
|
"""
|
551
571
|
return pulumi.get(self, "additional_data")
|
552
572
|
|
573
|
+
@_builtins.property
|
574
|
+
@pulumi.getter(name="availableHostCount")
|
575
|
+
def available_host_count(self) -> pulumi.Output[_builtins.str]:
|
576
|
+
"""
|
577
|
+
The total number of available bare metal hosts located in this compute GPU memory fabric.
|
578
|
+
"""
|
579
|
+
return pulumi.get(self, "available_host_count")
|
580
|
+
|
553
581
|
@_builtins.property
|
554
582
|
@pulumi.getter(name="compartmentId")
|
555
583
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
@@ -26,10 +26,13 @@ class GetComputeGpuMemoryFabricResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getComputeGpuMemoryFabric.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, additional_data=None, compartment_id=None, compute_gpu_memory_fabric_id=None, compute_hpc_island_id=None, compute_local_block_id=None, compute_network_block_id=None, defined_tags=None, display_name=None, fabric_health=None, freeform_tags=None, healthy_host_count=None, id=None, state=None, system_tags=None, time_created=None, total_host_count=None):
|
29
|
+
def __init__(__self__, additional_data=None, available_host_count=None, compartment_id=None, compute_gpu_memory_fabric_id=None, compute_hpc_island_id=None, compute_local_block_id=None, compute_network_block_id=None, defined_tags=None, display_name=None, fabric_health=None, freeform_tags=None, healthy_host_count=None, id=None, state=None, system_tags=None, time_created=None, total_host_count=None):
|
30
30
|
if additional_data and not isinstance(additional_data, dict):
|
31
31
|
raise TypeError("Expected argument 'additional_data' to be a dict")
|
32
32
|
pulumi.set(__self__, "additional_data", additional_data)
|
33
|
+
if available_host_count and not isinstance(available_host_count, str):
|
34
|
+
raise TypeError("Expected argument 'available_host_count' to be a str")
|
35
|
+
pulumi.set(__self__, "available_host_count", available_host_count)
|
33
36
|
if compartment_id and not isinstance(compartment_id, str):
|
34
37
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
35
38
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -84,6 +87,14 @@ class GetComputeGpuMemoryFabricResult:
|
|
84
87
|
"""
|
85
88
|
return pulumi.get(self, "additional_data")
|
86
89
|
|
90
|
+
@_builtins.property
|
91
|
+
@pulumi.getter(name="availableHostCount")
|
92
|
+
def available_host_count(self) -> _builtins.str:
|
93
|
+
"""
|
94
|
+
The total number of available bare metal hosts located in this compute GPU memory fabric.
|
95
|
+
"""
|
96
|
+
return pulumi.get(self, "available_host_count")
|
97
|
+
|
87
98
|
@_builtins.property
|
88
99
|
@pulumi.getter(name="compartmentId")
|
89
100
|
def compartment_id(self) -> _builtins.str:
|
@@ -209,6 +220,7 @@ class AwaitableGetComputeGpuMemoryFabricResult(GetComputeGpuMemoryFabricResult):
|
|
209
220
|
yield self
|
210
221
|
return GetComputeGpuMemoryFabricResult(
|
211
222
|
additional_data=self.additional_data,
|
223
|
+
available_host_count=self.available_host_count,
|
212
224
|
compartment_id=self.compartment_id,
|
213
225
|
compute_gpu_memory_fabric_id=self.compute_gpu_memory_fabric_id,
|
214
226
|
compute_hpc_island_id=self.compute_hpc_island_id,
|
@@ -252,6 +264,7 @@ def get_compute_gpu_memory_fabric(compute_gpu_memory_fabric_id: Optional[_builti
|
|
252
264
|
|
253
265
|
return AwaitableGetComputeGpuMemoryFabricResult(
|
254
266
|
additional_data=pulumi.get(__ret__, 'additional_data'),
|
267
|
+
available_host_count=pulumi.get(__ret__, 'available_host_count'),
|
255
268
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
256
269
|
compute_gpu_memory_fabric_id=pulumi.get(__ret__, 'compute_gpu_memory_fabric_id'),
|
257
270
|
compute_hpc_island_id=pulumi.get(__ret__, 'compute_hpc_island_id'),
|
@@ -292,6 +305,7 @@ def get_compute_gpu_memory_fabric_output(compute_gpu_memory_fabric_id: Optional[
|
|
292
305
|
__ret__ = pulumi.runtime.invoke_output('oci:Core/getComputeGpuMemoryFabric:getComputeGpuMemoryFabric', __args__, opts=opts, typ=GetComputeGpuMemoryFabricResult)
|
293
306
|
return __ret__.apply(lambda __response__: GetComputeGpuMemoryFabricResult(
|
294
307
|
additional_data=pulumi.get(__response__, 'additional_data'),
|
308
|
+
available_host_count=pulumi.get(__response__, 'available_host_count'),
|
295
309
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
296
310
|
compute_gpu_memory_fabric_id=pulumi.get(__response__, 'compute_gpu_memory_fabric_id'),
|
297
311
|
compute_hpc_island_id=pulumi.get(__response__, 'compute_hpc_island_id'),
|
pulumi_oci/core/outputs.py
CHANGED
@@ -24090,6 +24090,7 @@ class GetComputeGpuMemoryFabricsComputeGpuMemoryFabricCollectionResult(dict):
|
|
24090
24090
|
class GetComputeGpuMemoryFabricsComputeGpuMemoryFabricCollectionItemResult(dict):
|
24091
24091
|
def __init__(__self__, *,
|
24092
24092
|
additional_data: Mapping[str, _builtins.str],
|
24093
|
+
available_host_count: _builtins.str,
|
24093
24094
|
compartment_id: _builtins.str,
|
24094
24095
|
compute_gpu_memory_fabric_id: _builtins.str,
|
24095
24096
|
compute_hpc_island_id: _builtins.str,
|
@@ -24107,6 +24108,7 @@ class GetComputeGpuMemoryFabricsComputeGpuMemoryFabricCollectionItemResult(dict)
|
|
24107
24108
|
total_host_count: _builtins.str):
|
24108
24109
|
"""
|
24109
24110
|
:param Mapping[str, _builtins.str] additional_data: Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
|
24111
|
+
:param _builtins.str available_host_count: The total number of available bare metal hosts located in this compute GPU memory fabric.
|
24110
24112
|
:param _builtins.str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
24111
24113
|
:param _builtins.str compute_gpu_memory_fabric_id: A filter to return only the listings that matches the given GPU memory fabric id.
|
24112
24114
|
:param _builtins.str compute_hpc_island_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute HPC island.
|
@@ -24124,6 +24126,7 @@ class GetComputeGpuMemoryFabricsComputeGpuMemoryFabricCollectionItemResult(dict)
|
|
24124
24126
|
:param _builtins.str total_host_count: The total number of bare metal hosts located in this compute GPU memory fabric.
|
24125
24127
|
"""
|
24126
24128
|
pulumi.set(__self__, "additional_data", additional_data)
|
24129
|
+
pulumi.set(__self__, "available_host_count", available_host_count)
|
24127
24130
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
24128
24131
|
pulumi.set(__self__, "compute_gpu_memory_fabric_id", compute_gpu_memory_fabric_id)
|
24129
24132
|
pulumi.set(__self__, "compute_hpc_island_id", compute_hpc_island_id)
|
@@ -24148,6 +24151,14 @@ class GetComputeGpuMemoryFabricsComputeGpuMemoryFabricCollectionItemResult(dict)
|
|
24148
24151
|
"""
|
24149
24152
|
return pulumi.get(self, "additional_data")
|
24150
24153
|
|
24154
|
+
@_builtins.property
|
24155
|
+
@pulumi.getter(name="availableHostCount")
|
24156
|
+
def available_host_count(self) -> _builtins.str:
|
24157
|
+
"""
|
24158
|
+
The total number of available bare metal hosts located in this compute GPU memory fabric.
|
24159
|
+
"""
|
24160
|
+
return pulumi.get(self, "available_host_count")
|
24161
|
+
|
24151
24162
|
@_builtins.property
|
24152
24163
|
@pulumi.getter(name="compartmentId")
|
24153
24164
|
def compartment_id(self) -> _builtins.str:
|