pulumi-oci 2.6.0a1722924801__py3-none-any.whl → 2.6.0a1723107075__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +32 -0
- pulumi_oci/bigdataservice/_inputs.py +157 -14
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +257 -30
- pulumi_oci/devops/__init__.py +6 -0
- pulumi_oci/devops/_inputs.py +531 -32
- pulumi_oci/devops/get_build_runs.py +0 -5
- pulumi_oci/devops/get_project_repository_setting.py +129 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +17 -4
- pulumi_oci/devops/get_repository_diffs.py +20 -3
- pulumi_oci/devops/get_repository_protected_branches.py +150 -0
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_repository_setting.py +142 -0
- pulumi_oci/devops/get_triggers.py +0 -5
- pulumi_oci/devops/outputs.py +1216 -180
- pulumi_oci/devops/project_repository_setting.py +338 -0
- pulumi_oci/devops/repository.py +66 -75
- pulumi_oci/devops/repository_protected_branch_management.py +333 -0
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/devops/repository_setting.py +391 -0
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +80 -0
- pulumi_oci/jms/get_agent_installers.py +190 -0
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
- pulumi_oci/jms/get_fleets.py +2 -2
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
- pulumi_oci/jms/get_java_family.py +14 -1
- pulumi_oci/jms/get_jms_plugin.py +313 -0
- pulumi_oci/jms/get_jms_plugins.py +291 -0
- pulumi_oci/jms/jms_plugin.py +731 -0
- pulumi_oci/jms/outputs.py +488 -32
- pulumi_oci/osmanagementhub/get_software_source.py +19 -1
- pulumi_oci/osmanagementhub/software_source.py +82 -0
- pulumi_oci/psql/_inputs.py +8 -4
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +141 -38
- pulumi_oci/psql/db_system.py +53 -55
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +27 -1
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +15 -2
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +176 -13
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/METADATA +1 -1
- {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/RECORD +62 -52
- {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.6.0a1722924801.dist-info → pulumi_oci-2.6.0a1723107075.dist-info}/top_level.txt +0 -0
pulumi_oci/psql/outputs.py
CHANGED
@@ -78,6 +78,8 @@ __all__ = [
|
|
78
78
|
'GetShapesFilterResult',
|
79
79
|
'GetShapesShapeCollectionResult',
|
80
80
|
'GetShapesShapeCollectionItemResult',
|
81
|
+
'GetShapesShapeCollectionItemShapeMemoryOptionResult',
|
82
|
+
'GetShapesShapeCollectionItemShapeOcpuOptionResult',
|
81
83
|
]
|
82
84
|
|
83
85
|
@pulumi.output_type
|
@@ -684,7 +686,9 @@ class DbSystemManagementPolicy(dict):
|
|
684
686
|
maintenance_window_start: Optional[str] = None):
|
685
687
|
"""
|
686
688
|
:param 'DbSystemManagementPolicyBackupPolicyArgs' backup_policy: (Updatable) PostgreSQL database system backup policy.
|
687
|
-
:param str maintenance_window_start: (Updatable) The start of the maintenance window.
|
689
|
+
:param str maintenance_window_start: (Updatable) The start of the maintenance window in UTC.
|
690
|
+
|
691
|
+
This string is of the format: "{day-of-week} {time-of-day}". "{day-of-week}" is a case-insensitive string like "mon", "tue", &c. "{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.
|
688
692
|
"""
|
689
693
|
if backup_policy is not None:
|
690
694
|
pulumi.set(__self__, "backup_policy", backup_policy)
|
@@ -703,7 +707,9 @@ class DbSystemManagementPolicy(dict):
|
|
703
707
|
@pulumi.getter(name="maintenanceWindowStart")
|
704
708
|
def maintenance_window_start(self) -> Optional[str]:
|
705
709
|
"""
|
706
|
-
(Updatable) The start of the maintenance window.
|
710
|
+
(Updatable) The start of the maintenance window in UTC.
|
711
|
+
|
712
|
+
This string is of the format: "{day-of-week} {time-of-day}". "{day-of-week}" is a case-insensitive string like "mon", "tue", &c. "{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.
|
707
713
|
"""
|
708
714
|
return pulumi.get(self, "maintenance_window_start")
|
709
715
|
|
@@ -827,7 +833,7 @@ class DbSystemNetworkDetails(dict):
|
|
827
833
|
primary_db_endpoint_private_ip: Optional[str] = None):
|
828
834
|
"""
|
829
835
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer subnet associated with the database system.
|
830
|
-
:param Sequence[str] nsg_ids: List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
836
|
+
:param Sequence[str] nsg_ids: (Updatable) List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
831
837
|
:param str primary_db_endpoint_private_ip: Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet.
|
832
838
|
"""
|
833
839
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
@@ -848,7 +854,7 @@ class DbSystemNetworkDetails(dict):
|
|
848
854
|
@pulumi.getter(name="nsgIds")
|
849
855
|
def nsg_ids(self) -> Optional[Sequence[str]]:
|
850
856
|
"""
|
851
|
-
List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
857
|
+
(Updatable) List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
852
858
|
"""
|
853
859
|
return pulumi.get(self, "nsg_ids")
|
854
860
|
|
@@ -1161,7 +1167,7 @@ class GetBackupsBackupCollectionItemResult(dict):
|
|
1161
1167
|
:param str source_type: Specifies whether the backup was created manually, or by a management policy.
|
1162
1168
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
1163
1169
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1164
|
-
:param str time_created: The date and time the backup was
|
1170
|
+
:param str time_created: The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
1165
1171
|
:param str time_updated: The date and time the backup was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
1166
1172
|
"""
|
1167
1173
|
pulumi.set(__self__, "backup_size", backup_size)
|
@@ -1315,7 +1321,7 @@ class GetBackupsBackupCollectionItemResult(dict):
|
|
1315
1321
|
@pulumi.getter(name="timeCreated")
|
1316
1322
|
def time_created(self) -> str:
|
1317
1323
|
"""
|
1318
|
-
The date and time the backup was
|
1324
|
+
The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
1319
1325
|
"""
|
1320
1326
|
return pulumi.get(self, "time_created")
|
1321
1327
|
|
@@ -1566,6 +1572,7 @@ class GetConfigurationsConfigurationCollectionResult(dict):
|
|
1566
1572
|
class GetConfigurationsConfigurationCollectionItemResult(dict):
|
1567
1573
|
def __init__(__self__, *,
|
1568
1574
|
compartment_id: str,
|
1575
|
+
config_type: str,
|
1569
1576
|
configuration_details: Sequence['outputs.GetConfigurationsConfigurationCollectionItemConfigurationDetailResult'],
|
1570
1577
|
db_configuration_overrides: Sequence['outputs.GetConfigurationsConfigurationCollectionItemDbConfigurationOverrideResult'],
|
1571
1578
|
db_version: str,
|
@@ -1576,6 +1583,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1576
1583
|
id: str,
|
1577
1584
|
instance_memory_size_in_gbs: int,
|
1578
1585
|
instance_ocpu_count: int,
|
1586
|
+
is_flexible: bool,
|
1579
1587
|
lifecycle_details: str,
|
1580
1588
|
shape: str,
|
1581
1589
|
state: str,
|
@@ -1583,8 +1591,9 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1583
1591
|
time_created: str):
|
1584
1592
|
"""
|
1585
1593
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
1594
|
+
:param str config_type: The type of configuration. Either user-created or a default configuration.
|
1586
1595
|
:param Sequence['GetConfigurationsConfigurationCollectionItemConfigurationDetailArgs'] configuration_details: List of configuration details.
|
1587
|
-
:param str db_version:
|
1596
|
+
:param str db_version: Version of the PostgreSQL database, such as 14.9.
|
1588
1597
|
:param 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"}`
|
1589
1598
|
:param str description: A description for the configuration.
|
1590
1599
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
@@ -1592,6 +1601,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1592
1601
|
:param str id: A unique identifier for the configuration. Immutable on creation.
|
1593
1602
|
:param int instance_memory_size_in_gbs: Memory size in gigabytes with 1GB increment.
|
1594
1603
|
:param int instance_ocpu_count: CPU core count.
|
1604
|
+
:param bool is_flexible: Whether the configuration supports flexible shapes.
|
1595
1605
|
:param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
1596
1606
|
:param str shape: The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
|
1597
1607
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
@@ -1599,6 +1609,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1599
1609
|
:param str time_created: The date and time that the configuration was created, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
1600
1610
|
"""
|
1601
1611
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1612
|
+
pulumi.set(__self__, "config_type", config_type)
|
1602
1613
|
pulumi.set(__self__, "configuration_details", configuration_details)
|
1603
1614
|
pulumi.set(__self__, "db_configuration_overrides", db_configuration_overrides)
|
1604
1615
|
pulumi.set(__self__, "db_version", db_version)
|
@@ -1609,6 +1620,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1609
1620
|
pulumi.set(__self__, "id", id)
|
1610
1621
|
pulumi.set(__self__, "instance_memory_size_in_gbs", instance_memory_size_in_gbs)
|
1611
1622
|
pulumi.set(__self__, "instance_ocpu_count", instance_ocpu_count)
|
1623
|
+
pulumi.set(__self__, "is_flexible", is_flexible)
|
1612
1624
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1613
1625
|
pulumi.set(__self__, "shape", shape)
|
1614
1626
|
pulumi.set(__self__, "state", state)
|
@@ -1623,6 +1635,14 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1623
1635
|
"""
|
1624
1636
|
return pulumi.get(self, "compartment_id")
|
1625
1637
|
|
1638
|
+
@property
|
1639
|
+
@pulumi.getter(name="configType")
|
1640
|
+
def config_type(self) -> str:
|
1641
|
+
"""
|
1642
|
+
The type of configuration. Either user-created or a default configuration.
|
1643
|
+
"""
|
1644
|
+
return pulumi.get(self, "config_type")
|
1645
|
+
|
1626
1646
|
@property
|
1627
1647
|
@pulumi.getter(name="configurationDetails")
|
1628
1648
|
def configuration_details(self) -> Sequence['outputs.GetConfigurationsConfigurationCollectionItemConfigurationDetailResult']:
|
@@ -1640,7 +1660,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1640
1660
|
@pulumi.getter(name="dbVersion")
|
1641
1661
|
def db_version(self) -> str:
|
1642
1662
|
"""
|
1643
|
-
|
1663
|
+
Version of the PostgreSQL database, such as 14.9.
|
1644
1664
|
"""
|
1645
1665
|
return pulumi.get(self, "db_version")
|
1646
1666
|
|
@@ -1700,6 +1720,14 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
|
|
1700
1720
|
"""
|
1701
1721
|
return pulumi.get(self, "instance_ocpu_count")
|
1702
1722
|
|
1723
|
+
@property
|
1724
|
+
@pulumi.getter(name="isFlexible")
|
1725
|
+
def is_flexible(self) -> bool:
|
1726
|
+
"""
|
1727
|
+
Whether the configuration supports flexible shapes.
|
1728
|
+
"""
|
1729
|
+
return pulumi.get(self, "is_flexible")
|
1730
|
+
|
1703
1731
|
@property
|
1704
1732
|
@pulumi.getter(name="lifecycleDetails")
|
1705
1733
|
def lifecycle_details(self) -> str:
|
@@ -3409,18 +3437,20 @@ class GetDefaultConfigurationsDefaultConfigurationCollectionItemResult(dict):
|
|
3409
3437
|
id: str,
|
3410
3438
|
instance_memory_size_in_gbs: int,
|
3411
3439
|
instance_ocpu_count: int,
|
3440
|
+
is_flexible: bool,
|
3412
3441
|
lifecycle_details: str,
|
3413
3442
|
shape: str,
|
3414
3443
|
state: str,
|
3415
3444
|
time_created: str):
|
3416
3445
|
"""
|
3417
3446
|
:param Sequence['GetDefaultConfigurationsDefaultConfigurationCollectionItemConfigurationDetailArgs'] configuration_details: List of default configuration values for databases.
|
3418
|
-
:param str db_version:
|
3447
|
+
:param str db_version: Version of the PostgreSQL database, such as 14.9.
|
3419
3448
|
:param str description: A description for the configuration.
|
3420
3449
|
:param str display_name: A filter to return only resources that match the entire display name given.
|
3421
3450
|
:param str id: A unique identifier for the configuration.
|
3422
3451
|
:param int instance_memory_size_in_gbs: Memory size in gigabytes with 1GB increment.
|
3423
|
-
:param int instance_ocpu_count: CPU core count.
|
3452
|
+
:param int instance_ocpu_count: CPU core count.
|
3453
|
+
:param bool is_flexible: True if the configuration supports flexible shapes, false otherwise.
|
3424
3454
|
:param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
3425
3455
|
:param str shape: The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
|
3426
3456
|
:param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
|
@@ -3433,6 +3463,7 @@ class GetDefaultConfigurationsDefaultConfigurationCollectionItemResult(dict):
|
|
3433
3463
|
pulumi.set(__self__, "id", id)
|
3434
3464
|
pulumi.set(__self__, "instance_memory_size_in_gbs", instance_memory_size_in_gbs)
|
3435
3465
|
pulumi.set(__self__, "instance_ocpu_count", instance_ocpu_count)
|
3466
|
+
pulumi.set(__self__, "is_flexible", is_flexible)
|
3436
3467
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
3437
3468
|
pulumi.set(__self__, "shape", shape)
|
3438
3469
|
pulumi.set(__self__, "state", state)
|
@@ -3450,7 +3481,7 @@ class GetDefaultConfigurationsDefaultConfigurationCollectionItemResult(dict):
|
|
3450
3481
|
@pulumi.getter(name="dbVersion")
|
3451
3482
|
def db_version(self) -> str:
|
3452
3483
|
"""
|
3453
|
-
|
3484
|
+
Version of the PostgreSQL database, such as 14.9.
|
3454
3485
|
"""
|
3455
3486
|
return pulumi.get(self, "db_version")
|
3456
3487
|
|
@@ -3490,10 +3521,18 @@ class GetDefaultConfigurationsDefaultConfigurationCollectionItemResult(dict):
|
|
3490
3521
|
@pulumi.getter(name="instanceOcpuCount")
|
3491
3522
|
def instance_ocpu_count(self) -> int:
|
3492
3523
|
"""
|
3493
|
-
CPU core count.
|
3524
|
+
CPU core count.
|
3494
3525
|
"""
|
3495
3526
|
return pulumi.get(self, "instance_ocpu_count")
|
3496
3527
|
|
3528
|
+
@property
|
3529
|
+
@pulumi.getter(name="isFlexible")
|
3530
|
+
def is_flexible(self) -> bool:
|
3531
|
+
"""
|
3532
|
+
True if the configuration supports flexible shapes, false otherwise.
|
3533
|
+
"""
|
3534
|
+
return pulumi.get(self, "is_flexible")
|
3535
|
+
|
3497
3536
|
@property
|
3498
3537
|
@pulumi.getter(name="lifecycleDetails")
|
3499
3538
|
def lifecycle_details(self) -> str:
|
@@ -3705,19 +3744,28 @@ class GetShapesShapeCollectionResult(dict):
|
|
3705
3744
|
class GetShapesShapeCollectionItemResult(dict):
|
3706
3745
|
def __init__(__self__, *,
|
3707
3746
|
id: str,
|
3747
|
+
is_flexible: bool,
|
3708
3748
|
memory_size_in_gbs: int,
|
3709
3749
|
ocpu_count: int,
|
3710
|
-
shape: str
|
3750
|
+
shape: str,
|
3751
|
+
shape_memory_options: Sequence['outputs.GetShapesShapeCollectionItemShapeMemoryOptionResult'],
|
3752
|
+
shape_ocpu_options: Sequence['outputs.GetShapesShapeCollectionItemShapeOcpuOptionResult']):
|
3711
3753
|
"""
|
3712
3754
|
:param str id: A filter to return the feature by the shape name.
|
3755
|
+
:param bool is_flexible: Indicates if the shape is a flex shape.
|
3713
3756
|
:param int memory_size_in_gbs: The amount of memory in gigabytes.
|
3714
3757
|
:param int ocpu_count: The number of OCPUs.
|
3715
3758
|
:param str shape: The name of the Compute VM shape. Example: `VM.Standard.E4.Flex`
|
3759
|
+
:param Sequence['GetShapesShapeCollectionItemShapeMemoryOptionArgs'] shape_memory_options: Options for the the shape memory
|
3760
|
+
:param Sequence['GetShapesShapeCollectionItemShapeOcpuOptionArgs'] shape_ocpu_options: Options for the the shape OCPU
|
3716
3761
|
"""
|
3717
3762
|
pulumi.set(__self__, "id", id)
|
3763
|
+
pulumi.set(__self__, "is_flexible", is_flexible)
|
3718
3764
|
pulumi.set(__self__, "memory_size_in_gbs", memory_size_in_gbs)
|
3719
3765
|
pulumi.set(__self__, "ocpu_count", ocpu_count)
|
3720
3766
|
pulumi.set(__self__, "shape", shape)
|
3767
|
+
pulumi.set(__self__, "shape_memory_options", shape_memory_options)
|
3768
|
+
pulumi.set(__self__, "shape_ocpu_options", shape_ocpu_options)
|
3721
3769
|
|
3722
3770
|
@property
|
3723
3771
|
@pulumi.getter
|
@@ -3727,6 +3775,14 @@ class GetShapesShapeCollectionItemResult(dict):
|
|
3727
3775
|
"""
|
3728
3776
|
return pulumi.get(self, "id")
|
3729
3777
|
|
3778
|
+
@property
|
3779
|
+
@pulumi.getter(name="isFlexible")
|
3780
|
+
def is_flexible(self) -> bool:
|
3781
|
+
"""
|
3782
|
+
Indicates if the shape is a flex shape.
|
3783
|
+
"""
|
3784
|
+
return pulumi.get(self, "is_flexible")
|
3785
|
+
|
3730
3786
|
@property
|
3731
3787
|
@pulumi.getter(name="memorySizeInGbs")
|
3732
3788
|
def memory_size_in_gbs(self) -> int:
|
@@ -3751,4 +3807,111 @@ class GetShapesShapeCollectionItemResult(dict):
|
|
3751
3807
|
"""
|
3752
3808
|
return pulumi.get(self, "shape")
|
3753
3809
|
|
3810
|
+
@property
|
3811
|
+
@pulumi.getter(name="shapeMemoryOptions")
|
3812
|
+
def shape_memory_options(self) -> Sequence['outputs.GetShapesShapeCollectionItemShapeMemoryOptionResult']:
|
3813
|
+
"""
|
3814
|
+
Options for the the shape memory
|
3815
|
+
"""
|
3816
|
+
return pulumi.get(self, "shape_memory_options")
|
3817
|
+
|
3818
|
+
@property
|
3819
|
+
@pulumi.getter(name="shapeOcpuOptions")
|
3820
|
+
def shape_ocpu_options(self) -> Sequence['outputs.GetShapesShapeCollectionItemShapeOcpuOptionResult']:
|
3821
|
+
"""
|
3822
|
+
Options for the the shape OCPU
|
3823
|
+
"""
|
3824
|
+
return pulumi.get(self, "shape_ocpu_options")
|
3825
|
+
|
3826
|
+
|
3827
|
+
@pulumi.output_type
|
3828
|
+
class GetShapesShapeCollectionItemShapeMemoryOptionResult(dict):
|
3829
|
+
def __init__(__self__, *,
|
3830
|
+
default_per_ocpu_in_gbs: int,
|
3831
|
+
max_in_gbs: int,
|
3832
|
+
max_per_ocpu_in_gbs: int,
|
3833
|
+
min_in_gbs: int,
|
3834
|
+
min_per_ocpu_in_gbs: int):
|
3835
|
+
"""
|
3836
|
+
:param int default_per_ocpu_in_gbs: Default per OCPU configuration in GBs
|
3837
|
+
:param int max_in_gbs: Maximum Memory configuration in GBs
|
3838
|
+
:param int max_per_ocpu_in_gbs: Maximum Memory configuration per OCPU in GBs
|
3839
|
+
:param int min_in_gbs: Minimum Memory configuration in GBs
|
3840
|
+
:param int min_per_ocpu_in_gbs: Minimum Memory configuration per OCPU in GBs
|
3841
|
+
"""
|
3842
|
+
pulumi.set(__self__, "default_per_ocpu_in_gbs", default_per_ocpu_in_gbs)
|
3843
|
+
pulumi.set(__self__, "max_in_gbs", max_in_gbs)
|
3844
|
+
pulumi.set(__self__, "max_per_ocpu_in_gbs", max_per_ocpu_in_gbs)
|
3845
|
+
pulumi.set(__self__, "min_in_gbs", min_in_gbs)
|
3846
|
+
pulumi.set(__self__, "min_per_ocpu_in_gbs", min_per_ocpu_in_gbs)
|
3847
|
+
|
3848
|
+
@property
|
3849
|
+
@pulumi.getter(name="defaultPerOcpuInGbs")
|
3850
|
+
def default_per_ocpu_in_gbs(self) -> int:
|
3851
|
+
"""
|
3852
|
+
Default per OCPU configuration in GBs
|
3853
|
+
"""
|
3854
|
+
return pulumi.get(self, "default_per_ocpu_in_gbs")
|
3855
|
+
|
3856
|
+
@property
|
3857
|
+
@pulumi.getter(name="maxInGbs")
|
3858
|
+
def max_in_gbs(self) -> int:
|
3859
|
+
"""
|
3860
|
+
Maximum Memory configuration in GBs
|
3861
|
+
"""
|
3862
|
+
return pulumi.get(self, "max_in_gbs")
|
3863
|
+
|
3864
|
+
@property
|
3865
|
+
@pulumi.getter(name="maxPerOcpuInGbs")
|
3866
|
+
def max_per_ocpu_in_gbs(self) -> int:
|
3867
|
+
"""
|
3868
|
+
Maximum Memory configuration per OCPU in GBs
|
3869
|
+
"""
|
3870
|
+
return pulumi.get(self, "max_per_ocpu_in_gbs")
|
3871
|
+
|
3872
|
+
@property
|
3873
|
+
@pulumi.getter(name="minInGbs")
|
3874
|
+
def min_in_gbs(self) -> int:
|
3875
|
+
"""
|
3876
|
+
Minimum Memory configuration in GBs
|
3877
|
+
"""
|
3878
|
+
return pulumi.get(self, "min_in_gbs")
|
3879
|
+
|
3880
|
+
@property
|
3881
|
+
@pulumi.getter(name="minPerOcpuInGbs")
|
3882
|
+
def min_per_ocpu_in_gbs(self) -> int:
|
3883
|
+
"""
|
3884
|
+
Minimum Memory configuration per OCPU in GBs
|
3885
|
+
"""
|
3886
|
+
return pulumi.get(self, "min_per_ocpu_in_gbs")
|
3887
|
+
|
3888
|
+
|
3889
|
+
@pulumi.output_type
|
3890
|
+
class GetShapesShapeCollectionItemShapeOcpuOptionResult(dict):
|
3891
|
+
def __init__(__self__, *,
|
3892
|
+
max: int,
|
3893
|
+
min: int):
|
3894
|
+
"""
|
3895
|
+
:param int max: Maximum OCPU configuration
|
3896
|
+
:param int min: Minimum OCPU configuration
|
3897
|
+
"""
|
3898
|
+
pulumi.set(__self__, "max", max)
|
3899
|
+
pulumi.set(__self__, "min", min)
|
3900
|
+
|
3901
|
+
@property
|
3902
|
+
@pulumi.getter
|
3903
|
+
def max(self) -> int:
|
3904
|
+
"""
|
3905
|
+
Maximum OCPU configuration
|
3906
|
+
"""
|
3907
|
+
return pulumi.get(self, "max")
|
3908
|
+
|
3909
|
+
@property
|
3910
|
+
@pulumi.getter
|
3911
|
+
def min(self) -> int:
|
3912
|
+
"""
|
3913
|
+
Minimum OCPU configuration
|
3914
|
+
"""
|
3915
|
+
return pulumi.get(self, "min")
|
3916
|
+
|
3754
3917
|
|
pulumi_oci/pulumi-plugin.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=NC9rYGSRyw4TXHFYbXIynDoa4PMNrFjO8f7y6kn1eE4,162046
|
2
2
|
pulumi_oci/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=bdhLRTr4L3a9a_5kwu5o8qA4DXYm0dQpY-adAiZJ7Js,79
|
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
|
@@ -204,17 +204,17 @@ pulumi_oci/bastion/get_sessions.py,sha256=eII6RBQZh_-ZOr8NMEVRqlZ3urFQ1pEptU5jw8
|
|
204
204
|
pulumi_oci/bastion/outputs.py,sha256=FpuoZdFmTFuQ8nozQ2VVH72zS8EOh_5P8rTPCvcFeZU,37588
|
205
205
|
pulumi_oci/bastion/session.py,sha256=p2dWb88uvbIq7-UvUI5y2wFG6zD1Oqm4IA8Xik1c2Qk,31873
|
206
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=cfK9F0bg8e4EWvHKVfGmcZLVDxJui2Updr0sYM5b0QM,1142
|
207
|
-
pulumi_oci/bigdataservice/_inputs.py,sha256=-
|
207
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=-LG7JUChWr3AQO7UIOmlLS742TvcJFsv-NaVQDZ2wVg,145354
|
208
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=a7tEks44Sn6NgVHIktjKVAxkuS49CoxzN2Hq32uegAQ,40510
|
209
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=DilvLqJ6iC_EaR0ytNsJatWd2Eh6n9p3qrr2sWqr_L8,86527
|
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
213
|
pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=cO4U5IiTSho7XaAlnMdhkcZFjpKqMD_eGKUXiKJcBKw,11417
|
214
|
-
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=
|
214
|
+
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=pq_KSIEgdzGvacmIm8vXYmSBQvRaO_Ybm-4HhgsHedw,17601
|
215
215
|
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=60WLewCGPq1XWI40FFmIOxitrA8tvJXUdxaR6SCaIQM,10285
|
216
216
|
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=-SE7dG2bDIxHj5FqGhKCcv__ktsIq57dv1EvpD-GnPY,6434
|
217
|
-
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=
|
217
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=snLnrrD6KUHXv-0rsf0MC8GqHVjX0rR6A8qDYkZA5kA,25099
|
218
218
|
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=LEDRianHY7EeOq_sqfvswTU2cQ7xGAxY17IkX_d6WUs,9171
|
219
219
|
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=gIHuDOEtxLGwqXWtM3YoBgKnpH8euF-X0QegfA5dpdg,7201
|
220
220
|
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=Cu5EUOXKEWTu4GDX3v5rfpQOtF2m9lFGRqSUsgc44Sc,8713
|
@@ -224,7 +224,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7RUO8omYF
|
|
224
224
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=PgLcnXG-YaZyUbW2xDy5gtRw_7eMWka5_npQi2F1fIg,8019
|
225
225
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=CrhGR1zM2zzHfcBLiov1WnW3qb9ZO7KmrQNTehHCjug,4813
|
226
226
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=BBJKNo5mVAU37UAU1hrafmLetxmT64bFGKz1phiwB0Y,6540
|
227
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
227
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=ARg_lc6RbwWifJVwQDhhv3rZ9tTFAfx7A6g0x1A_7OM,331763
|
228
228
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
229
229
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
230
230
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=P9SFc4lDHJ8PTGIeDNvNid8mFnZJ2Ul2dWmc1cHsAfA,62329
|
@@ -1306,8 +1306,8 @@ pulumi_oci/demandsignal/get_occ_demand_signal.py,sha256=-wzuarx-kuvbMlFx_arh-N3g
|
|
1306
1306
|
pulumi_oci/demandsignal/get_occ_demand_signals.py,sha256=-gInWCdq7jreofBAyEfyMH9_miDUXX90yWnwKXXlhNc,7976
|
1307
1307
|
pulumi_oci/demandsignal/occ_demand_signal.py,sha256=HK8OoRTb3_AYaslAcyvL_1l7fc8Pu4OVYlqshXPAiMk,34584
|
1308
1308
|
pulumi_oci/demandsignal/outputs.py,sha256=M5VbNg2AwebUCthffrYn4gunn8RapUt-x27zD9fh6Jw,25011
|
1309
|
-
pulumi_oci/devops/__init__.py,sha256=
|
1310
|
-
pulumi_oci/devops/_inputs.py,sha256=
|
1309
|
+
pulumi_oci/devops/__init__.py,sha256=ogod3Nh4yEX5W_vhC8lVlVH9Tp8gPp6WkEFiEHRmndU,2458
|
1310
|
+
pulumi_oci/devops/_inputs.py,sha256=qFREz2lFsWWVFY4RxpKT-Y-Xz3dE6kf1FeVUbAlFyOc,220912
|
1311
1311
|
pulumi_oci/devops/build_pipeline.py,sha256=5LJq9_kVPuDRAa-EPcEydxUx3gYkzhds897ZtmOHH0w,33524
|
1312
1312
|
pulumi_oci/devops/build_pipeline_stage.py,sha256=UtLYXjFjIYfReid8q7y-zlMPedNKwQyAgQgunfJuBdQ,74663
|
1313
1313
|
pulumi_oci/devops/build_run.py,sha256=55FhiQdPzvG1dP_rO89nsqid3oHfWUb3lz73suZ3HIk,39511
|
@@ -1322,7 +1322,7 @@ pulumi_oci/devops/get_build_pipeline_stage.py,sha256=7e2SZ0LE7BIKKwAssZUdhfT7Jc-
|
|
1322
1322
|
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=FclW0yS0saSztFFPdmq04ymZQWkSx4BHOMfnvrmJ4Qs,8840
|
1323
1323
|
pulumi_oci/devops/get_build_pipelines.py,sha256=we0C23pJbXkKnpDfLAlmtsVUH1jYxMOQ_oLHiJv-cUI,8292
|
1324
1324
|
pulumi_oci/devops/get_build_run.py,sha256=ZqPmR8p2EHPlTv_3hI4pvvX49McdUIG5d0M1s3PBOwg,13285
|
1325
|
-
pulumi_oci/devops/get_build_runs.py,sha256=
|
1325
|
+
pulumi_oci/devops/get_build_runs.py,sha256=VksFUwHIgIIJm95RZ8z44LPZwuHP1grD9wRBwkISpjs,9135
|
1326
1326
|
pulumi_oci/devops/get_connection.py,sha256=BrdxiDIL1kXtbugGt0tXEKZ5HutUJUTAJhThCiYuEDE,13530
|
1327
1327
|
pulumi_oci/devops/get_connections.py,sha256=v5YeDdQy5OUPI4YL_Z6Is66desgXGmRF7WOf4U40iBo,9104
|
1328
1328
|
pulumi_oci/devops/get_deploy_artifact.py,sha256=dTfHap-wxfdxuj-usIL_jose5MVwAD6jDp1DWpv-BYg,12419
|
@@ -1336,17 +1336,18 @@ pulumi_oci/devops/get_deploy_stages.py,sha256=h1M7tEtYWyYI1G0TlWNkapQv7q5R98CUuN
|
|
1336
1336
|
pulumi_oci/devops/get_deployment.py,sha256=WXnvgapHEoKTDVl5PNmpAV48egHWxTnF74G_xbKHlxI,17449
|
1337
1337
|
pulumi_oci/devops/get_deployments.py,sha256=HtNMFmhpiJ5VSM4X19EiFnCkHa4TPjRhV4h3HXtXjY0,12822
|
1338
1338
|
pulumi_oci/devops/get_project.py,sha256=XY9Sux24ZKRpWSJRP_La0X4g1LolRaYVtjcw-_hyfQ4,10283
|
1339
|
+
pulumi_oci/devops/get_project_repository_setting.py,sha256=WJ3UkTF0Wnlw9zZh39pR1vZ2VxnabQhd63feJgX6aUk,4893
|
1339
1340
|
pulumi_oci/devops/get_projects.py,sha256=OgKf21zH6SP3C9vxKIvD63tEMg9yD09JaGV6AxIOdD0,6658
|
1340
1341
|
pulumi_oci/devops/get_repo_file_line.py,sha256=Sl_z2e3_wUkk4X7B-qFjWSXUI-vD1WU1H0dT_zOGU70,6573
|
1341
|
-
pulumi_oci/devops/get_repositories.py,sha256=
|
1342
|
-
pulumi_oci/devops/get_repository.py,sha256=
|
1342
|
+
pulumi_oci/devops/get_repositories.py,sha256=EJ6s8U-rA10G04seiG8GZKbwLffT5oTp45AbGyMpHeE,8467
|
1343
|
+
pulumi_oci/devops/get_repository.py,sha256=G5zE85cAhy4bOqVZPnmE6Yil1C-RPCbckn0zaGjtLW8,18053
|
1343
1344
|
pulumi_oci/devops/get_repository_archive_content.py,sha256=ps1pJ3gNStGZR8S-ik4cFHit4deEWGcFCPqakrP0Xeo,5434
|
1344
1345
|
pulumi_oci/devops/get_repository_author.py,sha256=rCMOynCvxwVExgaUN1fN95gyKtk-MBBFoc5aXx6ClrE,4780
|
1345
1346
|
pulumi_oci/devops/get_repository_authors.py,sha256=MbWXAM9Xv2a9n7t4BoWk3NJzDZaVmZp3ureXDrKnl_s,5884
|
1346
1347
|
pulumi_oci/devops/get_repository_commit.py,sha256=VxKGdfbS8tSVSpm1ZPHCEoTFqt9gKQR7XclBNVjersw,8654
|
1347
1348
|
pulumi_oci/devops/get_repository_commits.py,sha256=XfeCobYBrap3ZdMWuZX2IaYzqIECPcPR4iQL78OxsuM,12795
|
1348
1349
|
pulumi_oci/devops/get_repository_diff.py,sha256=7tm11bcI2uPXsuUyChAaDmQer9AsnlvexHAuB81swZE,11805
|
1349
|
-
pulumi_oci/devops/get_repository_diffs.py,sha256=
|
1350
|
+
pulumi_oci/devops/get_repository_diffs.py,sha256=39VxJSlyOoKZaNuhO_2Kd-dr4pKsE7Lih56X-QpOGag,9177
|
1350
1351
|
pulumi_oci/devops/get_repository_file_diff.py,sha256=NPnV66Zf6qafq57ZjYW3WJABUzkvnht6nIf8FFRqW3k,11716
|
1351
1352
|
pulumi_oci/devops/get_repository_file_line.py,sha256=-jVev_QhWbNARP6TCeYNt2PG2_RePFe5E9t6qYydbN8,7147
|
1352
1353
|
pulumi_oci/devops/get_repository_mirror_record.py,sha256=JR2VEXAJw8jfeAdXOgcHvejmDfl5-LhC3hbTEGJOdQ0,7868
|
@@ -1355,15 +1356,20 @@ pulumi_oci/devops/get_repository_object.py,sha256=evJc0QB-FxNPeKrtwdJxwgqnMHmev2
|
|
1355
1356
|
pulumi_oci/devops/get_repository_object_content.py,sha256=Mwrpi665WNQ0e2MzP_vn_YF0r2cYElaVRUTAa1j97w4,5241
|
1356
1357
|
pulumi_oci/devops/get_repository_path.py,sha256=WUcypjlKGTPcxXAgK7ql3LzOwpqji-V0W3hKPxCQ27c,8326
|
1357
1358
|
pulumi_oci/devops/get_repository_paths.py,sha256=FkSk_hvzsX7VhKkzVTqRqcgE1a354IuBmOvPVDjh-Pg,9355
|
1358
|
-
pulumi_oci/devops/
|
1359
|
+
pulumi_oci/devops/get_repository_protected_branches.py,sha256=DVANK3nhOHi7n1beuVc8A5TZzw0qtzF9ppgDFLMzE8k,6141
|
1360
|
+
pulumi_oci/devops/get_repository_ref.py,sha256=wfqKxHHKNC-ICIrGRv4KGSjnC-7lvD214VL-SEIqtSE,8447
|
1359
1361
|
pulumi_oci/devops/get_repository_refs.py,sha256=v9dAIbthx5n850-sO-vtY3PfYQQAdPJlIN9uPwPNcG8,7751
|
1362
|
+
pulumi_oci/devops/get_repository_setting.py,sha256=WAJX65OA9KKVty_gpohsLOU6DRW1TUx72lFsxSKdOmA,5344
|
1360
1363
|
pulumi_oci/devops/get_trigger.py,sha256=7eyd0XDN_1r-o1qXX0OXaW4TDlL20jVBsBqqcqoi-p0,12430
|
1361
|
-
pulumi_oci/devops/get_triggers.py,sha256=
|
1362
|
-
pulumi_oci/devops/outputs.py,sha256=
|
1364
|
+
pulumi_oci/devops/get_triggers.py,sha256=Ojso77j8YPasp7qPD7cZXIrTN2c-zCkzra6v4nAvy_U,7740
|
1365
|
+
pulumi_oci/devops/outputs.py,sha256=vKMa9oi7igLCVoZzO9sW7_mwFK_go-cXbmZk8aD5g94,673394
|
1363
1366
|
pulumi_oci/devops/project.py,sha256=wMhUDbIzzRurBL91i2cY4-Z1odtNGVZs0fFk8iSFLYU,29509
|
1364
|
-
pulumi_oci/devops/
|
1367
|
+
pulumi_oci/devops/project_repository_setting.py,sha256=jPHCLif5UkHZXGIz0LsuU9JFRA4pPhDb7p34ablBR_E,16991
|
1368
|
+
pulumi_oci/devops/repository.py,sha256=MJyGYeVfenLFkCHhf5noVnTHb94hbD0b4fmsCFw-aCY,47779
|
1365
1369
|
pulumi_oci/devops/repository_mirror.py,sha256=QiQiMDfwrcw1AyH73YNWqNBoL_XPoSdQRMAB4IpTSd4,8362
|
1366
|
-
pulumi_oci/devops/
|
1370
|
+
pulumi_oci/devops/repository_protected_branch_management.py,sha256=lpgkhVNt-5t7DjwqUcCXSipg0wKhzRQ_gth-A67hzMQ,15399
|
1371
|
+
pulumi_oci/devops/repository_ref.py,sha256=T8OYhTOVQqJyoQZcsmseKSbcldhJaj1MrjCCjNyEYkU,22270
|
1372
|
+
pulumi_oci/devops/repository_setting.py,sha256=07L0ios5jNoAjO19k3OY50CbpRqQnJRTKScGmsFh2Z0,19591
|
1367
1373
|
pulumi_oci/devops/trigger.py,sha256=gdDC_uqNqkMaXHqAadUe5tzKM6BdkwxcB4lOmBq31X0,41090
|
1368
1374
|
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1369
1375
|
pulumi_oci/disasterrecovery/_inputs.py,sha256=-ueymP2987X6FU6h_2b_Wfj5kD5LYTCLAx4UOVLzThk,89558
|
@@ -1808,48 +1814,52 @@ pulumi_oci/integration/get_integration_instances.py,sha256=Fy5WxnRXbsry8IudiJqxF
|
|
1808
1814
|
pulumi_oci/integration/integration_instance.py,sha256=F8jrJsspeGQKVhuTL8jA7AtQQT2ose64NdSAWtK6xjU,68169
|
1809
1815
|
pulumi_oci/integration/outputs.py,sha256=ddnVUjjARWsvot7EEyXi38F00edqUQ6M91rCQiZfNiM,68079
|
1810
1816
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1811
|
-
pulumi_oci/jms/__init__.py,sha256=
|
1812
|
-
pulumi_oci/jms/_inputs.py,sha256
|
1817
|
+
pulumi_oci/jms/__init__.py,sha256=tackEXftWMCfQTmbuWrk2nYrBNMPJFgYbWxPTO6jr2Q,2213
|
1818
|
+
pulumi_oci/jms/_inputs.py,sha256=-VgaHP-kSshWX4LPnxV3t6Xm6D84O_hxRDEmvq3j3w8,64132
|
1813
1819
|
pulumi_oci/jms/fleet.py,sha256=RravDNGQLslzMwU81ygcJmr9o1g_FjKMxUY1oZKYOyo,46696
|
1814
1820
|
pulumi_oci/jms/fleet_advanced_feature_configuration.py,sha256=jMzr527INVX0VSEiF5TkyiE0vKCMXaivwmXMZeGaayI,43413
|
1821
|
+
pulumi_oci/jms/get_agent_installers.py,sha256=4UFcy1Vuu2Ukc-M81YKcgvNawI2Avt71R1T0Mj-h_b8,8064
|
1815
1822
|
pulumi_oci/jms/get_announcements.py,sha256=YlDB9gPmQa1xV-wGk5wrMkb6gBKlf-hXuAPYa1JF0e8,7006
|
1816
1823
|
pulumi_oci/jms/get_fleet.py,sha256=i4MMG5Zhc3JbJ3kB-oLtH9DbBo9ukEzIEct-R4RVRyg,15565
|
1817
1824
|
pulumi_oci/jms/get_fleet_advanced_feature_configuration.py,sha256=vEqpWC9H_dPIZhe-ZDzOZW51axtivlceQ2rUvPSTyIc,9995
|
1818
|
-
pulumi_oci/jms/get_fleet_blocklists.py,sha256=
|
1819
|
-
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=
|
1820
|
-
pulumi_oci/jms/get_fleet_crypto_analysis_results.py,sha256=
|
1825
|
+
pulumi_oci/jms/get_fleet_blocklists.py,sha256=wIy699LKMx6-vt8oGXT0cz4Jy3J0Ixj8RcUHKtks83c,6844
|
1826
|
+
pulumi_oci/jms/get_fleet_crypto_analysis_result.py,sha256=nukd5kw8d8mkzOIHBsrqinjnQ4Bm27D4CR1rJyv6_6c,14739
|
1827
|
+
pulumi_oci/jms/get_fleet_crypto_analysis_results.py,sha256=ppm62fNwPBlIM5el1mLolLBOYJV9KaaLzpkHIzOMshU,16644
|
1821
1828
|
pulumi_oci/jms/get_fleet_diagnoses.py,sha256=I4k183IOd5uenhMuT598PRmo2ZYGkGDNe1MARLffoQg,5012
|
1822
1829
|
pulumi_oci/jms/get_fleet_drs_file.py,sha256=-giXsHtsObaOSC-cdiyxaIFb1XB1tszP-TUcCCenfYE,7486
|
1823
1830
|
pulumi_oci/jms/get_fleet_drs_files.py,sha256=obXFg0YVPidgbxpdMDmT1zrFLLDwwKaMEjD_Tx6FCLk,4816
|
1824
|
-
pulumi_oci/jms/get_fleet_export_setting.py,sha256=
|
1825
|
-
pulumi_oci/jms/get_fleet_export_status.py,sha256=
|
1826
|
-
pulumi_oci/jms/get_fleet_java_migration_analysis_result.py,sha256=
|
1827
|
-
pulumi_oci/jms/get_fleet_java_migration_analysis_results.py,sha256=
|
1828
|
-
pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py,sha256=
|
1829
|
-
pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py,sha256=
|
1830
|
-
pulumi_oci/jms/get_fleets.py,sha256=
|
1831
|
-
pulumi_oci/jms/get_installation_site.py,sha256=
|
1832
|
-
pulumi_oci/jms/get_installation_sites.py,sha256=
|
1831
|
+
pulumi_oci/jms/get_fleet_export_setting.py,sha256=MTkUax63Q9X9Hk9TBC8VBWOK88bhX-dei4tvj3gDPv8,10554
|
1832
|
+
pulumi_oci/jms/get_fleet_export_status.py,sha256=0SiZq73k0v53MrGV4IQupq0JhQuHgpS5u_1F8eTBOuQ,5316
|
1833
|
+
pulumi_oci/jms/get_fleet_java_migration_analysis_result.py,sha256=epFcp9WNEy76oVEy2q8alTzXDTchGsIC-mHyoeug3uU,14321
|
1834
|
+
pulumi_oci/jms/get_fleet_java_migration_analysis_results.py,sha256=11DeQ1G13iIab1E5EQLA_e6TcCEIL-GCE0v4LHCajpw,11737
|
1835
|
+
pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py,sha256=xs2FNBQLe7-UTh_M4JwEDTip21Cyj7y4xS6fCJWUh3I,14031
|
1836
|
+
pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py,sha256=9aYaZD54GTF6F0DX2u9a6G9LaN2FZL4oPz4m0_Jbfac,11910
|
1837
|
+
pulumi_oci/jms/get_fleets.py,sha256=3hibIXUxSPUiG5chpbRDO3BouCUTCzavRM6pkRYnHLc,8075
|
1838
|
+
pulumi_oci/jms/get_installation_site.py,sha256=qH7jJmV72Yj1m63ebsiNsv10VUAqlnAhAfWYw_gygVg,15224
|
1839
|
+
pulumi_oci/jms/get_installation_sites.py,sha256=X5gYyiJ1o_WY0Euatg4uxOCWMtgZOyRSDYHpBBerVKo,16337
|
1833
1840
|
pulumi_oci/jms/get_java_downloads_java_download_records.py,sha256=RrC7Aw-838qtz79HtWUWjm60m19fr0Y9B8G8zHL6NBw,13726
|
1834
1841
|
pulumi_oci/jms/get_java_downloads_java_download_report.py,sha256=-TAv_SoYrI0oNV2I7Z54gBCK-6TMTWxG3E-7NOWTSSA,13662
|
1835
1842
|
pulumi_oci/jms/get_java_downloads_java_download_report_content.py,sha256=ytObM1V5gDe-N0KFFWGDOp-Fxhi5gbP9ENSUh8wsb5Q,4303
|
1836
1843
|
pulumi_oci/jms/get_java_downloads_java_download_reports.py,sha256=y8c9USlKZzdkhsYFa_ZMzxERmvG6l5zreZXvXT6FzHQ,9059
|
1837
1844
|
pulumi_oci/jms/get_java_downloads_java_download_token.py,sha256=pVwdgOJrC8MN-iwfVk5Y-EF2lYOV4Smhka6pmjrJIUY,15084
|
1838
|
-
pulumi_oci/jms/get_java_downloads_java_download_tokens.py,sha256=
|
1845
|
+
pulumi_oci/jms/get_java_downloads_java_download_tokens.py,sha256=rHG7Q8cEY5EvLiwX33TA5zhM0tccE5GCPzxLECNytXk,11700
|
1839
1846
|
pulumi_oci/jms/get_java_downloads_java_license.py,sha256=5bKViZBVwFKNLanIdDhRGuzT2Clu2mI34NHoVjxaw64,4749
|
1840
1847
|
pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py,sha256=Uu0QQotUWxkzr9IaoBYT1eFMT3tiYe-2UIpz6Hp1Y-0,12011
|
1841
|
-
pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py,sha256=
|
1848
|
+
pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py,sha256=KgWmhfTsyPBOpVvz634xTkcKmdpDXhTebMCJrJcyehI,10382
|
1842
1849
|
pulumi_oci/jms/get_java_downloads_java_licenses.py,sha256=mwhdHIDEWkwrmKioIckt_OB-JVIMs04TcbmkvU_CoZo,6279
|
1843
1850
|
pulumi_oci/jms/get_java_families.py,sha256=0DJdHON22Wx50iDwZoobpgVe0kXWyXYiNMXM17-puVU,7384
|
1844
|
-
pulumi_oci/jms/get_java_family.py,sha256=
|
1851
|
+
pulumi_oci/jms/get_java_family.py,sha256=kl82cYfXPOPp6xpNCf2nfnscqsEObf5846rqQQS3iOo,8813
|
1845
1852
|
pulumi_oci/jms/get_java_release.py,sha256=TGBh_TE93AUk0V_4GiPLRGPRECbvmdV3QPV9ggt_Kiw,11423
|
1846
1853
|
pulumi_oci/jms/get_java_releases.py,sha256=HunekKcPNawgZGbPjmvaWEsEQLXVLycAAHposwX7Dks,8799
|
1854
|
+
pulumi_oci/jms/get_jms_plugin.py,sha256=pIw_KqEGFccxPh9Z6ygs1evZe1h94DzI2KE4m_fHSGc,13132
|
1855
|
+
pulumi_oci/jms/get_jms_plugins.py,sha256=lMhmqRONrU6hZfQc_JyAf4sZvhyy1Kcff3UlfMeaol8,15299
|
1847
1856
|
pulumi_oci/jms/get_list_jre_usage.py,sha256=Vb7DQQ3fMPkvHZPbSzyT-cuzk-R-by5pANw1AC20QkU,9381
|
1848
1857
|
pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=RU5RPM5qYbomIdN8vdTTaUuENZL9zB5IFIPtp9Aa6zQ,9312
|
1849
1858
|
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=PiiM9-xMPps1HNLj9qtFeltiogLELMXQ5YqTTS6dOkc,37239
|
1850
1859
|
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=vA3skhGaznpOBgNI7udOPsDADUlvlIjhL4HTRXPylXo,45184
|
1851
1860
|
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=E3q9eIPRw2mzMmauUQHxAGmILzfGTnS7eQxvs9Rz_zM,30141
|
1852
|
-
pulumi_oci/jms/
|
1861
|
+
pulumi_oci/jms/jms_plugin.py,sha256=_j-xYWGi9DTN8OubqsBzVUpOBNraaHme0EZT3SL3Sns,37084
|
1862
|
+
pulumi_oci/jms/outputs.py,sha256=X5A9YT9THmbdl8RKenMccWhmz78AJWfvSjDAvMBLzoY,307475
|
1853
1863
|
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1854
1864
|
pulumi_oci/kms/_inputs.py,sha256=iWU-hXIprsQTrZBnUS0rtTyxTDxvGk0T4p73Hw2bZxo,41777
|
1855
1865
|
pulumi_oci/kms/ekms_private_endpoint.py,sha256=0-ShnAaGxsHxTz-MMoDg7EMpQGkCwTcBXkxxn9U5HaQ,33194
|
@@ -2436,7 +2446,7 @@ pulumi_oci/osmanagementhub/get_scheduled_jobs.py,sha256=Ts64hTTdNwlmDTLqRJ1z8xfD
|
|
2436
2446
|
pulumi_oci/osmanagementhub/get_software_package.py,sha256=NY8QOjY-elsVAJHL0wg83jmAcT9P4XZ2ViYxOHR-9vs,11599
|
2437
2447
|
pulumi_oci/osmanagementhub/get_software_package_software_source.py,sha256=yyS5diJCLnf41opWLEcb5fcrclkQ8VTWJpXwTkRKqiI,18399
|
2438
2448
|
pulumi_oci/osmanagementhub/get_software_packages.py,sha256=uHdU8dAxoFSDZh_iB5zWbtoIOSSo3A_H15f1VqdUKWo,10486
|
2439
|
-
pulumi_oci/osmanagementhub/get_software_source.py,sha256=
|
2449
|
+
pulumi_oci/osmanagementhub/get_software_source.py,sha256=hL1VjkPTwU2ewXRFCNgbIo3RNaWPqTzWmcAxjxsj0Xs,24950
|
2440
2450
|
pulumi_oci/osmanagementhub/get_software_source_module_stream.py,sha256=QAfZTgkyYC6st3cK4DuAquJSQS8j37q0HFncuBNZYSU,9938
|
2441
2451
|
pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py,sha256=j02pBdUexJPtWWRVqPs2x4zco7YXwf4nJfnCl2aDTFQ,9304
|
2442
2452
|
pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py,sha256=KRGPS6ajkT2tcTcAgKTmbVWdhPplsSxw9vZ3PhNbYLs,9528
|
@@ -2475,7 +2485,7 @@ pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py,
|
|
2475
2485
|
pulumi_oci/osmanagementhub/outputs.py,sha256=qWWrSnkAVxzA68DftCqzHWUlSUPIQd3yeZZn8mmcZbI,605188
|
2476
2486
|
pulumi_oci/osmanagementhub/profile.py,sha256=YyLQtb89IBUmobWNI0KWGSb4IfEhYV3jUF8UQ7dUBRw,62731
|
2477
2487
|
pulumi_oci/osmanagementhub/scheduled_job.py,sha256=BIvtlwq-HqsIon6NnncrEg7VtnMr36wlMImd6O9LFRw,85921
|
2478
|
-
pulumi_oci/osmanagementhub/software_source.py,sha256=
|
2488
|
+
pulumi_oci/osmanagementhub/software_source.py,sha256=u3Cyvxq2k6fMjBomuzJac-lBnw1iUIgscLn9PVE3rTw,79320
|
2479
2489
|
pulumi_oci/osmanagementhub/software_source_add_packages_management.py,sha256=2AOCtdeCuMVVLKcJY9g8QP7tp0psocmuh1n5zoIKVvY,12900
|
2480
2490
|
pulumi_oci/osmanagementhub/software_source_change_availability_management.py,sha256=MeGdr-6GnOiwIOratGlegsxz8bc_ZKbUIxO9rObTxa8,11074
|
2481
2491
|
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
@@ -2513,22 +2523,22 @@ pulumi_oci/osubusage/get_computed_usage.py,sha256=lDSlwis7k6_iPMPOYGRySKDBmK6AC8
|
|
2513
2523
|
pulumi_oci/osubusage/get_computed_usages.py,sha256=v58c49lE4keERZf0ZQBbIw4gSyt1yWGmgxAWqnObPCY,10129
|
2514
2524
|
pulumi_oci/osubusage/outputs.py,sha256=dzAhiIXAjhu56gHJH3-LrdzW56wR1M2oU4tK0299-Eo,37821
|
2515
2525
|
pulumi_oci/psql/__init__.py,sha256=Ze9Vw0SqWLlOMonve0kvQypQH1rN57OusxmHbnPZ2nk,774
|
2516
|
-
pulumi_oci/psql/_inputs.py,sha256=
|
2517
|
-
pulumi_oci/psql/backup.py,sha256=
|
2518
|
-
pulumi_oci/psql/configuration.py,sha256=
|
2519
|
-
pulumi_oci/psql/db_system.py,sha256
|
2520
|
-
pulumi_oci/psql/get_backup.py,sha256=
|
2526
|
+
pulumi_oci/psql/_inputs.py,sha256=IM6Hybv_z0CcMTMqvPUI1iwrGYWti3YZxxBMC8d5QkY,47195
|
2527
|
+
pulumi_oci/psql/backup.py,sha256=XrLwR6zRu2ZcdQr9xSMBkSdfd_7Qdionq7sRk71q3qs,37838
|
2528
|
+
pulumi_oci/psql/configuration.py,sha256=H9Efl8orMXxo1h69mVYQOD00pmRvPOOswbeZP6FJ5s4,46333
|
2529
|
+
pulumi_oci/psql/db_system.py,sha256=-ngM09yabgk6RUVB5kScTsJYifFBySkeRMcu4lN_T0M,77140
|
2530
|
+
pulumi_oci/psql/get_backup.py,sha256=d0v4G3e_7kubU7S4jGJgFPOwK_GmO90HQryaiBzpzvE,13554
|
2521
2531
|
pulumi_oci/psql/get_backups.py,sha256=pw2P62WiCXN6gMSZt_ItUNFqADSYuvmP6U2hTjJAUqw,9774
|
2522
|
-
pulumi_oci/psql/get_configuration.py,sha256=
|
2523
|
-
pulumi_oci/psql/get_configurations.py,sha256=
|
2532
|
+
pulumi_oci/psql/get_configuration.py,sha256=YeGzjpF_MTvxh905_DcgbJjsRBlmlvew4G4rWlNC9IA,13680
|
2533
|
+
pulumi_oci/psql/get_configurations.py,sha256=yNK6Eb41KZT9YdbA4lC1I6mV8aNzmwvFkeqJ4B2RtmU,9881
|
2524
2534
|
pulumi_oci/psql/get_db_system.py,sha256=PNQ7rqgj-__LbCjHs7e1pGl8mhu_IXWcyhb0sFfxxGk,20082
|
2525
2535
|
pulumi_oci/psql/get_db_system_connection_detail.py,sha256=0mpEv9vXyYE-IWJVj85oQho6TAkjARCy7gZXDQPWUd8,5819
|
2526
2536
|
pulumi_oci/psql/get_db_system_primary_db_instance.py,sha256=6n-SKysojw8oulp6fEn4YE4HuGNDbFJOvPmXpUcPb8M,4291
|
2527
2537
|
pulumi_oci/psql/get_db_systems.py,sha256=liyxfTmnNDtttJWz7SmvvqRpE2LOxG_Dxq6DN9Ig5lk,7191
|
2528
|
-
pulumi_oci/psql/get_default_configuration.py,sha256=
|
2529
|
-
pulumi_oci/psql/get_default_configurations.py,sha256=
|
2538
|
+
pulumi_oci/psql/get_default_configuration.py,sha256=rn9oBns8ejp37QhT9cRiN36NEhVG6YBvVR6euDWU5no,10256
|
2539
|
+
pulumi_oci/psql/get_default_configurations.py,sha256=rGdl9RgSDZi8TC0UKQD8afEnDyMXivm4ux29diFTpBA,9229
|
2530
2540
|
pulumi_oci/psql/get_shapes.py,sha256=iX5LXmI91mW6VLnzjok5N7n1BeljgBDgYjAbnDwn400,4855
|
2531
|
-
pulumi_oci/psql/outputs.py,sha256=
|
2541
|
+
pulumi_oci/psql/outputs.py,sha256=ttLXPocyET0efnxe5i4oljqFq_lhW6aJCmO-MZs70Vw,154553
|
2532
2542
|
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2533
2543
|
pulumi_oci/queue/_inputs.py,sha256=iTTjPe03bpwbFZLXV0Ur_pm8wdO_XNCsz_rqBJI1xv4,1380
|
2534
2544
|
pulumi_oci/queue/get_queue.py,sha256=2x_jzrAdQhf3R7GCHSIOQZqvux0wjjRb4bOZmyTyV2Q,14727
|
@@ -2778,7 +2788,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
|
|
2778
2788
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2779
2789
|
pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
|
2780
2790
|
pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
|
2781
|
-
pulumi_oci-2.6.
|
2782
|
-
pulumi_oci-2.6.
|
2783
|
-
pulumi_oci-2.6.
|
2784
|
-
pulumi_oci-2.6.
|
2791
|
+
pulumi_oci-2.6.0a1723107075.dist-info/METADATA,sha256=YPBGAeCZ2UeVz_o1BtcfSKoFwQRKvKr_UEiePu9oTtM,3901
|
2792
|
+
pulumi_oci-2.6.0a1723107075.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
2793
|
+
pulumi_oci-2.6.0a1723107075.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2794
|
+
pulumi_oci-2.6.0a1723107075.dist-info/RECORD,,
|