pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.0__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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
@@ -1624,7 +1624,7 @@ class ContainerInstanceContainerResourceConfig(dict):
|
|
1624
1624
|
|
1625
1625
|
CPU usage is defined in terms of logical CPUs. This means that the maximum possible value on an E3 ContainerInstance with 1 OCPU is 2.0.
|
1626
1626
|
|
1627
|
-
A container with a 2.0 vcpusLimit could consume up to 100
|
1627
|
+
A container with a 2.0 vcpusLimit could consume up to 100% of the CPU resources available on the container instance. Values can be fractional. A value of "1.5" means that the container can consume at most the equivalent of 1 and a half logical CPUs worth of CPU capacity.
|
1628
1628
|
"""
|
1629
1629
|
if memory_limit_in_gbs is not None:
|
1630
1630
|
pulumi.set(__self__, "memory_limit_in_gbs", memory_limit_in_gbs)
|
@@ -1651,7 +1651,7 @@ class ContainerInstanceContainerResourceConfig(dict):
|
|
1651
1651
|
|
1652
1652
|
CPU usage is defined in terms of logical CPUs. This means that the maximum possible value on an E3 ContainerInstance with 1 OCPU is 2.0.
|
1653
1653
|
|
1654
|
-
A container with a 2.0 vcpusLimit could consume up to 100
|
1654
|
+
A container with a 2.0 vcpusLimit could consume up to 100% of the CPU resources available on the container instance. Values can be fractional. A value of "1.5" means that the container can consume at most the equivalent of 1 and a half logical CPUs worth of CPU capacity.
|
1655
1655
|
"""
|
1656
1656
|
return pulumi.get(self, "vcpus_limit")
|
1657
1657
|
|
@@ -3141,10 +3141,8 @@ class NodePoolNodePoolCyclingDetails(dict):
|
|
3141
3141
|
maximum_unavailable: Optional[str] = None):
|
3142
3142
|
"""
|
3143
3143
|
:param bool is_node_cycling_enabled: (Updatable) If nodes in the nodepool will be cycled to have new changes.
|
3144
|
-
:param str maximum_surge: (Updatable) Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0
|
3145
|
-
|
3146
|
-
:param str maximum_unavailable: (Updatable) Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0%!t(MISSING)o 100%!
|
3147
|
-
(MISSING)
|
3144
|
+
:param str maximum_surge: (Updatable) Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
3145
|
+
:param str maximum_unavailable: (Updatable) Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
3148
3146
|
"""
|
3149
3147
|
if is_node_cycling_enabled is not None:
|
3150
3148
|
pulumi.set(__self__, "is_node_cycling_enabled", is_node_cycling_enabled)
|
@@ -3165,8 +3163,7 @@ class NodePoolNodePoolCyclingDetails(dict):
|
|
3165
3163
|
@pulumi.getter(name="maximumSurge")
|
3166
3164
|
def maximum_surge(self) -> Optional[str]:
|
3167
3165
|
"""
|
3168
|
-
(Updatable) Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0
|
3169
|
-
(MISSING)
|
3166
|
+
(Updatable) Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
3170
3167
|
"""
|
3171
3168
|
return pulumi.get(self, "maximum_surge")
|
3172
3169
|
|
@@ -3174,8 +3171,7 @@ class NodePoolNodePoolCyclingDetails(dict):
|
|
3174
3171
|
@pulumi.getter(name="maximumUnavailable")
|
3175
3172
|
def maximum_unavailable(self) -> Optional[str]:
|
3176
3173
|
"""
|
3177
|
-
(Updatable) Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0
|
3178
|
-
(MISSING)
|
3174
|
+
(Updatable) Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
3179
3175
|
"""
|
3180
3176
|
return pulumi.get(self, "maximum_unavailable")
|
3181
3177
|
|
@@ -5590,10 +5586,8 @@ class GetNodePoolNodePoolCyclingDetailResult(dict):
|
|
5590
5586
|
maximum_unavailable: str):
|
5591
5587
|
"""
|
5592
5588
|
:param bool is_node_cycling_enabled: If nodes in the nodepool will be cycled to have new changes.
|
5593
|
-
:param str maximum_surge: Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0
|
5594
|
-
|
5595
|
-
:param str maximum_unavailable: Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0%!t(MISSING)o 100%!
|
5596
|
-
(MISSING)
|
5589
|
+
:param str maximum_surge: Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
5590
|
+
:param str maximum_unavailable: Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
5597
5591
|
"""
|
5598
5592
|
pulumi.set(__self__, "is_node_cycling_enabled", is_node_cycling_enabled)
|
5599
5593
|
pulumi.set(__self__, "maximum_surge", maximum_surge)
|
@@ -5611,8 +5605,7 @@ class GetNodePoolNodePoolCyclingDetailResult(dict):
|
|
5611
5605
|
@pulumi.getter(name="maximumSurge")
|
5612
5606
|
def maximum_surge(self) -> str:
|
5613
5607
|
"""
|
5614
|
-
Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0
|
5615
|
-
(MISSING)
|
5608
|
+
Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
5616
5609
|
"""
|
5617
5610
|
return pulumi.get(self, "maximum_surge")
|
5618
5611
|
|
@@ -5620,8 +5613,7 @@ class GetNodePoolNodePoolCyclingDetailResult(dict):
|
|
5620
5613
|
@pulumi.getter(name="maximumUnavailable")
|
5621
5614
|
def maximum_unavailable(self) -> str:
|
5622
5615
|
"""
|
5623
|
-
Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0
|
5624
|
-
(MISSING)
|
5616
|
+
Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
5625
5617
|
"""
|
5626
5618
|
return pulumi.get(self, "maximum_unavailable")
|
5627
5619
|
|
@@ -6576,10 +6568,8 @@ class GetNodePoolsNodePoolNodePoolCyclingDetailResult(dict):
|
|
6576
6568
|
maximum_unavailable: str):
|
6577
6569
|
"""
|
6578
6570
|
:param bool is_node_cycling_enabled: If nodes in the nodepool will be cycled to have new changes.
|
6579
|
-
:param str maximum_surge: Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0
|
6580
|
-
|
6581
|
-
:param str maximum_unavailable: Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0%!t(MISSING)o 100%!
|
6582
|
-
(MISSING)
|
6571
|
+
:param str maximum_surge: Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
6572
|
+
:param str maximum_unavailable: Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
6583
6573
|
"""
|
6584
6574
|
pulumi.set(__self__, "is_node_cycling_enabled", is_node_cycling_enabled)
|
6585
6575
|
pulumi.set(__self__, "maximum_surge", maximum_surge)
|
@@ -6597,8 +6587,7 @@ class GetNodePoolsNodePoolNodePoolCyclingDetailResult(dict):
|
|
6597
6587
|
@pulumi.getter(name="maximumSurge")
|
6598
6588
|
def maximum_surge(self) -> str:
|
6599
6589
|
"""
|
6600
|
-
Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0
|
6601
|
-
(MISSING)
|
6590
|
+
Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100%
|
6602
6591
|
"""
|
6603
6592
|
return pulumi.get(self, "maximum_surge")
|
6604
6593
|
|
@@ -6606,8 +6595,7 @@ class GetNodePoolsNodePoolNodePoolCyclingDetailResult(dict):
|
|
6606
6595
|
@pulumi.getter(name="maximumUnavailable")
|
6607
6596
|
def maximum_unavailable(self) -> str:
|
6608
6597
|
"""
|
6609
|
-
Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0
|
6610
|
-
(MISSING)
|
6598
|
+
Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100%
|
6611
6599
|
"""
|
6612
6600
|
return pulumi.get(self, "maximum_unavailable")
|
6613
6601
|
|
pulumi_oci/core/_inputs.py
CHANGED
@@ -6232,7 +6232,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs:
|
|
6232
6232
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6233
6233
|
:param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
6234
6234
|
:param pulumi.Input[str] numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
6235
|
-
:param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
6235
|
+
:param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
6236
6236
|
|
6237
6237
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
6238
6238
|
"""
|
@@ -6398,7 +6398,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfigArgs:
|
|
6398
6398
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
6399
6399
|
def percentage_of_cores_enabled(self) -> Optional[pulumi.Input[int]]:
|
6400
6400
|
"""
|
6401
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
6401
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
6402
6402
|
|
6403
6403
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
6404
6404
|
"""
|
@@ -8386,7 +8386,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs:
|
|
8386
8386
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
8387
8387
|
:param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
8388
8388
|
:param pulumi.Input[str] numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
8389
|
-
:param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
8389
|
+
:param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
8390
8390
|
|
8391
8391
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
8392
8392
|
"""
|
@@ -8538,7 +8538,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs:
|
|
8538
8538
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
8539
8539
|
def percentage_of_cores_enabled(self) -> Optional[pulumi.Input[int]]:
|
8540
8540
|
"""
|
8541
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
8541
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
8542
8542
|
|
8543
8543
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
8544
8544
|
"""
|
@@ -10192,7 +10192,7 @@ class InstancePlatformConfigArgs:
|
|
10192
10192
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
10193
10193
|
:param pulumi.Input[bool] is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
10194
10194
|
:param pulumi.Input[str] numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
10195
|
-
:param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
10195
|
+
:param pulumi.Input[int] percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
10196
10196
|
|
10197
10197
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
10198
10198
|
"""
|
@@ -10358,7 +10358,7 @@ class InstancePlatformConfigArgs:
|
|
10358
10358
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
10359
10359
|
def percentage_of_cores_enabled(self) -> Optional[pulumi.Input[int]]:
|
10360
10360
|
"""
|
10361
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
10361
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
10362
10362
|
|
10363
10363
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
10364
10364
|
"""
|
pulumi_oci/core/instance.py
CHANGED
@@ -106,6 +106,26 @@ class InstanceArgs:
|
|
106
106
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
107
107
|
|
108
108
|
**Metadata Example**
|
109
|
+
|
110
|
+
```
|
111
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
112
|
+
```
|
113
|
+
|
114
|
+
**Getting Metadata on the Instance**
|
115
|
+
|
116
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
117
|
+
|
118
|
+
```
|
119
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
120
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
121
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
122
|
+
```
|
123
|
+
|
124
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
125
|
+
|
126
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
127
|
+
|
128
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
109
129
|
:param pulumi.Input['InstancePlatformConfigArgs'] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
110
130
|
|
111
131
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
@@ -509,6 +529,26 @@ class InstanceArgs:
|
|
509
529
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
510
530
|
|
511
531
|
**Metadata Example**
|
532
|
+
|
533
|
+
```
|
534
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
535
|
+
```
|
536
|
+
|
537
|
+
**Getting Metadata on the Instance**
|
538
|
+
|
539
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
540
|
+
|
541
|
+
```
|
542
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
543
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
544
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
545
|
+
```
|
546
|
+
|
547
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
548
|
+
|
549
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
550
|
+
|
551
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
512
552
|
"""
|
513
553
|
return pulumi.get(self, "metadata")
|
514
554
|
|
@@ -756,6 +796,26 @@ class _InstanceState:
|
|
756
796
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
757
797
|
|
758
798
|
**Metadata Example**
|
799
|
+
|
800
|
+
```
|
801
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
802
|
+
```
|
803
|
+
|
804
|
+
**Getting Metadata on the Instance**
|
805
|
+
|
806
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
807
|
+
|
808
|
+
```
|
809
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
810
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
811
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
812
|
+
```
|
813
|
+
|
814
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
815
|
+
|
816
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
817
|
+
|
818
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
759
819
|
:param pulumi.Input['InstancePlatformConfigArgs'] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
760
820
|
|
761
821
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
@@ -1225,6 +1285,26 @@ class _InstanceState:
|
|
1225
1285
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
1226
1286
|
|
1227
1287
|
**Metadata Example**
|
1288
|
+
|
1289
|
+
```
|
1290
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
1291
|
+
```
|
1292
|
+
|
1293
|
+
**Getting Metadata on the Instance**
|
1294
|
+
|
1295
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
1296
|
+
|
1297
|
+
```
|
1298
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
1299
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
1300
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
1301
|
+
```
|
1302
|
+
|
1303
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
1304
|
+
|
1305
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
1306
|
+
|
1307
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
1228
1308
|
"""
|
1229
1309
|
return pulumi.get(self, "metadata")
|
1230
1310
|
|
@@ -1594,6 +1674,26 @@ class Instance(pulumi.CustomResource):
|
|
1594
1674
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
1595
1675
|
|
1596
1676
|
**Metadata Example**
|
1677
|
+
|
1678
|
+
```
|
1679
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
1680
|
+
```
|
1681
|
+
|
1682
|
+
**Getting Metadata on the Instance**
|
1683
|
+
|
1684
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
1685
|
+
|
1686
|
+
```
|
1687
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
1688
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
1689
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
1690
|
+
```
|
1691
|
+
|
1692
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
1693
|
+
|
1694
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
1695
|
+
|
1696
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
1597
1697
|
:param pulumi.Input[pulumi.InputType['InstancePlatformConfigArgs']] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
1598
1698
|
|
1599
1699
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
@@ -1901,6 +2001,26 @@ class Instance(pulumi.CustomResource):
|
|
1901
2001
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
1902
2002
|
|
1903
2003
|
**Metadata Example**
|
2004
|
+
|
2005
|
+
```
|
2006
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
2007
|
+
```
|
2008
|
+
|
2009
|
+
**Getting Metadata on the Instance**
|
2010
|
+
|
2011
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
2012
|
+
|
2013
|
+
```
|
2014
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
2015
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
2016
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
2017
|
+
```
|
2018
|
+
|
2019
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
2020
|
+
|
2021
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
2022
|
+
|
2023
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
1904
2024
|
:param pulumi.Input[pulumi.InputType['InstancePlatformConfigArgs']] platform_config: (Updatable only for VM's) The platform configuration requested for the instance.
|
1905
2025
|
|
1906
2026
|
If you provide the parameter, the instance is created with the platform configuration that you specify. For any values that you omit, the instance uses the default configuration values for the `shape` that you specify. If you don't provide the parameter, the default values for the `shape` are used.
|
@@ -2224,6 +2344,26 @@ class Instance(pulumi.CustomResource):
|
|
2224
2344
|
**"user_data"** - Provide your own base64-encoded data to be used by Cloud-Init to run custom scripts or provide custom Cloud-Init configuration. For information about how to take advantage of user data, see the [Cloud-Init Documentation](http://cloudinit.readthedocs.org/en/latest/topics/format.html).
|
2225
2345
|
|
2226
2346
|
**Metadata Example**
|
2347
|
+
|
2348
|
+
```
|
2349
|
+
"metadata" : { "quake_bot_level" : "Severe", "ssh_authorized_keys" : "ssh-rsa <your_public_SSH_key>== rsa-key-20160227", "user_data" : "<your_public_SSH_key>==" }
|
2350
|
+
```
|
2351
|
+
|
2352
|
+
**Getting Metadata on the Instance**
|
2353
|
+
|
2354
|
+
To get information about your instance, connect to the instance using SSH and issue any of the following GET requests:
|
2355
|
+
|
2356
|
+
```
|
2357
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/
|
2358
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/
|
2359
|
+
curl -H "Authorization: Bearer Oracle" http://169.254.169.254/opc/v2/instance/metadata/<any-key-name>
|
2360
|
+
```
|
2361
|
+
|
2362
|
+
You'll get back a response that includes all the instance information; only the metadata information; or the metadata information for the specified key name, respectively.
|
2363
|
+
|
2364
|
+
The combined size of the `metadata` and `extendedMetadata` objects can be a maximum of 32,000 bytes.
|
2365
|
+
|
2366
|
+
**Note:** Both the 'user_data' and 'ssh_authorized_keys' fields cannot be changed after an instance has launched. Any request which updates, removes, or adds either of these fields will be rejected. You must provide the same values for 'user_data' and 'ssh_authorized_keys' that already exist on the instance.
|
2227
2367
|
"""
|
2228
2368
|
return pulumi.get(self, "metadata")
|
2229
2369
|
|
pulumi_oci/core/outputs.py
CHANGED
@@ -6847,7 +6847,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6847
6847
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
6848
6848
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
6849
6849
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
6850
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
6850
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
6851
6851
|
|
6852
6852
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
6853
6853
|
"""
|
@@ -6969,7 +6969,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
|
|
6969
6969
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
6970
6970
|
def percentage_of_cores_enabled(self) -> Optional[int]:
|
6971
6971
|
"""
|
6972
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
6972
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
6973
6973
|
|
6974
6974
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
6975
6975
|
"""
|
@@ -9039,7 +9039,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9039
9039
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
9040
9040
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
9041
9041
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
9042
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
9042
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
9043
9043
|
|
9044
9044
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
9045
9045
|
"""
|
@@ -9151,7 +9151,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict
|
|
9151
9151
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
9152
9152
|
def percentage_of_cores_enabled(self) -> Optional[int]:
|
9153
9153
|
"""
|
9154
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
9154
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
9155
9155
|
|
9156
9156
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
9157
9157
|
"""
|
@@ -10891,7 +10891,7 @@ class InstancePlatformConfig(dict):
|
|
10891
10891
|
Intel and AMD processors have two hardware execution threads per core (OCPU). SMT permits multiple independent threads of execution, to better use the resources and increase the efficiency of the CPU. When multithreading is disabled, only one thread is permitted to run on each core, which can provide higher or more predictable performance for some workloads.
|
10892
10892
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
10893
10893
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
10894
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
10894
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
10895
10895
|
|
10896
10896
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
10897
10897
|
"""
|
@@ -11013,7 +11013,7 @@ class InstancePlatformConfig(dict):
|
|
11013
11013
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
11014
11014
|
def percentage_of_cores_enabled(self) -> Optional[int]:
|
11015
11015
|
"""
|
11016
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
11016
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
11017
11017
|
|
11018
11018
|
If the applications that you run on the instance use a core-based licensing model and need fewer cores than the full size of the shape, you can disable cores to reduce your licensing costs. The instance itself is billed for the full shape, regardless of whether all cores are enabled.
|
11019
11019
|
"""
|
@@ -26993,7 +26993,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dic
|
|
26993
26993
|
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
26994
26994
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
26995
26995
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
26996
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
26996
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
26997
26997
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
26998
26998
|
"""
|
26999
26999
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -27093,7 +27093,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dic
|
|
27093
27093
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
27094
27094
|
def percentage_of_cores_enabled(self) -> int:
|
27095
27095
|
"""
|
27096
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
27096
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
27097
27097
|
"""
|
27098
27098
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
27099
27099
|
|
@@ -28406,7 +28406,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResu
|
|
28406
28406
|
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
28407
28407
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
28408
28408
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
28409
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
28409
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
28410
28410
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
28411
28411
|
"""
|
28412
28412
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -28497,7 +28497,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResu
|
|
28497
28497
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
28498
28498
|
def percentage_of_cores_enabled(self) -> int:
|
28499
28499
|
"""
|
28500
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
28500
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
28501
28501
|
"""
|
28502
28502
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
28503
28503
|
|
@@ -30388,7 +30388,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPl
|
|
30388
30388
|
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
30389
30389
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
30390
30390
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
30391
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
30391
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
30392
30392
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
30393
30393
|
"""
|
30394
30394
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -30488,7 +30488,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPl
|
|
30488
30488
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
30489
30489
|
def percentage_of_cores_enabled(self) -> int:
|
30490
30490
|
"""
|
30491
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
30491
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
30492
30492
|
"""
|
30493
30493
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
30494
30494
|
|
@@ -31801,7 +31801,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31801
31801
|
:param bool is_symmetric_multi_threading_enabled: Whether symmetric multithreading is enabled on the instance. Symmetric multithreading is also called simultaneous multithreading (SMT) or Intel Hyper-Threading.
|
31802
31802
|
:param bool is_trusted_platform_module_enabled: Whether the Trusted Platform Module (TPM) is enabled on the instance.
|
31803
31803
|
:param str numa_nodes_per_socket: The number of NUMA nodes per socket (NPS).
|
31804
|
-
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25
|
31804
|
+
:param int percentage_of_cores_enabled: The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
31805
31805
|
:param str type: The type of action to run when the instance is interrupted for eviction.
|
31806
31806
|
"""
|
31807
31807
|
pulumi.set(__self__, "are_virtual_instructions_enabled", are_virtual_instructions_enabled)
|
@@ -31892,7 +31892,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
|
|
31892
31892
|
@pulumi.getter(name="percentageOfCoresEnabled")
|
31893
31893
|
def percentage_of_cores_enabled(self) -> int:
|
31894
31894
|
"""
|
31895
|
-
The percentage of cores enabled. Value must be a multiple of 25
|
31895
|
+
The percentage of cores enabled. Value must be a multiple of 25%. If the requested percentage results in a fractional number of cores, the system rounds up the number of cores across processors and provisions an instance with a whole number of cores.
|
31896
31896
|
"""
|
31897
31897
|
return pulumi.get(self, "percentage_of_cores_enabled")
|
31898
31898
|
|
@@ -604,11 +604,12 @@ class DatabaseUpgrade(pulumi.CustomResource):
|
|
604
604
|
Database upgrade requires source to be `DB_VERSION` or `DB_SOFTWARE_IMAGE`.
|
605
605
|
`db_home.0.db_version` is updated to target DB version specified in the upgrade request.
|
606
606
|
To avoid a force new create of the db_home on the next apply, add the following to the resource
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
607
|
+
``` lifecycle {
|
608
|
+
ignore_changes = [
|
609
|
+
db_home.0.db_version,
|
610
|
+
]
|
611
|
+
}
|
612
|
+
```
|
612
613
|
|
613
614
|
:param str resource_name: The name of the resource.
|
614
615
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -630,11 +631,12 @@ class DatabaseUpgrade(pulumi.CustomResource):
|
|
630
631
|
Database upgrade requires source to be `DB_VERSION` or `DB_SOFTWARE_IMAGE`.
|
631
632
|
`db_home.0.db_version` is updated to target DB version specified in the upgrade request.
|
632
633
|
To avoid a force new create of the db_home on the next apply, add the following to the resource
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
634
|
+
``` lifecycle {
|
635
|
+
ignore_changes = [
|
636
|
+
db_home.0.db_version,
|
637
|
+
]
|
638
|
+
}
|
639
|
+
```
|
638
640
|
|
639
641
|
:param str resource_name: The name of the resource.
|
640
642
|
:param DatabaseUpgradeArgs args: The arguments to use to populate this resource's properties.
|
@@ -133,7 +133,7 @@ def get_managed_database_cursor_cache_statements(filters: Optional[Sequence[pulu
|
|
133
133
|
|
134
134
|
:param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
135
135
|
:param str opc_named_credential_id: The OCID of the Named Credential.
|
136
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
136
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
137
137
|
"""
|
138
138
|
__args__ = dict()
|
139
139
|
__args__['filters'] = filters
|
@@ -182,6 +182,6 @@ def get_managed_database_cursor_cache_statements_output(filters: Optional[pulumi
|
|
182
182
|
|
183
183
|
:param str managed_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
184
184
|
:param str opc_named_credential_id: The OCID of the Named Credential.
|
185
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
185
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
186
186
|
"""
|
187
187
|
...
|
@@ -239,7 +239,7 @@ def get_managed_database_sql_plan_baselines(filters: Optional[Sequence[pulumi.In
|
|
239
239
|
:param str origin: A filter to return all the SQL plan baselines that match the origin.
|
240
240
|
:param str plan_name: A filter to return only SQL plan baselines that match the plan name.
|
241
241
|
:param str sql_handle: A filter to return all the SQL plan baselines for the specified SQL handle.
|
242
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
242
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
243
243
|
"""
|
244
244
|
__args__ = dict()
|
245
245
|
__args__['filters'] = filters
|
@@ -315,6 +315,6 @@ def get_managed_database_sql_plan_baselines_output(filters: Optional[pulumi.Inpu
|
|
315
315
|
:param str origin: A filter to return all the SQL plan baselines that match the origin.
|
316
316
|
:param str plan_name: A filter to return only SQL plan baselines that match the plan name.
|
317
317
|
:param str sql_handle: A filter to return all the SQL plan baselines for the specified SQL handle.
|
318
|
-
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '
|
318
|
+
:param str sql_text: A filter to return all the SQL plan baselines that match the SQL text. By default, the search is case insensitive. To run an exact or case-sensitive search, double-quote the search string. You may also use the '%' symbol as a wildcard.
|
319
319
|
"""
|
320
320
|
...
|