pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 +0 -40
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +8 -10
- pulumi_oci/aianomalydetection/outputs.py +8 -22
- pulumi_oci/aidocument/_inputs.py +18 -22
- pulumi_oci/aidocument/outputs.py +18 -36
- pulumi_oci/ailanguage/_inputs.py +20 -4
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +20 -4
- pulumi_oci/aivision/_inputs.py +16 -0
- pulumi_oci/aivision/outputs.py +16 -0
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +414 -206
- pulumi_oci/apigateway/outputs.py +414 -206
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +26 -18
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +26 -18
- pulumi_oci/autoscaling/_inputs.py +16 -14
- pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
- pulumi_oci/autoscaling/outputs.py +16 -14
- pulumi_oci/bigdataservice/_inputs.py +44 -32
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +44 -32
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +0 -9
- pulumi_oci/cloudguard/_inputs.py +488 -1066
- pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
- pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +53 -95
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +7 -11
- pulumi_oci/cloudguard/get_data_sources.py +20 -24
- pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +17 -19
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +3 -5
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
- pulumi_oci/cloudguard/get_security_policies.py +12 -14
- pulumi_oci/cloudguard/get_security_policy.py +8 -12
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +12 -14
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +15 -17
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +1808 -3493
- pulumi_oci/cloudguard/responder_recipe.py +39 -41
- pulumi_oci/cloudguard/security_recipe.py +27 -43
- pulumi_oci/cloudguard/security_zone.py +20 -22
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudmigrations/_inputs.py +496 -222
- pulumi_oci/cloudmigrations/outputs.py +498 -224
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +35 -7
- pulumi_oci/core/_inputs.py +668 -402
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +20 -4
- pulumi_oci/core/drg_route_table_route_rule.py +0 -7
- pulumi_oci/core/get_image.py +0 -4
- pulumi_oci/core/get_instance.py +0 -4
- pulumi_oci/core/get_public_ip.py +0 -4
- pulumi_oci/core/get_public_ips.py +0 -8
- pulumi_oci/core/get_vtap.py +0 -2
- pulumi_oci/core/get_vtaps.py +0 -2
- pulumi_oci/core/image.py +0 -56
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +28 -70
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +105 -28
- pulumi_oci/core/outputs.py +668 -748
- pulumi_oci/core/public_ip.py +0 -8
- pulumi_oci/core/vnic_attachment.py +24 -8
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +0 -14
- pulumi_oci/database/_inputs.py +220 -188
- pulumi_oci/database/autonomous_database.py +7 -21
- pulumi_oci/database/autonomous_database_wallet.py +0 -28
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +0 -14
- pulumi_oci/database/database.py +44 -28
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +13 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
- pulumi_oci/database/outputs.py +220 -188
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +36 -12
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +36 -12
- pulumi_oci/dataintegration/_inputs.py +330 -318
- pulumi_oci/dataintegration/outputs.py +330 -318
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +0 -2
- pulumi_oci/datasafe/_inputs.py +80 -72
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +80 -72
- pulumi_oci/datasafe/report_definition.py +24 -8
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +65 -337
- pulumi_oci/datascience/get_job_run.py +1 -11
- pulumi_oci/datascience/get_model_deployment.py +1 -11
- pulumi_oci/datascience/get_pipeline.py +0 -3
- pulumi_oci/datascience/get_pipeline_run.py +1 -14
- pulumi_oci/datascience/job_run.py +3 -52
- pulumi_oci/datascience/model_deployment.py +2 -51
- pulumi_oci/datascience/outputs.py +94 -757
- pulumi_oci/datascience/pipeline.py +14 -34
- pulumi_oci/datascience/pipeline_run.py +0 -65
- pulumi_oci/devops/_inputs.py +462 -80
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +1143 -210
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +8 -20
- pulumi_oci/dns/outputs.py +8 -42
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +0 -42
- pulumi_oci/events/_inputs.py +12 -4
- pulumi_oci/events/outputs.py +12 -4
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +4 -2
- pulumi_oci/goldengate/outputs.py +4 -2
- pulumi_oci/identity/_inputs.py +5954 -4860
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +140 -119
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
- pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_policy.py +49 -35
- pulumi_oci/identity/domains_rule.py +21 -28
- pulumi_oci/identity/domains_setting.py +21 -35
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +175 -189
- pulumi_oci/identity/domains_user_db_credential.py +41 -37
- pulumi_oci/identity/outputs.py +6007 -4913
- pulumi_oci/integration/_inputs.py +0 -4
- pulumi_oci/integration/outputs.py +4 -16
- pulumi_oci/jms/_inputs.py +8 -0
- pulumi_oci/jms/outputs.py +8 -0
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -14
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
- pulumi_oci/loadbalancer/outputs.py +30 -14
- pulumi_oci/loganalytics/_inputs.py +34 -26
- pulumi_oci/loganalytics/outputs.py +34 -26
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +46 -2
- pulumi_oci/managementagent/outputs.py +46 -2
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +32 -8
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +38 -22
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +32 -8
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +0 -21
- pulumi_oci/monitoring/get_alarm.py +0 -3
- pulumi_oci/monitoring/outputs.py +4 -10
- pulumi_oci/mysql/_inputs.py +22 -30
- pulumi_oci/mysql/outputs.py +22 -30
- pulumi_oci/mysql/replica.py +28 -12
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
- pulumi_oci/networkfirewall/outputs.py +0 -4
- pulumi_oci/networkloadbalancer/_inputs.py +26 -10
- pulumi_oci/networkloadbalancer/outputs.py +26 -10
- pulumi_oci/nosql/_inputs.py +12 -4
- pulumi_oci/nosql/outputs.py +12 -4
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +42 -86
- pulumi_oci/ocvp/get_retrieve_password.py +0 -1
- pulumi_oci/ocvp/outputs.py +42 -86
- pulumi_oci/ocvp/sddc.py +77 -49
- pulumi_oci/ons/subscription.py +0 -63
- pulumi_oci/opa/_inputs.py +2 -6
- pulumi_oci/opa/outputs.py +6 -18
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +10 -2
- pulumi_oci/osmanagement/outputs.py +10 -2
- pulumi_oci/osmanagementhub/_inputs.py +8 -24
- pulumi_oci/osmanagementhub/event.py +0 -32
- pulumi_oci/osmanagementhub/get_event.py +0 -8
- pulumi_oci/osmanagementhub/get_events.py +0 -8
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +8 -40
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +18 -10
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +18 -10
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +26 -77
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +24 -8
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +24 -8
- pulumi_oci/stackmonitoring/_inputs.py +56 -40
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +56 -40
- pulumi_oci/visualbuilder/_inputs.py +2 -6
- pulumi_oci/visualbuilder/outputs.py +6 -18
- pulumi_oci/vnmonitoring/_inputs.py +42 -10
- pulumi_oci/vnmonitoring/outputs.py +42 -10
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +205 -133
- pulumi_oci/waas/outputs.py +205 -133
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +30 -36
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +30 -36
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
- pulumi_oci/cloudguard/adhoc_query.py +0 -596
- pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
- pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
- pulumi_oci/cloudguard/get_saved_queries.py +0 -190
- pulumi_oci/cloudguard/get_saved_query.py +0 -235
- pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
- pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
- pulumi_oci/cloudguard/saved_query.py +0 -595
- pulumi_oci/cloudguard/wlp_agent.py +0 -654
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
pulumi_oci/mysql/replica.py
CHANGED
@@ -160,7 +160,7 @@ class _ReplicaState:
|
|
160
160
|
Input properties used for looking up and filtering Replica resources.
|
161
161
|
:param pulumi.Input[str] availability_domain: The name of the Availability Domain the read replica is located in.
|
162
162
|
:param pulumi.Input[str] compartment_id: The OCID of the compartment that contains the read replica.
|
163
|
-
:param pulumi.Input[str] configuration_id: The OCID of the Configuration to be used by the read replica.
|
163
|
+
:param pulumi.Input[str] configuration_id: (Updatable) The OCID of the Configuration to be used by the read replica.
|
164
164
|
:param pulumi.Input[str] db_system_id: The OCID of the DB System the read replica is associated with.
|
165
165
|
: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"}`
|
166
166
|
:param pulumi.Input[str] description: (Updatable) User provided description of the read replica.
|
@@ -170,12 +170,16 @@ class _ReplicaState:
|
|
170
170
|
:param pulumi.Input[str] ip_address: The IP address the read replica is configured to listen on.
|
171
171
|
:param pulumi.Input[bool] is_delete_protected: (Updatable) Specifies whether the read replica can be deleted. Set to true to prevent deletion, false (default) to allow. Note that if a read replica is delete protected it also prevents the entire DB System from being deleted. If the DB System is delete protected, read replicas can still be deleted individually if they are not delete protected themselves.
|
172
172
|
:param pulumi.Input[str] lifecycle_details: A message describing the state of the read replica.
|
173
|
-
:param pulumi.Input[str] mysql_version: The MySQL version to be used by the read replica.
|
173
|
+
:param pulumi.Input[str] mysql_version: (Updatable) The MySQL version to be used by the read replica.
|
174
174
|
:param pulumi.Input[int] port: The port the read replica is configured to listen on.
|
175
175
|
:param pulumi.Input[int] port_x: The TCP network port on which X Plugin listens for connections. This is the X Plugin equivalent of port.
|
176
176
|
:param pulumi.Input['ReplicaReplicaOverridesArgs'] replica_overrides: (Updatable) By default a read replica inherits the MySQL version, shape, and configuration of the source DB system. If you want to override any of these, provide values in the properties, mysqlVersion, shapeName, and configurationId. If you set a property value to "", then the value is inherited from its source DB system.
|
177
177
|
:param pulumi.Input[Sequence[pulumi.Input['ReplicaSecureConnectionArgs']]] secure_connections: Secure connection configuration details.
|
178
|
-
:param pulumi.Input[str] shape_name: The shape
|
178
|
+
:param pulumi.Input[str] shape_name: (Updatable) The shape to be used by the read replica. The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/mysql/20190415/ShapeSummary/ListShapes) operation.
|
179
|
+
|
180
|
+
|
181
|
+
** IMPORTANT **
|
182
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
179
183
|
:param pulumi.Input[str] state: The state of the read replica.
|
180
184
|
:param pulumi.Input[str] time_created: The date and time the read replica was created, as described by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
181
185
|
:param pulumi.Input[str] time_updated: The time the read replica was last updated, as described by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
@@ -251,7 +255,7 @@ class _ReplicaState:
|
|
251
255
|
@pulumi.getter(name="configurationId")
|
252
256
|
def configuration_id(self) -> Optional[pulumi.Input[str]]:
|
253
257
|
"""
|
254
|
-
The OCID of the Configuration to be used by the read replica.
|
258
|
+
(Updatable) The OCID of the Configuration to be used by the read replica.
|
255
259
|
"""
|
256
260
|
return pulumi.get(self, "configuration_id")
|
257
261
|
|
@@ -371,7 +375,7 @@ class _ReplicaState:
|
|
371
375
|
@pulumi.getter(name="mysqlVersion")
|
372
376
|
def mysql_version(self) -> Optional[pulumi.Input[str]]:
|
373
377
|
"""
|
374
|
-
The MySQL version to be used by the read replica.
|
378
|
+
(Updatable) The MySQL version to be used by the read replica.
|
375
379
|
"""
|
376
380
|
return pulumi.get(self, "mysql_version")
|
377
381
|
|
@@ -431,7 +435,11 @@ class _ReplicaState:
|
|
431
435
|
@pulumi.getter(name="shapeName")
|
432
436
|
def shape_name(self) -> Optional[pulumi.Input[str]]:
|
433
437
|
"""
|
434
|
-
The shape
|
438
|
+
(Updatable) The shape to be used by the read replica. The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/mysql/20190415/ShapeSummary/ListShapes) operation.
|
439
|
+
|
440
|
+
|
441
|
+
** IMPORTANT **
|
442
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
435
443
|
"""
|
436
444
|
return pulumi.get(self, "shape_name")
|
437
445
|
|
@@ -673,7 +681,7 @@ class Replica(pulumi.CustomResource):
|
|
673
681
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
674
682
|
:param pulumi.Input[str] availability_domain: The name of the Availability Domain the read replica is located in.
|
675
683
|
:param pulumi.Input[str] compartment_id: The OCID of the compartment that contains the read replica.
|
676
|
-
:param pulumi.Input[str] configuration_id: The OCID of the Configuration to be used by the read replica.
|
684
|
+
:param pulumi.Input[str] configuration_id: (Updatable) The OCID of the Configuration to be used by the read replica.
|
677
685
|
:param pulumi.Input[str] db_system_id: The OCID of the DB System the read replica is associated with.
|
678
686
|
: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"}`
|
679
687
|
:param pulumi.Input[str] description: (Updatable) User provided description of the read replica.
|
@@ -683,12 +691,16 @@ class Replica(pulumi.CustomResource):
|
|
683
691
|
:param pulumi.Input[str] ip_address: The IP address the read replica is configured to listen on.
|
684
692
|
:param pulumi.Input[bool] is_delete_protected: (Updatable) Specifies whether the read replica can be deleted. Set to true to prevent deletion, false (default) to allow. Note that if a read replica is delete protected it also prevents the entire DB System from being deleted. If the DB System is delete protected, read replicas can still be deleted individually if they are not delete protected themselves.
|
685
693
|
:param pulumi.Input[str] lifecycle_details: A message describing the state of the read replica.
|
686
|
-
:param pulumi.Input[str] mysql_version: The MySQL version to be used by the read replica.
|
694
|
+
:param pulumi.Input[str] mysql_version: (Updatable) The MySQL version to be used by the read replica.
|
687
695
|
:param pulumi.Input[int] port: The port the read replica is configured to listen on.
|
688
696
|
:param pulumi.Input[int] port_x: The TCP network port on which X Plugin listens for connections. This is the X Plugin equivalent of port.
|
689
697
|
:param pulumi.Input[pulumi.InputType['ReplicaReplicaOverridesArgs']] replica_overrides: (Updatable) By default a read replica inherits the MySQL version, shape, and configuration of the source DB system. If you want to override any of these, provide values in the properties, mysqlVersion, shapeName, and configurationId. If you set a property value to "", then the value is inherited from its source DB system.
|
690
698
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ReplicaSecureConnectionArgs']]]] secure_connections: Secure connection configuration details.
|
691
|
-
:param pulumi.Input[str] shape_name: The shape
|
699
|
+
:param pulumi.Input[str] shape_name: (Updatable) The shape to be used by the read replica. The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/mysql/20190415/ShapeSummary/ListShapes) operation.
|
700
|
+
|
701
|
+
|
702
|
+
** IMPORTANT **
|
703
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
692
704
|
:param pulumi.Input[str] state: The state of the read replica.
|
693
705
|
:param pulumi.Input[str] time_created: The date and time the read replica was created, as described by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
694
706
|
:param pulumi.Input[str] time_updated: The time the read replica was last updated, as described by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
@@ -740,7 +752,7 @@ class Replica(pulumi.CustomResource):
|
|
740
752
|
@pulumi.getter(name="configurationId")
|
741
753
|
def configuration_id(self) -> pulumi.Output[str]:
|
742
754
|
"""
|
743
|
-
The OCID of the Configuration to be used by the read replica.
|
755
|
+
(Updatable) The OCID of the Configuration to be used by the read replica.
|
744
756
|
"""
|
745
757
|
return pulumi.get(self, "configuration_id")
|
746
758
|
|
@@ -820,7 +832,7 @@ class Replica(pulumi.CustomResource):
|
|
820
832
|
@pulumi.getter(name="mysqlVersion")
|
821
833
|
def mysql_version(self) -> pulumi.Output[str]:
|
822
834
|
"""
|
823
|
-
The MySQL version to be used by the read replica.
|
835
|
+
(Updatable) The MySQL version to be used by the read replica.
|
824
836
|
"""
|
825
837
|
return pulumi.get(self, "mysql_version")
|
826
838
|
|
@@ -860,7 +872,11 @@ class Replica(pulumi.CustomResource):
|
|
860
872
|
@pulumi.getter(name="shapeName")
|
861
873
|
def shape_name(self) -> pulumi.Output[str]:
|
862
874
|
"""
|
863
|
-
The shape
|
875
|
+
(Updatable) The shape to be used by the read replica. The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/mysql/20190415/ShapeSummary/ListShapes) operation.
|
876
|
+
|
877
|
+
|
878
|
+
** IMPORTANT **
|
879
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
864
880
|
"""
|
865
881
|
return pulumi.get(self, "shape_name")
|
866
882
|
|
@@ -86,8 +86,6 @@ class GetNetworkFirewallPolicyMappedSecretResult:
|
|
86
86
|
def type(self) -> str:
|
87
87
|
"""
|
88
88
|
Type of the secrets mapped based on the policy.
|
89
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
90
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
91
89
|
"""
|
92
90
|
return pulumi.get(self, "type")
|
93
91
|
|
@@ -25,8 +25,6 @@ class NetworkFirewallPolicyMappedSecretArgs:
|
|
25
25
|
:param pulumi.Input[str] network_firewall_policy_id: Unique Network Firewall Policy identifier
|
26
26
|
:param pulumi.Input[str] source: Source of the secrets, where the secrets are stored. The only accepted value is `OCI_VAULT`
|
27
27
|
:param pulumi.Input[str] type: Type of the secrets mapped based on the policy.
|
28
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
29
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
30
28
|
:param pulumi.Input[str] vault_secret_id: (Updatable) OCID for the Vault Secret to be used.
|
31
29
|
:param pulumi.Input[int] version_number: (Updatable) Version number of the secret to be used.
|
32
30
|
|
@@ -72,8 +70,6 @@ class NetworkFirewallPolicyMappedSecretArgs:
|
|
72
70
|
def type(self) -> pulumi.Input[str]:
|
73
71
|
"""
|
74
72
|
Type of the secrets mapped based on the policy.
|
75
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
76
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
77
73
|
"""
|
78
74
|
return pulumi.get(self, "type")
|
79
75
|
|
@@ -139,8 +135,6 @@ class _NetworkFirewallPolicyMappedSecretState:
|
|
139
135
|
:param pulumi.Input[str] parent_resource_id: OCID of the Network Firewall Policy this Mapped Secret belongs to.
|
140
136
|
:param pulumi.Input[str] source: Source of the secrets, where the secrets are stored. The only accepted value is `OCI_VAULT`
|
141
137
|
:param pulumi.Input[str] type: Type of the secrets mapped based on the policy.
|
142
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
143
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
144
138
|
:param pulumi.Input[str] vault_secret_id: (Updatable) OCID for the Vault Secret to be used.
|
145
139
|
:param pulumi.Input[int] version_number: (Updatable) Version number of the secret to be used.
|
146
140
|
|
@@ -216,8 +210,6 @@ class _NetworkFirewallPolicyMappedSecretState:
|
|
216
210
|
def type(self) -> Optional[pulumi.Input[str]]:
|
217
211
|
"""
|
218
212
|
Type of the secrets mapped based on the policy.
|
219
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
220
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
221
213
|
"""
|
222
214
|
return pulumi.get(self, "type")
|
223
215
|
|
@@ -300,8 +292,6 @@ class NetworkFirewallPolicyMappedSecret(pulumi.CustomResource):
|
|
300
292
|
:param pulumi.Input[str] network_firewall_policy_id: Unique Network Firewall Policy identifier
|
301
293
|
:param pulumi.Input[str] source: Source of the secrets, where the secrets are stored. The only accepted value is `OCI_VAULT`
|
302
294
|
:param pulumi.Input[str] type: Type of the secrets mapped based on the policy.
|
303
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
304
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
305
295
|
:param pulumi.Input[str] vault_secret_id: (Updatable) OCID for the Vault Secret to be used.
|
306
296
|
:param pulumi.Input[int] version_number: (Updatable) Version number of the secret to be used.
|
307
297
|
|
@@ -419,8 +409,6 @@ class NetworkFirewallPolicyMappedSecret(pulumi.CustomResource):
|
|
419
409
|
:param pulumi.Input[str] parent_resource_id: OCID of the Network Firewall Policy this Mapped Secret belongs to.
|
420
410
|
:param pulumi.Input[str] source: Source of the secrets, where the secrets are stored. The only accepted value is `OCI_VAULT`
|
421
411
|
:param pulumi.Input[str] type: Type of the secrets mapped based on the policy.
|
422
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
423
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
424
412
|
:param pulumi.Input[str] vault_secret_id: (Updatable) OCID for the Vault Secret to be used.
|
425
413
|
:param pulumi.Input[int] version_number: (Updatable) Version number of the secret to be used.
|
426
414
|
|
@@ -478,8 +466,6 @@ class NetworkFirewallPolicyMappedSecret(pulumi.CustomResource):
|
|
478
466
|
def type(self) -> pulumi.Output[str]:
|
479
467
|
"""
|
480
468
|
Type of the secrets mapped based on the policy.
|
481
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
482
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
483
469
|
"""
|
484
470
|
return pulumi.get(self, "type")
|
485
471
|
|
@@ -1411,8 +1411,6 @@ class GetNetworkFirewallPolicyMappedSecretsMappedSecretSummaryCollectionItemResu
|
|
1411
1411
|
:param str parent_resource_id: OCID of the Network Firewall Policy this Mapped Secret belongs to.
|
1412
1412
|
:param str source: Source of the secrets, where the secrets are stored.
|
1413
1413
|
:param str type: Type of the secrets mapped based on the policy.
|
1414
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
1415
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
1416
1414
|
:param str vault_secret_id: OCID for the Vault Secret to be used.
|
1417
1415
|
:param int version_number: Version number of the secret to be used.
|
1418
1416
|
"""
|
@@ -1461,8 +1459,6 @@ class GetNetworkFirewallPolicyMappedSecretsMappedSecretSummaryCollectionItemResu
|
|
1461
1459
|
def type(self) -> str:
|
1462
1460
|
"""
|
1463
1461
|
Type of the secrets mapped based on the policy.
|
1464
|
-
* `SSL_INBOUND_INSPECTION`: For Inbound inspection of SSL traffic.
|
1465
|
-
* `SSL_FORWARD_PROXY`: For forward proxy certificates for SSL inspection.
|
1466
1462
|
"""
|
1467
1463
|
return pulumi.get(self, "type")
|
1468
1464
|
|
@@ -39,12 +39,16 @@ class BackendSetBackendArgs:
|
|
39
39
|
target_id: Optional[pulumi.Input[str]] = None,
|
40
40
|
weight: Optional[pulumi.Input[int]] = None):
|
41
41
|
"""
|
42
|
-
:param pulumi.Input[int] port: (Updatable) The
|
42
|
+
:param pulumi.Input[int] port: (Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
43
43
|
:param pulumi.Input[str] ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
44
44
|
:param pulumi.Input[bool] is_backup: (Updatable) Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
|
45
45
|
:param pulumi.Input[bool] is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
46
46
|
:param pulumi.Input[bool] is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
47
|
-
:param pulumi.Input[str] name:
|
47
|
+
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
48
|
+
|
49
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
50
|
+
|
51
|
+
Example: `example_backend_set`
|
48
52
|
:param pulumi.Input[str] target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
49
53
|
:param pulumi.Input[int] weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
50
54
|
"""
|
@@ -68,7 +72,7 @@ class BackendSetBackendArgs:
|
|
68
72
|
@pulumi.getter
|
69
73
|
def port(self) -> pulumi.Input[int]:
|
70
74
|
"""
|
71
|
-
(Updatable) The
|
75
|
+
(Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
72
76
|
"""
|
73
77
|
return pulumi.get(self, "port")
|
74
78
|
|
@@ -128,7 +132,11 @@ class BackendSetBackendArgs:
|
|
128
132
|
@pulumi.getter
|
129
133
|
def name(self) -> Optional[pulumi.Input[str]]:
|
130
134
|
"""
|
131
|
-
|
135
|
+
A user-friendly name for the backend set that must be unique and cannot be changed.
|
136
|
+
|
137
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
138
|
+
|
139
|
+
Example: `example_backend_set`
|
132
140
|
"""
|
133
141
|
return pulumi.get(self, "name")
|
134
142
|
|
@@ -437,7 +445,7 @@ class NetworkLoadBalancerIpAddressArgs:
|
|
437
445
|
is_public: Optional[pulumi.Input[bool]] = None,
|
438
446
|
reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerIpAddressReservedIpArgs']]]] = None):
|
439
447
|
"""
|
440
|
-
:param pulumi.Input[str] ip_address:
|
448
|
+
:param pulumi.Input[str] ip_address: The IP address of the backend server. Example: `10.0.0.3`
|
441
449
|
:param pulumi.Input[str] ip_version: IP version associated with the listener.
|
442
450
|
:param pulumi.Input[bool] is_public: Whether the IP address is public or private.
|
443
451
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerIpAddressReservedIpArgs']]] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
|
@@ -455,7 +463,7 @@ class NetworkLoadBalancerIpAddressArgs:
|
|
455
463
|
@pulumi.getter(name="ipAddress")
|
456
464
|
def ip_address(self) -> Optional[pulumi.Input[str]]:
|
457
465
|
"""
|
458
|
-
|
466
|
+
The IP address of the backend server. Example: `10.0.0.3`
|
459
467
|
"""
|
460
468
|
return pulumi.get(self, "ip_address")
|
461
469
|
|
@@ -574,12 +582,16 @@ class NetworkLoadBalancersBackendSetsUnifiedBackendArgs:
|
|
574
582
|
target_id: Optional[pulumi.Input[str]] = None,
|
575
583
|
weight: Optional[pulumi.Input[int]] = None):
|
576
584
|
"""
|
577
|
-
:param pulumi.Input[int] port: (Updatable) The
|
585
|
+
:param pulumi.Input[int] port: (Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
578
586
|
:param pulumi.Input[str] ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
579
587
|
:param pulumi.Input[bool] is_backup: (Updatable) Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
|
580
588
|
:param pulumi.Input[bool] is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
581
589
|
:param pulumi.Input[bool] is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
582
|
-
:param pulumi.Input[str] name:
|
590
|
+
:param pulumi.Input[str] name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
591
|
+
|
592
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
593
|
+
|
594
|
+
Example: `example_backend_set`
|
583
595
|
:param pulumi.Input[str] target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
584
596
|
:param pulumi.Input[int] weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
585
597
|
"""
|
@@ -603,7 +615,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackendArgs:
|
|
603
615
|
@pulumi.getter
|
604
616
|
def port(self) -> pulumi.Input[int]:
|
605
617
|
"""
|
606
|
-
(Updatable) The
|
618
|
+
(Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
607
619
|
"""
|
608
620
|
return pulumi.get(self, "port")
|
609
621
|
|
@@ -663,7 +675,11 @@ class NetworkLoadBalancersBackendSetsUnifiedBackendArgs:
|
|
663
675
|
@pulumi.getter
|
664
676
|
def name(self) -> Optional[pulumi.Input[str]]:
|
665
677
|
"""
|
666
|
-
|
678
|
+
A user-friendly name for the backend set that must be unique and cannot be changed.
|
679
|
+
|
680
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
681
|
+
|
682
|
+
Example: `example_backend_set`
|
667
683
|
"""
|
668
684
|
return pulumi.get(self, "name")
|
669
685
|
|
@@ -88,12 +88,16 @@ class BackendSetBackend(dict):
|
|
88
88
|
target_id: Optional[str] = None,
|
89
89
|
weight: Optional[int] = None):
|
90
90
|
"""
|
91
|
-
:param int port: (Updatable) The
|
91
|
+
:param int port: (Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
92
92
|
:param str ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
93
93
|
:param bool is_backup: (Updatable) Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
|
94
94
|
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
95
95
|
:param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
96
|
-
:param str name:
|
96
|
+
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
97
|
+
|
98
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
99
|
+
|
100
|
+
Example: `example_backend_set`
|
97
101
|
:param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
98
102
|
:param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
99
103
|
"""
|
@@ -117,7 +121,7 @@ class BackendSetBackend(dict):
|
|
117
121
|
@pulumi.getter
|
118
122
|
def port(self) -> int:
|
119
123
|
"""
|
120
|
-
(Updatable) The
|
124
|
+
(Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
121
125
|
"""
|
122
126
|
return pulumi.get(self, "port")
|
123
127
|
|
@@ -157,7 +161,11 @@ class BackendSetBackend(dict):
|
|
157
161
|
@pulumi.getter
|
158
162
|
def name(self) -> Optional[str]:
|
159
163
|
"""
|
160
|
-
|
164
|
+
A user-friendly name for the backend set that must be unique and cannot be changed.
|
165
|
+
|
166
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
167
|
+
|
168
|
+
Example: `example_backend_set`
|
161
169
|
"""
|
162
170
|
return pulumi.get(self, "name")
|
163
171
|
|
@@ -465,7 +473,7 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
465
473
|
is_public: Optional[bool] = None,
|
466
474
|
reserved_ips: Optional[Sequence['outputs.NetworkLoadBalancerIpAddressReservedIp']] = None):
|
467
475
|
"""
|
468
|
-
:param str ip_address:
|
476
|
+
:param str ip_address: The IP address of the backend server. Example: `10.0.0.3`
|
469
477
|
:param str ip_version: IP version associated with the listener.
|
470
478
|
:param bool is_public: Whether the IP address is public or private.
|
471
479
|
:param Sequence['NetworkLoadBalancerIpAddressReservedIpArgs'] reserved_ips: An object representing a reserved IP address to be attached or that is already attached to a network load balancer.
|
@@ -483,7 +491,7 @@ class NetworkLoadBalancerIpAddress(dict):
|
|
483
491
|
@pulumi.getter(name="ipAddress")
|
484
492
|
def ip_address(self) -> Optional[str]:
|
485
493
|
"""
|
486
|
-
|
494
|
+
The IP address of the backend server. Example: `10.0.0.3`
|
487
495
|
"""
|
488
496
|
return pulumi.get(self, "ip_address")
|
489
497
|
|
@@ -603,12 +611,16 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
603
611
|
target_id: Optional[str] = None,
|
604
612
|
weight: Optional[int] = None):
|
605
613
|
"""
|
606
|
-
:param int port: (Updatable) The
|
614
|
+
:param int port: (Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
607
615
|
:param str ip_address: (Updatable) The IP address of the backend server. Example: `10.0.0.3`
|
608
616
|
:param bool is_backup: (Updatable) Whether the network load balancer should treat this server as a backup unit. If `true`, then the network load balancer forwards no ingress traffic to this backend server unless all other backend servers not marked as "isBackup" fail the health check policy. Example: `false`
|
609
617
|
:param bool is_drain: (Updatable) Whether the network load balancer should drain this server. Servers marked "isDrain" receive no incoming traffic. Example: `false`
|
610
618
|
:param bool is_offline: (Updatable) Whether the network load balancer should treat this server as offline. Offline servers receive no incoming traffic. Example: `false`
|
611
|
-
:param str name:
|
619
|
+
:param str name: A user-friendly name for the backend set that must be unique and cannot be changed.
|
620
|
+
|
621
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
622
|
+
|
623
|
+
Example: `example_backend_set`
|
612
624
|
:param str target_id: (Updatable) The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>`
|
613
625
|
:param int weight: (Updatable) The network load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger proportion of incoming traffic. For example, a server weighted '3' receives three times the number of new connections as a server weighted '1'. For more information about load balancing policies, see [How Network Load Balancing Policies Work](https://docs.cloud.oracle.com/iaas/Content/Balance/Reference/lbpolicies.htm). Example: `3`
|
614
626
|
"""
|
@@ -632,7 +644,7 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
632
644
|
@pulumi.getter
|
633
645
|
def port(self) -> int:
|
634
646
|
"""
|
635
|
-
(Updatable) The
|
647
|
+
(Updatable) The backend server port against which to run the health check. If the port is not specified, then the network load balancer uses the port information from the `Backend` object. The port must be specified if the backend port is 0. Example: `8080`
|
636
648
|
"""
|
637
649
|
return pulumi.get(self, "port")
|
638
650
|
|
@@ -672,7 +684,11 @@ class NetworkLoadBalancersBackendSetsUnifiedBackend(dict):
|
|
672
684
|
@pulumi.getter
|
673
685
|
def name(self) -> Optional[str]:
|
674
686
|
"""
|
675
|
-
|
687
|
+
A user-friendly name for the backend set that must be unique and cannot be changed.
|
688
|
+
|
689
|
+
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot contain spaces. Avoid entering confidential information.
|
690
|
+
|
691
|
+
Example: `example_backend_set`
|
676
692
|
"""
|
677
693
|
return pulumi.get(self, "name")
|
678
694
|
|
pulumi_oci/nosql/_inputs.py
CHANGED
@@ -84,9 +84,13 @@ class TableReplicaArgs:
|
|
84
84
|
state: Optional[pulumi.Input[str]] = None,
|
85
85
|
table_id: Optional[pulumi.Input[str]] = None):
|
86
86
|
"""
|
87
|
-
:param pulumi.Input[str] capacity_mode: The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
87
|
+
:param pulumi.Input[str] capacity_mode: (Updatable) The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
88
88
|
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail.
|
89
|
-
:param pulumi.Input[int] max_write_units: Maximum sustained write throughput limit for the table.
|
89
|
+
:param pulumi.Input[int] max_write_units: (Updatable) Maximum sustained write throughput limit for the table.
|
90
|
+
|
91
|
+
|
92
|
+
** IMPORTANT **
|
93
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
90
94
|
:param pulumi.Input[str] region: A customer-facing region identifier
|
91
95
|
:param pulumi.Input[str] state: The state of a table.
|
92
96
|
:param pulumi.Input[str] table_id: The OCID of the replica table
|
@@ -108,7 +112,7 @@ class TableReplicaArgs:
|
|
108
112
|
@pulumi.getter(name="capacityMode")
|
109
113
|
def capacity_mode(self) -> Optional[pulumi.Input[str]]:
|
110
114
|
"""
|
111
|
-
The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
115
|
+
(Updatable) The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
112
116
|
"""
|
113
117
|
return pulumi.get(self, "capacity_mode")
|
114
118
|
|
@@ -132,7 +136,11 @@ class TableReplicaArgs:
|
|
132
136
|
@pulumi.getter(name="maxWriteUnits")
|
133
137
|
def max_write_units(self) -> Optional[pulumi.Input[int]]:
|
134
138
|
"""
|
135
|
-
Maximum sustained write throughput limit for the table.
|
139
|
+
(Updatable) Maximum sustained write throughput limit for the table.
|
140
|
+
|
141
|
+
|
142
|
+
** IMPORTANT **
|
143
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
136
144
|
"""
|
137
145
|
return pulumi.get(self, "max_write_units")
|
138
146
|
|
pulumi_oci/nosql/outputs.py
CHANGED
@@ -131,9 +131,13 @@ class TableReplica(dict):
|
|
131
131
|
state: Optional[str] = None,
|
132
132
|
table_id: Optional[str] = None):
|
133
133
|
"""
|
134
|
-
:param str capacity_mode: The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
134
|
+
:param str capacity_mode: (Updatable) The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
135
135
|
:param str lifecycle_details: A message describing the current state in more detail.
|
136
|
-
:param int max_write_units: Maximum sustained write throughput limit for the table.
|
136
|
+
:param int max_write_units: (Updatable) Maximum sustained write throughput limit for the table.
|
137
|
+
|
138
|
+
|
139
|
+
** IMPORTANT **
|
140
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
137
141
|
:param str region: A customer-facing region identifier
|
138
142
|
:param str state: The state of a table.
|
139
143
|
:param str table_id: The OCID of the replica table
|
@@ -155,7 +159,7 @@ class TableReplica(dict):
|
|
155
159
|
@pulumi.getter(name="capacityMode")
|
156
160
|
def capacity_mode(self) -> Optional[str]:
|
157
161
|
"""
|
158
|
-
The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
162
|
+
(Updatable) The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
|
159
163
|
"""
|
160
164
|
return pulumi.get(self, "capacity_mode")
|
161
165
|
|
@@ -171,7 +175,11 @@ class TableReplica(dict):
|
|
171
175
|
@pulumi.getter(name="maxWriteUnits")
|
172
176
|
def max_write_units(self) -> Optional[int]:
|
173
177
|
"""
|
174
|
-
Maximum sustained write throughput limit for the table.
|
178
|
+
(Updatable) Maximum sustained write throughput limit for the table.
|
179
|
+
|
180
|
+
|
181
|
+
** IMPORTANT **
|
182
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
175
183
|
"""
|
176
184
|
return pulumi.get(self, "max_write_units")
|
177
185
|
|
@@ -131,8 +131,8 @@ class BucketRetentionRuleDurationArgs:
|
|
131
131
|
time_amount: pulumi.Input[str],
|
132
132
|
time_unit: pulumi.Input[str]):
|
133
133
|
"""
|
134
|
-
:param pulumi.Input[str] time_amount:
|
135
|
-
:param pulumi.Input[str] time_unit:
|
134
|
+
:param pulumi.Input[str] time_amount: The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
135
|
+
:param pulumi.Input[str] time_unit: The unit that should be used to interpret timeAmount.
|
136
136
|
"""
|
137
137
|
pulumi.set(__self__, "time_amount", time_amount)
|
138
138
|
pulumi.set(__self__, "time_unit", time_unit)
|
@@ -141,7 +141,7 @@ class BucketRetentionRuleDurationArgs:
|
|
141
141
|
@pulumi.getter(name="timeAmount")
|
142
142
|
def time_amount(self) -> pulumi.Input[str]:
|
143
143
|
"""
|
144
|
-
|
144
|
+
The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
145
145
|
"""
|
146
146
|
return pulumi.get(self, "time_amount")
|
147
147
|
|
@@ -153,7 +153,7 @@ class BucketRetentionRuleDurationArgs:
|
|
153
153
|
@pulumi.getter(name="timeUnit")
|
154
154
|
def time_unit(self) -> pulumi.Input[str]:
|
155
155
|
"""
|
156
|
-
|
156
|
+
The unit that should be used to interpret timeAmount.
|
157
157
|
"""
|
158
158
|
return pulumi.get(self, "time_unit")
|
159
159
|
|
@@ -164,8 +164,8 @@ class BucketRetentionRuleDuration(dict):
|
|
164
164
|
time_amount: str,
|
165
165
|
time_unit: str):
|
166
166
|
"""
|
167
|
-
:param str time_amount:
|
168
|
-
:param str time_unit:
|
167
|
+
:param str time_amount: The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
168
|
+
:param str time_unit: The unit that should be used to interpret timeAmount.
|
169
169
|
"""
|
170
170
|
pulumi.set(__self__, "time_amount", time_amount)
|
171
171
|
pulumi.set(__self__, "time_unit", time_unit)
|
@@ -174,7 +174,7 @@ class BucketRetentionRuleDuration(dict):
|
|
174
174
|
@pulumi.getter(name="timeAmount")
|
175
175
|
def time_amount(self) -> str:
|
176
176
|
"""
|
177
|
-
|
177
|
+
The timeAmount is interpreted in units defined by the timeUnit parameter, and is calculated in relation to each object's Last-Modified timestamp.
|
178
178
|
"""
|
179
179
|
return pulumi.get(self, "time_amount")
|
180
180
|
|
@@ -182,7 +182,7 @@ class BucketRetentionRuleDuration(dict):
|
|
182
182
|
@pulumi.getter(name="timeUnit")
|
183
183
|
def time_unit(self) -> str:
|
184
184
|
"""
|
185
|
-
|
185
|
+
The unit that should be used to interpret timeAmount.
|
186
186
|
"""
|
187
187
|
return pulumi.get(self, "time_unit")
|
188
188
|
|