pulumi-oci 2.5.0__py3-none-any.whl → 2.5.0a1721976101__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 +32 -59
- pulumi_oci/bigdataservice/bds_instance.py +0 -47
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -11
- pulumi_oci/bigdataservice/outputs.py +0 -7
- pulumi_oci/core/__init__.py +0 -3
- pulumi_oci/core/_inputs.py +0 -40
- pulumi_oci/core/outputs.py +0 -314
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/databasemigration/_inputs.py +0 -184
- pulumi_oci/databasemigration/job.py +24 -99
- pulumi_oci/databasemigration/outputs.py +0 -171
- pulumi_oci/datasafe/__init__.py +4 -2
- pulumi_oci/datasafe/_inputs.py +0 -55
- pulumi_oci/datasafe/alert.py +0 -56
- pulumi_oci/datasafe/get_alert.py +1 -27
- pulumi_oci/datasafe/get_alert_policy.py +2 -26
- pulumi_oci/datasafe/get_alert_policy_rule.py +18 -94
- pulumi_oci/datasafe/get_report.py +1 -14
- pulumi_oci/datasafe/get_report_definition.py +1 -14
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -15
- pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +27 -231
- pulumi_oci/datasafe/report.py +0 -28
- pulumi_oci/datasafe/report_definition.py +0 -28
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +0 -28
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +0 -3
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +0 -3
- pulumi_oci/generativeai/get_endpoint.py +9 -6
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +6 -36
- pulumi_oci/generativeai/get_models.py +0 -6
- pulumi_oci/generativeai/outputs.py +16 -228
- pulumi_oci/identity/__init__.py +0 -3
- pulumi_oci/identity/_inputs.py +0 -1029
- pulumi_oci/identity/outputs.py +27254 -29420
- pulumi_oci/networkfirewall/__init__.py +0 -3
- pulumi_oci/networkfirewall/_inputs.py +0 -150
- pulumi_oci/networkfirewall/outputs.py +0 -457
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +28 -76
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -14
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +5 -45
- pulumi_oci/stackmonitoring/outputs.py +8 -19
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/RECORD +56 -72
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/WHEEL +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +0 -414
- pulumi_oci/core/get_instance_maintenance_events.py +0 -250
- pulumi_oci/core/instance_maintenance_event.py +0 -1022
- pulumi_oci/datasafe/alert_policy.py +0 -745
- pulumi_oci/datasafe/alert_policy_rule.py +0 -446
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
- pulumi_oci/identity/domains_social_identity_provider.py +0 -4628
- pulumi_oci/identity/get_domains_social_identity_provider.py +0 -664
- pulumi_oci/identity/get_domains_social_identity_providers.py +0 -276
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +0 -227
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +0 -167
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +0 -605
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -107,8 +107,6 @@ if typing.TYPE_CHECKING:
|
|
107
107
|
events = __events
|
108
108
|
import pulumi_oci.filestorage as __filestorage
|
109
109
|
filestorage = __filestorage
|
110
|
-
import pulumi_oci.fleetsoftwareupdate as __fleetsoftwareupdate
|
111
|
-
fleetsoftwareupdate = __fleetsoftwareupdate
|
112
110
|
import pulumi_oci.functions as __functions
|
113
111
|
functions = __functions
|
114
112
|
import pulumi_oci.fusionapps as __fusionapps
|
@@ -293,7 +291,6 @@ else:
|
|
293
291
|
email = _utilities.lazy_import('pulumi_oci.email')
|
294
292
|
events = _utilities.lazy_import('pulumi_oci.events')
|
295
293
|
filestorage = _utilities.lazy_import('pulumi_oci.filestorage')
|
296
|
-
fleetsoftwareupdate = _utilities.lazy_import('pulumi_oci.fleetsoftwareupdate')
|
297
294
|
functions = _utilities.lazy_import('pulumi_oci.functions')
|
298
295
|
fusionapps = _utilities.lazy_import('pulumi_oci.fusionapps')
|
299
296
|
generativeai = _utilities.lazy_import('pulumi_oci.generativeai')
|
@@ -1413,14 +1410,6 @@ _utilities.register(
|
|
1413
1410
|
"oci:Core/instanceConsoleConnection:InstanceConsoleConnection": "InstanceConsoleConnection"
|
1414
1411
|
}
|
1415
1412
|
},
|
1416
|
-
{
|
1417
|
-
"pkg": "oci",
|
1418
|
-
"mod": "Core/instanceMaintenanceEvent",
|
1419
|
-
"fqn": "pulumi_oci.core",
|
1420
|
-
"classes": {
|
1421
|
-
"oci:Core/instanceMaintenanceEvent:InstanceMaintenanceEvent": "InstanceMaintenanceEvent"
|
1422
|
-
}
|
1423
|
-
},
|
1424
1413
|
{
|
1425
1414
|
"pkg": "oci",
|
1426
1415
|
"mod": "Core/instancePool",
|
@@ -1893,22 +1882,6 @@ _utilities.register(
|
|
1893
1882
|
"oci:DataSafe/alert:Alert": "Alert"
|
1894
1883
|
}
|
1895
1884
|
},
|
1896
|
-
{
|
1897
|
-
"pkg": "oci",
|
1898
|
-
"mod": "DataSafe/alertPolicy",
|
1899
|
-
"fqn": "pulumi_oci.datasafe",
|
1900
|
-
"classes": {
|
1901
|
-
"oci:DataSafe/alertPolicy:AlertPolicy": "AlertPolicy"
|
1902
|
-
}
|
1903
|
-
},
|
1904
|
-
{
|
1905
|
-
"pkg": "oci",
|
1906
|
-
"mod": "DataSafe/alertPolicyRule",
|
1907
|
-
"fqn": "pulumi_oci.datasafe",
|
1908
|
-
"classes": {
|
1909
|
-
"oci:DataSafe/alertPolicyRule:AlertPolicyRule": "AlertPolicyRule"
|
1910
|
-
}
|
1911
|
-
},
|
1912
1885
|
{
|
1913
1886
|
"pkg": "oci",
|
1914
1887
|
"mod": "DataSafe/auditArchiveRetrieval",
|
@@ -2069,6 +2042,22 @@ _utilities.register(
|
|
2069
2042
|
"oci:DataSafe/maskingPolicy:MaskingPolicy": "MaskingPolicy"
|
2070
2043
|
}
|
2071
2044
|
},
|
2045
|
+
{
|
2046
|
+
"pkg": "oci",
|
2047
|
+
"mod": "DataSafe/maskingPolicyHealthReportManagement",
|
2048
|
+
"fqn": "pulumi_oci.datasafe",
|
2049
|
+
"classes": {
|
2050
|
+
"oci:DataSafe/maskingPolicyHealthReportManagement:MaskingPolicyHealthReportManagement": "MaskingPolicyHealthReportManagement"
|
2051
|
+
}
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
"pkg": "oci",
|
2055
|
+
"mod": "DataSafe/maskingReportManagement",
|
2056
|
+
"fqn": "pulumi_oci.datasafe",
|
2057
|
+
"classes": {
|
2058
|
+
"oci:DataSafe/maskingReportManagement:MaskingReportManagement": "MaskingReportManagement"
|
2059
|
+
}
|
2060
|
+
},
|
2072
2061
|
{
|
2073
2062
|
"pkg": "oci",
|
2074
2063
|
"mod": "DataSafe/onPremConnector",
|
@@ -2181,6 +2170,14 @@ _utilities.register(
|
|
2181
2170
|
"oci:DataSafe/setSecurityAssessmentBaseline:SetSecurityAssessmentBaseline": "SetSecurityAssessmentBaseline"
|
2182
2171
|
}
|
2183
2172
|
},
|
2173
|
+
{
|
2174
|
+
"pkg": "oci",
|
2175
|
+
"mod": "DataSafe/setSecurityAssessmentBaselineManagement",
|
2176
|
+
"fqn": "pulumi_oci.datasafe",
|
2177
|
+
"classes": {
|
2178
|
+
"oci:DataSafe/setSecurityAssessmentBaselineManagement:SetSecurityAssessmentBaselineManagement": "SetSecurityAssessmentBaselineManagement"
|
2179
|
+
}
|
2180
|
+
},
|
2184
2181
|
{
|
2185
2182
|
"pkg": "oci",
|
2186
2183
|
"mod": "DataSafe/setUserAssessmentBaseline",
|
@@ -2189,6 +2186,14 @@ _utilities.register(
|
|
2189
2186
|
"oci:DataSafe/setUserAssessmentBaseline:SetUserAssessmentBaseline": "SetUserAssessmentBaseline"
|
2190
2187
|
}
|
2191
2188
|
},
|
2189
|
+
{
|
2190
|
+
"pkg": "oci",
|
2191
|
+
"mod": "DataSafe/setUserAssessmentBaselineManagement",
|
2192
|
+
"fqn": "pulumi_oci.datasafe",
|
2193
|
+
"classes": {
|
2194
|
+
"oci:DataSafe/setUserAssessmentBaselineManagement:SetUserAssessmentBaselineManagement": "SetUserAssessmentBaselineManagement"
|
2195
|
+
}
|
2196
|
+
},
|
2192
2197
|
{
|
2193
2198
|
"pkg": "oci",
|
2194
2199
|
"mod": "DataSafe/sqlCollection",
|
@@ -3469,22 +3474,6 @@ _utilities.register(
|
|
3469
3474
|
"oci:FileStorage/snapshot:Snapshot": "Snapshot"
|
3470
3475
|
}
|
3471
3476
|
},
|
3472
|
-
{
|
3473
|
-
"pkg": "oci",
|
3474
|
-
"mod": "FleetSoftwareUpdate/fsuCollection",
|
3475
|
-
"fqn": "pulumi_oci.fleetsoftwareupdate",
|
3476
|
-
"classes": {
|
3477
|
-
"oci:FleetSoftwareUpdate/fsuCollection:FsuCollection": "FsuCollection"
|
3478
|
-
}
|
3479
|
-
},
|
3480
|
-
{
|
3481
|
-
"pkg": "oci",
|
3482
|
-
"mod": "FleetSoftwareUpdate/fsuCycle",
|
3483
|
-
"fqn": "pulumi_oci.fleetsoftwareupdate",
|
3484
|
-
"classes": {
|
3485
|
-
"oci:FleetSoftwareUpdate/fsuCycle:FsuCycle": "FsuCycle"
|
3486
|
-
}
|
3487
|
-
},
|
3488
3477
|
{
|
3489
3478
|
"pkg": "oci",
|
3490
3479
|
"mod": "Functions/application",
|
@@ -4085,14 +4074,6 @@ _utilities.register(
|
|
4085
4074
|
"oci:Identity/domainsSmtpCredential:DomainsSmtpCredential": "DomainsSmtpCredential"
|
4086
4075
|
}
|
4087
4076
|
},
|
4088
|
-
{
|
4089
|
-
"pkg": "oci",
|
4090
|
-
"mod": "Identity/domainsSocialIdentityProvider",
|
4091
|
-
"fqn": "pulumi_oci.identity",
|
4092
|
-
"classes": {
|
4093
|
-
"oci:Identity/domainsSocialIdentityProvider:DomainsSocialIdentityProvider": "DomainsSocialIdentityProvider"
|
4094
|
-
}
|
4095
|
-
},
|
4096
4077
|
{
|
4097
4078
|
"pkg": "oci",
|
4098
4079
|
"mod": "Identity/domainsUser",
|
@@ -4917,14 +4898,6 @@ _utilities.register(
|
|
4917
4898
|
"oci:NetworkFirewall/networkFirewallPolicyServiceList:NetworkFirewallPolicyServiceList": "NetworkFirewallPolicyServiceList"
|
4918
4899
|
}
|
4919
4900
|
},
|
4920
|
-
{
|
4921
|
-
"pkg": "oci",
|
4922
|
-
"mod": "NetworkFirewall/networkFirewallPolicyTunnelInspectionRule",
|
4923
|
-
"fqn": "pulumi_oci.networkfirewall",
|
4924
|
-
"classes": {
|
4925
|
-
"oci:NetworkFirewall/networkFirewallPolicyTunnelInspectionRule:NetworkFirewallPolicyTunnelInspectionRule": "NetworkFirewallPolicyTunnelInspectionRule"
|
4926
|
-
}
|
4927
|
-
},
|
4928
4901
|
{
|
4929
4902
|
"pkg": "oci",
|
4930
4903
|
"mod": "NetworkFirewall/networkFirewallPolicyUrlList",
|
@@ -33,7 +33,6 @@ class BdsInstanceArgs:
|
|
33
33
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
34
34
|
edge_node: Optional[pulumi.Input['BdsInstanceEdgeNodeArgs']] = None,
|
35
35
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
36
|
-
ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
37
36
|
is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
|
38
37
|
is_force_stop_jobs: Optional[pulumi.Input[bool]] = None,
|
39
38
|
is_kafka_configured: Optional[pulumi.Input[bool]] = None,
|
@@ -59,7 +58,6 @@ class BdsInstanceArgs:
|
|
59
58
|
:param pulumi.Input[str] cluster_profile: Profile of the Big Data Service cluster.
|
60
59
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
61
60
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
62
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
63
61
|
:param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
|
64
62
|
:param pulumi.Input[bool] is_force_stop_jobs: (Updatable) When setting state as `INACTIVE` for stopping a cluster, setting this flag to true forcefully stops the bds instance.
|
65
63
|
:param pulumi.Input[bool] is_kafka_configured: Boolean flag specifying whether or not Kafka should be configured.
|
@@ -94,8 +92,6 @@ class BdsInstanceArgs:
|
|
94
92
|
pulumi.set(__self__, "edge_node", edge_node)
|
95
93
|
if freeform_tags is not None:
|
96
94
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
97
|
-
if ignore_existing_nodes_shapes is not None:
|
98
|
-
pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
|
99
95
|
if is_cloud_sql_configured is not None:
|
100
96
|
pulumi.set(__self__, "is_cloud_sql_configured", is_cloud_sql_configured)
|
101
97
|
if is_force_stop_jobs is not None:
|
@@ -310,18 +306,6 @@ class BdsInstanceArgs:
|
|
310
306
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
311
307
|
pulumi.set(self, "freeform_tags", value)
|
312
308
|
|
313
|
-
@property
|
314
|
-
@pulumi.getter(name="ignoreExistingNodesShapes")
|
315
|
-
def ignore_existing_nodes_shapes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
316
|
-
"""
|
317
|
-
Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
318
|
-
"""
|
319
|
-
return pulumi.get(self, "ignore_existing_nodes_shapes")
|
320
|
-
|
321
|
-
@ignore_existing_nodes_shapes.setter
|
322
|
-
def ignore_existing_nodes_shapes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
323
|
-
pulumi.set(self, "ignore_existing_nodes_shapes", value)
|
324
|
-
|
325
309
|
@property
|
326
310
|
@pulumi.getter(name="isCloudSqlConfigured")
|
327
311
|
def is_cloud_sql_configured(self) -> Optional[pulumi.Input[bool]]:
|
@@ -448,7 +432,6 @@ class _BdsInstanceState:
|
|
448
432
|
display_name: Optional[pulumi.Input[str]] = None,
|
449
433
|
edge_node: Optional[pulumi.Input['BdsInstanceEdgeNodeArgs']] = None,
|
450
434
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
451
|
-
ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
452
435
|
is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
|
453
436
|
is_force_stop_jobs: Optional[pulumi.Input[bool]] = None,
|
454
437
|
is_high_availability: Optional[pulumi.Input[bool]] = None,
|
@@ -482,7 +465,6 @@ class _BdsInstanceState:
|
|
482
465
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
483
466
|
:param pulumi.Input[str] display_name: (Updatable) Name of the BDS instance
|
484
467
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
485
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
486
468
|
:param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
|
487
469
|
:param pulumi.Input[bool] is_force_stop_jobs: (Updatable) When setting state as `INACTIVE` for stopping a cluster, setting this flag to true forcefully stops the bds instance.
|
488
470
|
:param pulumi.Input[bool] is_high_availability: Boolean flag specifying whether or not the cluster is HA
|
@@ -530,8 +512,6 @@ class _BdsInstanceState:
|
|
530
512
|
pulumi.set(__self__, "edge_node", edge_node)
|
531
513
|
if freeform_tags is not None:
|
532
514
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
533
|
-
if ignore_existing_nodes_shapes is not None:
|
534
|
-
pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
|
535
515
|
if is_cloud_sql_configured is not None:
|
536
516
|
pulumi.set(__self__, "is_cloud_sql_configured", is_cloud_sql_configured)
|
537
517
|
if is_force_stop_jobs is not None:
|
@@ -733,18 +713,6 @@ class _BdsInstanceState:
|
|
733
713
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
734
714
|
pulumi.set(self, "freeform_tags", value)
|
735
715
|
|
736
|
-
@property
|
737
|
-
@pulumi.getter(name="ignoreExistingNodesShapes")
|
738
|
-
def ignore_existing_nodes_shapes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
739
|
-
"""
|
740
|
-
Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
741
|
-
"""
|
742
|
-
return pulumi.get(self, "ignore_existing_nodes_shapes")
|
743
|
-
|
744
|
-
@ignore_existing_nodes_shapes.setter
|
745
|
-
def ignore_existing_nodes_shapes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
746
|
-
pulumi.set(self, "ignore_existing_nodes_shapes", value)
|
747
|
-
|
748
716
|
@property
|
749
717
|
@pulumi.getter(name="isCloudSqlConfigured")
|
750
718
|
def is_cloud_sql_configured(self) -> Optional[pulumi.Input[bool]]:
|
@@ -988,7 +956,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
988
956
|
display_name: Optional[pulumi.Input[str]] = None,
|
989
957
|
edge_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceEdgeNodeArgs']]] = None,
|
990
958
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
991
|
-
ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
992
959
|
is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
|
993
960
|
is_force_stop_jobs: Optional[pulumi.Input[bool]] = None,
|
994
961
|
is_high_availability: Optional[pulumi.Input[bool]] = None,
|
@@ -1029,7 +996,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1029
996
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1030
997
|
:param pulumi.Input[str] display_name: (Updatable) Name of the BDS instance
|
1031
998
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1032
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
1033
999
|
:param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
|
1034
1000
|
:param pulumi.Input[bool] is_force_stop_jobs: (Updatable) When setting state as `INACTIVE` for stopping a cluster, setting this flag to true forcefully stops the bds instance.
|
1035
1001
|
:param pulumi.Input[bool] is_high_availability: Boolean flag specifying whether or not the cluster is HA
|
@@ -1090,7 +1056,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1090
1056
|
display_name: Optional[pulumi.Input[str]] = None,
|
1091
1057
|
edge_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceEdgeNodeArgs']]] = None,
|
1092
1058
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1093
|
-
ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1094
1059
|
is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
|
1095
1060
|
is_force_stop_jobs: Optional[pulumi.Input[bool]] = None,
|
1096
1061
|
is_high_availability: Optional[pulumi.Input[bool]] = None,
|
@@ -1136,7 +1101,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1136
1101
|
__props__.__dict__["display_name"] = display_name
|
1137
1102
|
__props__.__dict__["edge_node"] = edge_node
|
1138
1103
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1139
|
-
__props__.__dict__["ignore_existing_nodes_shapes"] = ignore_existing_nodes_shapes
|
1140
1104
|
__props__.__dict__["is_cloud_sql_configured"] = is_cloud_sql_configured
|
1141
1105
|
__props__.__dict__["is_force_stop_jobs"] = is_force_stop_jobs
|
1142
1106
|
if is_high_availability is None and not opts.urn:
|
@@ -1194,7 +1158,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1194
1158
|
display_name: Optional[pulumi.Input[str]] = None,
|
1195
1159
|
edge_node: Optional[pulumi.Input[pulumi.InputType['BdsInstanceEdgeNodeArgs']]] = None,
|
1196
1160
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1197
|
-
ignore_existing_nodes_shapes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1198
1161
|
is_cloud_sql_configured: Optional[pulumi.Input[bool]] = None,
|
1199
1162
|
is_force_stop_jobs: Optional[pulumi.Input[bool]] = None,
|
1200
1163
|
is_high_availability: Optional[pulumi.Input[bool]] = None,
|
@@ -1233,7 +1196,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1233
1196
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
1234
1197
|
:param pulumi.Input[str] display_name: (Updatable) Name of the BDS instance
|
1235
1198
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1236
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ignore_existing_nodes_shapes: Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
1237
1199
|
:param pulumi.Input[bool] is_cloud_sql_configured: (Updatable) Boolean flag specifying whether we configure Cloud SQL or not
|
1238
1200
|
:param pulumi.Input[bool] is_force_stop_jobs: (Updatable) When setting state as `INACTIVE` for stopping a cluster, setting this flag to true forcefully stops the bds instance.
|
1239
1201
|
:param pulumi.Input[bool] is_high_availability: Boolean flag specifying whether or not the cluster is HA
|
@@ -1271,7 +1233,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1271
1233
|
__props__.__dict__["display_name"] = display_name
|
1272
1234
|
__props__.__dict__["edge_node"] = edge_node
|
1273
1235
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1274
|
-
__props__.__dict__["ignore_existing_nodes_shapes"] = ignore_existing_nodes_shapes
|
1275
1236
|
__props__.__dict__["is_cloud_sql_configured"] = is_cloud_sql_configured
|
1276
1237
|
__props__.__dict__["is_force_stop_jobs"] = is_force_stop_jobs
|
1277
1238
|
__props__.__dict__["is_high_availability"] = is_high_availability
|
@@ -1399,14 +1360,6 @@ class BdsInstance(pulumi.CustomResource):
|
|
1399
1360
|
"""
|
1400
1361
|
return pulumi.get(self, "freeform_tags")
|
1401
1362
|
|
1402
|
-
@property
|
1403
|
-
@pulumi.getter(name="ignoreExistingNodesShapes")
|
1404
|
-
def ignore_existing_nodes_shapes(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
1405
|
-
"""
|
1406
|
-
Tag to ignore changing the shape of existing worker, master, utility, compute_only_worker, edge, kafka_broker nodes, in a list format, when new nodes are added with a different shape.
|
1407
|
-
"""
|
1408
|
-
return pulumi.get(self, "ignore_existing_nodes_shapes")
|
1409
|
-
|
1410
1363
|
@property
|
1411
1364
|
@pulumi.getter(name="isCloudSqlConfigured")
|
1412
1365
|
def is_cloud_sql_configured(self) -> pulumi.Output[bool]:
|
@@ -22,7 +22,7 @@ class GetBdsInstanceResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getBdsInstance.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, bds_instance_id=None, bootstrap_script_url=None, cloud_sql_details=None, cluster_admin_password=None, cluster_details=None, cluster_profile=None, cluster_public_key=None, cluster_version=None, compartment_id=None, compute_only_worker_nodes=None, created_by=None, defined_tags=None, display_name=None, edge_nodes=None, freeform_tags=None, id=None,
|
25
|
+
def __init__(__self__, bds_instance_id=None, bootstrap_script_url=None, cloud_sql_details=None, cluster_admin_password=None, cluster_details=None, cluster_profile=None, cluster_public_key=None, cluster_version=None, compartment_id=None, compute_only_worker_nodes=None, created_by=None, defined_tags=None, display_name=None, edge_nodes=None, freeform_tags=None, id=None, is_cloud_sql_configured=None, is_force_stop_jobs=None, is_high_availability=None, is_kafka_configured=None, is_secure=None, kafka_broker_nodes=None, kerberos_realm_name=None, kms_key_id=None, master_nodes=None, network_configs=None, nodes=None, number_of_nodes=None, number_of_nodes_requiring_maintenance_reboot=None, os_patch_version=None, state=None, time_created=None, time_updated=None, util_nodes=None, worker_nodes=None):
|
26
26
|
if bds_instance_id and not isinstance(bds_instance_id, str):
|
27
27
|
raise TypeError("Expected argument 'bds_instance_id' to be a str")
|
28
28
|
pulumi.set(__self__, "bds_instance_id", bds_instance_id)
|
@@ -71,9 +71,6 @@ class GetBdsInstanceResult:
|
|
71
71
|
if id and not isinstance(id, str):
|
72
72
|
raise TypeError("Expected argument 'id' to be a str")
|
73
73
|
pulumi.set(__self__, "id", id)
|
74
|
-
if ignore_existing_nodes_shapes and not isinstance(ignore_existing_nodes_shapes, list):
|
75
|
-
raise TypeError("Expected argument 'ignore_existing_nodes_shapes' to be a list")
|
76
|
-
pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
|
77
74
|
if is_cloud_sql_configured and not isinstance(is_cloud_sql_configured, bool):
|
78
75
|
raise TypeError("Expected argument 'is_cloud_sql_configured' to be a bool")
|
79
76
|
pulumi.set(__self__, "is_cloud_sql_configured", is_cloud_sql_configured)
|
@@ -245,11 +242,6 @@ class GetBdsInstanceResult:
|
|
245
242
|
"""
|
246
243
|
return pulumi.get(self, "id")
|
247
244
|
|
248
|
-
@property
|
249
|
-
@pulumi.getter(name="ignoreExistingNodesShapes")
|
250
|
-
def ignore_existing_nodes_shapes(self) -> Sequence[str]:
|
251
|
-
return pulumi.get(self, "ignore_existing_nodes_shapes")
|
252
|
-
|
253
245
|
@property
|
254
246
|
@pulumi.getter(name="isCloudSqlConfigured")
|
255
247
|
def is_cloud_sql_configured(self) -> bool:
|
@@ -404,7 +396,6 @@ class AwaitableGetBdsInstanceResult(GetBdsInstanceResult):
|
|
404
396
|
edge_nodes=self.edge_nodes,
|
405
397
|
freeform_tags=self.freeform_tags,
|
406
398
|
id=self.id,
|
407
|
-
ignore_existing_nodes_shapes=self.ignore_existing_nodes_shapes,
|
408
399
|
is_cloud_sql_configured=self.is_cloud_sql_configured,
|
409
400
|
is_force_stop_jobs=self.is_force_stop_jobs,
|
410
401
|
is_high_availability=self.is_high_availability,
|
@@ -467,7 +458,6 @@ def get_bds_instance(bds_instance_id: Optional[str] = None,
|
|
467
458
|
edge_nodes=pulumi.get(__ret__, 'edge_nodes'),
|
468
459
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
469
460
|
id=pulumi.get(__ret__, 'id'),
|
470
|
-
ignore_existing_nodes_shapes=pulumi.get(__ret__, 'ignore_existing_nodes_shapes'),
|
471
461
|
is_cloud_sql_configured=pulumi.get(__ret__, 'is_cloud_sql_configured'),
|
472
462
|
is_force_stop_jobs=pulumi.get(__ret__, 'is_force_stop_jobs'),
|
473
463
|
is_high_availability=pulumi.get(__ret__, 'is_high_availability'),
|
@@ -6467,7 +6467,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6467
6467
|
edge_nodes: Sequence['outputs.GetBdsInstancesBdsInstanceEdgeNodeResult'],
|
6468
6468
|
freeform_tags: Mapping[str, Any],
|
6469
6469
|
id: str,
|
6470
|
-
ignore_existing_nodes_shapes: Sequence[str],
|
6471
6470
|
is_cloud_sql_configured: bool,
|
6472
6471
|
is_force_stop_jobs: bool,
|
6473
6472
|
is_high_availability: bool,
|
@@ -6527,7 +6526,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6527
6526
|
pulumi.set(__self__, "edge_nodes", edge_nodes)
|
6528
6527
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
6529
6528
|
pulumi.set(__self__, "id", id)
|
6530
|
-
pulumi.set(__self__, "ignore_existing_nodes_shapes", ignore_existing_nodes_shapes)
|
6531
6529
|
pulumi.set(__self__, "is_cloud_sql_configured", is_cloud_sql_configured)
|
6532
6530
|
pulumi.set(__self__, "is_force_stop_jobs", is_force_stop_jobs)
|
6533
6531
|
pulumi.set(__self__, "is_high_availability", is_high_availability)
|
@@ -6656,11 +6654,6 @@ class GetBdsInstancesBdsInstanceResult(dict):
|
|
6656
6654
|
"""
|
6657
6655
|
return pulumi.get(self, "id")
|
6658
6656
|
|
6659
|
-
@property
|
6660
|
-
@pulumi.getter(name="ignoreExistingNodesShapes")
|
6661
|
-
def ignore_existing_nodes_shapes(self) -> Sequence[str]:
|
6662
|
-
return pulumi.get(self, "ignore_existing_nodes_shapes")
|
6663
|
-
|
6664
6657
|
@property
|
6665
6658
|
@pulumi.getter(name="isCloudSqlConfigured")
|
6666
6659
|
def is_cloud_sql_configured(self) -> bool:
|
pulumi_oci/core/__init__.py
CHANGED
@@ -112,8 +112,6 @@ from .get_instance_configurations import *
|
|
112
112
|
from .get_instance_console_connections import *
|
113
113
|
from .get_instance_credentials import *
|
114
114
|
from .get_instance_devices import *
|
115
|
-
from .get_instance_maintenance_event import *
|
116
|
-
from .get_instance_maintenance_events import *
|
117
115
|
from .get_instance_maintenance_reboot import *
|
118
116
|
from .get_instance_measured_boot_report import *
|
119
117
|
from .get_instance_pool import *
|
@@ -190,7 +188,6 @@ from .image import *
|
|
190
188
|
from .instance import *
|
191
189
|
from .instance_configuration import *
|
192
190
|
from .instance_console_connection import *
|
193
|
-
from .instance_maintenance_event import *
|
194
191
|
from .instance_pool import *
|
195
192
|
from .instance_pool_instance import *
|
196
193
|
from .internet_gateway import *
|
pulumi_oci/core/_inputs.py
CHANGED
@@ -235,7 +235,6 @@ __all__ = [
|
|
235
235
|
'GetInstanceConfigurationsFilterArgs',
|
236
236
|
'GetInstanceConsoleConnectionsFilterArgs',
|
237
237
|
'GetInstanceDevicesFilterArgs',
|
238
|
-
'GetInstanceMaintenanceEventsFilterArgs',
|
239
238
|
'GetInstancePoolInstancesFilterArgs',
|
240
239
|
'GetInstancePoolsFilterArgs',
|
241
240
|
'GetInstancesFilterArgs',
|
@@ -16138,45 +16137,6 @@ class GetInstanceDevicesFilterArgs:
|
|
16138
16137
|
pulumi.set(self, "regex", value)
|
16139
16138
|
|
16140
16139
|
|
16141
|
-
@pulumi.input_type
|
16142
|
-
class GetInstanceMaintenanceEventsFilterArgs:
|
16143
|
-
def __init__(__self__, *,
|
16144
|
-
name: str,
|
16145
|
-
values: Sequence[str],
|
16146
|
-
regex: Optional[bool] = None):
|
16147
|
-
pulumi.set(__self__, "name", name)
|
16148
|
-
pulumi.set(__self__, "values", values)
|
16149
|
-
if regex is not None:
|
16150
|
-
pulumi.set(__self__, "regex", regex)
|
16151
|
-
|
16152
|
-
@property
|
16153
|
-
@pulumi.getter
|
16154
|
-
def name(self) -> str:
|
16155
|
-
return pulumi.get(self, "name")
|
16156
|
-
|
16157
|
-
@name.setter
|
16158
|
-
def name(self, value: str):
|
16159
|
-
pulumi.set(self, "name", value)
|
16160
|
-
|
16161
|
-
@property
|
16162
|
-
@pulumi.getter
|
16163
|
-
def values(self) -> Sequence[str]:
|
16164
|
-
return pulumi.get(self, "values")
|
16165
|
-
|
16166
|
-
@values.setter
|
16167
|
-
def values(self, value: Sequence[str]):
|
16168
|
-
pulumi.set(self, "values", value)
|
16169
|
-
|
16170
|
-
@property
|
16171
|
-
@pulumi.getter
|
16172
|
-
def regex(self) -> Optional[bool]:
|
16173
|
-
return pulumi.get(self, "regex")
|
16174
|
-
|
16175
|
-
@regex.setter
|
16176
|
-
def regex(self, value: Optional[bool]):
|
16177
|
-
pulumi.set(self, "regex", value)
|
16178
|
-
|
16179
|
-
|
16180
16140
|
@pulumi.input_type
|
16181
16141
|
class GetInstancePoolInstancesFilterArgs:
|
16182
16142
|
def __init__(__self__, *,
|