pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.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/__init__.py +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- 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 +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- 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 +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- 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 +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- 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 +19 -17
- 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 +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- 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 +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- 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 +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- 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 +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- 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 +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- 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 +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- 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 +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- 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 +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- 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 +49 -70
- 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 +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- 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 +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- 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 +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- 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 +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- 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 +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- 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 +77 -26
- 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 +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- 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 +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -104,6 +104,8 @@ class IntegrationInstanceAttachmentArgs:
|
|
104
104
|
:param pulumi.Input[str] target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
105
105
|
:param pulumi.Input[str] target_instance_url: The dataplane instance URL of the attached instance
|
106
106
|
:param pulumi.Input[str] target_role: The role of the target attachment.
|
107
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
108
|
+
* `CHILD` - The target instance is the child of this attachment.
|
107
109
|
:param pulumi.Input[str] target_service_type: The type of the target instance, such as "FUSION".
|
108
110
|
"""
|
109
111
|
if is_implicit is not None:
|
@@ -159,6 +161,8 @@ class IntegrationInstanceAttachmentArgs:
|
|
159
161
|
def target_role(self) -> Optional[pulumi.Input[str]]:
|
160
162
|
"""
|
161
163
|
The role of the target attachment.
|
164
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
165
|
+
* `CHILD` - The target instance is the child of this attachment.
|
162
166
|
"""
|
163
167
|
return pulumi.get(self, "target_role")
|
164
168
|
|
@@ -148,6 +148,8 @@ class IntegrationInstanceAttachment(dict):
|
|
148
148
|
:param str target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
149
149
|
:param str target_instance_url: The dataplane instance URL of the attached instance
|
150
150
|
:param str target_role: The role of the target attachment.
|
151
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
152
|
+
* `CHILD` - The target instance is the child of this attachment.
|
151
153
|
:param str target_service_type: The type of the target instance, such as "FUSION".
|
152
154
|
"""
|
153
155
|
if is_implicit is not None:
|
@@ -191,6 +193,8 @@ class IntegrationInstanceAttachment(dict):
|
|
191
193
|
def target_role(self) -> Optional[str]:
|
192
194
|
"""
|
193
195
|
The role of the target attachment.
|
196
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
197
|
+
* `CHILD` - The target instance is the child of this attachment.
|
194
198
|
"""
|
195
199
|
return pulumi.get(self, "target_role")
|
196
200
|
|
@@ -622,7 +626,9 @@ class GetIntegrationInstanceAttachmentResult(dict):
|
|
622
626
|
* If role == `CHILD`, this instance was created from attached instance on behalf of a user
|
623
627
|
:param str target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
624
628
|
:param str target_instance_url: The dataplane instance URL of the attached instance
|
625
|
-
:param str target_role: The role of the target attachment.
|
629
|
+
:param str target_role: The role of the target attachment.
|
630
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
631
|
+
* `CHILD` - The target instance is the child of this attachment.
|
626
632
|
:param str target_service_type: The type of the target instance, such as "FUSION".
|
627
633
|
"""
|
628
634
|
pulumi.set(__self__, "is_implicit", is_implicit)
|
@@ -660,7 +666,9 @@ class GetIntegrationInstanceAttachmentResult(dict):
|
|
660
666
|
@pulumi.getter(name="targetRole")
|
661
667
|
def target_role(self) -> str:
|
662
668
|
"""
|
663
|
-
The role of the target attachment.
|
669
|
+
The role of the target attachment.
|
670
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
671
|
+
* `CHILD` - The target instance is the child of this attachment.
|
664
672
|
"""
|
665
673
|
return pulumi.get(self, "target_role")
|
666
674
|
|
@@ -1282,7 +1290,9 @@ class GetIntegrationInstancesIntegrationInstanceAttachmentResult(dict):
|
|
1282
1290
|
* If role == `CHILD`, this instance was created from attached instance on behalf of a user
|
1283
1291
|
:param str target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
|
1284
1292
|
:param str target_instance_url: The dataplane instance URL of the attached instance
|
1285
|
-
:param str target_role: The role of the target attachment.
|
1293
|
+
:param str target_role: The role of the target attachment.
|
1294
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
1295
|
+
* `CHILD` - The target instance is the child of this attachment.
|
1286
1296
|
:param str target_service_type: The type of the target instance, such as "FUSION".
|
1287
1297
|
"""
|
1288
1298
|
pulumi.set(__self__, "is_implicit", is_implicit)
|
@@ -1320,7 +1330,9 @@ class GetIntegrationInstancesIntegrationInstanceAttachmentResult(dict):
|
|
1320
1330
|
@pulumi.getter(name="targetRole")
|
1321
1331
|
def target_role(self) -> str:
|
1322
1332
|
"""
|
1323
|
-
The role of the target attachment.
|
1333
|
+
The role of the target attachment.
|
1334
|
+
* `PARENT` - The target instance is the parent of this attachment.
|
1335
|
+
* `CHILD` - The target instance is the child of this attachment.
|
1324
1336
|
"""
|
1325
1337
|
return pulumi.get(self, "target_role")
|
1326
1338
|
|
pulumi_oci/jms/_inputs.py
CHANGED
@@ -43,10 +43,6 @@ class FleetInventoryLogArgs:
|
|
43
43
|
"""
|
44
44
|
:param pulumi.Input[str] log_group_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log group.
|
45
45
|
:param pulumi.Input[str] log_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
46
|
-
|
47
|
-
|
48
|
-
** IMPORTANT **
|
49
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
50
46
|
"""
|
51
47
|
pulumi.set(__self__, "log_group_id", log_group_id)
|
52
48
|
pulumi.set(__self__, "log_id", log_id)
|
@@ -68,10 +64,6 @@ class FleetInventoryLogArgs:
|
|
68
64
|
def log_id(self) -> pulumi.Input[str]:
|
69
65
|
"""
|
70
66
|
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the log.
|
71
|
-
|
72
|
-
|
73
|
-
** IMPORTANT **
|
74
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
75
67
|
"""
|
76
68
|
return pulumi.get(self, "log_id")
|
77
69
|
|
@@ -22,7 +22,7 @@ class GetJavaDownloadsJavaDownloadReportResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getJavaDownloadsJavaDownloadReport.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, checksum_type=None, checksum_value=None, compartment_id=None, created_bies=None, defined_tags=None, display_name=None, file_size_in_bytes=None, format=None, freeform_tags=None, id=None, java_download_report_id=None, state=None, system_tags=None, time_created=None, time_end=None, time_start=None):
|
25
|
+
def __init__(__self__, checksum_type=None, checksum_value=None, compartment_id=None, created_bies=None, defined_tags=None, display_name=None, file_size_in_bytes=None, format=None, freeform_tags=None, id=None, java_download_report_id=None, sort_by=None, sort_order=None, state=None, system_tags=None, time_created=None, time_end=None, time_start=None):
|
26
26
|
if checksum_type and not isinstance(checksum_type, str):
|
27
27
|
raise TypeError("Expected argument 'checksum_type' to be a str")
|
28
28
|
pulumi.set(__self__, "checksum_type", checksum_type)
|
@@ -56,6 +56,12 @@ class GetJavaDownloadsJavaDownloadReportResult:
|
|
56
56
|
if java_download_report_id and not isinstance(java_download_report_id, str):
|
57
57
|
raise TypeError("Expected argument 'java_download_report_id' to be a str")
|
58
58
|
pulumi.set(__self__, "java_download_report_id", java_download_report_id)
|
59
|
+
if sort_by and not isinstance(sort_by, str):
|
60
|
+
raise TypeError("Expected argument 'sort_by' to be a str")
|
61
|
+
pulumi.set(__self__, "sort_by", sort_by)
|
62
|
+
if sort_order and not isinstance(sort_order, str):
|
63
|
+
raise TypeError("Expected argument 'sort_order' to be a str")
|
64
|
+
pulumi.set(__self__, "sort_order", sort_order)
|
59
65
|
if state and not isinstance(state, str):
|
60
66
|
raise TypeError("Expected argument 'state' to be a str")
|
61
67
|
pulumi.set(__self__, "state", state)
|
@@ -157,6 +163,16 @@ class GetJavaDownloadsJavaDownloadReportResult:
|
|
157
163
|
def java_download_report_id(self) -> str:
|
158
164
|
return pulumi.get(self, "java_download_report_id")
|
159
165
|
|
166
|
+
@property
|
167
|
+
@pulumi.getter(name="sortBy")
|
168
|
+
def sort_by(self) -> str:
|
169
|
+
return pulumi.get(self, "sort_by")
|
170
|
+
|
171
|
+
@property
|
172
|
+
@pulumi.getter(name="sortOrder")
|
173
|
+
def sort_order(self) -> str:
|
174
|
+
return pulumi.get(self, "sort_order")
|
175
|
+
|
160
176
|
@property
|
161
177
|
@pulumi.getter
|
162
178
|
def state(self) -> str:
|
@@ -177,18 +193,24 @@ class GetJavaDownloadsJavaDownloadReportResult:
|
|
177
193
|
@pulumi.getter(name="timeCreated")
|
178
194
|
def time_created(self) -> str:
|
179
195
|
"""
|
180
|
-
The time the Java download report was created
|
196
|
+
The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
181
197
|
"""
|
182
198
|
return pulumi.get(self, "time_created")
|
183
199
|
|
184
200
|
@property
|
185
201
|
@pulumi.getter(name="timeEnd")
|
186
202
|
def time_end(self) -> str:
|
203
|
+
"""
|
204
|
+
The end time until when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
205
|
+
"""
|
187
206
|
return pulumi.get(self, "time_end")
|
188
207
|
|
189
208
|
@property
|
190
209
|
@pulumi.getter(name="timeStart")
|
191
210
|
def time_start(self) -> str:
|
211
|
+
"""
|
212
|
+
The start time from when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
213
|
+
"""
|
192
214
|
return pulumi.get(self, "time_start")
|
193
215
|
|
194
216
|
|
@@ -209,6 +231,8 @@ class AwaitableGetJavaDownloadsJavaDownloadReportResult(GetJavaDownloadsJavaDown
|
|
209
231
|
freeform_tags=self.freeform_tags,
|
210
232
|
id=self.id,
|
211
233
|
java_download_report_id=self.java_download_report_id,
|
234
|
+
sort_by=self.sort_by,
|
235
|
+
sort_order=self.sort_order,
|
212
236
|
state=self.state,
|
213
237
|
system_tags=self.system_tags,
|
214
238
|
time_created=self.time_created,
|
@@ -252,6 +276,8 @@ def get_java_downloads_java_download_report(java_download_report_id: Optional[st
|
|
252
276
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
253
277
|
id=pulumi.get(__ret__, 'id'),
|
254
278
|
java_download_report_id=pulumi.get(__ret__, 'java_download_report_id'),
|
279
|
+
sort_by=pulumi.get(__ret__, 'sort_by'),
|
280
|
+
sort_order=pulumi.get(__ret__, 'sort_order'),
|
255
281
|
state=pulumi.get(__ret__, 'state'),
|
256
282
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
257
283
|
time_created=pulumi.get(__ret__, 'time_created'),
|
@@ -205,7 +205,7 @@ class GetJavaDownloadsJavaDownloadTokenResult:
|
|
205
205
|
@pulumi.getter(name="timeCreated")
|
206
206
|
def time_created(self) -> str:
|
207
207
|
"""
|
208
|
-
The time the JavaDownloadToken was created
|
208
|
+
The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
209
209
|
"""
|
210
210
|
return pulumi.get(self, "time_created")
|
211
211
|
|
@@ -213,7 +213,7 @@ class GetJavaDownloadsJavaDownloadTokenResult:
|
|
213
213
|
@pulumi.getter(name="timeExpires")
|
214
214
|
def time_expires(self) -> str:
|
215
215
|
"""
|
216
|
-
The expiry time of the JavaDownloadToken
|
216
|
+
The expiry time of the JavaDownloadToken, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
217
217
|
"""
|
218
218
|
return pulumi.get(self, "time_expires")
|
219
219
|
|
@@ -221,7 +221,7 @@ class GetJavaDownloadsJavaDownloadTokenResult:
|
|
221
221
|
@pulumi.getter(name="timeLastUsed")
|
222
222
|
def time_last_used(self) -> str:
|
223
223
|
"""
|
224
|
-
The time the JavaDownloadToken was last used for download
|
224
|
+
The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
225
225
|
"""
|
226
226
|
return pulumi.get(self, "time_last_used")
|
227
227
|
|
@@ -229,7 +229,7 @@ class GetJavaDownloadsJavaDownloadTokenResult:
|
|
229
229
|
@pulumi.getter(name="timeUpdated")
|
230
230
|
def time_updated(self) -> str:
|
231
231
|
"""
|
232
|
-
The time the JavaDownloadToken was updated
|
232
|
+
The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
233
233
|
"""
|
234
234
|
return pulumi.get(self, "time_updated")
|
235
235
|
|
@@ -152,7 +152,7 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordResult:
|
|
152
152
|
@pulumi.getter(name="timeAccepted")
|
153
153
|
def time_accepted(self) -> str:
|
154
154
|
"""
|
155
|
-
The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
155
|
+
The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
156
156
|
"""
|
157
157
|
return pulumi.get(self, "time_accepted")
|
158
158
|
|
@@ -160,7 +160,7 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordResult:
|
|
160
160
|
@pulumi.getter(name="timeLastUpdated")
|
161
161
|
def time_last_updated(self) -> str:
|
162
162
|
"""
|
163
|
-
The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
163
|
+
The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
164
164
|
"""
|
165
165
|
return pulumi.get(self, "time_last_updated")
|
166
166
|
|
@@ -18,12 +18,16 @@ class JavaDownloadsJavaDownloadReportArgs:
|
|
18
18
|
def __init__(__self__, *,
|
19
19
|
compartment_id: pulumi.Input[str],
|
20
20
|
format: pulumi.Input[str],
|
21
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
22
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
21
23
|
time_end: Optional[pulumi.Input[str]] = None,
|
22
24
|
time_start: Optional[pulumi.Input[str]] = None):
|
23
25
|
"""
|
24
26
|
The set of arguments for constructing a JavaDownloadsJavaDownloadReport resource.
|
25
27
|
:param pulumi.Input[str] compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) here should be the tenancy OCID.
|
26
28
|
:param pulumi.Input[str] format: The format of the report that is generated.
|
29
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
30
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
27
31
|
:param pulumi.Input[str] time_end: The end time until when the download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
28
32
|
:param pulumi.Input[str] time_start: The start time from when download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
29
33
|
|
@@ -33,6 +37,10 @@ class JavaDownloadsJavaDownloadReportArgs:
|
|
33
37
|
"""
|
34
38
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
39
|
pulumi.set(__self__, "format", format)
|
40
|
+
if defined_tags is not None:
|
41
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
42
|
+
if freeform_tags is not None:
|
43
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
36
44
|
if time_end is not None:
|
37
45
|
pulumi.set(__self__, "time_end", time_end)
|
38
46
|
if time_start is not None:
|
@@ -62,6 +70,30 @@ class JavaDownloadsJavaDownloadReportArgs:
|
|
62
70
|
def format(self, value: pulumi.Input[str]):
|
63
71
|
pulumi.set(self, "format", value)
|
64
72
|
|
73
|
+
@property
|
74
|
+
@pulumi.getter(name="definedTags")
|
75
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
76
|
+
"""
|
77
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
78
|
+
"""
|
79
|
+
return pulumi.get(self, "defined_tags")
|
80
|
+
|
81
|
+
@defined_tags.setter
|
82
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
83
|
+
pulumi.set(self, "defined_tags", value)
|
84
|
+
|
85
|
+
@property
|
86
|
+
@pulumi.getter(name="freeformTags")
|
87
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
88
|
+
"""
|
89
|
+
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "freeform_tags")
|
92
|
+
|
93
|
+
@freeform_tags.setter
|
94
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
95
|
+
pulumi.set(self, "freeform_tags", value)
|
96
|
+
|
65
97
|
@property
|
66
98
|
@pulumi.getter(name="timeEnd")
|
67
99
|
def time_end(self) -> Optional[pulumi.Input[str]]:
|
@@ -103,6 +135,8 @@ class _JavaDownloadsJavaDownloadReportState:
|
|
103
135
|
file_size_in_bytes: Optional[pulumi.Input[str]] = None,
|
104
136
|
format: Optional[pulumi.Input[str]] = None,
|
105
137
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
138
|
+
sort_by: Optional[pulumi.Input[str]] = None,
|
139
|
+
sort_order: Optional[pulumi.Input[str]] = None,
|
106
140
|
state: Optional[pulumi.Input[str]] = None,
|
107
141
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
108
142
|
time_created: Optional[pulumi.Input[str]] = None,
|
@@ -121,7 +155,7 @@ class _JavaDownloadsJavaDownloadReportState:
|
|
121
155
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
122
156
|
:param pulumi.Input[str] state: The current state of the Java download report.
|
123
157
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
124
|
-
:param pulumi.Input[str] time_created: The time the Java download report was created
|
158
|
+
:param pulumi.Input[str] time_created: The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
125
159
|
:param pulumi.Input[str] time_end: The end time until when the download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
126
160
|
:param pulumi.Input[str] time_start: The start time from when download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
127
161
|
|
@@ -147,6 +181,10 @@ class _JavaDownloadsJavaDownloadReportState:
|
|
147
181
|
pulumi.set(__self__, "format", format)
|
148
182
|
if freeform_tags is not None:
|
149
183
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
184
|
+
if sort_by is not None:
|
185
|
+
pulumi.set(__self__, "sort_by", sort_by)
|
186
|
+
if sort_order is not None:
|
187
|
+
pulumi.set(__self__, "sort_order", sort_order)
|
150
188
|
if state is not None:
|
151
189
|
pulumi.set(__self__, "state", state)
|
152
190
|
if system_tags is not None:
|
@@ -266,6 +304,24 @@ class _JavaDownloadsJavaDownloadReportState:
|
|
266
304
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
267
305
|
pulumi.set(self, "freeform_tags", value)
|
268
306
|
|
307
|
+
@property
|
308
|
+
@pulumi.getter(name="sortBy")
|
309
|
+
def sort_by(self) -> Optional[pulumi.Input[str]]:
|
310
|
+
return pulumi.get(self, "sort_by")
|
311
|
+
|
312
|
+
@sort_by.setter
|
313
|
+
def sort_by(self, value: Optional[pulumi.Input[str]]):
|
314
|
+
pulumi.set(self, "sort_by", value)
|
315
|
+
|
316
|
+
@property
|
317
|
+
@pulumi.getter(name="sortOrder")
|
318
|
+
def sort_order(self) -> Optional[pulumi.Input[str]]:
|
319
|
+
return pulumi.get(self, "sort_order")
|
320
|
+
|
321
|
+
@sort_order.setter
|
322
|
+
def sort_order(self, value: Optional[pulumi.Input[str]]):
|
323
|
+
pulumi.set(self, "sort_order", value)
|
324
|
+
|
269
325
|
@property
|
270
326
|
@pulumi.getter
|
271
327
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -294,7 +350,7 @@ class _JavaDownloadsJavaDownloadReportState:
|
|
294
350
|
@pulumi.getter(name="timeCreated")
|
295
351
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
296
352
|
"""
|
297
|
-
The time the Java download report was created
|
353
|
+
The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
298
354
|
"""
|
299
355
|
return pulumi.get(self, "time_created")
|
300
356
|
|
@@ -337,7 +393,9 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
337
393
|
resource_name: str,
|
338
394
|
opts: Optional[pulumi.ResourceOptions] = None,
|
339
395
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
396
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
340
397
|
format: Optional[pulumi.Input[str]] = None,
|
398
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
341
399
|
time_end: Optional[pulumi.Input[str]] = None,
|
342
400
|
time_start: Optional[pulumi.Input[str]] = None,
|
343
401
|
__props__=None):
|
@@ -356,6 +414,12 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
356
414
|
test_java_download_report = oci.jms.JavaDownloadsJavaDownloadReport("test_java_download_report",
|
357
415
|
compartment_id=tenancy_ocid,
|
358
416
|
format=java_download_report_format,
|
417
|
+
defined_tags={
|
418
|
+
"foo-namespace.bar-key": "value",
|
419
|
+
},
|
420
|
+
freeform_tags={
|
421
|
+
"bar-key": "value",
|
422
|
+
},
|
359
423
|
time_end=java_download_report_time_end,
|
360
424
|
time_start=java_download_report_time_start)
|
361
425
|
```
|
@@ -367,7 +431,9 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
367
431
|
:param str resource_name: The name of the resource.
|
368
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
369
433
|
:param pulumi.Input[str] compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) here should be the tenancy OCID.
|
434
|
+
:param pulumi.Input[Mapping[str, Any]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`. (See [Understanding Free-form Tags](https://docs.cloud.oracle.com/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm)).
|
370
435
|
:param pulumi.Input[str] format: The format of the report that is generated.
|
436
|
+
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
371
437
|
:param pulumi.Input[str] time_end: The end time until when the download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
372
438
|
:param pulumi.Input[str] time_start: The start time from when download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
373
439
|
|
@@ -396,6 +462,12 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
396
462
|
test_java_download_report = oci.jms.JavaDownloadsJavaDownloadReport("test_java_download_report",
|
397
463
|
compartment_id=tenancy_ocid,
|
398
464
|
format=java_download_report_format,
|
465
|
+
defined_tags={
|
466
|
+
"foo-namespace.bar-key": "value",
|
467
|
+
},
|
468
|
+
freeform_tags={
|
469
|
+
"bar-key": "value",
|
470
|
+
},
|
399
471
|
time_end=java_download_report_time_end,
|
400
472
|
time_start=java_download_report_time_start)
|
401
473
|
```
|
@@ -420,7 +492,9 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
420
492
|
resource_name: str,
|
421
493
|
opts: Optional[pulumi.ResourceOptions] = None,
|
422
494
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
495
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
423
496
|
format: Optional[pulumi.Input[str]] = None,
|
497
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
424
498
|
time_end: Optional[pulumi.Input[str]] = None,
|
425
499
|
time_start: Optional[pulumi.Input[str]] = None,
|
426
500
|
__props__=None):
|
@@ -435,18 +509,20 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
435
509
|
if compartment_id is None and not opts.urn:
|
436
510
|
raise TypeError("Missing required property 'compartment_id'")
|
437
511
|
__props__.__dict__["compartment_id"] = compartment_id
|
512
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
438
513
|
if format is None and not opts.urn:
|
439
514
|
raise TypeError("Missing required property 'format'")
|
440
515
|
__props__.__dict__["format"] = format
|
516
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
441
517
|
__props__.__dict__["time_end"] = time_end
|
442
518
|
__props__.__dict__["time_start"] = time_start
|
443
519
|
__props__.__dict__["checksum_type"] = None
|
444
520
|
__props__.__dict__["checksum_value"] = None
|
445
521
|
__props__.__dict__["created_bies"] = None
|
446
|
-
__props__.__dict__["defined_tags"] = None
|
447
522
|
__props__.__dict__["display_name"] = None
|
448
523
|
__props__.__dict__["file_size_in_bytes"] = None
|
449
|
-
__props__.__dict__["
|
524
|
+
__props__.__dict__["sort_by"] = None
|
525
|
+
__props__.__dict__["sort_order"] = None
|
450
526
|
__props__.__dict__["state"] = None
|
451
527
|
__props__.__dict__["system_tags"] = None
|
452
528
|
__props__.__dict__["time_created"] = None
|
@@ -469,6 +545,8 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
469
545
|
file_size_in_bytes: Optional[pulumi.Input[str]] = None,
|
470
546
|
format: Optional[pulumi.Input[str]] = None,
|
471
547
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
548
|
+
sort_by: Optional[pulumi.Input[str]] = None,
|
549
|
+
sort_order: Optional[pulumi.Input[str]] = None,
|
472
550
|
state: Optional[pulumi.Input[str]] = None,
|
473
551
|
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
474
552
|
time_created: Optional[pulumi.Input[str]] = None,
|
@@ -492,7 +570,7 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
492
570
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`. (See [Managing Tags and Tag Namespaces](https://docs.cloud.oracle.com/iaas/Content/Tagging/Concepts/understandingfreeformtags.htm).)
|
493
571
|
:param pulumi.Input[str] state: The current state of the Java download report.
|
494
572
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
495
|
-
:param pulumi.Input[str] time_created: The time the Java download report was created
|
573
|
+
:param pulumi.Input[str] time_created: The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
496
574
|
:param pulumi.Input[str] time_end: The end time until when the download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
497
575
|
:param pulumi.Input[str] time_start: The start time from when download records have to be included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
|
498
576
|
|
@@ -513,6 +591,8 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
513
591
|
__props__.__dict__["file_size_in_bytes"] = file_size_in_bytes
|
514
592
|
__props__.__dict__["format"] = format
|
515
593
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
594
|
+
__props__.__dict__["sort_by"] = sort_by
|
595
|
+
__props__.__dict__["sort_order"] = sort_order
|
516
596
|
__props__.__dict__["state"] = state
|
517
597
|
__props__.__dict__["system_tags"] = system_tags
|
518
598
|
__props__.__dict__["time_created"] = time_created
|
@@ -592,6 +672,16 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
592
672
|
"""
|
593
673
|
return pulumi.get(self, "freeform_tags")
|
594
674
|
|
675
|
+
@property
|
676
|
+
@pulumi.getter(name="sortBy")
|
677
|
+
def sort_by(self) -> pulumi.Output[str]:
|
678
|
+
return pulumi.get(self, "sort_by")
|
679
|
+
|
680
|
+
@property
|
681
|
+
@pulumi.getter(name="sortOrder")
|
682
|
+
def sort_order(self) -> pulumi.Output[str]:
|
683
|
+
return pulumi.get(self, "sort_order")
|
684
|
+
|
595
685
|
@property
|
596
686
|
@pulumi.getter
|
597
687
|
def state(self) -> pulumi.Output[str]:
|
@@ -612,7 +702,7 @@ class JavaDownloadsJavaDownloadReport(pulumi.CustomResource):
|
|
612
702
|
@pulumi.getter(name="timeCreated")
|
613
703
|
def time_created(self) -> pulumi.Output[str]:
|
614
704
|
"""
|
615
|
-
The time the Java download report was created
|
705
|
+
The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
616
706
|
"""
|
617
707
|
return pulumi.get(self, "time_created")
|
618
708
|
|
@@ -203,14 +203,14 @@ class _JavaDownloadsJavaDownloadTokenState:
|
|
203
203
|
:param pulumi.Input[str] lifecycle_details: Possible lifecycle substates.
|
204
204
|
:param pulumi.Input[str] state: The current state of the JavaDownloadToken.
|
205
205
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
206
|
-
:param pulumi.Input[str] time_created: The time the JavaDownloadToken was created
|
206
|
+
:param pulumi.Input[str] time_created: The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
207
207
|
:param pulumi.Input[str] time_expires: (Updatable) Expiry time of the token.
|
208
208
|
|
209
209
|
|
210
210
|
** IMPORTANT **
|
211
211
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
212
|
-
:param pulumi.Input[str] time_last_used: The time the JavaDownloadToken was last used for download
|
213
|
-
:param pulumi.Input[str] time_updated: The time the JavaDownloadToken was updated
|
212
|
+
:param pulumi.Input[str] time_last_used: The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
213
|
+
:param pulumi.Input[str] time_updated: The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
214
214
|
:param pulumi.Input[str] value: Uniquely generated value for the JavaDownloadToken.
|
215
215
|
"""
|
216
216
|
if compartment_id is not None:
|
@@ -410,7 +410,7 @@ class _JavaDownloadsJavaDownloadTokenState:
|
|
410
410
|
@pulumi.getter(name="timeCreated")
|
411
411
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
412
412
|
"""
|
413
|
-
The time the JavaDownloadToken was created
|
413
|
+
The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
414
414
|
"""
|
415
415
|
return pulumi.get(self, "time_created")
|
416
416
|
|
@@ -438,7 +438,7 @@ class _JavaDownloadsJavaDownloadTokenState:
|
|
438
438
|
@pulumi.getter(name="timeLastUsed")
|
439
439
|
def time_last_used(self) -> Optional[pulumi.Input[str]]:
|
440
440
|
"""
|
441
|
-
The time the JavaDownloadToken was last used for download
|
441
|
+
The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
442
442
|
"""
|
443
443
|
return pulumi.get(self, "time_last_used")
|
444
444
|
|
@@ -450,7 +450,7 @@ class _JavaDownloadsJavaDownloadTokenState:
|
|
450
450
|
@pulumi.getter(name="timeUpdated")
|
451
451
|
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
452
452
|
"""
|
453
|
-
The time the JavaDownloadToken was updated
|
453
|
+
The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
454
454
|
"""
|
455
455
|
return pulumi.get(self, "time_updated")
|
456
456
|
|
@@ -490,6 +490,7 @@ class JavaDownloadsJavaDownloadToken(pulumi.CustomResource):
|
|
490
490
|
This resource provides the Java Download Token resource in Oracle Cloud Infrastructure Jms Java Downloads service.
|
491
491
|
|
492
492
|
Creates a new JavaDownloadToken in the tenancy with specified attributes.
|
493
|
+
Ensure that you review the license terms before token generation. Visit the <a href="https://www.oracle.com/java/technologies/downloads"/>Oracle Java Downloads</a> page to understand the license terms of the Java version for which you are generating a token. By generating a token, you agree to the associated license terms. See <a href="https://www.oracle.com/cis/java/technologies/javase/jdk-faqs.html">Oracle JDK Licensing - FAQs</a> for detailed information.
|
493
494
|
|
494
495
|
## Example Usage
|
495
496
|
|
@@ -543,6 +544,7 @@ class JavaDownloadsJavaDownloadToken(pulumi.CustomResource):
|
|
543
544
|
This resource provides the Java Download Token resource in Oracle Cloud Infrastructure Jms Java Downloads service.
|
544
545
|
|
545
546
|
Creates a new JavaDownloadToken in the tenancy with specified attributes.
|
547
|
+
Ensure that you review the license terms before token generation. Visit the <a href="https://www.oracle.com/java/technologies/downloads"/>Oracle Java Downloads</a> page to understand the license terms of the Java version for which you are generating a token. By generating a token, you agree to the associated license terms. See <a href="https://www.oracle.com/cis/java/technologies/javase/jdk-faqs.html">Oracle JDK Licensing - FAQs</a> for detailed information.
|
546
548
|
|
547
549
|
## Example Usage
|
548
550
|
|
@@ -681,14 +683,14 @@ class JavaDownloadsJavaDownloadToken(pulumi.CustomResource):
|
|
681
683
|
:param pulumi.Input[str] lifecycle_details: Possible lifecycle substates.
|
682
684
|
:param pulumi.Input[str] state: The current state of the JavaDownloadToken.
|
683
685
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
684
|
-
:param pulumi.Input[str] time_created: The time the JavaDownloadToken was created
|
686
|
+
:param pulumi.Input[str] time_created: The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
685
687
|
:param pulumi.Input[str] time_expires: (Updatable) Expiry time of the token.
|
686
688
|
|
687
689
|
|
688
690
|
** IMPORTANT **
|
689
691
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
690
|
-
:param pulumi.Input[str] time_last_used: The time the JavaDownloadToken was last used for download
|
691
|
-
:param pulumi.Input[str] time_updated: The time the JavaDownloadToken was updated
|
692
|
+
:param pulumi.Input[str] time_last_used: The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
693
|
+
:param pulumi.Input[str] time_updated: The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
692
694
|
:param pulumi.Input[str] value: Uniquely generated value for the JavaDownloadToken.
|
693
695
|
"""
|
694
696
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -823,7 +825,7 @@ class JavaDownloadsJavaDownloadToken(pulumi.CustomResource):
|
|
823
825
|
@pulumi.getter(name="timeCreated")
|
824
826
|
def time_created(self) -> pulumi.Output[str]:
|
825
827
|
"""
|
826
|
-
The time the JavaDownloadToken was created
|
828
|
+
The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
827
829
|
"""
|
828
830
|
return pulumi.get(self, "time_created")
|
829
831
|
|
@@ -843,7 +845,7 @@ class JavaDownloadsJavaDownloadToken(pulumi.CustomResource):
|
|
843
845
|
@pulumi.getter(name="timeLastUsed")
|
844
846
|
def time_last_used(self) -> pulumi.Output[str]:
|
845
847
|
"""
|
846
|
-
The time the JavaDownloadToken was last used for download
|
848
|
+
The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
847
849
|
"""
|
848
850
|
return pulumi.get(self, "time_last_used")
|
849
851
|
|
@@ -851,7 +853,7 @@ class JavaDownloadsJavaDownloadToken(pulumi.CustomResource):
|
|
851
853
|
@pulumi.getter(name="timeUpdated")
|
852
854
|
def time_updated(self) -> pulumi.Output[str]:
|
853
855
|
"""
|
854
|
-
The time the JavaDownloadToken was updated
|
856
|
+
The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
|
855
857
|
"""
|
856
858
|
return pulumi.get(self, "time_updated")
|
857
859
|
|