pulumi-oci 1.38.0__py3-none-any.whl → 1.38.0a1717136770__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/jms/outputs.py CHANGED
@@ -3159,7 +3159,7 @@ class GetJavaDownloadsJavaDownloadRecordsJavaDownloadRecordCollectionItemResult(
3159
3159
  :param str family_display_name: The Java family display name.
3160
3160
  :param str family_version: Unique Java family version identifier.
3161
3161
  :param str os_family: Target Operating System family of the artifact.
3162
- :param str package_type: The package type (typically the file extension) of the artifact.
3162
+ :param str package_type: The package type(typically the file extension) of the artifact.
3163
3163
  :param str package_type_detail: Packaging type detail of the artifact.
3164
3164
  :param str release_version: Unique Java release version identifier.
3165
3165
  :param str time_downloaded: Timestamp of download.
@@ -3227,7 +3227,7 @@ class GetJavaDownloadsJavaDownloadRecordsJavaDownloadRecordCollectionItemResult(
3227
3227
  @pulumi.getter(name="packageType")
3228
3228
  def package_type(self) -> str:
3229
3229
  """
3230
- The package type (typically the file extension) of the artifact.
3230
+ The package type(typically the file extension) of the artifact.
3231
3231
  """
3232
3232
  return pulumi.get(self, "package_type")
3233
3233
 
@@ -3348,8 +3348,6 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
3348
3348
  format: str,
3349
3349
  freeform_tags: Mapping[str, Any],
3350
3350
  id: str,
3351
- sort_by: str,
3352
- sort_order: str,
3353
3351
  state: str,
3354
3352
  system_tags: Mapping[str, Any],
3355
3353
  time_created: str,
@@ -3368,9 +3366,7 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
3368
3366
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java download report.
3369
3367
  :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
3370
3368
  :param 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"}`
3371
- :param 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.
3372
- :param str time_end: The end time until when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
3373
- :param str time_start: The start time from when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
3369
+ :param str time_created: The time the Java download report was created. An RFC3339 formatted datetime string.
3374
3370
  """
3375
3371
  pulumi.set(__self__, "checksum_type", checksum_type)
3376
3372
  pulumi.set(__self__, "checksum_value", checksum_value)
@@ -3382,8 +3378,6 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
3382
3378
  pulumi.set(__self__, "format", format)
3383
3379
  pulumi.set(__self__, "freeform_tags", freeform_tags)
3384
3380
  pulumi.set(__self__, "id", id)
3385
- pulumi.set(__self__, "sort_by", sort_by)
3386
- pulumi.set(__self__, "sort_order", sort_order)
3387
3381
  pulumi.set(__self__, "state", state)
3388
3382
  pulumi.set(__self__, "system_tags", system_tags)
3389
3383
  pulumi.set(__self__, "time_created", time_created)
@@ -3470,16 +3464,6 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
3470
3464
  """
3471
3465
  return pulumi.get(self, "id")
3472
3466
 
3473
- @property
3474
- @pulumi.getter(name="sortBy")
3475
- def sort_by(self) -> str:
3476
- return pulumi.get(self, "sort_by")
3477
-
3478
- @property
3479
- @pulumi.getter(name="sortOrder")
3480
- def sort_order(self) -> str:
3481
- return pulumi.get(self, "sort_order")
3482
-
3483
3467
  @property
3484
3468
  @pulumi.getter
3485
3469
  def state(self) -> str:
@@ -3500,24 +3484,18 @@ class GetJavaDownloadsJavaDownloadReportsJavaDownloadReportCollectionItemResult(
3500
3484
  @pulumi.getter(name="timeCreated")
3501
3485
  def time_created(self) -> str:
3502
3486
  """
3503
- The time the Java download report was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3487
+ The time the Java download report was created. An RFC3339 formatted datetime string.
3504
3488
  """
3505
3489
  return pulumi.get(self, "time_created")
3506
3490
 
3507
3491
  @property
3508
3492
  @pulumi.getter(name="timeEnd")
3509
3493
  def time_end(self) -> str:
3510
- """
3511
- The end time until when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
3512
- """
3513
3494
  return pulumi.get(self, "time_end")
3514
3495
 
3515
3496
  @property
3516
3497
  @pulumi.getter(name="timeStart")
3517
3498
  def time_start(self) -> str:
3518
- """
3519
- The start time from when the download records are included (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
3520
- """
3521
3499
  return pulumi.get(self, "time_start")
3522
3500
 
3523
3501
 
@@ -3717,10 +3695,10 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
3717
3695
  :param str lifecycle_details: Possible lifecycle substates.
3718
3696
  :param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
3719
3697
  :param 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"}`
3720
- :param str time_created: The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3721
- :param str time_expires: The expiry time of the JavaDownloadToken, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3722
- :param 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.
3723
- :param str time_updated: The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3698
+ :param str time_created: The time the JavaDownloadToken was created. An RFC3339 formatted datetime string.
3699
+ :param str time_expires: The expiry time of the JavaDownloadToken. An RFC3339 formatted datetime string.
3700
+ :param str time_last_used: The time the JavaDownloadToken was last used for download. An RFC3339 formatted datetime string.
3701
+ :param str time_updated: The time the JavaDownloadToken was updated. An RFC3339 formatted datetime string.
3724
3702
  :param str value: Unique JavaDownloadToken value.
3725
3703
  """
3726
3704
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -3859,7 +3837,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
3859
3837
  @pulumi.getter(name="timeCreated")
3860
3838
  def time_created(self) -> str:
3861
3839
  """
3862
- The time the JavaDownloadToken was created, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3840
+ The time the JavaDownloadToken was created. An RFC3339 formatted datetime string.
3863
3841
  """
3864
3842
  return pulumi.get(self, "time_created")
3865
3843
 
@@ -3867,7 +3845,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
3867
3845
  @pulumi.getter(name="timeExpires")
3868
3846
  def time_expires(self) -> str:
3869
3847
  """
3870
- The expiry time of the JavaDownloadToken, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3848
+ The expiry time of the JavaDownloadToken. An RFC3339 formatted datetime string.
3871
3849
  """
3872
3850
  return pulumi.get(self, "time_expires")
3873
3851
 
@@ -3875,7 +3853,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
3875
3853
  @pulumi.getter(name="timeLastUsed")
3876
3854
  def time_last_used(self) -> str:
3877
3855
  """
3878
- The time the JavaDownloadToken was last used for download, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3856
+ The time the JavaDownloadToken was last used for download. An RFC3339 formatted datetime string.
3879
3857
  """
3880
3858
  return pulumi.get(self, "time_last_used")
3881
3859
 
@@ -3883,7 +3861,7 @@ class GetJavaDownloadsJavaDownloadTokensJavaDownloadTokenCollectionItemResult(di
3883
3861
  @pulumi.getter(name="timeUpdated")
3884
3862
  def time_updated(self) -> str:
3885
3863
  """
3886
- The time the JavaDownloadToken was updated, displayed as an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) formatted datetime string.
3864
+ The time the JavaDownloadToken was updated. An RFC3339 formatted datetime string.
3887
3865
  """
3888
3866
  return pulumi.get(self, "time_updated")
3889
3867
 
@@ -4121,8 +4099,8 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordsJavaLicenseAcceptanceRecordCol
4121
4099
  :param str license_type: Unique Java license type.
4122
4100
  :param str state: The current state of the JavaLicenseAcceptanceRecord.
4123
4101
  :param 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"}`
4124
- :param str time_accepted: The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4125
- :param str time_last_updated: The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4102
+ :param str time_accepted: The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4103
+ :param str time_last_updated: The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4126
4104
  """
4127
4105
  pulumi.set(__self__, "compartment_id", compartment_id)
4128
4106
  pulumi.set(__self__, "created_bies", created_bies)
@@ -4221,7 +4199,7 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordsJavaLicenseAcceptanceRecordCol
4221
4199
  @pulumi.getter(name="timeAccepted")
4222
4200
  def time_accepted(self) -> str:
4223
4201
  """
4224
- The date and time of license acceptance (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4202
+ The date and time of license acceptance(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4225
4203
  """
4226
4204
  return pulumi.get(self, "time_accepted")
4227
4205
 
@@ -4229,7 +4207,7 @@ class GetJavaDownloadsJavaLicenseAcceptanceRecordsJavaLicenseAcceptanceRecordCol
4229
4207
  @pulumi.getter(name="timeLastUpdated")
4230
4208
  def time_last_updated(self) -> str:
4231
4209
  """
4232
- The date and time of last update (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4210
+ The date and time of last update(formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
4233
4211
  """
4234
4212
  return pulumi.get(self, "time_last_updated")
4235
4213
 
@@ -604,7 +604,6 @@ class BackendSetSslConfigurationArgs:
604
604
  * TLSv1
605
605
  * TLSv1.1
606
606
  * TLSv1.2
607
- * TLSv1.3
608
607
 
609
608
  If this field is not specified, TLSv1.2 is the default.
610
609
 
@@ -704,7 +703,6 @@ class BackendSetSslConfigurationArgs:
704
703
  * TLSv1
705
704
  * TLSv1.1
706
705
  * TLSv1.2
707
- * TLSv1.3
708
706
 
709
707
  If this field is not specified, TLSv1.2 is the default.
710
708
 
@@ -861,7 +859,6 @@ class ListenerSslConfigurationArgs:
861
859
  * TLSv1
862
860
  * TLSv1.1
863
861
  * TLSv1.2
864
- * TLSv1.3
865
862
 
866
863
  If this field is not specified, TLSv1.2 is the default.
867
864
 
@@ -976,7 +973,6 @@ class ListenerSslConfigurationArgs:
976
973
  * TLSv1
977
974
  * TLSv1.1
978
975
  * TLSv1.2
979
- * TLSv1.3
980
976
 
981
977
  If this field is not specified, TLSv1.2 is the default.
982
978
 
@@ -661,7 +661,6 @@ class BackendSetSslConfiguration(dict):
661
661
  * TLSv1
662
662
  * TLSv1.1
663
663
  * TLSv1.2
664
- * TLSv1.3
665
664
 
666
665
  If this field is not specified, TLSv1.2 is the default.
667
666
 
@@ -749,7 +748,6 @@ class BackendSetSslConfiguration(dict):
749
748
  * TLSv1
750
749
  * TLSv1.1
751
750
  * TLSv1.2
752
- * TLSv1.3
753
751
 
754
752
  If this field is not specified, TLSv1.2 is the default.
755
753
 
@@ -928,7 +926,6 @@ class ListenerSslConfiguration(dict):
928
926
  * TLSv1
929
927
  * TLSv1.1
930
928
  * TLSv1.2
931
- * TLSv1.3
932
929
 
933
930
  If this field is not specified, TLSv1.2 is the default.
934
931
 
@@ -1027,7 +1024,6 @@ class ListenerSslConfiguration(dict):
1027
1024
  * TLSv1
1028
1025
  * TLSv1.1
1029
1026
  * TLSv1.2
1030
- * TLSv1.3
1031
1027
 
1032
1028
  If this field is not specified, TLSv1.2 is the default.
1033
1029
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "1.38.0"
4
+ "version": "1.38.0-alpha.1717136770"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 1.38.0
3
+ Version: 1.38.0a1717136770
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -1,7 +1,7 @@
1
- pulumi_oci/__init__.py,sha256=EgmNCTX-yjYfKqA1wtSrVddLPXzf7Awo9AoxcK7JciM,158599
1
+ pulumi_oci/__init__.py,sha256=fZxifQSAbkjxERPe2sSY6EXytmjCzBLeCBnW6TM6GSk,158365
2
2
  pulumi_oci/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
3
3
  pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
4
- pulumi_oci/pulumi-plugin.json,sha256=qZ47b86paPKWK_qHoLcp7iEh_TSdRgqcEK1R7P2aP7c,63
4
+ pulumi_oci/pulumi-plugin.json,sha256=5soybwz5p2uaSxciNIozJ0j3EdAFBp2AiQNlFb3iPFU,80
5
5
  pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
7
7
  pulumi_oci/adm/_inputs.py,sha256=nMRnDJd64H5GAJ9ybIPjR9fsDdJFyCdHYBir_ADSrT4,53283
@@ -203,14 +203,13 @@ pulumi_oci/bastion/get_session.py,sha256=v9dzvHhlz2MOZGJo16izdWcgl5PC_9k_GMBF-Vh
203
203
  pulumi_oci/bastion/get_sessions.py,sha256=eII6RBQZh_-ZOr8NMEVRqlZ3urFQ1pEptU5jw87NZlc,7874
204
204
  pulumi_oci/bastion/outputs.py,sha256=FpuoZdFmTFuQ8nozQ2VVH72zS8EOh_5P8rTPCvcFeZU,37588
205
205
  pulumi_oci/bastion/session.py,sha256=p2dWb88uvbIq7-UvUI5y2wFG6zD1Oqm4IA8Xik1c2Qk,31873
206
- pulumi_oci/bigdataservice/__init__.py,sha256=cfK9F0bg8e4EWvHKVfGmcZLVDxJui2Updr0sYM5b0QM,1142
207
- pulumi_oci/bigdataservice/_inputs.py,sha256=-1QnK93l-EcNTE_zd8j2v2V7rZX6dMF_nd1IAONe-SA,138557
206
+ pulumi_oci/bigdataservice/__init__.py,sha256=NXDGSmIxDSbZJEA0aQdz6tLv6pFwihsRpKTWgvlOv9I,1098
207
+ pulumi_oci/bigdataservice/_inputs.py,sha256=bI2yUWajAugbX4qp08PnoJ40zdFEheJEoYQCDFXmad4,133683
208
208
  pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=a7tEks44Sn6NgVHIktjKVAxkuS49CoxzN2Hq32uegAQ,40510
209
209
  pulumi_oci/bigdataservice/bds_instance.py,sha256=lPnkhrv6UfaaQoVtiYAYvEfwMXGSgSswKpwCbhDU-Zg,75201
210
210
  pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
211
211
  pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
212
212
  pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=z-j6nuM8mm7Lv5oGxs2f_BZg2R27rhAvjUBZ1m8xUc4,33730
213
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=cO4U5IiTSho7XaAlnMdhkcZFjpKqMD_eGKUXiKJcBKw,11417
214
213
  pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=b4iePJd844AluldBxqHSbAZ0jIcYZoJhRZWbFvRMt6o,13080
215
214
  pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=60WLewCGPq1XWI40FFmIOxitrA8tvJXUdxaR6SCaIQM,10285
216
215
  pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=-SE7dG2bDIxHj5FqGhKCcv__ktsIq57dv1EvpD-GnPY,6434
@@ -224,7 +223,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7RUO8omYF
224
223
  pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=PgLcnXG-YaZyUbW2xDy5gtRw_7eMWka5_npQi2F1fIg,8019
225
224
  pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=CrhGR1zM2zzHfcBLiov1WnW3qb9ZO7KmrQNTehHCjug,4813
226
225
  pulumi_oci/bigdataservice/get_bds_instances.py,sha256=BBJKNo5mVAU37UAU1hrafmLetxmT64bFGKz1phiwB0Y,6540
227
- pulumi_oci/bigdataservice/outputs.py,sha256=MURhXBzE64o5h7PouHM_8yDVdpjq8S-YLcVsSFfk4Xw,321498
226
+ pulumi_oci/bigdataservice/outputs.py,sha256=jNzginQ2hKUEKtqrI5_WvfKpigjvzu0DtMc8Q8IXLx0,313568
228
227
  pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
229
228
  pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
230
229
  pulumi_oci/blockchain/blockchain_platform.py,sha256=P9SFc4lDHJ8PTGIeDNvNid8mFnZJ2Ul2dWmc1cHsAfA,62329
@@ -1797,13 +1796,13 @@ pulumi_oci/jms/get_fleets.py,sha256=781jSZ3pXJnY725myGCi4oUYV7Nn5vND3VnhSAXHFGE,
1797
1796
  pulumi_oci/jms/get_installation_site.py,sha256=GQqKx594Z-cfzAto5QH-g_riupqaFFfOwNWts-XPVaA,15160
1798
1797
  pulumi_oci/jms/get_installation_sites.py,sha256=QSLfO--kd6dEXmNTPEUL34nO0R-M9JGYDmyvTnCQ86M,16273
1799
1798
  pulumi_oci/jms/get_java_downloads_java_download_records.py,sha256=RrC7Aw-838qtz79HtWUWjm60m19fr0Y9B8G8zHL6NBw,13726
1800
- pulumi_oci/jms/get_java_downloads_java_download_report.py,sha256=-TAv_SoYrI0oNV2I7Z54gBCK-6TMTWxG3E-7NOWTSSA,13662
1799
+ pulumi_oci/jms/get_java_downloads_java_download_report.py,sha256=ukE8bh-f2RTf8RKjH9MnGJbtyoOlo80blX7EzbIomI4,12432
1801
1800
  pulumi_oci/jms/get_java_downloads_java_download_report_content.py,sha256=ytObM1V5gDe-N0KFFWGDOp-Fxhi5gbP9ENSUh8wsb5Q,4303
1802
1801
  pulumi_oci/jms/get_java_downloads_java_download_reports.py,sha256=y8c9USlKZzdkhsYFa_ZMzxERmvG6l5zreZXvXT6FzHQ,9059
1803
- pulumi_oci/jms/get_java_downloads_java_download_token.py,sha256=pVwdgOJrC8MN-iwfVk5Y-EF2lYOV4Smhka6pmjrJIUY,15084
1802
+ pulumi_oci/jms/get_java_downloads_java_download_token.py,sha256=EijE9YhMaa8hI_9iqej8iv8OoGWKjJICGfbvURZTj3w,14836
1804
1803
  pulumi_oci/jms/get_java_downloads_java_download_tokens.py,sha256=NluFY2UqEtySs_wQNmqSnglJJ1hUjpGWv1LLxdLt4QQ,11696
1805
1804
  pulumi_oci/jms/get_java_downloads_java_license.py,sha256=5bKViZBVwFKNLanIdDhRGuzT2Clu2mI34NHoVjxaw64,4749
1806
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=Uu0QQotUWxkzr9IaoBYT1eFMT3tiYe-2UIpz6Hp1Y-0,12011
1805
+ pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=J_3cO7AJyqDAT8eTiaHhEW5lM74jwQN8gyCS-0R9fww,12009
1807
1806
  pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py,sha256=QzrnlFEEoYb_Pp1ww7gSKRSr5OwWasBhlpJPOe-iAh8,10378
1808
1807
  pulumi_oci/jms/get_java_downloads_java_licenses.py,sha256=mwhdHIDEWkwrmKioIckt_OB-JVIMs04TcbmkvU_CoZo,6279
1809
1808
  pulumi_oci/jms/get_java_families.py,sha256=0DJdHON22Wx50iDwZoobpgVe0kXWyXYiNMXM17-puVU,7384
@@ -1812,10 +1811,10 @@ pulumi_oci/jms/get_java_release.py,sha256=TGBh_TE93AUk0V_4GiPLRGPRECbvmdV3QPV9gg
1812
1811
  pulumi_oci/jms/get_java_releases.py,sha256=HunekKcPNawgZGbPjmvaWEsEQLXVLycAAHposwX7Dks,8799
1813
1812
  pulumi_oci/jms/get_list_jre_usage.py,sha256=Vb7DQQ3fMPkvHZPbSzyT-cuzk-R-by5pANw1AC20QkU,9381
1814
1813
  pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=RU5RPM5qYbomIdN8vdTTaUuENZL9zB5IFIPtp9Aa6zQ,9312
1815
- pulumi_oci/jms/java_downloads_java_download_report.py,sha256=PiiM9-xMPps1HNLj9qtFeltiogLELMXQ5YqTTS6dOkc,37239
1816
- pulumi_oci/jms/java_downloads_java_download_token.py,sha256=vA3skhGaznpOBgNI7udOPsDADUlvlIjhL4HTRXPylXo,45184
1817
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=E3q9eIPRw2mzMmauUQHxAGmILzfGTnS7eQxvs9Rz_zM,30141
1818
- pulumi_oci/jms/outputs.py,sha256=_dD8gMpsc9HdgeIfHv7MzhA_qc5trFXKk5KqlkWcKtE,254561
1814
+ pulumi_oci/jms/java_downloads_java_download_report.py,sha256=lYvvHxlXyDw8_4mK5cHTm4e8mhE1i-72LsNxWDvx-SU,31873
1815
+ pulumi_oci/jms/java_downloads_java_download_token.py,sha256=Gr1k5vxKfZ8hq44DHALt0gbEk-qm0ldKdXQ8Y6hn2jo,43498
1816
+ pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=6qyPW5cBhZoa3VB4rYx6W3y0PlSIaPQn9YRi2-il2QM,28259
1817
+ pulumi_oci/jms/outputs.py,sha256=6gydiXLc1Nt3jc5JbWBZgxPF8pDaob-ny_aBUC0ljDg,252823
1819
1818
  pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
1820
1819
  pulumi_oci/kms/_inputs.py,sha256=iWU-hXIprsQTrZBnUS0rtTyxTDxvGk0T4p73Hw2bZxo,41777
1821
1820
  pulumi_oci/kms/ekms_private_endpoint.py,sha256=0-ShnAaGxsHxTz-MMoDg7EMpQGkCwTcBXkxxn9U5HaQ,33194
@@ -1867,7 +1866,7 @@ pulumi_oci/limits/get_services.py,sha256=ibYVcHKg46zGxuoHMy482Mf8MwoLlQ0ftNkrLRq
1867
1866
  pulumi_oci/limits/outputs.py,sha256=4xzrDTB9kqJN3I3qPzAWee2WjZAhwd7vMZ3oxbx6ZRE,22754
1868
1867
  pulumi_oci/limits/quota.py,sha256=hZrhH9FPlGgGxQzB2ZtX2Ha-7uwepbWhHnCm8mg1dIo,29555
1869
1868
  pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
1870
- pulumi_oci/loadbalancer/_inputs.py,sha256=J6EqBFTtXCAmVRU6kK0T_mr4d1c1iFg7QozgyWVc1a0,139138
1869
+ pulumi_oci/loadbalancer/_inputs.py,sha256=AsKZkVkKa5fyDuWxs4qkMPGc6kuVyEm8OA7wqrXhIPw,139048
1871
1870
  pulumi_oci/loadbalancer/backend.py,sha256=Q54YSbDq1KRKsYdt0EN232HQUS7aWTZa1ctq8p-KV_E,35364
1872
1871
  pulumi_oci/loadbalancer/backend_set.py,sha256=wbUIs8hvr1KCCrXDUsSAgeBVgVUQ2awGoFjKA1D1ZG8,64160
1873
1872
  pulumi_oci/loadbalancer/certificate.py,sha256=vnjWLTNnIaQvpeGFVN40IBjxwN61oFgWdmWpevmHYLI,31966
@@ -1894,7 +1893,7 @@ pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNh
1894
1893
  pulumi_oci/loadbalancer/listener.py,sha256=XTEOCYEnW20W_KBllmGQrnZs-wtgG-PUG3_K5IBsKuI,41617
1895
1894
  pulumi_oci/loadbalancer/load_balancer.py,sha256=R4-s7EadOoJ62pORjilvMAmlqqhWgAnpSmSLqFpDXtY,73103
1896
1895
  pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=d-PwEhjNV--G-679g43Si2-zYl7Xn7D8tKxgze2YI9o,18474
1897
- pulumi_oci/loadbalancer/outputs.py,sha256=ZFoNATiEuGwnv6LuYUXl_Q0FmrDfo0e_0IAXTjpH-nY,263423
1896
+ pulumi_oci/loadbalancer/outputs.py,sha256=FhfbxxkqNs8GlO2b1PZjzUfPd_2DbZV522Oz97CLHi8,263333
1898
1897
  pulumi_oci/loadbalancer/path_route_set.py,sha256=raq1HEOJ03xhUIDtK6pTZSkBkZizwBSGCDplhRcguEY,14909
1899
1898
  pulumi_oci/loadbalancer/rule_set.py,sha256=oQmuSBhLiM2F419trBuAt1SLLjjWI3vNqH4QxaTmW2w,19272
1900
1899
  pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=TB7iW-BpEd9sM2k78vUdESKrerdeN-UkVZK8mK8krW8,18984
@@ -2735,7 +2734,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
2735
2734
  pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
2736
2735
  pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
2737
2736
  pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
2738
- pulumi_oci-1.38.0.dist-info/METADATA,sha256=z02gZmPwGS0XjEIrnIM7TBkEAy8m2usinUFY40jXYkg,3888
2739
- pulumi_oci-1.38.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
2740
- pulumi_oci-1.38.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2741
- pulumi_oci-1.38.0.dist-info/RECORD,,
2737
+ pulumi_oci-1.38.0a1717136770.dist-info/METADATA,sha256=ZxQLVmzQ3fD0jyAETj4xqi4K-imAZ9lEhA4luzsCS54,3899
2738
+ pulumi_oci-1.38.0a1717136770.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
2739
+ pulumi_oci-1.38.0a1717136770.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2740
+ pulumi_oci-1.38.0a1717136770.dist-info/RECORD,,
@@ -1,239 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = ['BdsInstanceOsPatchActionArgs', 'BdsInstanceOsPatchAction']
15
-
16
- @pulumi.input_type
17
- class BdsInstanceOsPatchActionArgs:
18
- def __init__(__self__, *,
19
- bds_instance_id: pulumi.Input[str],
20
- cluster_admin_password: pulumi.Input[str],
21
- os_patch_version: pulumi.Input[str],
22
- patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]] = None):
23
- """
24
- The set of arguments for constructing a BdsInstanceOsPatchAction resource.
25
- """
26
- pulumi.set(__self__, "bds_instance_id", bds_instance_id)
27
- pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
28
- pulumi.set(__self__, "os_patch_version", os_patch_version)
29
- if patching_configs is not None:
30
- pulumi.set(__self__, "patching_configs", patching_configs)
31
-
32
- @property
33
- @pulumi.getter(name="bdsInstanceId")
34
- def bds_instance_id(self) -> pulumi.Input[str]:
35
- return pulumi.get(self, "bds_instance_id")
36
-
37
- @bds_instance_id.setter
38
- def bds_instance_id(self, value: pulumi.Input[str]):
39
- pulumi.set(self, "bds_instance_id", value)
40
-
41
- @property
42
- @pulumi.getter(name="clusterAdminPassword")
43
- def cluster_admin_password(self) -> pulumi.Input[str]:
44
- return pulumi.get(self, "cluster_admin_password")
45
-
46
- @cluster_admin_password.setter
47
- def cluster_admin_password(self, value: pulumi.Input[str]):
48
- pulumi.set(self, "cluster_admin_password", value)
49
-
50
- @property
51
- @pulumi.getter(name="osPatchVersion")
52
- def os_patch_version(self) -> pulumi.Input[str]:
53
- return pulumi.get(self, "os_patch_version")
54
-
55
- @os_patch_version.setter
56
- def os_patch_version(self, value: pulumi.Input[str]):
57
- pulumi.set(self, "os_patch_version", value)
58
-
59
- @property
60
- @pulumi.getter(name="patchingConfigs")
61
- def patching_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]]:
62
- return pulumi.get(self, "patching_configs")
63
-
64
- @patching_configs.setter
65
- def patching_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]]):
66
- pulumi.set(self, "patching_configs", value)
67
-
68
-
69
- @pulumi.input_type
70
- class _BdsInstanceOsPatchActionState:
71
- def __init__(__self__, *,
72
- bds_instance_id: Optional[pulumi.Input[str]] = None,
73
- cluster_admin_password: Optional[pulumi.Input[str]] = None,
74
- os_patch_version: Optional[pulumi.Input[str]] = None,
75
- patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]] = None):
76
- """
77
- Input properties used for looking up and filtering BdsInstanceOsPatchAction resources.
78
- """
79
- if bds_instance_id is not None:
80
- pulumi.set(__self__, "bds_instance_id", bds_instance_id)
81
- if cluster_admin_password is not None:
82
- pulumi.set(__self__, "cluster_admin_password", cluster_admin_password)
83
- if os_patch_version is not None:
84
- pulumi.set(__self__, "os_patch_version", os_patch_version)
85
- if patching_configs is not None:
86
- pulumi.set(__self__, "patching_configs", patching_configs)
87
-
88
- @property
89
- @pulumi.getter(name="bdsInstanceId")
90
- def bds_instance_id(self) -> Optional[pulumi.Input[str]]:
91
- return pulumi.get(self, "bds_instance_id")
92
-
93
- @bds_instance_id.setter
94
- def bds_instance_id(self, value: Optional[pulumi.Input[str]]):
95
- pulumi.set(self, "bds_instance_id", value)
96
-
97
- @property
98
- @pulumi.getter(name="clusterAdminPassword")
99
- def cluster_admin_password(self) -> Optional[pulumi.Input[str]]:
100
- return pulumi.get(self, "cluster_admin_password")
101
-
102
- @cluster_admin_password.setter
103
- def cluster_admin_password(self, value: Optional[pulumi.Input[str]]):
104
- pulumi.set(self, "cluster_admin_password", value)
105
-
106
- @property
107
- @pulumi.getter(name="osPatchVersion")
108
- def os_patch_version(self) -> Optional[pulumi.Input[str]]:
109
- return pulumi.get(self, "os_patch_version")
110
-
111
- @os_patch_version.setter
112
- def os_patch_version(self, value: Optional[pulumi.Input[str]]):
113
- pulumi.set(self, "os_patch_version", value)
114
-
115
- @property
116
- @pulumi.getter(name="patchingConfigs")
117
- def patching_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]]:
118
- return pulumi.get(self, "patching_configs")
119
-
120
- @patching_configs.setter
121
- def patching_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceOsPatchActionPatchingConfigArgs']]]]):
122
- pulumi.set(self, "patching_configs", value)
123
-
124
-
125
- class BdsInstanceOsPatchAction(pulumi.CustomResource):
126
- @overload
127
- def __init__(__self__,
128
- resource_name: str,
129
- opts: Optional[pulumi.ResourceOptions] = None,
130
- bds_instance_id: Optional[pulumi.Input[str]] = None,
131
- cluster_admin_password: Optional[pulumi.Input[str]] = None,
132
- os_patch_version: Optional[pulumi.Input[str]] = None,
133
- patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BdsInstanceOsPatchActionPatchingConfigArgs']]]]] = None,
134
- __props__=None):
135
- """
136
- Create a BdsInstanceOsPatchAction resource with the given unique name, props, and options.
137
- :param str resource_name: The name of the resource.
138
- :param pulumi.ResourceOptions opts: Options for the resource.
139
- """
140
- ...
141
- @overload
142
- def __init__(__self__,
143
- resource_name: str,
144
- args: BdsInstanceOsPatchActionArgs,
145
- opts: Optional[pulumi.ResourceOptions] = None):
146
- """
147
- Create a BdsInstanceOsPatchAction resource with the given unique name, props, and options.
148
- :param str resource_name: The name of the resource.
149
- :param BdsInstanceOsPatchActionArgs args: The arguments to use to populate this resource's properties.
150
- :param pulumi.ResourceOptions opts: Options for the resource.
151
- """
152
- ...
153
- def __init__(__self__, resource_name: str, *args, **kwargs):
154
- resource_args, opts = _utilities.get_resource_args_opts(BdsInstanceOsPatchActionArgs, pulumi.ResourceOptions, *args, **kwargs)
155
- if resource_args is not None:
156
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
157
- else:
158
- __self__._internal_init(resource_name, *args, **kwargs)
159
-
160
- def _internal_init(__self__,
161
- resource_name: str,
162
- opts: Optional[pulumi.ResourceOptions] = None,
163
- bds_instance_id: Optional[pulumi.Input[str]] = None,
164
- cluster_admin_password: Optional[pulumi.Input[str]] = None,
165
- os_patch_version: Optional[pulumi.Input[str]] = None,
166
- patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BdsInstanceOsPatchActionPatchingConfigArgs']]]]] = None,
167
- __props__=None):
168
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
169
- if not isinstance(opts, pulumi.ResourceOptions):
170
- raise TypeError('Expected resource options to be a ResourceOptions instance')
171
- if opts.id is None:
172
- if __props__ is not None:
173
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
174
- __props__ = BdsInstanceOsPatchActionArgs.__new__(BdsInstanceOsPatchActionArgs)
175
-
176
- if bds_instance_id is None and not opts.urn:
177
- raise TypeError("Missing required property 'bds_instance_id'")
178
- __props__.__dict__["bds_instance_id"] = bds_instance_id
179
- if cluster_admin_password is None and not opts.urn:
180
- raise TypeError("Missing required property 'cluster_admin_password'")
181
- __props__.__dict__["cluster_admin_password"] = None if cluster_admin_password is None else pulumi.Output.secret(cluster_admin_password)
182
- if os_patch_version is None and not opts.urn:
183
- raise TypeError("Missing required property 'os_patch_version'")
184
- __props__.__dict__["os_patch_version"] = os_patch_version
185
- __props__.__dict__["patching_configs"] = patching_configs
186
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["clusterAdminPassword"])
187
- opts = pulumi.ResourceOptions.merge(opts, secret_opts)
188
- super(BdsInstanceOsPatchAction, __self__).__init__(
189
- 'oci:BigDataService/bdsInstanceOsPatchAction:BdsInstanceOsPatchAction',
190
- resource_name,
191
- __props__,
192
- opts)
193
-
194
- @staticmethod
195
- def get(resource_name: str,
196
- id: pulumi.Input[str],
197
- opts: Optional[pulumi.ResourceOptions] = None,
198
- bds_instance_id: Optional[pulumi.Input[str]] = None,
199
- cluster_admin_password: Optional[pulumi.Input[str]] = None,
200
- os_patch_version: Optional[pulumi.Input[str]] = None,
201
- patching_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['BdsInstanceOsPatchActionPatchingConfigArgs']]]]] = None) -> 'BdsInstanceOsPatchAction':
202
- """
203
- Get an existing BdsInstanceOsPatchAction resource's state with the given name, id, and optional extra
204
- properties used to qualify the lookup.
205
-
206
- :param str resource_name: The unique name of the resulting resource.
207
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
208
- :param pulumi.ResourceOptions opts: Options for the resource.
209
- """
210
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
211
-
212
- __props__ = _BdsInstanceOsPatchActionState.__new__(_BdsInstanceOsPatchActionState)
213
-
214
- __props__.__dict__["bds_instance_id"] = bds_instance_id
215
- __props__.__dict__["cluster_admin_password"] = cluster_admin_password
216
- __props__.__dict__["os_patch_version"] = os_patch_version
217
- __props__.__dict__["patching_configs"] = patching_configs
218
- return BdsInstanceOsPatchAction(resource_name, opts=opts, __props__=__props__)
219
-
220
- @property
221
- @pulumi.getter(name="bdsInstanceId")
222
- def bds_instance_id(self) -> pulumi.Output[str]:
223
- return pulumi.get(self, "bds_instance_id")
224
-
225
- @property
226
- @pulumi.getter(name="clusterAdminPassword")
227
- def cluster_admin_password(self) -> pulumi.Output[str]:
228
- return pulumi.get(self, "cluster_admin_password")
229
-
230
- @property
231
- @pulumi.getter(name="osPatchVersion")
232
- def os_patch_version(self) -> pulumi.Output[str]:
233
- return pulumi.get(self, "os_patch_version")
234
-
235
- @property
236
- @pulumi.getter(name="patchingConfigs")
237
- def patching_configs(self) -> pulumi.Output[Sequence['outputs.BdsInstanceOsPatchActionPatchingConfig']]:
238
- return pulumi.get(self, "patching_configs")
239
-